/**
 * 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;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  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.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
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: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  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 #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  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: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  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: #c2c2c2;
}
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: #c2c2c2;
}
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: #c2c2c2;
}
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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 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,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.prices-tier,
.footer.content ul,
.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,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.prices-tier > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  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,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product: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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .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,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.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;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.block-compare .block-title,
.widget .block-title {
  margin-bottom: 15px;
}
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.block-compare .block-title > strong,
.widget .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.magento-payments-review .block .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .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 {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .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: inline-block;
  margin: 0 0 5px;
}
.magento-payments-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.magento-payments-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .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-left: 10px;
}
.magento-payments-review .block .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.magento-payments-review .block .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  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;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .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 {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.filtered .item .action.remove,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > 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,
.filtered .item .action.remove:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.product.name a {
  font-weight: 400;
}
.product.name a > a {
  color: #333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #333;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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 .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.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 .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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 .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
.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 {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove: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: #1979c3;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove: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: #006bb4;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-add-fields .action.remove: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: #ff5501;
  text-decoration: underline;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.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 .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .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-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .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:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):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,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options: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:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product: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,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options: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:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .product-items-images .product-item,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  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: '\e622';
  font-family: 'icons-blank-theme';
  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,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  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: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  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: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  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 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-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333;
}
.order-review-form .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.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,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.order-review-form .amshopby-button,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
.order-review-form .am-filter-go,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.magento-payments-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.magento-payments-review .block .actions-toolbar .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.magento-payments-review .block .actions-toolbar .amshopby-button:focus,
.magento-payments-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.magento-payments-review .block .actions-toolbar .am-filter-go:focus,
.magento-payments-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.magento-payments-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.magento-payments-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.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: 'icons-blank-theme';
  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-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.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,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-wishlist .counter,
.block-compare .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 40px - 10px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 24px - 10px - 5px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  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;
  right: 10px;
  left: 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: #999;
}
.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 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.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 #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.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: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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;
  right: -5px;
  top: -12px;
}
.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: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.cart-summary .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-summary .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.cart-summary .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.cart-summary .block.active > .content {
  display: block;
}
.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 {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  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;
}
.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;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info,
.message.error,
.message.warning,
.message.notice,
.message.success {
  font-size: 1rem;
  display: block;
  padding: 16px 40px 15px;
  border-radius: 4px;
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 999;
  left: 0;
}
.message.info > *:first-child:before,
.message.error > *:first-child:before,
.message.warning > *:first-child:before,
.message.notice > *:first-child:before,
.message.success > *:first-child:before {
  font-family: "Linearicons";
  position: absolute;
  font-size: 18px;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.message.info .close,
.message.error .close,
.message.warning .close,
.message.notice .close,
.message.success .close {
  position: absolute;
  cursor: pointer;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.message.info .close:before,
.message.error .close:before,
.message.warning .close:before,
.message.notice .close:before,
.message.success .close:before {
  content: "\e935";
  font-family: "Linearicons";
  font-size: 16px;
}
.message.info {
  color: #0c5460;
  background-color: #d1ecf1;
}
.message.info > *:first-child:before {
  content: "\e691";
}
.message.error {
  color: #721c24;
  background-color: #f8d7da;
}
.message.error > *:first-child:before {
  content: "\e954";
}
.message.warning {
  color: #856404;
  background-color: #fff3cd;
}
.message.warning > *:first-child:before {
  content: "\e955";
}
.message.notice {
  background: #fdf0d5;
  color: #6f4400;
}
.message.notice > *:first-child:before {
  content: "\e956";
}
.message.success {
  background-color: #ceecce;
  color: #006400;
}
.message.success > *:first-child:before {
  content: "\e959";
}
.rtl-theme .message.info > *:first-child:before,
.rtl-theme .message.error > *:first-child:before,
.rtl-theme .message.warning > *:first-child:before,
.rtl-theme .message.notice > *:first-child:before,
.rtl-theme .message.success > *:first-child:before {
  left: auto;
  right: 13px;
}
.rtl-theme .message.info .close,
.rtl-theme .message.error .close,
.rtl-theme .message.warning .close,
.rtl-theme .message.notice .close,
.rtl-theme .message.success .close {
  left: 13px;
  right: auto;
}
.column.main .message.info,
.sidebar .message.info,
.column.main .message.error,
.sidebar .message.error,
.column.main .message.warning,
.sidebar .message.warning,
.column.main .message.notice,
.sidebar .message.notice,
.column.main .message.success,
.sidebar .message.success {
  position: relative;
  max-width: 100%;
  left: auto;
  right: auto;
  top: auto;
}
.horizontal-menu.mgt-menu .navigation {
  background: none;
}
.horizontal-menu.mgt-menu .navigation > ul {
  padding: 0;
}
.horizontal-menu.mgt-menu .navigation .level0 .level-top {
  border: none;
  font-size: 1.125rem;
  font-weight: 600;
  color: #222222;
  padding: 10px 15px 10px 0;
  display: block;
  line-height: inherit;
}
.horizontal-menu.mgt-menu .navigation li > a {
  font-size: 1rem;
  font-weight: 400;
  color: #222222;
  padding: 10px 30px 10px 0;
  border-top: 1px solid #f3f3f3;
  display: block;
  background: none;
  text-transform: none;
  border-left: none !important;
}
.horizontal-menu.mgt-menu .navigation li > a > span {
  margin: 0 !important;
}
.horizontal-menu.mgt-menu .navigation li > a:after {
  content: none;
}
.horizontal-menu.mgt-menu .navigation li.level0 + li.level0 > a.level-top {
  border-top: 1px solid #f3f3f3;
}
.horizontal-menu.mgt-menu .navigation li.level1 > a {
  padding-left: 10px;
}
.horizontal-menu.mgt-menu .navigation li[class*="level"]:not(.level1):not(.level0) > a {
  padding-left: 20px !important;
}
.horizontal-menu.mgt-menu .navigation li.parent {
  position: relative;
}
.horizontal-menu.mgt-menu .navigation li.parent .submenu {
  position: static !important;
  border: none;
  box-shadow: none;
  padding: 0 !important;
}
.horizontal-menu.mgt-menu .navigation li.parent > a.ui-state-active:before {
  content: "\e937" !important;
}
.horizontal-menu.mgt-menu .navigation li.parent.level0 > a:before {
  content: "\e936";
  font-family: 'Linearicons';
  font-size: 0.75rem;
  color: #222;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 17px 9px;
  line-height: 1;
}
.horizontal-menu.mgt-menu .navigation li.parent.level0 > a.ui-state-active:before {
  content: "\e937";
}
.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: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  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: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  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: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.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: 10px;
}
.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.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Tunda/Genny/en_US/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 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  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: #c2c2c2;
}
.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: #c2c2c2;
}
.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: #c2c2c2;
}
.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: 10px;
}
.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 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;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.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: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.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: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  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: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  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: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.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;
}
._has-datepicker ~ .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;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .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 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Tunda/Genny/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Tunda/Genny/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.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 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.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: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 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 {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.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;
}
.breadcrumbs {
  margin: 0 0 20px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  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: #333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.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: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.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-pointer {
  margin-left: -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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  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/Tunda/Genny/en_US/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/Tunda/Genny/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Tunda/Genny/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Tunda/Genny/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Tunda/Genny/en_US/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.4rem;
  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,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  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,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #000;
  border: 1px solid #000;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.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: 1280px;
}
[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: 1280px;
  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 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.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 {
  background: #ffffff;
  color: #333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * 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;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark > div,
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark .paypal-marks {
  display: inline-block;
}
.payment-method-payment_services_paypal_apm .billing-address-details,
.payment-method-payment_services_paypal_apm .payment-services-paypal-legal-text {
  margin-bottom: 20px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 5px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 30px;
}
.paypal-fastlane-shipping-change-address-form button,
.paypal-fastlane-shipping-change-address-form .cart.table-wrapper .actions-toolbar > .action,
.paypal-fastlane-shipping-change-address-form .action-gift {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #ccc;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 10px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 20px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 20px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button,
.google-pay .cart.table-wrapper .actions-toolbar > .action,
.google-pay .action-gift {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-services-express-payments .payment-services-express-payments-container {
  max-width: 600px;
  display: grid;
  margin: 10px 0;
}
.payment-services-express-payments .payment-services-express-payments-paypal .paypal-button-container,
.payment-services-express-payments .payment-services-express-payments-alternate {
  display: grid;
  grid-gap: 5px;
}
.payment-services-express-payments + .field.addresses {
  margin-top: 30px;
}
.checkout-payment-method .payment-services-express-payments {
  margin-bottom: 30px;
}
.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,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  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: 30px;
}
.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 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift: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,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift: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);
  }
}
.slick-slider {
  -webkit-tap-highlight-color: transparent;
  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: hand;
}
.ie11 .slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.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-slide > div {
  display: flex;
}
.slick-arrow.slick-hidden {
  display: none;
}
.ambanner-slider-block.slick-loading .slick-list {
  background: #fff url('../../frontend/Tunda/Genny/en_US/Amasty_BannerSlider/images/loader.gif') center / 80px no-repeat;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.ambanner-slider-wrap .slick-initialized .slick-slide {
  float: left !important;
  height: 100% !important;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-vertical-fade {
  position: relative;
}
.am-vertical-fade:after {
  bottom: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.ambanner-preloader-block {
  position: relative;
}
.ambanner-preloader-block:after {
  background: #fff url('../../frontend/Tunda/Genny/en_US/Amasty_BannerSlider/images/loader.gif') center / 80px no-repeat;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.ambanner-slider-wrap {
  margin: 20px 0;
  position: relative;
}
.ambanner-slider-wrap > .ambanner-title {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ambanner-slider-wrap.-alignment-left {
  margin-right: auto;
}
.ambanner-slider-wrap.-alignment-right {
  margin-left: auto;
}
.ambanner-slider-wrap.-alignment-center {
  margin-left: auto;
  margin-right: auto;
}
.ambanner-slider-block {
  overflow: hidden;
}
.ambanner-slider-block.slick-slider {
  padding: 0;
}
.ambanner-slider-block.slick-slider.slick-dotted {
  margin-bottom: 20px !important;
}
.ambanner-slider-block.-ambanner-preloader:not(.-ambanner-loaded) {
  position: relative;
  height: 30vh;
}
.ambanner-slider-block.-ambanner-preloader:not(.-ambanner-loaded):after {
  background: #fff url('../../frontend/Tunda/Genny/en_US/Amasty_BannerSlider/images/loader.gif') center / 80px no-repeat;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.ambanner-slider-block:not(.-ambanner-loaded) .ambanner-item-block:not(:first-of-type) {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.columns .sidebar {
  max-width: 100%;
}
/* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'ambannerIcons';
  src: url('../../frontend/Tunda/Genny/en_US/Amasty_BannerSlider/fonts/ambannerIcons.woff') format('woff');
  font-display: block;
}
/* phpcs:enable Magento2.Less.ColonSpacing.AfterNewline */
.ambanner-icon,
.ambanner-arrow-button,
.slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-button.-show-overlay,
.slick-slider .slick-arrow.ambanner-button.-show-overlay {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'ambannerIcons' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-transform: none;
}
.ambanner-icon:before,
.ambanner-arrow-button:before,
.slick-slider .slick-arrow.ambanner-arrow-button:before,
.ambanner-button.-show-overlay:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:before {
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
}
.ambanner-icon.-angle-left:before,
.ambanner-arrow-button.-angle-left:before,
.slick-slider.-arrows-3 .ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-angle-left:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before {
  content: '\e900';
}
.ambanner-icon.-angle-right:before,
.ambanner-arrow-button.-angle-right:before,
.slick-slider.-arrows-3 .ambanner-arrow-button.-next:before,
.slick-slider.-arrows-3 .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-angle-right:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before {
  content: '\e901';
}
.ambanner-icon.-arrow-left:before,
.ambanner-arrow-button.-arrow-left:before,
.slick-slider.-arrows-2 .ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-arrow-left:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before {
  content: '\e902';
}
.ambanner-icon.-arrow-right:before,
.ambanner-arrow-button.-arrow-right:before,
.slick-slider.-arrows-2 .ambanner-arrow-button.-next:before,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-arrow-right:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before {
  content: '\e903';
}
.ambanner-icon.-chevron-left:before,
.ambanner-arrow-button.-chevron-left:before,
.ambanner-arrow-button.-prev:before,
.slick-slider[dir='rtl'] .ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-chevron-left:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.ambanner-button.-show-overlay.-chevron-left:before,
.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-chevron-left:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before {
  content: '\e904';
}
.ambanner-icon.-chevron-right:before,
.ambanner-arrow-button.-chevron-right:before,
.ambanner-arrow-button.-next:before,
.slick-slider[dir='rtl'] .ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-chevron-right:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.ambanner-button.-show-overlay.-chevron-right:before,
.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-chevron-right:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before {
  content: '\e905';
}
.ambanner-icon.-show-more:before,
.ambanner-arrow-button.-show-more:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-show-more:before,
.ambanner-button.-show-overlay.-show-more:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-show-more:before {
  content: '\e906';
  font-size: 2rem;
}
.ambanner-icon.-delete:before,
.ambanner-arrow-button.-delete:before,
.ambanner-button.-show-overlay.-ambanner-active:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-delete:before,
.ambanner-button.-show-overlay.-delete:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-delete:before {
  content: '\e907';
  font-size: 1.2rem;
}
.ambanner-overlay-hover .ambanner-image-block.-overlay > .ambanner-image {
  filter: blur(4px);
}
.ambanner-overlay-hover .ambanner-content-overlay {
  visibility: visible;
}
.ambanner-overlay-hover .ambanner-content-block {
  opacity: 1;
  transform: translateY(0);
}
.ambanner-link:focus {
  border: 2px solid rgba(0, 105, 157, 0.5);
}
.ambanner-item-block {
  overflow: hidden;
  position: relative;
}
.ambanner-item-block > .ambanner-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.ambanner-item-block.-ambanner-fade .ambanner-content-block {
  position: relative;
  justify-content: flex-start;
}
.ambanner-item-block.-ambanner-fade .ambanner-content-block:after {
  bottom: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.ambanner-content-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: visibility 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: calc(5 + 1);
}
.ambanner-content-overlay > .ambanner-content-block {
  position: relative;
  z-index: 1;
}
.ambanner-overlay-circle {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: block;
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
  width: 0;
  z-index: 0;
}
.ambanner-content-block {
  display: flex;
  justify-content: center;
  word-break: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
  color: #293e52;
  flex-direction: column;
  height: calc(100% - 15px * 2);
  margin: 15px 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  transform: translateY(20px);
  transition: all 0.5s;
  width: 100%;
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ambanner-content-block > .ambanner-title {
  font-weight: 600;
  margin: 0 0 15px;
}
.ambanner-content-block > .ambanner-text {
  font-weight: 300;
}
.-ambanner-arrows .ambanner-content-block {
  padding-left: 65px;
  padding-right: 65px;
}
.-ambanner-dots .ambanner-content-block {
  height: calc(100% - (15px + 40px));
  margin-bottom: 40px;
}
.sidebar .-ambanner-dots .ambanner-content-block {
  height: calc(100% - (15px * 2 + 36px + 5px));
  margin-bottom: 56px;
}
.sidebar .-ambanner-arrows .ambanner-content-block {
  padding-left: 15px;
  padding-right: 15px;
}
.ambanner-image-block > .ambanner-image {
  display: block;
  transition: filter 0.3s;
  width: 100%;
}
.ambanner-controls-hover .ambanner-arrow-button,
.ambanner-slider-block.-ambanner-hover .ambanner-arrow-button,
.ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-arrow-button,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-controls-hover .ambanner-button.-show-overlay,
.ambanner-split-wrap.-ambanner-hover .ambanner-arrow-button,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-button.-show-overlay {
  opacity: 1;
}
.ambanner-controls-hover .ambanner-arrow-button.-prev,
.ambanner-slider-block.-ambanner-hover .ambanner-arrow-button.-prev,
.ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-arrow-button.-prev,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.ambanner-controls-hover .ambanner-button.-show-overlay.-prev,
.ambanner-split-wrap.-ambanner-hover .ambanner-arrow-button.-prev,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev {
  left: 15px;
}
.ambanner-controls-hover .ambanner-arrow-button.-next,
.ambanner-slider-block.-ambanner-hover .ambanner-arrow-button.-next,
.ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-arrow-button.-next,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-arrow-button.-next,
.ambanner-controls-hover .ambanner-button.-show-overlay.-next,
.ambanner-split-wrap.-ambanner-hover .ambanner-arrow-button.-next,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next {
  right: 15px;
}
.ambanner-controls-hover .ambanner-slider-dots,
.ambanner-slider-block.-ambanner-hover .ambanner-slider-dots,
.ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-slider-dots,
.ambanner-split-wrap.-ambanner-hover .ambanner-slider-dots {
  bottom: 0;
  opacity: 1;
}
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-arrow-button,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-button.-show-overlay,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-button.-show-overlay {
  opacity: 1;
}
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-arrow-button.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-button.-show-overlay.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev {
  left: 15px;
}
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-arrow-button.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-arrow-button.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-button.-show-overlay.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next {
  right: 15px;
}
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-slider-dots {
  bottom: 0;
  opacity: 1;
}
.ambanner-slider-block.-ambanner-touchscreen .ambanner-slider-dots {
  bottom: 0;
  opacity: 1;
}
.ambanner-arrow-button,
.slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-button.-show-overlay,
.slick-slider .slick-arrow.ambanner-button.-show-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff !important;
  border: none;
  border-radius: 50%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 36px;
  line-height: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition-duration: 0.2s;
  width: 36px;
  z-index: 5;
}
.ambanner-arrow-button:hover,
.ambanner-arrow-button:focus,
.slick-slider .slick-arrow.ambanner-arrow-button:hover,
.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.ambanner-button.-show-overlay:hover,
.ambanner-button.-show-overlay:focus,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus {
  background: #fff !important;
  border: none;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  color: transparent;
  outline: none;
}
.ambanner-arrow-button:not(.primary),
.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.ambanner-button.-show-overlay:not(.primary),
.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary) {
  border-radius: 50%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
body:not(._keyfocus) .ambanner-arrow-button:focus,
.ambanner-arrow-button:not(.primary):focus,
body:not(._keyfocus) .slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary):focus,
body:not(._keyfocus) .ambanner-button.-show-overlay:focus,
.ambanner-button.-show-overlay:not(.primary):focus,
body:not(._keyfocus) .slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary):focus {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}
.ambanner-arrow-button:active,
.slick-slider .slick-arrow.ambanner-arrow-button:active,
.ambanner-button.-show-overlay:active,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:active {
  background: #333 !important;
}
.ambanner-arrow-button:active:before,
.slick-slider .slick-arrow.ambanner-arrow-button:active:before,
.ambanner-button.-show-overlay:active:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:active:before {
  color: #fff;
}
.ambanner-arrow-button.slick-disabled:before,
.slick-slider .slick-arrow.ambanner-arrow-button.slick-disabled:before,
.ambanner-button.-show-overlay.slick-disabled:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.slick-disabled:before {
  color: #dadada;
}
.ambanner-arrow-button.-prev,
.slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.ambanner-button.-show-overlay.-prev,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev {
  left: 0;
  transition-property: opacity, left;
}
.ambanner-arrow-button.-next,
.slick-slider .slick-arrow.ambanner-arrow-button.-next,
.ambanner-button.-show-overlay.-next,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next {
  right: 0;
  transition-property: opacity, right;
}
.slick-slider.-arrows-2 .ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay {
  border: 2px solid transparent;
  border-radius: 0;
}
.slick-slider.-arrows-2 .ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus {
  border: 2px solid #333;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
.slick-slider.-arrows-2 .ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary) {
  border-radius: 0;
}
body:not(._keyfocus) .slick-slider.-arrows-2 .ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
.slick-slider[dir='rtl'] .ambanner-arrow-button.-prev,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.slick-slider[dir='rtl'] .ambanner-button.-show-overlay.-prev,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev {
  left: auto;
  right: 15px;
}
.slick-slider[dir='rtl'] .ambanner-arrow-button.-next,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-arrow-button.-next,
.slick-slider[dir='rtl'] .ambanner-button.-show-overlay.-next,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next {
  left: 15px;
  right: auto;
}
.ambanner-slider-dots {
  bottom: -5px;
  left: 0;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 0 0 15px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: opacity, bottom;
}
.ambanner-slider-dots > li {
  display: inline-flex;
  margin: 0 4px;
  pointer-events: auto;
}
.ambanner-slider-dots button,
.ambanner-slider-dots .cart.table-wrapper .actions-toolbar > .action,
.ambanner-slider-dots .action-gift {
  background: #fff;
  border: none;
  border-radius: 100px;
  box-shadow: none;
  font-size: 0;
  height: 8px;
  line-height: 1;
  padding: 0;
  transition: width 0.3s ease-in-out;
  width: 8px;
}
.ambanner-slider-dots .slick-active button,
.ambanner-slider-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.ambanner-slider-dots .slick-active .action-gift {
  background: #333;
  transition: width 0.3s ease-in-out;
  width: 25px;
}
.-dots-2 .ambanner-slider-dots button,
.-dots-2 .ambanner-slider-dots .cart.table-wrapper .actions-toolbar > .action,
.-dots-2 .ambanner-slider-dots .action-gift {
  background: #fff;
  border: none;
  border-radius: 0;
  height: 8px / 2;
  width: 25px;
}
.-dots-2 .ambanner-slider-dots .slick-active button,
.-dots-2 .ambanner-slider-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.-dots-2 .ambanner-slider-dots .slick-active .action-gift {
  background: #333;
  width: 50px;
}
.-dots-3 .ambanner-slider-dots button,
.-dots-3 .ambanner-slider-dots .cart.table-wrapper .actions-toolbar > .action,
.-dots-3 .ambanner-slider-dots .action-gift {
  background: none;
  border: 1px solid #333;
  border-radius: 50%;
  transition: none;
}
.-dots-3 .ambanner-slider-dots .slick-active button,
.-dots-3 .ambanner-slider-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.-dots-3 .ambanner-slider-dots .slick-active .action-gift {
  background: #333;
  transition: none;
  width: 8px;
}
.ambanner-button.-show-overlay {
  left: 15px;
  position: absolute;
  top: 15px;
  transform: none;
  z-index: 7;
}
.sidebar .ambanner-arrow-button,
.sidebar .slick-slider .slick-arrow.ambanner-arrow-button,
.sidebar .ambanner-button.-show-overlay,
.sidebar .slick-slider .slick-arrow.ambanner-button.-show-overlay {
  top: calc(100% - (36px + 15px));
  transform: none;
}
.sidebar .ambanner-button.-show-overlay {
  top: 15px;
}
.sidebar .ambanner-slider-dots {
  padding: 0 0 29px;
}
.ambanner-split-wrap {
  position: relative;
}
.ambanner-split-block.ambanner-slider-top {
  pointer-events: none;
}
.ambanner-split-block.ambanner-slider-top .ambanner-slider-block {
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ambanner-split-block.ambanner-slider-top .ambanner-slider-dots,
.ambanner-split-block.ambanner-slider-top .ambanner-arrow-button:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .slick-slider .slick-arrow.ambanner-arrow-button:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .ambanner-button.-show-overlay:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.-show-overlay) {
  height: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  width: 0;
}
.ambanner-split-wrap.-ambanner-hover .ambanner-split-block .ambanner-image-block.-overlay > .ambanner-image {
  filter: none;
}
.ambanner-slider-top .ambanner-slider-block.-ambanner-preloader:not(.-ambanner-loaded):after {
  content: none;
}
.ambanner-bubble-element {
  background: #fff;
  border-radius: 100%;
  height: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 4;
}
.ambanner-bubble-element.-ambanner-active {
  opacity: 0;
  transition: width 0.7s, height 0.7s, opacity 0.3s 0.4s;
}
.ambanner-bubble-element.-right {
  right: calc(33px);
  transform: translate(50%, -50%);
}
.ambanner-bubble-element.-left {
  left: calc(33px);
  transform: translate(-50%, -50%);
}
.ambanner-slider-block.-ambanner-bubble .ambanner-arrow-button:before,
.ambanner-slider-block.-ambanner-bubble .slick-slider .slick-arrow.ambanner-arrow-button:before,
.ambanner-slider-block.-ambanner-bubble .ambanner-button.-show-overlay:before,
.ambanner-slider-block.-ambanner-bubble .slick-slider .slick-arrow.ambanner-button.-show-overlay:before {
  position: relative;
  z-index: 6;
}
.sidebar .ambanner-bubble-element {
  top: calc(100% - (33px));
}
.sidebar .ambanner-bubble-element.-right {
  right: calc(33px);
  transform: translate(50%, -50%);
}
.sidebar .ambanner-bubble-element.-left {
  left: calc(33px);
  transform: translate(-50%, -50%);
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #fff;
  border-radius: 40px;
  content: '';
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all 0.4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ca4912;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #fff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #9b380e;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: '';
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal {
  z-index: 999;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #fff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #fff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #fff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: 0.9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block.-information {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: 0.9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: 0.9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #fff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #fff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #fff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #fff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: 0.9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #fff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #fff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #fff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
[data-amgdpr-content-from='subscription'] {
  display: table-row-group;
}
.block.newsletter .form.subscribe > [data-amgdpr-content-from='subscription'].amgdpr-checkbox.field {
  float: none;
}
[data-amgdpr-content-from='subscription'] .amgdpr-checkbox {
  margin-top: 8px;
}
[data-amgdpr-content-from='subscription'] .amgdpr-label.label {
  position: inherit;
}
.amgdpr-modal-container {
  z-index: 999;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
  display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  max-height: 500px;
  overflow-y: scroll;
  word-wrap: break-word;
}
.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  max-width: 1130px;
}
.amgdpr-modal-container .modal-header {
  padding: 30px 30px 20px;
}
.amgdpr-modal-container .modal-content {
  padding: 0 30px 0 25px;
}
.amgdpr-modal-container .modal-footer {
  padding: 30px 35px 30px;
}
.amgdpr-modal-container .modal-header .modal-title {
  border-bottom: none;
  color: #5384ec;
  font-size: 26px;
  font-weight: 400;
  margin-left: 10px;
  padding: 0;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdpr-modal-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdpr-modal-container .action-close:focus,
.amgdpr-modal-container .action-primary:focus,
.amgdpr-modal-container .action-close:active,
.amgdpr-modal-container .action-primary:active {
  box-shadow: 0 0 3px 1px #00699D;
  opacity: 0.9;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
  background: #fff;
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 2px;
}
.amgdpr-notification-container {
  background: #ffeaac;
  font-weight: 600;
  margin-left: 10px;
  padding: 25px;
}
.amgdpr-cookie-link {
  margin-top: 10px;
}
.amgdpr-cookie-link .amgdpr-link {
  display: none;
}
.amgdpr-cookie-link .amgdpr-link.-show {
  display: block;
}
.amgdpr-settings-container {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -40px 0 40px -40px;
  width: calc(100% + 40px);
}
.amgdpr-settings-container .amgdpr-block {
  display: none;
  margin-top: 20px;
}
.amgdpr-settings-container .amgdpr-block .fieldset {
  margin-bottom: 20px;
}
.amgdpr-settings-container .amgdpr-mail {
  margin-top: 10px;
}
.amgdpr-settings-container .amgdpr-block .amgdpr-checkbox.field,
.amgdpr-settings-container .field.control.checkbox {
  margin-bottom: 20px;
}
.amgdpr-checkbox-container {
  margin: 40px 0 0 40px;
  max-width: 220px;
  position: relative;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked ~ .amgdpr-block {
  display: block;
}
.amgdpr-checkbox-container > .amgdpr-checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.amgdpr-checkbox-container > .amgdpr-label {
  background-color: #e8f6ff;
  border: 2px solid #e8f6ff;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 220px;
  position: relative;
  transition: border 0.3s ease-in, background-color 0.3s ease-in;
  width: 220px;
}
.amgdpr-checkbox-container > .amgdpr-label:before {
  content: '';
  height: 100px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.amgdpr-checkbox-container > .amgdpr-label.-download:before {
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Gdpr/images/officer_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #3d9fe9;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label .amgdpr-title {
  color: #fff;
}
.amgdpr-checkbox-container .amgdpr-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  min-width: 180px;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in;
}
.amgdpr-checkbox-container .amgdpr-svg {
  fill: #000;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-label:hover {
  border: 2px solid #1979c2;
  box-shadow: 0 5px 10px #b7dbf7;
}
.amcard-checkbox-container {
  position: relative;
}
.amcard-checkbox-container:first-child {
  margin-right: 30px;
}
.amcard-checkbox-container > .amcard-checkbox {
  display: none;
}
.amcard-checkbox-container > .amcard-name {
  line-height: 20px;
  margin-left: 23px;
}
.amcard-checkbox-container > .amcard-label {
  cursor: pointer;
  padding-left: 21px;
}
.amcard-checkbox-container > .amcard-label:before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amcard-checkbox-container > .amcard-checkbox:checked + .amcard-label:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMSIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjc1IDcuNWwzIDMgNC41LTUuMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==') no-repeat left;
  background-size: 16px;
  border: none;
}
.amcard-flex-container {
  display: flex;
  justify-content: space-between;
}
.amcard-flex-container.-checkbox {
  justify-content: flex-start;
}
.amcard-form-container {
  border-top: 1px solid #c1c1c1;
  margin-top: 25px;
  position: relative;
}
.amcard-form-container.-interior {
  border: none;
}
.amcard-form-container .amcard-title {
  color: #363636;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin: 20px 0 10px;
}
.amcard-form-container > .amcard-button {
  background: #eee;
  border: 1px solid #dadada;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 10px;
  transition: background-color 0.3s ease;
}
.amcard-form-container > .amcard-button:hover {
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amcard-form-container .amcard-radio {
  display: none;
}
.amcard-form-container .amcard-input.-hidden {
  display: inline;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amcard-field-container {
  border: none;
  flex-basis: 48%;
  margin-top: 0;
  text-align: left;
}
.amcard-field-block {
  display: block;
}
.amcard-field-block > .amcard-button {
  border: 1px solid #d4d4d4;
  border-left: none;
  border-radius: 0 2px 2px 0;
  padding: 7px 17px;
}
.amcard-field-block.-datepicker .amcard-label {
  position: relative;
}
.amcard-field-block.-datepicker .amcard-label:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljk4IDEwLjcwNWgxLjYzOFY5LjA2OUg0Ljk4djEuNjM2em0yLjMwNyAyLjE5aDEuNjM2di0xLjYzNkg3LjI4N3YxLjYzNXptLTIuMzA3IDBoMS42Mzh2LTEuNjM2SDQuOTh2MS42MzV6bTAtNC4zOGgxLjYzOFY2Ljg4SDQuOTh2MS42MzR6bTcuMDI4LTQuODIyYS42NzguNjc4IDAgMDAuNjc5LS42NzhWLjY3OGEuNjc4LjY3OCAwIDEwLTEuMzU4IDB2Mi4zMzdjMCAuMzc2LjMwMy42NzguNjc5LjY3OHptLTguMDE5IDBhLjY3OC42NzggMCAwMC42NzgtLjY3OFYuNjc4YS42NzguNjc4IDAgMTAtMS4zNTcgMHYyLjMzN2MwIC4zNzYuMzAzLjY3OC42NzkuNjc4em0tMS4zMTcgNy4wMTJINC4zMVY5LjA2OUgyLjY3MnYxLjYzNnptMCAyLjE5SDQuMzF2LTEuNjM2SDIuNjcydjEuNjM1em00LjYxNS0yLjE5aDEuNjM2VjkuMDY5SDcuMjg3djEuNjM2em00LjYxIDBoMS42MzlWOS4wNjloLTEuNjM4djEuNjM2em0wLTIuMTloMS42MzlWNi44OGgtMS42Mzh2MS42MzR6bTEuMDEzLTcuMzl2Ljc1NkExLjM2MiAxLjM2MiAwIDExMTAuNjQ1IDIuOWMwLS40MDcuMTgtLjc3MS40Ni0xLjAydi0uNzU0SDQuODkxdi43NTVhMS4zNjIgMS4zNjIgMCAxMS0xLjgwNCAwdi0uNzU1SDBWMTZoMTZWMS4xMjZoLTMuMDl6TTEuNTE3IDVoMTIuOTk2djkuNDgzSDEuNTE3VjV6bTUuNzcgMy41MTRoMS42MzZWNi44OEg3LjI4N3YxLjYzNHptMi4zMDcgMGgxLjYzNVY2Ljg4SDkuNTk0djEuNjM0em0wIDQuMzhoMS42MzV2LTEuNjM2SDkuNTk0djEuNjM2em0wLTIuMTloMS42MzVWOS4wN0g5LjU5NHYxLjYzNnoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=');
  content: '';
  cursor: pointer;
  height: 16px;
  left: 10px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amcard-field-block.-datepicker {
  margin-bottom: 20px;
}
.amcard-field-block > .amcard-field {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  box-sizing: border-box;
}
.amcard-field-block > .amcard-field::-webkit-input-placeholder {
  /* Edge */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field::placeholder {
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:focus {
  z-index: 5;
}
.amcard-field-block > .amcard-field.mage-error {
  border-color: #ed8380;
}
.amcard-field-block.-datepicker .amcard-field {
  height: 32px;
  padding-left: 36px;
}
.amcard-field-block.-double {
  display: flex;
}
.amcard-field-block.-double > .amcard-field {
  border-radius: 2px 0 0 2px;
}
.amcard-price-container {
  display: flex;
  flex-wrap: wrap;
}
.amcard-price-container > .amcard-button {
  margin: 0 10px 5px 0;
}
.amcard-label-block {
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.amcard-label-block > .amcard-name {
  margin-left: 25px;
}
.amcard-label-block > .amcard-radio:checked + .amcard-icon {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiMxOTc5QzMiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiBmaWxsPSIjZmZmIiByPSIzIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMi45MjQiIHk9IjIuOTI0IiB3aWR0aD0iOS4xNTEiIGhlaWdodD0iOS4xNTEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldC8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iLjc4OCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+');
  border: none;
}
.amcard-label-block > .amcard-icon {
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  position: absolute;
  top: 2px;
  width: 15px;
}
.amcard-label-block.-price {
  background-color: #f0f0f0;
  border: 1px solid #dadada;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0 10px 5px 0;
  padding: 6px 8px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.amcard-label-block.-price.-active,
.amcard-label-block.-price:hover {
  background-color: #1e79c2;
  border: 1px solid #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amcard-radio-container .amcard-label-block:not(:last-child) {
  margin-right: 30px;
}
.amcard-upload-container .amcard-label-block {
  background: #1e79c2;
  color: #fff;
  cursor: pointer;
  padding: 5px 13px 5px 38px;
  transition: background-color 0.3s ease-out;
}
.amcard-upload-container .amcard-label-block:hover {
  background: #2d93e5;
}
.amcard-upload-container .amcard-label-block:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODIxIDBsLS44MDMgMi4xNDNIMi4xNDNBMi4xMzggMi4xMzggMCAwMDAgNC4yODZ2Ni40MjhjMCAxLjE4Ny45NTYgMi4xNDMgMi4xNDMgMi4xNDNoMTAuNzE0QTIuMTM4IDIuMTM4IDAgMDAxNSAxMC43MTRWNC4yODZhMi4xMzggMi4xMzggMCAwMC0yLjE0My0yLjE0M2gtMS44NzVMMTAuMTggMEg0Ljgyek03LjUgMy43NWEzLjc2MiAzLjc2MiAwIDAxMy43NSAzLjc1IDMuNzYyIDMuNzYyIDAgMDEtMy43NSAzLjc1QTMuNzYyIDMuNzYyIDAgMDEzLjc1IDcuNSAzLjc2MiAzLjc2MiAwIDAxNy41IDMuNzV6bTAgMS42MDdBMi4xMyAyLjEzIDAgMDA1LjM1NyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgOS42NDMgMi4xMyAyLjEzIDAgMDA5LjY0MyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgNS4zNTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
  content: '';
  height: 15px;
  left: 11px;
  position: absolute;
  top: 7px;
  width: 16px;
}
.amcard-customer-image > .amcard-container,
.amcard-image-container > .amcard-container,
.amcard-customer-image > .amcard-image,
.amcard-image-container > .amcard-image {
  cursor: pointer;
  max-width: 100px;
  padding: 7px;
}
.amcard-customer-image > .amcard-container.-active,
.amcard-image-container > .amcard-container.-active,
.amcard-customer-image > .amcard-image.-active,
.amcard-image-container > .amcard-image.-active,
.amcard-customer-image > .amcard-container:hover,
.amcard-image-container > .amcard-container:hover,
.amcard-customer-image > .amcard-image:hover,
.amcard-image-container > .amcard-image:hover {
  border: 1px solid #026bb3;
  border-radius: 2px;
  box-shadow: 0 4px 4px #e2f0fb;
  padding: 6px;
}
.amcard-upload-container {
  display: flex;
  margin: 10px 0;
  position: relative;
}
.amcard-upload-container .amcard-input {
  display: none;
}
.amcard-customer-image {
  background: #e8f6ff;
  display: flex;
  padding: 15px;
}
.amcard-customer-image > .amcard-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-right: 15px;
  max-width: 100px;
}
.amcard-customer-image .amcard-image {
  height: 100%;
  width: 100%;
}
.amcard-image-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amcard-image-information > .amcard-description,
.amcard-image-information > .amcard-title {
  margin: 0;
}
.amcard-image-information > .amcard-delete {
  align-self: flex-start;
  background: none;
  border: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
}
.amcard-image-information > .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-image-information > .amcard-delete:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjUzNCAxMmg2Ljk1MWwuODc0LTcuMTY2SC43TDEuNTM0IDEyek02Ljk1MiAxLjc4M1YuNDA5QzYuOTUyLjE4MyA2Ljc0MyAwIDYuNDg2IDBIMy41MzVjLS4yNTggMC0uNDY2LjE4My0uNDY2LjQxdjEuMzVjLS45OTcuMDk5LTIuMDM1LjI5LTMuMDY5LjYxN3YxLjI2aDEwVjIuMzQ0cy0xLjIyLS4zNy0zLjA0OS0uNTZoLjAwMXptLS45MjctLjA3NmExOS4xMDcgMTkuMTA3IDAgMDAtMi4wNzctLjAxMlYuOTcxYzAtLjExMi4xMDMtLjIwNC4yMzItLjIwNGgxLjYxMWMuMTMgMCAuMjM0LjA5Mi4yMzQuMjA0di43MzZ6IiBmaWxsPSIjMTc4N0UwIi8+PC9zdmc+') no-repeat center;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 12px;
}
.amcard-preview-container {
  margin-top: 15px;
}
.amcard-preview-container > .amcard-button {
  background: none;
  border: 1px solid #4190c6;
  border-radius: 2px;
  box-sizing: border-box;
  color: #026bb3;
  font-size: 14px;
  padding: 6px 15px;
  transition: background-color 0.3s ease-out;
}
.amcard-preview-container > .amcard-button:hover {
  background: #026bb3;
  color: #fff;
}
.amcard-general-container {
  display: none;
  margin-bottom: 20px;
}
.amcard-general-container.-visible {
  display: block;
}
.amcard-general-container .amcard-warning {
  color: #e02b27;
  font-size: 12px;
}
.amcard-tooltip-container {
  background: #fff;
  border-radius: 6px;
  bottom: 25px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  display: none;
  left: 98px;
  padding: 10px;
  position: absolute;
  width: 200px;
  z-index: 10;
}
.amcard-question-container:hover .amcard-tooltip-container,
.amcard-question-container:focus .amcard-tooltip-container {
  display: block;
}
.amcard-tooltip-container:after {
  background: #fff;
  bottom: -8px;
  content: '';
  height: 18px;
  left: 20px;
  position: absolute;
  transform: rotate(45deg);
  width: 18px;
}
.amcard-tooltip-container > .amgiftcard-text {
  color: #575757;
  font-size: 12px;
  font-weight: 400;
}
.amcard-question-container {
  align-self: center;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4LjUiIGZpbGw9IiMzODlERkUiLz48cGF0aCBkPSJNNy40ODggMTAuMDc0YzAtLjYwNi4wNzUtMS4wODkuMjI2LTEuNDQ5LjE1LS4zNi40NDYtLjc1NC44ODktMS4xODMuNDQ2LS40MzMuNzI5LS43NC44NDctLjkyMi4xODItLjI3OC4yNzQtLjU4LjI3NC0uOTAzIDAtLjQyOC0uMTA3LS43NTQtLjMyMi0uOTc3LS4yMS0uMjI4LS41Mi0uMzQyLS45My0uMzQyLS4zOTEgMC0uNzA4LjExMi0uOTUuMzM1LS4yMzcuMjE5LS4zNTUuNTE3LS4zNTUuODk1SDUuNTA2Yy4wMDktLjgwNi4yODItMS40NDQuODItMS45MTQuNTQyLS40NyAxLjI1OC0uNzA0IDIuMTQ3LS43MDQuOTE2IDAgMS42MjkuMjMzIDIuMTQuNjk3LjUxNC40NjUuNzcyIDEuMTE1Ljc3MiAxLjk0OSAwIC43NDItLjM0NyAxLjQ3NC0xLjA0IDIuMTk0bC0uODQuODI3Yy0uMy4zNDItLjQ1Ni44NDEtLjQ2NSAxLjQ5N0g3LjQ4OHpNNy4zNzIgMTIuMmMwLS4yNjkuMDg0LS40ODUuMjUzLS42NS4xNjktLjE2OC4zOTYtLjI1Mi42ODQtLjI1Mi4yOTEgMCAuNTIxLjA4Ni42OS4yNmEuODcuODcgMCAwMS4yNTMuNjQyYzAgLjI1LS4wODIuNDYtLjI0Ni42My0uMTY0LjE2OC0uMzk3LjI1Mi0uNjk3LjI1Mi0uMzAxIDAtLjUzNC0uMDg0LS42OTgtLjI1M2EuODguODggMCAwMS0uMjM5LS42Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
  height: 17px;
  margin: 0 20px;
  width: 17px;
}
.amcard-carousel-container .slick-arrow {
  z-index: 10;
}
.amgiftcard-modal-container {
  pointer-events: auto;
}
.amcard-page-product .modal-inner-wrap {
  max-width: 900px;
}
.amcard-page-product .product-info-main .price-final_price .price-wrapper .price {
  color: #575757;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}
.amcard-page-product .amgiftcard-price-container .amgiftcard-price-multiple.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-multiple .price-wrapper .price {
  font-size: 24px;
  line-height: 24px;
}
.amcard-page-product .amgiftcard-price-container .price-wrapper + .price-wrapper {
  margin-left: 5px;
}
.amcard-page-product .amcard-preview .header {
  display: flex;
  justify-content: center;
}
.amcard-page-product .amcard-preview .footer,
.amcard-page-product .amcard-preview .header {
  background: #fff !important;
}
.amcard-page-product .amcard-preview .main {
  border-collapse: separate;
  border-radius: 10px;
  border-top: 6px solid #1787e0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.amcard-page-product .amcard-preview .logo {
  margin: 0;
}
.amcard-page-product .product-info-main .product-reviews-summary {
  float: none;
}
.amcard-page-product .product-info-main .product-info-price {
  border: 0;
  margin-bottom: 0;
}
.amcard-page-product .product-info-main .product-add-form {
  border: 0;
  clear: none;
  margin-bottom: 20px;
  padding-top: 0;
}
.gallery-placeholder.-amcard {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ammodal-aside-container {
  pointer-events: auto;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: unset;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
}
.account .amcard-codes-list .table-wrapper:last-child {
  margin-bottom: 20px;
}
.account .amcard-codes-list .messages {
  margin-bottom: 0;
}
.amcardacc-template-container .amcard-codes-list,
.amcardacc-template-container .amcard-field-container {
  max-width: 360px;
}
.amcard-codes-list.-cart,
.amcard-field-container.-cart {
  max-width: 500px;
}
.amcard-codes-list.-paypal,
.amcard-field-container.-paypal {
  margin: 20px 0;
}
.amcard-codes-list .table .action,
.amcard-field-container .table .action,
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-delete {
  align-self: flex-start;
  background: none;
  border: none;
  box-shadow: none;
  color: #006bb4;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.amcard-codes-list .table .action:hover,
.amcard-field-container .table .action:hover,
.amcard-codes-list .amcard-check:hover,
.amcard-field-container .amcard-check:hover,
.amcard-codes-list .amcard-delete:hover,
.amcard-field-container .amcard-delete:hover,
.amcard-codes-list .table .action:focus,
.amcard-field-container .table .action:focus,
.amcard-codes-list .amcard-check:focus,
.amcard-field-container .amcard-check:focus,
.amcard-codes-list .amcard-delete:focus,
.amcard-field-container .amcard-delete:focus {
  text-decoration: underline;
}
.amcard-codes-list .amcard-list-btn-container,
.amcard-field-container .amcard-list-btn-container {
  display: inline-block;
  padding: 0 10px;
}
.amcard-codes-list .amcard-list-btn-container:not(:last-child),
.amcard-field-container .amcard-list-btn-container:not(:last-child) {
  border-right: 2px solid #ccc;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 10px;
}
.amcard-field-block.-code {
  margin-top: 10px;
}
.amcard-field-block .amcard-button {
  font-weight: 600;
  transition: opacity 0.3s ease-out;
}
.amcard-field-block .amcard-button:hover {
  opacity: 0.9;
}
.amcard-field-block .amcard-button.-account {
  background: #3a77bd;
  color: #fff;
}
.amcard-field-block .amgcard-datalist-container + .amcard-button {
  align-self: flex-start;
  line-height: 16px;
}
.amcard-card-info {
  background: #e8f6ff;
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
}
.amcard-card-info .amcard-field:not(:last-child) {
  margin-right: 20px;
}
.amcardacc-messages-container {
  display: none;
}
.amcardacc-messages-container.-visible {
  display: block;
}
.amcard-form-container .amcard-field.-validate {
  opacity: 0;
  position: absolute;
  width: 0;
}
.amgcard-datalist-container {
  position: relative;
  width: 100%;
}
.amgcard-datalist-container.-active .amgcard-datalist-ul {
  display: block;
}
.amgcard-datalist-container .amcard-input-arrow:after {
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
}
.amgcard-datalist-container.-active .amcard-input-arrow:after {
  border-color: transparent transparent #333 transparent;
  top: 7px;
}
.amgcard-datalist-container .amcard-datalist-message {
  font-style: italic;
}
.amgcard-datalist-container .amcard-field.-datalist {
  height: 32px;
}
.amgcard-datalist-ul {
  background: #fff;
  border-radius: 2px;
  display: none;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.amgcard-datalist-ul .amcard-datalist-li {
  color: #333;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding: 6px 10px;
  transition: background-color 0.3s ease-in;
}
.amgcard-datalist-ul .amcard-datalist-li:hover {
  background-color: rgba(239, 239, 239, 0.9);
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-prev:focus,
.amrelated-grid-wrapper .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amrelated-grid-wrapper .slick-dots .slick-active button,
.amrelated-grid-wrapper .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.amrelated-grid-wrapper .slick-dots .slick-active .action-gift {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.amrelated-grid-wrapper .slick-dots .action-gift {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:active,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:focus,
.amrelated-grid-wrapper .slick-dots .action-gift:hover,
.amrelated-grid-wrapper .slick-dots .action-gift:active,
.amrelated-grid-wrapper .slick-dots .action-gift:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .slick-dots {
  line-height: 3rem;
  position: static;
}
.amrelated-sidebar-wrap .slick-dots .slick-active button,
.amrelated-sidebar-wrap .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.amrelated-sidebar-wrap .slick-dots .slick-active .action-gift {
  background: #0082e4;
}
.amrelated-sidebar-wrap .slick-dots button,
.amrelated-sidebar-wrap .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.amrelated-sidebar-wrap .slick-dots .action-gift {
  background-color: #dfdedd;
}
.amrelated-sidebar-wrap .slick-prev:focus,
.amrelated-sidebar-wrap .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 5px 8px 6px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  padding: 10px 0;
  position: relative;
}
.amrelated-pack-wrapper .amrelated-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #f9f9f9;
  margin-top: 25px;
  position: relative;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.amrelated-pack-item .amrelated-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  z-index: unset;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price .price-wrapper .price {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  background: transparent;
  border: 0;
  flex-direction: row-reverse;
  height: auto;
  min-width: auto;
  position: unset;
  width: auto;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  margin-left: 10px;
  position: static;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  align-self: center;
  position: static;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  max-width: 100%;
  min-height: 2.7rem;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  background: #fff;
  border: 1px solid #e8e8e8;
  height: 100px;
  margin: 0;
  min-width: 100px;
  position: relative;
  text-align: center;
  width: 100px;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  height: 100%;
  width: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-height: 100%;
  max-width: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9f6ff;
  border: 1px solid #3978bd;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  box-sizing: border-box;
  color: #000;
  font-weight: 600;
  height: 30px;
  min-width: 30px;
  padding: 0 4px;
  position: absolute;
  right: 0;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-size: 11px;
  font-weight: 400;
}
.amrelated-photo-container .amrelated-checkbox {
  opacity: 0;
  position: absolute;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  background: #fff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 20px;
  z-index: 2;
}
.amrelated-photo-container .amrelated-checkbox:focus + .amrelated-label {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c84949;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
.amrelated-discount.-product {
  display: none;
  font-size: 12px;
  right: -10px;
  top: -10px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  font-size: 16px;
  max-width: 100%;
  padding: 5px 15px;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  font-weight: 600;
  margin-left: 5px;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.amrelated-price-wrapper {
  border-bottom: none;
  box-sizing: border-box;
  justify-content: center;
  margin: 0 15px;
  padding: 15px;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  height: auto;
  line-height: normal;
  padding: 7px 15px;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 24px + 10px + 5px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 24px + 10px + 5px);
}
.field .control select[multiple] {
  height: auto;
  background: #fff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.order-attributes .file-uploader .file-uploader-meta {
  color: #727272;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#store-pickup.selected-store-pickup {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  position: absolute;
}
.opc-block-summary .order-attributes-form .field-tooltip-content {
  left: -270px;
  top: -55px;
}
.opc-block-summary .order-attributes-form .field-tooltip-content:before {
  left: 270px;
  top: 44px;
  transform: rotate(-90deg);
}
.opc-block-summary .order-attributes-form .field-tooltip-content:after {
  border-width: 9px;
  left: 271px;
  top: 44px;
  transform: rotate(-90deg);
  width: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  margin: 0 30px;
  width: 850px;
}
.ampromo-gallery[data-count='1'] {
  width: 280px;
}
.ampromo-gallery[data-count='2'] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  height: 42px !important;
  width: 42px !important;
}
.ampromo-slick .slick-prev:focus,
.ampromo-slick .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.ampromo-slick .slick-dots .action-gift,
.ampromo-slick .slick-dots .action-gift:hover {
  background: transparent !important;
  border: none !important;
  height: 20px;
  padding: 5px !important;
  text-indent: 0 !important;
  width: 20px;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-slick.slick-slider .slick-arrow.slick-next,
.ampromo-slick.slick-slider .slick-arrow.slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjNzU3NTc1Ii8+PC9zdmc+Cg==) center no-repeat !important;
}
.ampromo-items-add {
  border: 1px solid #ededed;
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  text-align: center;
}
.ampromo-items-add > a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.checkout-index-index .ampromo-items-add:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  width: 32px;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  margin-left: 35%;
  margin-top: 10%;
  width: 30%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-price-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ampromo-loading {
  display: none;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  animation: load 1.2s linear infinite;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 64px;
  margin: 8px;
  width: 64px;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity 0.4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-overlay.-hide {
  display: none;
}
.ampromo-popup-wrapper {
  background-color: #fff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: 0.6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #ccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.ampromo-popup-wrapper .ampromo-close:focus-visible {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  margin: 0 auto;
  position: initial;
  width: fit-content;
}
.ampromo-popup-wrapper .slick-dots:focus-within {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.6rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
.amscroll-page-num {
  clear: both;
  padding: 6px 10px;
  color: #252525;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.amscroll-page-num.-amscroll-button {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fbfbfb;
}
.amscroll-page-num.-amscroll-divider {
  border-bottom: 1px solid #c2c2c2;
}
.amscroll-page-num.-amscroll-background {
  background: #fbfbfb;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-loading-block {
  margin: 0 auto;
  padding: 10px 0;
  width: 20px;
  height: 20px;
}
.amscroll-loading-icon {
  min-width: 20px;
  height: 20px;
}
.amscroll-loading-icon.-amscroll-animate {
  animation: amScrollRotate 1.5s linear infinite;
}
.amscroll-load-button {
  display: flex;
  align-items: center;
  margin: 5px auto;
  padding: 5px 20px;
  max-width: 100%;
  width: max-content;
  border: 1px solid;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  transition: color 0.2s;
}
._keyfocus .amscroll-load-button:focus {
  box-shadow: none;
}
.amscroll-load-button:not(.focus-visible) {
  border-color: transparent !important;
}
.amscroll-load-button:hover,
.amscroll-load-button:focus,
.amscroll-load-button:active {
  background-color: transparent;
}
.amscroll-load-button:hover > .amscroll-text {
  filter: brightness(0.8);
}
.ie11 .amscroll-load-button {
  width: 120px;
}
.amscroll-load-button > .amscroll-text {
  word-break: break-word;
  word-wrap: break-word;
  transition: filter 0.2s;
  pointer-events: none;
  user-select: none;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.amscroll-load-button > .amscroll-loading-icon {
  display: none;
  margin-right: 10px;
}
.amscroll-load-button.-amscroll-loading {
  pointer-events: none;
  user-select: none;
}
.amscroll-load-button.-amscroll-loading > .amscroll-loading-icon {
  display: block;
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.amscroll-backtotop-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  transition: right 0.2s;
}
.amscroll-backtotop-block:not(.-amscroll-active) {
  right: -60px !important;
}
._keyfocus .amscroll-backtotop-block:focus,
.amscroll-backtotop-block:not(.primary) {
  box-shadow: none;
}
.amscroll-backtotop-block:hover,
.amscroll-backtotop-block:focus,
.amscroll-backtotop-block:active {
  border: 0;
  box-shadow: none;
  color: #fff;
}
.amscroll-backtotop-block .amscroll-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.amscroll-backtotop-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  opacity: 0;
  filter: brightness(0.8);
  transition: opacity 0.2s;
}
.amscroll-backtotop-block:after {
  position: relative;
  z-index: 1;
  display: inline-block;
  content: '';
}
.amscroll-backtotop-block:hover:before {
  opacity: 1;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 40px / 2;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all 0.3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ff0;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px 0.4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #fff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all 0.2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0.3rem 0 0.3rem 0.3rem;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: 0.5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Tunda/Genny/en_US/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: 0.5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #fff;
  border-color: #ccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 16px / 2;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: 0.03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #fff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 2;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: 0.5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #fff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #fff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #575757;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: 0.5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: 0.4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #68a8e0;
}
.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;
  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;
  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,
.amsl-login-content .amshopby-button.login,
.amsl-login-content .am-filter-go.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,
.amsl-popup-block .actions-toolbar .amshopby-button,
.amsl-popup-block .actions-toolbar .am-filter-go {
  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,
.amsl-popup-block .actions-toolbar .amshopby-button:hover,
.amsl-popup-block .actions-toolbar .amshopby-button:hover:focus,
.amsl-popup-block .actions-toolbar .am-filter-go:hover,
.amsl-popup-block .actions-toolbar .am-filter-go:hover:focus {
  background: #5891e6;
}
.amsl-popup-block .actions-toolbar .action.primary:focus,
.amsl-popup-block .actions-toolbar .amshopby-button:focus,
.amsl-popup-block .actions-toolbar .am-filter-go: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;
}
.amlocator-main-container {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 50vw;
  text-align: left;
}
.amlocator-main-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-main-container .amlocator-select {
  cursor: pointer;
}
.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}
.amlocator-main-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #e7e7e7;
  margin: 0;
}
.amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong {
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-top: 0;
}
.amlocator-search-container {
  background: #f8f8f8;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 5px 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-search-container .amlocator-block {
  margin-bottom: 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}
.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  width: initial;
}
.amlocator-search-container .amlocator-select {
  height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
  background-color: #f8f8f8;
  border: none;
  height: inherit;
  line-height: 1;
  min-width: inherit;
}
.amlocator-search-container .amlocator-button.-nearby {
  margin-left: auto;
  width: 100%;
}
.amlocator-current-location .amlocator-search {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 23px;
}
.amlocator-current-location .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-top: 5px;
  position: relative;
}
.amlocator-current-location .amlocator-text {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  box-sizing: border-box;
  height: 40px;
  padding-right: 40px;
  width: 100%;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #1979c3;
  box-shadow: none;
}
.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amlocator-current-location .amlocator-reset {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=') no-repeat center;
  border: none;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 22px;
}
.amlocator-current-location .amlocator-search.-hidden,
.amlocator-current-location .amlocator-reset.-hidden {
  display: none;
}
.amlocator-search-radius .amlocator-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  background: #1979c3;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699D;
}
.amlocator-search-radius .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
}
.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}
.amlocator-range-slider {
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  width: 100%;
}
.amlocator-range-slider .ui-slider-range {
  background: #1979c3;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 100%;
}
.amlocator-range-slider .amlocator-handle {
  background: #1979c3;
  border-radius: 12px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  cursor: pointer;
  height: 14px;
  margin: 0 0 0 -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}
.amlocator-range-slider .amlocator-handle:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amlocator-range-slider .amlocator-tooltip {
  background: #1979c3;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  left: 50%;
  padding: 2px 5px;
  position: absolute;
  top: -7px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
.amlocator-range-slider .amlocator-tooltip:after {
  background: #1979c3;
  bottom: 0;
  content: '';
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 6px;
}
.amlocator-filters-container {
  background: #f8f8f8;
  margin-bottom: 10px;
}
.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-content {
  transition: all 0.3s ease;
}
.amlocator-filters-container .amlocator-hidden-filter {
  display: none;
}
.amlocator-filters-container .amlocator-actions {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-clear {
  background: none;
  border: none;
  color: #006bb4;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
  border: none;
  line-height: unset;
  margin-left: 25px;
  min-height: 25px;
  padding: 0 20px;
}
.amlocator-filters-container .amlocator-button:hover {
  background: #1979c3;
  border: none;
  color: #fff;
}
.amlocator-attribute-wrapper {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7;
}
.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  padding-right: 5px;
  width: 40%;
  word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container .amlocator-chosen-search-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  border-color: #ccc;
  height: inherit;
  line-height: 1;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
}
.amlocator-attribute-wrapper .chosen-container {
  font-size: inherit;
  height: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  height: 8px;
  margin: 0 5px 0 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background: #1979c3;
  border: none;
  box-shadow: none;
  color: #fff;
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
}
.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}
.amlocator-map-container > .amlocator-block {
  width: 100%;
}
.amlocator-map-container .amlocator-map {
  height: 300px;
  width: 100%;
}
.amlocator-map-pin {
  display: none;
}
.amlocator-arrow {
  display: inline-block;
  height: 8px;
  margin-left: auto;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.amlocator-arrow:before,
.amlocator-arrow:after {
  background-color: #363636;
  content: '';
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 3px;
  transition: all 0.2s ease;
  width: 9px;
}
.amlocator-arrow:before {
  left: 0;
}
.amlocator-arrow:after {
  right: 0;
}
.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}
.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}
.amlocator-store-list {
  order: 1;
  overflow: auto;
}
.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.amlocator-stores-wrapper {
  margin-bottom: 10px;
}
.amlocator-store-desc {
  background: #f6f6f6;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}
.amlocator-store-desc .amlocator-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-store-desc .amlocator-title .amlocator-map-pin {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.amlocator-store-desc .amlocator-image {
  background-position: center;
  background-size: cover;
  height: 150px;
  margin-right: 15px;
  min-width: 150px;
  width: 150px;
}
.amlocator-store-container {
  margin-bottom: 1.5rem;
}
.amlocator-store-container.-active .amlocator-store-desc,
.amlocator-store-container.-active .amlocator-week-container {
  background: #1979c3;
  color: #fff;
}
.amlocator-store-container.-active .amlocator-store-desc .amlocator-title .amlocator-link,
.amlocator-store-container.-active .amlocator-week-container .amlocator-title .amlocator-link {
  color: #fff;
}
.amlocator-store-container.-active .amlocator-today {
  background: #9dd4ff;
  color: #000;
}
.amlocator-store-container .amlocator-week-container {
  background: #f6f6f6;
  display: none;
}
.amlocator-store-container .amlocator-schedule-container:hover {
  cursor: pointer;
}
.amlocator-store-container .amlocator-schedule-container .amlocator-week {
  display: block;
}
.amlocator-description {
  word-break: break-word;
}
.amlocator-schedule-container .amlocator-today {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #dfdfdf;
  justify-content: space-between;
  padding: 5px 15px 5px 35px;
  position: relative;
}
.amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
  content: '';
  height: 14px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 14px;
}
.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}
.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}
.amlocator-schedule-container.active .amlocator-week-container {
  min-height: 10rem;
  position: relative;
}
.amlocator-schedule-container.active .amlocator-arrow:after {
  transform: rotate(45deg);
}
.amlocator-schedule-container.active .amlocator-arrow:before {
  transform: rotate(-45deg);
}
.amlocator-schedule-table {
  display: flex;
  flex-direction: column;
}
.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.amlocator-schedule-table .amlocator-cell {
  box-sizing: border-box;
  width: 50%;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8%;
  text-align: right;
  white-space: nowrap;
}
.amlocator-pager-container {
  margin-top: auto;
}
.amlocator-pager-container .pages {
  text-align: right;
}
.amlocator-pager-container .items {
  padding: 0 1.5rem 0.2rem;
}
.amlocator-pager-container .items .action:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amlocator-pager-container .pages .page {
  background: #f8f8f8;
  color: #000;
  font-weight: normal;
  line-height: 1;
  padding: 8px 10px;
}
.amlocator-pager-container .pages a.page {
  color: #000;
}
.amlocator-pager-container .pages .item {
  margin: 0;
  position: relative;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}
.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  background: #1979c3;
  color: #fff;
}
.amlocator-pager-container .pages a.action {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.amlocator-pager-container .pages a.action:hover {
  background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
  color: #000;
  font-size: 14px;
}
.amlocator-pager-container .pages .items a.action:hover:before {
  color: #fff;
}
.amlocator-pager-container .pages > .label {
  position: relative;
}
.amlocator-map .amlocator-image img {
  max-width: 150px;
}
.amlocator-info-popup {
  width: 250px;
}
.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
  clear: both;
  display: block;
  margin-bottom: 10px;
  width: 100px;
}
.amlocator-index-index {
  overflow-x: hidden;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container.-main-page {
  margin: 0 10px;
}
.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
/* phpcs:ignoreFile */
.amlocator-description-grey {
  background: #fbfbfb;
  padding: 0 15px;
  word-break: break-word;
}
.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%;
}
.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px;
}
.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px;
}
.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0;
}
.amlocator-location-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #d2dde5;
  margin: 0;
}
.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important;
}
.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600;
}
.amlocator-location-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-location-container .amlocator-button:hover {
  background-color: #1c87da;
}
.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #1979c3;
  box-sizing: border-box;
}
.amlocator-route-creator .amlocator-modes {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.amlocator-route-creator .amlocator-travel-mode {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 3.5rem;
  height: 3.5rem;
  opacity: 0.6;
  transition: all 0.3s ease;
  width: 3.5rem;
}
.amlocator-route-creator .amlocator-travel-mode:not(:last-of-type) {
  margin-right: 5px;
}
.amlocator-route-creator .amlocator-travel-mode:focus {
  border: 1px solid #fff;
}
.amlocator-route-creator .amlocator-travel-mode.radio-checked,
.amlocator-route-creator .amlocator-travel-mode:focus,
.amlocator-route-creator .amlocator-travel-mode:hover {
  background-color: #2d93e2;
  opacity: 1;
}
.amlocator-route-creator .amlocator-travel-mode.-driving {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-transit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-walking {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amlocator-route-creator .amlocator-travel-mode.-bicycling {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.amlocator-route-creator .amlocator-addresses {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px;
}
.amlocator-route-creator .amlocator-address {
  border: none;
  height: 35px;
}
.amlocator-route-creator .amlocator-address:focus {
  box-shadow: 0 0 3px 1px #fff;
}
.amlocator-route-creator .amlocator-address.-end {
  background: #f2f2f2;
  color: #494949;
}
.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px;
}
.amlocator-route-creator .amlocator-swap {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 33px;
  opacity: 0.6;
  padding: 0;
  transition: all 0.3s ease;
  width: 20px;
}
.amlocator-route-creator .amlocator-swap:hover,
.amlocator-route-creator .amlocator-swap:focus {
  opacity: 1;
}
.amlocator-route-creator .amlocator-swap:focus {
  box-shadow: 0 0 3px 1px #fff;
}
.amlocator-route-icon {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 65px;
  justify-content: space-between;
  width: 13px;
}
.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box;
}
.amlocator-route-icon .amlocator-icon.-start {
  border: 3px solid #fff;
  border-radius: 10px;
  height: 12px;
  width: 12px;
}
.amlocator-route-icon .amlocator-icon.-dot {
  background: #2d93e2;
  border-radius: 10px;
  height: 4px;
  width: 4px;
}
.amlocator-route-icon .amlocator-icon.-end {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
  height: 18px;
  width: 13px;
}
.amlocator-collapse-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 10px 0;
}
.amlocator-directions-container table.adp-placemark {
  background: #1978c3;
  color: #fff;
}
.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle;
}
.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px;
}
.amlocator-location-info .amlocator-block {
  margin-bottom: 10px;
}
.amlocator-location-info .amlocator-link {
  color: #000;
  cursor: pointer;
}
.amlocator-location-info .amlocator-icon {
  background-color: #1979c3;
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  background: none;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 0;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
  height: 20px;
  left: 0;
  top: 5px;
  width: 20px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px;
}
.amlocator-location-gallery {
  padding: 0 15px;
}
.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px;
}
.amlocator-location-gallery .slick-slide {
  margin: 0.2rem;
}
.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center;
}
.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
  display: inline-block;
}
.amlocator-location-gallery .slick-arrow:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important;
}
.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto;
}
.amlocator-location-reviews .amlocator-items {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.amlocator-reviews-general {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amlocator-reviews-general .amlocator-value {
  font-size: 50px;
  font-weight: 400;
  margin-right: 10px;
}
.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px;
}
.amlocator-location-review {
  padding: 10px 0 0;
}
.amlocator-location-review .amlocator-name {
  font-weight: bold;
}
.amlocator-location-review .amlocator-message {
  margin-top: 10px;
  max-height: 1000px;
  overflow: auto;
  transition: all 0.3s ease;
  word-break: break-word;
  word-wrap: break-word;
}
.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden;
}
.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-right: 14px;
  position: relative;
}
.amlocator-location-review .amlocator-date {
  color: #555;
  font-size: 12px;
  margin-left: auto;
  margin-right: 5px;
}
.amlocator-attributes-container {
  display: none;
  padding: 30px 20px;
}
.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px;
}
.amlocator-location-attribute .amlocator-values {
  display: inline-block;
}
.amlocator-location-attribute .amlocator-value {
  border-radius: 2px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
}
.amlocator-location-attribute .amlocator-value.-multiselect {
  background: #fff;
  color: #363636;
}
.hidden {
  display: none;
}
.loading-mask {
  z-index: 100001 !important;
}
.amlocator-review-popup {
  align-items: center;
  display: flex;
  justify-content: center;
}
.amlocator-review-popup-content {
  padding-bottom: 30px;
}
.amlocator-review-popup .modal-inner-wrap {
  border-radius: 10px;
  max-width: 500px;
  min-width: 330px;
  width: 30%;
}
.amlocator-review-popup .modal-inner-wrap .modal-header {
  padding-top: 2rem;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close {
  padding: 12px;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:hover:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:focus:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-footer {
  padding-top: 0;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-header {
  font-size: 16px;
  margin-bottom: 10px;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-review-popup .modal-inner-wrap .review-control-vote:focus-within:before {
  background: url(data:image/svg+xml;base64,PCEtLSBzYW1wbGUgcmVjdGFuZ2xlIC0tPgo8c3ZnIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMzdjI3SDB6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4zMDUgMTAuMzEzTDE0IDBsLTMuMzA1IDEwLjMxM0gwbDguNjUyIDYuMzc0TDUuMzQ4IDI3IDE0IDIwLjYyNiAyMi42NTIgMjdsLTMuMzA1LTEwLjMxM0wyOCAxMC4zMTNIMTcuMzA1em00LjY1NCAxLjk5aC02LjA4TDE0IDYuNDRsLTEuODc5IDUuODYzaC02LjA4bDQuOTE5IDMuNjI0LTEuODggNS44NjNMMTQgMTguMTY2bDQuOTIgMy42MjQtMS44OC01Ljg2MyA0LjkyLTMuNjI0eiIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==);
}
.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px;
}
.amlocator-review-form .review-field-rating .label {
  color: #3f3f3f;
  font-weight: 400;
}
.amlocator-review-form .review-control-vote:before {
  content: '';
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
}
.amlocator-review-form .review-control-vote label:before {
  content: '';
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-review-form .review-control-vote input[type='radio']:not(:checked) + label:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer;
  opacity: 1;
}
.amlocator-review-form .review-control-vote {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
}
.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px;
}
.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px;
}
.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px;
}
.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px;
}
.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px;
}
.amlocator-review-form.review-form .action.submit.primary {
  background: #1979c3;
  border: 0;
  border-radius: 0;
  color: #fff;
  min-height: 40px;
  width: inherit;
}
.amlocator-review-form.review-form .action.submit.primary:hover {
  background: #1c87da;
}
.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amlocator-review-form .field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top;
}
.amlocator-review-form .field.review-field-ratings .control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.ampickup-store-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.ampickup-store-container.-cart {
  padding: 0 5px;
}
.ampickup-store-container .ampickup-field {
  width: 100%;
}
.ampickup-store-container .ampickup-field:not(:last-of-type) {
  margin-bottom: 10px;
}
.ampickup-store-container .ampickup-field select,
.ampickup-store-container .ampickup-field input {
  height: inherit;
  padding: 5px 10px;
}
.ampickup-store-container .ampickup-field.-store .ampickup-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ampickup-store-container .ampickup-field.-date .control {
  display: flex;
  flex-wrap: wrap;
}
.ampickup-store-container .ampickup-field.-date input {
  flex: 1 1 80%;
}
.ampickup-store-container .ampickup-field.-date .ui-datepicker-trigger {
  flex: 1 1 20%;
  max-width: 50px;
}
.ampickup-store-container .ampickup-separator {
  align-self: stretch;
  border-top: 1px solid #c7c7c7;
  margin: 15px 0;
  width: inherit;
}
.ampickup-store-container .ampickup-choosemap {
  background: #1979c3;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: unset;
  margin: 0 auto 0 0;
  padding: 5px 15px;
  white-space: nowrap;
}
.ampickup-store-container .ampickup-choosemap:hover {
  background: #135896;
}
.ampickup-store-container .label {
  display: inline-block;
  margin-bottom: 8px;
}
.ampickup-details-container {
  flex: 1 1 100%;
  margin-bottom: 15px;
}
.ampickup-details-container .ampickup-title {
  margin: 0 0 15px;
}
.ampickup-details-container div:empty,
.ampickup-details-container div:empty + br {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .ampickup-details-container.shipping-address-details {
  width: 100%;
}
.ampickup-map-popup {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 99999;
}
.ampickup-map-popup .ampickup-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100vw;
  z-index: 1;
}
.ampickup-map-popup .ampickup-title {
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
}
.ampickup-map-popup .ampickup-content {
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  padding: 25px;
  position: relative;
  width: 90vw;
  z-index: 2;
}
.ampickup-map-popup .ampickup-close {
  cursor: pointer;
  height: 25px;
  opacity: 0.3;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
}
.ampickup-map-popup .ampickup-close:hover {
  opacity: 1;
}
.ampickup-map-popup .ampickup-close:before,
.ampickup-map-popup .ampickup-close:after {
  background-color: #333;
  content: ' ';
  height: 27px;
  left: 11px;
  position: absolute;
  width: 2px;
}
.ampickup-map-popup .ampickup-close:before {
  transform: rotate(45deg);
}
.ampickup-map-popup .ampickup-close:after {
  transform: rotate(-45deg);
}
.ampickup-map-popup .ampickup-button.-close {
  align-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  height: 27px;
  justify-content: center;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  transition: 0.1s all ease-in;
  user-select: none;
  width: 27px;
}
.ampickup-map-popup .ampickup-button:focus-visible {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ampickup-map-popup .amlocator-block.-map {
  box-sizing: border-box;
}
.ampickup-nostores-message {
  margin-top: 15px;
}
.ampickup-nostores-message.-background {
  background: #f6f6f6;
  margin-bottom: 15px;
  padding: 10px;
}
.ampickup-curbside-banner-img {
  width: 100%;
}
.ampickup-options-container {
  box-sizing: border-box;
  margin: 5px 0 20px;
  width: 100%;
  word-break: break-word;
  word-wrap: break-word;
}
.ampickup-options-container .ampickup-comment {
  display: block;
}
.ampickup-options-container .ampickup-comment label {
  display: none;
}
.checkout-index-index .ampickup-options-container {
  margin-bottom: 40px;
}
.ampickup-conditions-container.block {
  margin-bottom: 10px !important;
  margin-top: 5px;
}
.ampickup-conditions-container.block > .title {
  border-top: none;
  padding: 5px 0;
}
.ampickup-conditions-container.block > .title:after {
  top: 7px;
}
.ampickup-conditions-container.block > .content {
  padding: 10px 0 0;
  word-break: break-word;
  word-wrap: break-word;
}
.ampickup-curbside-label {
  align-items: center;
  display: flex;
  margin-top: 5px;
}
.ampickup-curbside-label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgLjVjLTQuOTYgMC05IDQuMDQtOSA5czQuMDQgOSA5IDkgOS00LjA0IDktOS00LjA0LTktOS05em00LjE4NiA3LjM2N2wtNS4wMjMgNS4wMjRhLjgyNy44MjcgMCAwMS0uNTg2LjI1LjgyNy44MjcgMCAwMS0uNTg2LS4yNWwtMi41OTYtMi41NTRhLjgzNC44MzQgMCAwMTAtMS4xOTMuODM0LjgzNCAwIDAxMS4xOTMgMGwxLjk2OCAxLjk2OCA0LjQzNy00LjQzOGEuODM0LjgzNCAwIDAxMS4xOTMgMCAuODczLjg3MyAwIDAxMCAxLjE5M3oiIGZpbGw9IiM4MkI2ODciLz48L3N2Zz4=) no-repeat center;
  content: '';
  display: block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 5px;
  width: 18px;
}
.amlocator-store-information .ampickup-curbside-label,
.amlocator-info-popup .ampickup-curbside-label {
  margin-bottom: 5px;
}
.amlocator-location-info .ampickup-curbside-label {
  margin-bottom: 10px;
}
.ampickup-map-popup {
  /* @codingStandardsIgnoreStart */
  /* @codingStandardsIgnoreEnd */
}
.ampickup-map-popup .amlocator-button.-pickup {
  float: right;
  margin-top: 10px;
  min-height: inherit;
}
.ampickup-map-popup .amlocator-button.-pickup:hover {
  background: #2b93e4;
}
.ampickup-map-popup .amlocator-store-container.-active .amlocator-button.-pickup {
  background: #fff;
  color: #1366a6;
}
.ampickup-map-popup .amlocator-store-container.-active .amlocator-button.-pickup:hover {
  background: #e6e6e6;
}
.ampickup-map-popup .amlocator-search-container .amlocator-title {
  display: block;
}
.ampickup-map-popup .amlocator-search-container .amlocator-select.-measurement {
  margin-bottom: 5px;
}
.ampickup-map-popup .amlocator-search-radius .amlocator-radio + .amlocator-label {
  padding: 5px 10px;
}
.ampickup-map-popup .amlocator-search-radius .amlocator-radio + .amlocator-label:hover {
  background: #dfdfdf;
}
.ampickup-map-popup .amlocator-main-container .amlocator-block.-separator {
  border-top: 1px solid #e7e7e7;
}
.ampickup-map-popup .amlocator-attribute-wrapper .amlocator-label {
  cursor: pointer;
}
.ampickup-map-popup .amlocator-filters-container .amlocator-clear {
  background: none;
  font-size: 12px;
  font-weight: normal;
}
.ampickup-map-popup .amlocator-store-desc.-active .amlocator-button.-pickup {
  background: #f6f6f6;
  color: #1979c3;
  margin-top: 10px;
}
.ampickup-map-popup .amlocator-store-desc.-active .amlocator-button.-pickup:hover {
  background: #dddddd;
}
.ampickup-map-popup .amlocator-store-information {
  flex: auto;
}
.ampickup-details-container .amlocator-location-info {
  padding: 0;
}
.ampickup-details-container .amlocator-link {
  /* @codingStandardsIgnoreStart */
  color: inherit;
  display: flex;
  word-break: break-word;
  word-wrap: break-word;
  /* @codingStandardsIgnoreEnd */
}
.ampickup-details-container .amlocator-link:not(:last-of-type) {
  margin-bottom: 7px;
}
.ampickup-details-container .amlocator-link .amlocator-icon {
  min-width: 20px;
}
.pac-container.pac-logo {
  z-index: 999999;
}
.paypal-review .ampickup-store-container.fieldset {
  display: flex;
}
.paypal-review .fieldset > .ampickup-field.field > .label {
  display: inline-block;
}
.paypal-review a.-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/**
 * Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.amazon-button-container .amazon-button-column {
  display: flex;
  flex-direction: column;
  position: relative;
}
.amazon-button-container .amazon-button-column-tooltip {
  width: 30px;
}
.amazon-button-container.amazon-button-product-page {
  justify-content: left;
  margin-bottom: 2em;
}
/* for the "Amazon Sign-in" button */
.amazon-sign-in-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-sign-in-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-sign-in-button-container img {
  display: block;
}
.amazon-sign-in-button-container .field-tooltip {
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.cart-summary .amazon-button-container .checkout-methods-items {
  margin-top: 0;
}
.checkout-methods-items .amazon-button-container,
.block-minicart .amazon-button-container {
  flex-wrap: wrap;
}
.checkout-methods-items .amazon-divider,
.block-minicart .amazon-divider {
  flex-basis: 100%;
}
.checkout-methods-items .amazon-divider {
  margin-top: 0;
}
.checkout-methods-items .amazon-divider span {
  background: #f5f5f5;
}
.checkout-methods-items .amazon-button-column-tooltip .field-tooltip {
  display: block;
}
.product-info-main .amazon-button-container .field-tooltip {
  display: none;
}
#checkout .amazon-button-container {
  margin: 22px 0;
  justify-content: left;
}
#amazon-payment .payment-method-title {
  display: flex;
  align-items: center;
}
#amazon-payment .payment-method-title img {
  margin: 0 10px 0 4px;
  width: 74px;
}
#amazon-payment .checkout-billing-address {
  margin-top: 20px;
}
#amazon-payment .amazon-payment-action-container {
  padding-left: 10px;
}
#amazon-payment .actions-toolbar {
  margin-top: 20px;
}
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #ccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
.ap-promotional-message {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
  .amazon-button-container.amazon-button-product-page {
    justify-content: center;
    margin-bottom: 2em;
  }
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
/** This CSS help us to display the buttons increase and decrease qty*/
.box-tocart div.control {
  position: relative;
  width: 92px !important;
}
.box-tocart div.control .minus:hover button,
.box-tocart div.control .plus:hover button,
.box-tocart div.control .minus:hover .cart.table-wrapper .actions-toolbar > .action,
.box-tocart div.control .plus:hover .cart.table-wrapper .actions-toolbar > .action,
.box-tocart div.control .minus:hover .action-gift,
.box-tocart div.control .plus:hover .action-gift {
  background: #dfdfdf;
  color: #252531;
}
.box-tocart div.control .minus button,
.box-tocart div.control .plus button,
.box-tocart div.control .minus .cart.table-wrapper .actions-toolbar > .action,
.box-tocart div.control .plus .cart.table-wrapper .actions-toolbar > .action,
.box-tocart div.control .minus .action-gift,
.box-tocart div.control .plus .action-gift {
  position: absolute;
  top: 0px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #dfdfdf;
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  width: 28px;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
}
.box-tocart div.control .minus button,
.box-tocart div.control .minus .cart.table-wrapper .actions-toolbar > .action,
.box-tocart div.control .minus .action-gift {
  left: 0px;
}
.box-tocart div.control .plus button,
.box-tocart div.control .plus .cart.table-wrapper .actions-toolbar > .action,
.box-tocart div.control .plus .action-gift {
  right: 0px;
  border-radius: 0px 4px 4px 0px;
}
.box-tocart div.control .input-text.qty {
  border-radius: 0px !important;
  height: 20px !important;
  height: 40px !important;
  width: 40px !important;
  text-align: center !important;
  margin-left: 26px !important;
  display: inline-block !important;
  z-index: 5 !important;
  padding: 0px 3px !important;
  border: 1px solid #dfdfdf !important;
}
.details-qty.qty .item-qty.cart-item-qty {
  margin-right: 0px;
}
.details-qty.qty .decreasing-qty {
  vertical-align: top;
  margin-right: -5px;
  padding: 7px 10px;
  box-shadow: none;
}
.details-qty.qty .increasing-qty {
  vertical-align: top;
  margin-left: -5px;
  padding: 7px 8px;
  box-shadow: none;
}
.price-container .old-price-wrapper .old-price .price {
  text-decoration: line-through;
}
.cart-price .old-price .price {
  text-decoration: line-through;
  color: #837d7d;
}
.checkout.cart.savings span {
  font-weight: bold;
  color: #a40000;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.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 .primary {
  float: left;
}
.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 5px 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: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.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: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.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: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-order-details-view .box a {
  text-decoration: underline;
}
.block-order-details-view .box img {
  margin-top: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  margin-right: 15px;
  max-width: 60px;
  padding: 0;
  position: static;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  width: 100%;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: center !important;
  font-weight: bold;
  vertical-align: middle;
  white-space: nowrap;
}
.minicart-totals-tax,
.minicart-totals-shippingstatic {
  display: flex;
  padding: 0 25px;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
body .opc-block-summary tr.totals-tax,
body #cart-totals tr.totals-tax,
body .minicart-totals-tax {
  display: none;
}
body.us_en .minicart-totals-tax {
  display: flex !important;
}
body.us_en .opc-block-summary tr.totals-tax,
body.us_en #cart-totals tr.totals-tax {
  display: contents !important;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child,
.block-minicart .block-content > .actions > .primary .amshopby-button:last-child,
.block-minicart .block-content > .actions > .primary .am-filter-go:last-child {
  margin-bottom: 0;
}
.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;
  float: right;
}
.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: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  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: #333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.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: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  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: #333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.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 {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  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;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.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: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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.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.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.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: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.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: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  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: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 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: #333;
}
.field-tooltip .label {
  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 {
  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: 24px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._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: #333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 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;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  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: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.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 .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 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: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  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: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.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;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  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: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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;
  right: 0;
  top: 10px;
}
.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: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.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: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  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 + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.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: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  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: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  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: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  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%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
}
.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;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.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: 20px;
}
.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: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 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: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.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 {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.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: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 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-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  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: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  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: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 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: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 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;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  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: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.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: 10px;
  top: 10px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  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 button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 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: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333;
}
.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: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333;
}
.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 {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aeaeae;
  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: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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: 10px;
  top: 10px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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: #000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.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-left: 20px;
}
.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 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.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-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 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 #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.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 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.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: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  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 {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-express-review .order-attributes,
.paypal-express-review .page-title-wrapper {
  display: none !important;
}
.paypal-main-title {
  text-align: center;
}
.paypal-main-title h2 {
  padding: 40px 0 15px;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.4rem;
  margin: 1rem 0;
  display: inline-block;
  font-family: 'Gilda Display', serif;
  text-transform: none;
  font-weight: 500;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.block-order-details-view {
  margin-top: 30px;
}
.cart.table-wrapper,
.paypal-review .actions-toolbar {
  margin: 0 !important;
}
.magento-payments-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^=sales-guest-] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-family: 'Gilda Display', serif;
  text-transform: none;
  font-weight: 500;
}
.fotorama-video-container:after {
  background: url('../../frontend/Tunda/Genny/en_US/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/Tunda/Genny/en_US/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%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  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: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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 {
  margin-left: -5px;
}
.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: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.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: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.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: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.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-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.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 .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: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.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.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  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: #1979c3;
  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.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.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: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  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: #1979c3;
  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;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 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: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.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: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.cms-noroute-index .column.main .error-icon {
  font-size: 72px;
  color: #000;
}
.cms-noroute-index .column.main .title {
  font-weight: 600;
}
.cms-noroute-index .column.main .sub-title {
  color: #a1a1a1;
}
.cms-noroute-index .column.main .sub-title a {
  text-decoration: underline;
  color: #000;
}
.cms-noroute-index .column.main .sub-title a:hover {
  color: #222;
}
.cms-noroute-index .column.main .block-search {
  margin: 42px auto 0;
  width: 370px;
  max-width: 100%;
}
.cms-noroute-index .column.main .block-search .form.minisearch {
  position: relative;
}
.cms-noroute-index .column.main .block-search .form.minisearch .field.search .label {
  display: none;
}
.cms-noroute-index .column.main .block-search .control {
  padding-bottom: 0;
}
.cms-noroute-index .column.main .block-search .control input[type="text"] {
  border: 1px solid #d9d9d9;
  height: 3.35rem;
  line-height: 3.35rem;
  padding-right: 40px;
}
.cms-noroute-index .column.main .block-search .control input[type="text"]:focus,
.cms-noroute-index .column.main .block-search .control input[type="text"]:active {
  border: 1px solid #000;
}
.cms-noroute-index .column.main .block-search .action.search {
  background: none;
  border: none;
  box-shadow: none !important;
  top: 50%;
  padding: 0;
  display: block;
  position: absolute;
  width: 51px;
  height: 100%;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.cms-noroute-index .column.main .block-search .action.search span {
  display: none;
}
.cms-noroute-index .column.main .block-search .action.search:before {
  content: '\e922';
  color: #222;
  font-family: "Linearicons";
  font-size: 20px;
  z-index: 99;
}
div[class*="swatch-opt-"] {
  margin-top: 9px;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.swatch-attribute-label {
  font-weight: bold;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-option {
  padding: 1px 2px;
  min-width: 20px;
  max-width: 90px;
  height: 20px;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 10px;
}
.swatch-option.selected {
  border: 1px solid #9e9e9e;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #eeeeee;
  color: #333;
}
.swatch-option.image.selected,
.swatch-option.image:not(.disabled):hover {
  border: 1px solid #fdcf6b;
}
.swatch-option.text {
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 3px;
  min-width: 20px;
}
.swatch-option.text:not(.disabled):hover,
.swatch-option.text.selected {
  border: 1px solid #9e9e9e;
  background-color: #fff;
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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: -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%);
  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: -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: 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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.swatch-option-tooltip {
  max-width: 140px;
  position: absolute;
  display: none;
  z-index: 999;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
  line-height: 1;
  padding: 3px 8px;
  font-size: 12px;
  margin-left: -5px;
}
.swatch-option-tooltip .image {
  display: none !important;
}
.swatch-option-tooltip .corner {
  left: 0 !important;
  position: relative;
  bottom: 0;
  height: 1px;
  right: 0;
}
.swatch-option-tooltip .corner:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #222222;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  left: 50%;
  margin-left: -3px;
}
.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px;
}
.swatch-option-tooltip-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-option-tooltip-layered .image {
  display: none !important;
}
.swatch-option-tooltip-layered .corner {
  left: 0 !important;
  position: relative;
  bottom: 0;
  height: 1px;
  right: 0;
}
.swatch-option-tooltip-layered .corner:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #222222;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  left: 50%;
  margin-left: -3px;
}
.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.swatch-option-disabled {
  cursor: default;
  border: 0;
}
.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px;
}
.swatch-option-loading {
  content: url("../../frontend/Tunda/Genny/en_US/images/loader-2.gif");
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px;
}
.amxnotif-block {
  clear: both;
  margin-bottom: 20px;
}
.amxnotif-block .input-fields {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 66%;
}
.amxnotif-block .amxnotif_guest_action {
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
  vertical-align: top;
}
.amxnotif-block label {
  color: #2f2f2f;
  display: block;
  float: none;
  font-weight: 600;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  padding: 0 20px;
}
.amxnotif-block div.field {
  margin: 5px 0;
  position: relative;
  display: flex;
}
.amxnotif-block div.field div.mage-error {
  position: absolute;
  top: 30px;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  display: none;
  margin-bottom: 20px;
}
.category.subscribe-popup {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  border: 1px solid #888;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  position: relative;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
}
.amxnotif-block .subscribe-popup label[for^='notification-container'] {
  font-size: 20px;
  text-align: center;
}
.products-grid:not(.active-slider) .product-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.products-grid:not(.active-slider) .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 15px;
  width: 100%;
}
.row-mobile-1 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
}
.row-mobile-2 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}
.row-mobile-3 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}
.row-mobile-4 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
.row-mobile-5 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5);
}
.row-mobile-6 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
}
.row-mobile-7 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  max-width: calc(100% / 7);
}
.row-mobile-8 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  max-width: calc(100% / 8);
}
@media (min-width: 768px) {
  .row-tablet-1 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-tablet-2 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-tablet-3 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-tablet-4 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-tablet-5 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-tablet-6 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .row-tablet-7 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .row-tablet-8 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
@media (min-width: 992px) {
  .row-1 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-2 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-3 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-4 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-5 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-6 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .row-7 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .row-8 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.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 .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.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: 4px 5px 10px 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: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.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 {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 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: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
header.page-header .block-search .block-title {
  margin: 0;
  display: none;
}
header.page-header .block-search .block-title:before {
  font-family: 'Linearicons';
  content: "\e922";
  line-height: 30px;
  font-size: 20px;
}
header.page-header .block-search .control {
  padding: 0;
  margin: 0;
  border: none;
}
header.page-header .block-search .block-content {
  position: relative;
  margin: 0;
}
header.page-header .block-search .block-content .field.search .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.page-header .block-search .block-content input {
  background-color: #fff;
  height: 43px;
  border: none;
  box-shadow: none;
  color: #000;
  border-radius: 20px;
  padding: 0 50px 0 18px;
  border: 1px solid #ededeb;
  min-width: 270px;
  position: static;
  margin: 0;
  left: 0;
}
header.page-header .block-search .block-content .action.advanced {
  display: none;
}
header.page-header .block-search .action.search {
  right: 19px;
  display: 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;
  padding: 5px 0;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
header.page-header .block-search .action.search:before {
  font-family: 'Linearicons';
  content: "\e922";
  font-size: 16px;
  line-height: 30px;
}
header.page-header .block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.page-header .search-icon-left .logo {
  z-index: 1;
}
header.page-header .search-icon-left .block-search {
  margin-right: 0;
}
header.page-header .search-icon-left .block-search .block-title.theme-header-icon {
  display: block;
  cursor: pointer;
}
header.page-header .search-icon-left .block-search .block-title.theme-header-icon:before {
  font-family: 'Linearicons';
  content: "\e922";
  line-height: 30px;
  font-size: 1.2rem;
}
header.page-header .search-icon-left .block-search .block-title.theme-header-icon > strong {
  display: none;
}
header.page-header .search-icon-left .block-search .block-content {
  position: absolute;
  visibility: hidden;
  z-index: 111;
  margin-right: 20px;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  -o-transform-origin: top right;
}
header.page-header .search-icon-left .block-search.active .block-title.theme-header-icon {
  z-index: 222;
}
header.page-header .search-icon-left .block-search.active .block-title.theme-header-icon:before {
  content: "\e935";
  font-size: 1rem;
  color: #999;
}
header.page-header .search-icon-left .block-search.active .block-title.theme-header-icon:hover:before,
header.page-header .search-icon-left .block-search.active .block-title.theme-header-icon:focus:before {
  color: #000;
}
header.page-header .search-icon-left .block-search.active .block-content {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  visibility: visible;
}
header.page-header .search-icon-bottom .right-content {
  position: static;
}
header.page-header .search-icon-bottom .block-search {
  position: static;
  margin-right: 0;
}
header.page-header .search-icon-bottom .block-search .block-title.theme-header-icon {
  display: block;
  cursor: pointer;
}
header.page-header .search-icon-bottom .block-search .block-title.theme-header-icon > strong {
  display: none;
}
header.page-header .search-icon-bottom .block-search .block-content {
  position: absolute;
  right: 0 !important;
  left: 0 !important;
  top: 100%;
  padding: 20px 80px;
  background-color: #fff;
  border-top: 0.5px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 3px 5px #e1e1e1;
  opacity: 0;
  visibility: hidden;
  transform-origin: top right;
  -moz-transform-origin: top right;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
header.page-header .search-icon-bottom .block-search .block-content .form.minisearch input {
  border: none;
  border-radius: 0;
  padding-left: 0;
}
header.page-header .search-icon-bottom .block-search .block-content .action.search {
  right: 80px;
  top: 20px;
}
header.page-header .search-icon-bottom .block-search .block-content .action.search:before {
  font-size: 1.1rem;
}
header.page-header .search-icon-bottom .block-search.active .block-content {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
header.page-header .search-icon-bottom .block-search.active .block-title.theme-header-icon {
  z-index: 222;
}
header.page-header .search-icon-bottom .block-search.active .block-title.theme-header-icon:before {
  content: "\e935";
  font-size: 1rem;
  color: #999;
}
header.page-header .search-icon-bottom #search_mini_form.loading .control:after {
  height: 50px;
  right: 20px;
}
header.page-header .search-icon-bottom #search_mini_form.loading > .actions {
  display: none;
}
header.page-header .search-icon-popup .logo {
  z-index: 1;
}
header.page-header .search-icon-popup .block-search {
  margin-right: 0;
}
header.page-header .search-icon-popup .block-search .block-title.theme-header-icon {
  display: block;
  cursor: pointer;
}
header.page-header .search-icon-popup .block-search .block-title.theme-header-icon > strong {
  display: none;
}
header.page-header .search-icon-popup .block-search .block-content {
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  max-height: 100%;
  overflow-y: auto;
  transition: all 400ms;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
header.page-header .search-icon-popup .block-search .block-content input {
  width: 100%;
  min-width: auto;
  height: 50px;
  border-radius: 30px;
}
header.page-header .search-icon-popup .block-search .block-content .form.minisearch {
  max-width: 70%;
  margin: 150px auto 0;
  position: relative;
}
header.page-header .search-icon-popup .block-search .block-content .form.minisearch .field.search .label {
  clip: inherit;
  height: auto;
  margin: 0 0 25px;
  overflow: visible;
  position: absolute;
  width: auto;
  bottom: 100%;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 1.75rem;
  font-weight: 600;
  color: #222;
}
header.page-header .search-icon-popup .block-search .block-content .form.minisearch .field.search .label:before {
  display: none;
}
header.page-header .search-icon-popup .block-search .block-content .form.minisearch .field.search .label > span {
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
header.page-header .search-icon-popup .block-search .block-content .action.search::before {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 40px;
  margin-right: 10px;
}
header.page-header .search-icon-popup .block-search.active .block-content {
  opacity: 1;
  visibility: visible;
}
header.page-header .search-icon-popup .block-search.active .block-title.theme-header-icon {
  z-index: 2229;
  height: 40px;
  width: 40px;
  cursor: pointer;
  text-align: center;
  position: fixed;
  right: 10px;
  top: 10px;
  transition: all 500ms;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
}
header.page-header .search-icon-popup .block-search.active .block-title.theme-header-icon:before {
  content: "\e935";
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
header.page-header .search-icon-popup .block-search.active .block-title.theme-header-icon:before:hover:before {
  color: #000;
}
header.page-header .search-icon-popup #search_mini_form.loading .control:after {
  height: 50px;
  right: 20px;
}
header.page-header .search-icon-popup #search_mini_form.loading > .actions {
  display: none;
}
@media (max-width: 3000px) {
  header.page-header .header-area.search-visible .block-search .block-title {
    display: block;
  }
  header.page-header .header-area.search-visible .block-search .block-title strong {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  header.page-header .header-area.search-visible .block-search .block-content {
    position: absolute;
    visibility: hidden;
    z-index: 111;
    margin-right: 20px;
    transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transform-origin: top right;
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
  }
  header.page-header .header-area.search-visible .block-search.active .block-content {
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    visibility: visible;
  }
  header.page-header .header-area.search-visible .block-search.active .block-title.theme-header-icon {
    z-index: 222;
  }
  header.page-header .header-area.search-visible .block-search.active .block-title.theme-header-icon:before {
    content: "\e935";
    font-size: 1rem;
    color: #999;
    cursor: pointer;
  }
  header.page-header .header-area.search-visible .block-search.active .block-title.theme-header-icon:before,
  header.page-header .header-area.search-visible .block-search.active .block-title.theme-header-icon:before {
    color: #000;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area.search-icon-bottom .block-search .action.search {
    top: 8px;
  }
}
@media (max-width: 1365px) {
  header.page-header .header-area.search-icon-bottom .block-search .block-content {
    padding: 0 15px;
  }
}
@media (max-width: 1500px) {
  header.page-header .header-area.search-icon-bottom .block-search .block-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1365px) {
  header.page-header .header-area.search-icon-bottom .block-search .block-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area.search-icon-left .right-content {
    position: static;
  }
  header.page-header .header-area.search-icon-left .right-content .block-search {
    position: static;
  }
  header.page-header .header-area.search-icon-left .right-content .block-search .block-content {
    left: 10px;
    right: 45px;
    margin-right: 0;
  }
  header.page-header .header-area.search-icon-left .right-content .block-search .block-content input {
    width: 100%;
    min-width: auto;
  }
  header.page-header .header-area.search-icon-popup .block-search .block-content .form.minisearch {
    max-width: 100%;
    margin: 100px 15px 0;
  }
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  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 .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 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: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  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: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 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: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.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: 20px;
}
.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: '\e617';
  font-family: 'icons-blank-theme';
  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: '\e608';
}
.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 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 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: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  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: #000;
  border: 1px solid #000;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #000;
  border: 1px solid #000;
  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: 20px;
}
.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: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.84999999999999%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.font-work-sans {
  font-family: 'Work Sans', sans-serif !important;
}
.font-gilda {
  font-family: 'Gilda Display', serif !important;
}
html footer.page-footer .list-links li a {
  color: #000;
}
html .lancio-hp-caption h4,
html .lanci-hp-2-cols .caption h4,
html .lancio-hp-full-alternate > .info h4,
html footer.page-footer .footer-title {
  font-family: 'Work Sans', sans-serif;
}
html h1,
html .h1,
html h2,
html .h2,
html h3,
html .h3,
html h4,
html .h4,
html h5,
html .h5,
html h6,
html .h6,
html .products-grid .items .product-item .product-item-name,
html .product-info-clearfix-info .stock.available,
html .product-info-clearfix-info .stock.unavailable,
html .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > a.level0,
html body.account .column.main .block-title strong {
  font-family: 'Gilda Display', serif;
  font-weight: 400;
}
html h1,
html .h1,
html .page-title-wrapper .page-title,
html .mgs-heading .heading,
html .page-quote {
  font-size: 18px;
  font-weight: 300;
}
html h2,
html .h2,
html footer.page-footer .footer-title,
html .product-info-clearfix-info .product.attribute.overview,
html .product-info-clearfix-info .product.attribute.description,
html .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu .mega-menu-sub-title {
  font-size: 16px;
  font-weight: normal;
}
html footer.page-footer .list-links li {
  font-size: 14px;
  font-weight: normal;
}
html h3,
html .h3,
html h4,
html .h4,
html .btn.btn-default,
html .action.default {
  font-size: 15px;
}
html .catalog-product-view .product-info-clearfix-info .page-title-wrapper .page-title {
  font-size: 24px;
}
html .font-bold {
  font-weight: 600!important;
}
.font-xl {
  font-size: 30px;
}
a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.st-btns > div {
  display: block!important;
  text-align: center!important;
  margin: 0 auto 16px!important;
}
.st-btn[data-network="blm"],
.st-btn[data-network="blogger"],
.st-btn[data-network="buffer"],
.st-btn[data-network="diaspora"],
.st-btn[data-network="digg"],
.st-btn[data-network="douban"],
.st-btn[data-network="evernote"],
.st-btn[data-network="flipboard"],
.st-btn[data-network="getpocket"],
.st-btn[data-network="gmail"],
.st-btn[data-network="googlebookmarks"],
.st-btn[data-network="hackernews"],
.st-btn[data-network="instapaper"],
.st-btn[data-network="line"],
.st-btn[data-network="linkedin"],
.st-btn[data-network="livejournal"],
.st-btn[data-network="mailru"],
.st-btn[data-network="meneame"],
.st-btn[data-network="odnoklassniki"],
.st-btn[data-network="pinterest"],
.st-btn[data-network="print"],
.st-btn[data-network="qzone"],
.st-btn[data-network="reddit"],
.st-btn[data-network="refind"],
.st-btn[data-network="renren"],
.st-btn[data-network="skype"],
.st-btn[data-network="surfingbird"],
.st-btn[data-network="threema"],
.st-btn[data-network="tumblr"],
.st-btn[data-network="twitter"],
.st-btn[data-network="vk"],
.st-btn[data-network="wechat"],
.st-btn[data-network="weibo"],
.st-btn[data-network="wordpress"],
.st-btn[data-network="xing"],
.st-btn[data-network="yahoomail"],
.st-btn[data-network="iorbix"],
.st-btn[data-network="kakao"],
.st-btn[data-network="kindleit"],
.st-btn[data-network="kooapp"],
.st-btn[data-network="outlook"],
.st-btn[data-network="tencentqq"],
.st-btn[data-network="trello"],
.st-btn[data-network="viber"],
.st-btn[data-network="yummly"] {
  display: none!important;
}
.preorder-label {
  display: block;
  margin: 10px 0;
  color: #800000;
  text-transform: uppercase;
}
.st-btn[data-network='blm'] {
  display: none;
}
@media only screen and (max-width: 990px) {
  .hide-mobile {
    display: none!important;
  }
  .bottom-mobile-item:before {
    content: "";
    background: #f4f4f4;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: calc(100% + 60px);
  }
  .bottom-mobile-item > a {
    font-family: 'Work Sans' !important;
    font-size: 14px!important;
  }
  .bottom-mobile-item-top {
    margin-top: 65px!important;
    padding-top: 35px!important;
  }
  .bottom-mobile-item-bottom {
    padding-bottom: 310px !important;
    margin-bottom: -169px !important;
  }
  .bottom-mobile-item .mega-menu-content a {
    padding: 5px 30px 5px 20px;
  }
  .bottom-mobile-item .mega-menu-content a span {
    font-size: 13px!important;
  }
}
@media only screen and (min-width: 990px) {
  .hide-desktop {
    display: none!important;
  }
}
fieldset.fieldset > .field.required > .label:after,
fieldset.fieldset > .field._required > .label:after,
fieldset.fieldset > .fields > .field.required > .label:after,
fieldset.fieldset > .fields > .field._required > .label:after {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
}
div.mage-error[generated],
div.mage-error,
.field-error {
  color: #800000;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding: 25px 20px 10px;
}
a,
.alink,
a:visited,
.alink:visited {
  color: #000;
  text-decoration: none;
}
html a.btn-custom-small {
  font-size: 14px;
  border: solid 1px #000;
  width: 100%;
  display: inline-block;
  line-height: 38px;
}
html .btn.btn-primary,
html .action.primary,
html .btn.btn-light,
html .action.light,
html .btn.btn-dark,
html .action.dark,
html .btn.btn-gray,
html .action.gray,
html .btn.btn-secondary,
html .action.secondary,
html .amshopby-button,
html .am-filter-go {
  text-transform: none;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
}
html .modal-popup.modal-slide .modal-inner-wrap[class] {
  background: #fff;
}
html .cms-home .owl-carousel:not(.custom-nav) .owl-nav button:before,
html .cms-home .owl-carousel:not(.custom-nav) .owl-nav button.owl-next:before,
html .cms-home .owl-carousel:not(.custom-nav) .owl-nav .cart.table-wrapper .actions-toolbar > .action:before,
html .cms-home .owl-carousel:not(.custom-nav) .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:before,
html .cms-home .owl-carousel:not(.custom-nav) .owl-nav .action-gift:before,
html .cms-home .owl-carousel:not(.custom-nav) .owl-nav .action-gift.owl-next:before {
  display: none;
}
html .catalog-product-view._has-modal .message.success {
  display: none!important;
}
html .greet.welcome,
html .header-mobile-tabs--bottom ul li:last-child {
  display: none;
}
.amgdprcookie-bar-container {
  background-color: #ffffff;
}
.amgdprcookie-bar-container .amgdprcookie-policy a {
  text-decoration: underline;
}
.amgdprcookie-bar-container #btn-cookie-disallow.-allow span {
  text-transform: uppercase;
}
.amgdprcookie-bar-container #btn-cookie-disallow.-allow:hover {
  font-weight: bold;
}
.amgdprcookie-bar-container #btn-cookie-disallow.-settings {
  border: 0;
}
.amgdprcookie-bar-container #btn-cookie-disallow.-technical {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.amgdprcookie-bar-container #btn-cookie-disallow.-settings span,
.amgdprcookie-bar-container #btn-cookie-disallow.-technical span {
  text-decoration: underline;
  font-size: 14px;
}
.amgdprcookie-bar-container #btn-cookie-disallow.-settings:hover,
.amgdprcookie-bar-container #btn-cookie-disallow.-technical:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.amgdprcookie-bar-container #btn-cookie-disallow.-settings:hover span,
.amgdprcookie-bar-container #btn-cookie-disallow.-technical:hover span {
  text-decoration: none;
}
.amgdprcookie-bar-container .close-amgdprcookiebar {
  position: absolute;
  right: 0;
  top: -22px;
  background: #fff;
  opacity: 0.85;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
}
.amgdprcookie-bar-container .close-amgdprcookiebar:before {
  content: "\e935";
  font-size: 12px;
  color: #999;
  font-family: 'Linearicons';
  margin-bottom: 1px;
}
html .amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #000;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 13px;
  line-height: 14px;
  max-height: 38px;
}
.amgdprcookie-policy,
.amgdprcookie-button span,
.amgdprcookie-main-wrapper .amgdprcookie-head,
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  font-family: 'Gilda Display';
  text-transform: none;
}
.amgdprcookie-bar-container .amgdprcookie-button.-settings {
  background: #fff;
  color: #000;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #000;
}
/* datepicker fix */
input[type=date]::-webkit-calendar-picker-indicator {
  position: relative;
  z-index: 1;
}
.countrychange {
  position: relative;
}
.language-select {
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Gilda Display';
  display: flex;
  color: #000;
}
.language-selector-header {
  text-align: center;
}
.language-selector-header p {
  font-size: 13px;
  margin-bottom: 12px;
}
.country-select-container {
  display: none;
  position: absolute;
  z-index: 10;
  margin-bottom: 20px;
  background-color: #fff;
  text-align: left;
  max-height: 600px;
  padding: 20px 0px 0;
  border: 1px solid;
}
.country-select-container.on {
  display: block;
}
.countrylist {
  height: 275px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding: 0 15px;
}
.countrylist::-webkit-scrollbar {
  width: 5px;
}
.countrylist::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.countrylist::-webkit-scrollbar-thumb {
  background: #000;
}
.countrylist .country-select {
  display: flex;
  justify-content: space-between;
}
.countrylist .country-select,
.countrylist .group-sub {
  cursor: pointer;
  color: #000;
  font-size: 14px;
  width: 100%;
}
.countrylist .country-select .country-name,
.countrylist .group-sub .country-name {
  font-family: 'Gilda Display', serif;
  font-size: 15px;
}
.countrylist .country-select:hover > .country-name,
.countrylist .group-sub:hover > .country-name,
.countrylist .country-select.selected > .country-name,
.countrylist .group-sub.selected > .country-name,
.countrylist .country-select .group-sub:hover,
.countrylist .group-sub .group-sub:hover {
  text-decoration: underline;
}
.countrylist .group {
  border-bottom: 2px solid #e6e6e6;
  padding: 6px 0;
}
.countrylist .group:last-child {
  margin-bottom: 20px;
}
.countrylist .group.group-sub {
  cursor: pointer;
}
.countrylist .group.group-sub .country-name i {
  transform: rotate(90deg);
  display: inline-block;
  font-weight: 600;
}
.countrylist .group > div.group-sublist {
  display: none;
}
.countrylist .group > div.group-sublist.open {
  display: block;
  padding-top: 5px;
}
.countrylist .group > div.group-sublist .country-select {
  margin-left: 20px;
  font-family: 'Gilda Display';
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
  width: calc(100% - 20px);
}
.countrylist .group > div.group-sublist .country-select:last-child {
  border-bottom: 0;
}
.country-select-container:before {
  content: "";
  bottom: auto;
  top: -11px;
  margin-left: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
  border-top: 1px solid;
  border-left: 1px solid;
}
.txt-white {
  color: #fff;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0;
}
.cta-custom-border,
.cta-custom-border-white {
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 400;
  transition: background 0.3s ease;
  letter-spacing: 1.8px;
  z-index: 999;
}
.cta-custom-border.cta-absolute-center,
.cta-custom-border-white.cta-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}
.cta-custom-border-white,
.cta-custom-border-white:visited {
  color: #fff;
}
.cta-custom-border-white:hover,
.cta-custom-border-white:focus {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.hover-full-black:hover,
.hover-full-black:focus {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.lancio-hp-full-alternate {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.lancio-hp-full-alternate > div {
  display: flex;
  flex-direction: column;
}
.lancio-hp-full-alternate > div.img-wrap img {
  width: 100%;
}
.lancio-hp-full-alternate > .info {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
}
.lancio-hp-full-alternate > .info h3 {
  margin-bottom: 16px;
}
.lancio-hp-full-alternate > .info h4 {
  margin-bottom: 24px;
}
.lancio-hp-txt-sx img,
.lancio-hp-txt-dx img,
.lanci-hp-2-cols img {
  display: block;
}
.hp-video-container {
  margin-bottom: 40px;
}
.hp-video-container .Sirv {
  width: 100%;
}
.hp-video-container video {
  object-fit: cover;
  display: block;
  height: 100%;
}
.hp-video-txt-01 {
  text-align: center;
  padding: 20px 0;
  z-index: 10;
}
.hp-video-txt-01 h1 {
  margin-bottom: 7px;
}
.hp-video-txt-01 h1 a:hover {
  color: #fff;
}
.lancio-hp-txt-sx {
  display: flex;
  align-items: start;
  justify-content: center;
}
.lancio-hp-txt-sx .lancio-hp-caption {
  background: #fff;
  padding: 18px;
  margin-right: -20%;
  z-index: 1;
  margin-top: 50px;
}
.lancio-hp-txt-dx {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.lancio-hp-txt-dx .lancio-hp-caption {
  background: #fff;
  padding: 18px;
  margin-left: -20%;
  margin-top: 20%;
}
.lancio-hp-caption h4,
.lanci-hp-2-cols .caption h4 {
  margin: 15px 0 25px;
}
.lanci-hp-2-cols {
  display: flex;
  align-items: start;
  margin: 0 auto;
  justify-content: center;
}
.lanci-hp-2-cols .col-sx,
.lanci-hp-2-cols .col-dx {
  width: calc(50% - 15px);
}
.lanci-hp-2-cols .col-sx {
  margin-right: 30px;
}
.lanci-hp-2-cols .caption {
  padding: 24px 0px 15px;
}
.instagram-block .instagram-item.instagram-photo video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-reviews-summary .reviews-actions {
  display: none;
}
.cms-home .products-grid .items .product-item {
  margin-bottom: 0;
}
.insta-carousel .slick-slide img {
  width: 100%;
}
.hp-banner-full {
  position: relative;
}
.hp-banner-full .txt-banner-full {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  text-shadow: 0 0 7px #000;
}
.hp-banner-full .txt-banner-full * {
  color: #fff;
  font-family: 'Gilda Display', serif;
}
.lancio-hp-full-alternate .img-wrap img {
  display: block;
}
.mgs-image-block img {
  width: 100%;
  max-width: none;
}
.color-txt-inverted .products-grid .items .product-item .product-top .product-item-inner {
  background: none;
}
.color-txt-inverted h1,
.color-txt-inverted h2,
.color-txt-inverted a,
.color-txt-inverted .price-box,
.color-txt-inverted .price-box .special-price .price {
  color: #fff !important;
}
.title-style-01 h2.heading {
  text-transform: uppercase;
  letter-spacing: 10px;
  margin: 50px 0 25px;
  display: inline-block;
}
.row-bg-full {
  margin-bottom: 30px;
}
.row-bg-full:not(.row-mobile-interted) .product-item {
  padding-bottom: 30px;
}
.row-bg-full .slider-single-product-center > div {
  width: calc(42%);
}
.row-bg-full .slider-single-product-center > div .product-image-photo {
  width: 116%;
  max-width: none;
  margin-left: -8%;
}
.row-bg-full .slider-single-product-center > div .catproduct-product-cat-block .slick-slider .slick-arrow.slick-prev {
  left: 38px !important;
  top: 41%;
  color: #999;
  display: block!important;
}
.row-bg-full .slider-single-product-center > div .catproduct-product-cat-block .slick-slider .slick-arrow.slick-prev:before {
  content: "\eac9";
  font: normal normal normal 30px/40px 'Icomoon' !important;
  font-weight: 700!important;
}
.row-bg-full .slider-single-product-center > div .catproduct-product-cat-block .slick-slider .slick-arrow.slick-next {
  right: 38px !important;
  top: 41%;
  color: #999;
  display: block!important;
}
.row-bg-full .slider-single-product-center > div .catproduct-product-cat-block .slick-slider .slick-arrow.slick-next:before {
  content: "\eaca" !important;
  font: normal normal normal 30px/40px 'Icomoon' !important;
  font-weight: 700!important;
}
.row-bg-full .slider-single-product-center > div .products-grid .items .product-item .product-image-container {
  border: 2px solid #fff;
  padding: 6px;
}
.row-bg-full .price-box .price {
  color: #fff;
}
.banner-top-text {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top-text h2 {
  line-height: 1;
  text-shadow: 0px 0px 24px #000;
  position: relative;
  font-family: 'Gilda Display';
  color: #fff;
}
.banner-top-text h3 {
  font-weight: 500;
  text-shadow: 0px 0px 24px #000;
  margin-top: 15px;
  position: relative;
  font-family: 'Gilda Display';
  color: #fff;
}
.info-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 0 5%;
}
.catproduct-product-cat-block {
  min-height: 0 !important;
}
.catproduct-product-cat-block .slick-slider {
  padding: 0 !important;
}
.catproduct-product-cat-block .slick-slider .slick-slide {
  padding: 0 15px !important;
}
.catproduct-product-cat-block .slick-slider .slick-arrow {
  left: 15px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  border: none;
  box-shadow: none;
  padding: 0;
  background: 0 0 transparent !important;
  border-radius: 50%;
  color: #bbbbbb;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.catproduct-product-cat-block .slick-slider .slick-arrow:hover {
  color: #000000 !important;
}
.catproduct-product-cat-block .slick-slider .slick-arrow::before {
  font: normal normal normal 30px/40px FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
}
.catproduct-product-cat-block .slick-slider .slick-arrow::after {
  display: none !important;
}
.catproduct-product-cat-block .slick-slider .slick-arrow.slick-next {
  right: 15px !important;
  left: auto !important;
}
.catproduct-product-cat-block .slick-slider .slick-arrow.slick-next::before {
  content: "\f105" !important;
}
header.page-header .header-area .right-content .block-search .block-content {
  left: auto;
  right: 15px;
}
header.page-header .block-search .block-content input {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
  font-size: 16px;
  min-width: 225px;
  width: 225px;
}
html {
  /*********** TOP HEADER CUSTOM
        ***********/
}
html header.page-header .minicart-wrapper .action.showcart:before,
html .header-mobile-tabs--bottom ul li button .icon-cart-top:before,
html header.page-header .minicart-wrapper .action.showcart.active:before,
html header.page-header .minicart-wrapper .block-minicart .subtitle.empty:before,
html .opc-estimated-wrapper .minicart-wrapper .action.showcart:before,
html .header-mobile-tabs--bottom ul li .cart.table-wrapper .actions-toolbar > .action .icon-cart-top:before,
html .header-mobile-tabs--bottom ul li .action-gift .icon-cart-top:before {
  font-family: Icomoon;
  content: "\e2000";
}
html header.page-header .minicart-wrapper .block-minicart .subtitle.empty:before {
  font-weight: 300;
}
html .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu {
  box-shadow: none;
  top: 100%;
}
html .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu li > a:hover {
  color: #e8d1c9;
}
html .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-2columns .dropdown-mega-menu {
  max-width: 1336px;
  left: 50%;
  padding: 15px;
}
html .submenu-desctiption {
  padding: 30px;
  border-left: 1px solid #D3D3D3;
  display: inline-block;
  width: calc(75% - 4px);
  vertical-align: top;
  min-height: 250px;
}
html .submenu-desctiption h2,
html .submenu-desctiption .submenu-title-editorial {
  margin-top: 0;
  text-align: right;
  margin-bottom: 10px;
  font-size: 26px;
  font-family: 'Gilda Display';
}
html .submenu-desctiption p {
  text-align: right;
}
html .submenu-image {
  width: 25%;
  display: inline-block;
  min-height: 250px;
}
html .submenu-image-container {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  float: right;
  min-height: 250px;
}
html .mega-menu-content .col-des-6:first-child {
  flex: 0 1 33.3333333%;
  max-width: 33.333333%;
  padding-left: 0!important;
}
html .mega-menu-content .col-des-6.right_content {
  flex: 0 1 66.66666600000001%;
  max-width: 66.66666600000001%;
  padding-right: 0!important;
}
html .checkout-index-index .logo {
  margin: 20px 0 0 0;
  text-align: center;
  max-width: none;
}
html .header-area > .frame {
  position: relative;
}
html header .top-header-custom {
  background: #000;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: all 0.2s ease;
  z-index: 9999;
}
html header .top-header-custom .slick-vertical-txt {
  width: 100%;
  padding: 0;
  transition: all 0.2s ease 0.5s;
  overflow-y: hidden;
}
html header .top-header-custom .slick-initialized {
  opacity: 1;
}
html header .top-header-custom .frame {
  position: relative;
}
html header .top-header-custom a {
  color: #e8d1c9;
}
html header .top-header-custom .close {
  line-height: 1;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
}
html header .top-header-custom .close:before {
  content: "\e935";
  font-family: Linearicons;
  font-size: 16px;
  color: #fff;
}
html header .top-header-custom.hide {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}
.hide_mega-menu-viewall .mega-menu-viewall {
  display: none;
}
.close-menu-site {
  margin-left: auto;
  margin-right: 10px;
}
footer.page-footer {
  text-align: center;
  margin-top: 0!important;
}
footer.page-footer .footer4 .middle-footer {
  background: #f4f4f4;
}
footer.page-footer .footer.content .footer4 .bottom-footer {
  background: #e2e2e2;
  padding: 0;
  font-size: 12px;
}
footer.page-footer .footer.content .footer4 .bottom-footer .content-bottom {
  padding: 11px 0;
}
footer.page-footer .footer.content ul.social-links {
  display: flex!important;
  justify-content: center;
  font-size: 20px;
}
footer.page-footer .footer.content ul.social-links li {
  margin: 0 8px;
  width: 16px;
}
footer.page-footer .footer.content .separator {
  width: 38px;
  height: 1px;
  background: #000;
  margin: 25px auto 15px;
  display: block;
}
footer.page-footer .footer.content .footer-title {
  text-transform: none;
  margin-bottom: 1rem;
  display: block;
}
.social-links .mgs-modal-popup-button {
  background: none;
  border: 0;
  padding: 0;
  color: #000;
}
.modal-wrap-wechat .modal-inner-wrap {
  max-width: 570px;
  transform: none!important;
}
.modal-wrap-wechat .modal-inner-wrap .modal-content {
  overflow: hidden;
}
.modal-wrap-wechat .mgs-modal-popup-wechat img {
  width: 100%;
  margin: 0 auto 30px;
  display: block;
}
.product-image-container .preodrder-label {
  position: absolute;
  bottom: 79px;
  left: 50%;
  transform: translateX(-50%);
}
.product-image-container:hover .preodrder-label {
  background: transparent !important;
  border-color: #000 !important;
}
.editoriale-item img {
  width: 100%;
}
.editoriale-item .info-absolute {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  z-index: 1;
}
.wrap-private-sale-price-list {
  text-align: center;
  margin-top: 6px;
  font-size: 14px;
  text-transform: uppercase;
}
.wrap-private-sale-price-list a {
  text-decoration: underline;
}
.bottom-toolbar {
  display: none;
}
.cat-descr-txt {
  text-align: center;
  line-height: 1.6;
}
.page-products #maincontent > .breadcrumbs,
.cms-page-view #maincontent > .breadcrumbs {
  max-width: 1366px;
  margin-top: 50px;
  margin-bottom: 0;
}
.page-products #maincontent > .breadcrumbs .items,
.cms-page-view #maincontent > .breadcrumbs .items {
  text-align: center;
  justify-content: center;
  padding: 25px 0;
  font-size: 13px;
  border-top: 1px solid #c2c2c2;
}
html {
  /*********** FILTRI
        ***********/
}
html .breadcrumbs .items .item:not(:last-child):after {
  background-color: #fff;
}
html .products-grid .items .product-item {
  position: relative;
}
html .products-grid .items .product-item .product-item-details {
  text-align: center;
  padding: 18px 0 0 0;
}
html .products-grid .items .product-item .product-image-photo {
  position: relative;
  top: auto;
  bottom: auto;
}
html .products-grid .items .product-item .product-item-name,
html .products-grid .items .product-item .product-item-name + .price-box,
html .price-box .price-final_price:only-child .price {
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
html .width1366.page-products .page-main > .columns,
html .instantsearch-result-index .page-main > .columns {
  max-width: none;
}
html .products-grid:not(.active-slider) .product-items {
  margin-left: -10px;
  margin-right: -10px;
}
html .amrelated-grid-wrapper .products-grid:not(.active-slider) .product-items {
  display: block;
}
html .products-grid:not(.active-slider) .product-items .product-item {
  padding: 0 10px;
}
html .amrelated-grid-wrapper .slick-list .slick-track {
  display: block;
}
html .amrelated-grid-wrapper .slick-list .slick-track .slick-slide {
  margin: 0!important;
}
html .amrelated-grid-wrapper .slick-list .slick-track .slick-slide .product-item {
  margin: 0!important;
  display: block!important;
  flex: 1 100%;
}
html .amrelated-grid-wrapper .slick-list .slick-track .slick-slide .product-image-container {
  display: block;
}
html .amrelated-grid-wrapper .slick-list .slick-track .slick-slide .product-image-container .product-image-wrapper .product-image-photo {
  position: relative;
  top: auto;
  bottom: auto;
}
html .amrelated-grid-wrapper .slick-list .slick-track .slick-slide .product-item-details .price-box {
  text-align: center;
  margin-top: 5px;
}
html .amrelated-grid-wrapper .slick-list .slick-track .slick-slide .product-item-details .product-item-actions {
  display: none;
}
html .amrelated-grid-wrapper .slick-list .slick-track .slick-slide .product-item-details .product-item-actions {
  display: none;
}
html .amrelated-grid-wrapper .slick-list .slick-track .slick-slide .product-item-details .product-item-name .product-item-link {
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
html .amrelated-grid-wrapper .slick-list .slick-track .slick-slide .product-item-details {
  padding-top: 18px;
  text-align: center;
}
html .amrelated-grid-wrapper .block-title {
  text-align: center;
  margin-bottom: 0px!important;
}
html .amrelated-grid-wrapper .block-title > strong {
  font-size: 24px;
  font-weight: 300;
  word-spacing: 0.1em;
}
html .amrelated-grid-wrapper {
  margin-top: 80px!important;
}
html .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action + .action,
html .price-box .price-label,
html .products-grid .items .product-item .product-item-info:hover .product-top:not(.loading-ajax):not(.loading-ajax--wl) .product-item-inner {
  display: none!important;
}
html body:not(.cms-home) .products-grid .items .product-item {
  /*img.img-hover-show{
                height: 100%;
            }*/
}
html body:not(.cms-home) .products-grid .items .product-item video {
  height: 100%!important;
  width: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
}
html .products-grid .items .product-item .product-top .product-item-inner .action.tocart {
  display: none;
}
html .products-grid .items .product-item .product-image-photo,
html .products-grid .items .product-item .editoriale-item img,
html .products-grid .items .product-item .product-image-photo + video,
html .products-grid .items .product-item .editoriale-item img + video {
  opacity: 1;
  transition: all 0.4s ease 0.2s;
}
html .products-grid .items .product-item .product-image-photo.lazy,
html .products-grid .items .product-item .editoriale-item img.lazy,
html .products-grid .items .product-item .product-image-photo.lazy + video,
html .products-grid .items .product-item .editoriale-item img.lazy + video {
  opacity: 0;
}
html .products-grid .items .product-item .editoriale-item {
  position: relative;
}
html .products-grid .items .product-item .img-hover-show {
  position: absolute;
  top: 0;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
}
html .products-grid .product-item iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
html .products-grid .product-item .Sirv {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
html .sirv-spin-loading-box,
html .spin-figure .sirv-spin-hint {
  display: none!important;
}
html .price-box .special-price + .old-price {
  float: none;
}
html .toolbar .toolbar-amount,
html .toolbar .modes {
  display: none;
}
html .toolbar .filter-placeholder .action-filter,
html .toolbar .sorter .sorter-label,
html .toolbar select {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
html .page-layout-1column .mgs-filter .block-content.filter-content {
  display: none;
  margin: 0;
}
html .page-layout-1column .block.filter.mgs-filter {
  z-index: 101;
}
html .message.info > *:first-child:before {
  display: none;
}
html .page-products .column.main .block-search,
html .mgs-instant-search-page .column.main .block-search {
  margin: 42px auto 0;
  width: 370px;
  max-width: 100%;
}
html .page-products .column.main .block-search .form.minisearch .field.search .label,
html .mgs-instant-search-page .column.main .block-search .form.minisearch .field.search .label {
  display: none;
}
html .page-products .column.main .block-search .control input[type="text"],
html .mgs-instant-search-page .column.main .block-search .control input[type="text"] {
  border: 1px solid #d9d9d9;
  height: 3.35rem;
  line-height: 3.35rem;
  padding-right: 40px;
}
html .page-products .column.main .block-search .form.minisearch,
html .mgs-instant-search-page .column.main .block-search .form.minisearch {
  position: relative;
}
html .page-products .column.main .block-search .action.search,
html .mgs-instant-search-page .column.main .block-search .action.search {
  background: none;
  border: none;
  box-shadow: none !important;
  top: 50%;
  padding: 0;
  display: block;
  position: absolute;
  width: 51px;
  height: 100%;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
html .page-products .column.main .block-search .action.search:before,
html .mgs-instant-search-page .column.main .block-search .action.search:before {
  content: '\e922';
  color: #222;
  font-family: "Linearicons";
  font-size: 20px;
  z-index: 99;
}
html .page-products .column.main .block-search .action.search span,
html .mgs-instant-search-page .column.main .block-search .action.search span {
  display: none;
}
.product-tag {
  position: relative;
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  height: 22px;
}
.product-tag:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #e7e7e7;
}
.product-tag span {
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 0px 10px;
}
.page-title-wrapper.layout_type1 {
  margin-bottom: 0px;
}
.page-title-wrapper.title-cat-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-title-wrapper.title-cat-custom h2 {
  font-size: 2em;
}
.page-title-wrapper.title-cat-custom p {
  font-size: 1.2rem;
}
.cta-banner {
  position: relative;
}
.cta-banner a {
  text-decoration: none;
}
.cta-banner img {
  display: block;
}
.cta-banner .cta-banner-info {
  text-align: center;
}
.cta-banner .cta-banner-info .cta-banner-name {
  font-family: 'Gilda Display';
  font-size: 16px;
  display: inline-block;
}
.cta-banner .cta-banner-info .cta-banner-price {
  font-size: 16px;
  display: block;
  font-weight: 300;
  color: #bbb;
}
.cta-banner .cta-banner-info .cta-banner-price .old {
  text-decoration: line-through;
  color: #bbb;
}
.cta-banner .cta-banner-info .cta-banner-price.banner-sp-price {
  color: #000;
}
.filter-current {
  margin-bottom: 20px;
}
.filter-current .block-subtitle {
  display: none;
}
.filter-current .items {
  display: flex;
}
.filter-current .items .item {
  margin-right: 15px;
}
.filter-current .items .item .filter-label {
  display: none;
}
.filter-current .items .item a:before {
  content: "\e935";
  font-family: Linearicons;
  font-size: 10px;
}
.filter-current .items .item a span {
  display: none;
}
.ias-noneleft {
  display: none;
}
.ias-trigger {
  width: auto;
  margin: 0 auto;
}
.ias-trigger button,
.ias-trigger .cart.table-wrapper .actions-toolbar > .action,
.ias-trigger .action-gift {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 50px;
}
.iass-spinner span {
  display: none;
}
.catalog-category-view .percent-discount,
.cms-index-index .percent-discount {
  display: none;
}
body.page-layout-1column .block.filter.mgs-filter {
  padding: 0 15px;
}
body.page-layout-1column .block.filter.mgs-filter .block-content {
  border: 0;
}
.seo-desc-title {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  html #product-container .products-grid .items .product-item.widget-cat-double {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .visible-desktop {
    display: none;
  }
}
.popup-delivery .modal-content::-webkit-scrollbar,
.popup-delivery #side_guilde_modal table::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.popup-delivery .modal-content::-webkit-scrollbar-track,
.popup-delivery #side_guilde_modal table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.popup-delivery .modal-content::-webkit-scrollbar-thumb,
.popup-delivery #side_guilde_modal table::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.popup-delivery .modal-footer {
  display: none;
}
.popup-delivery .table,
.data-table {
  color: #b8b8b8;
}
.popup-delivery .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: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.popup-delivery .table tr:nth-child(odd) td {
  background-color: #fff;
}
.popup-delivery .table tr:nth-child(even) td {
  background-color: #f3f3f3;
}
.popup-delivery .modal-content {
  overflow-y: auto;
  margin: 15px 18px 20px;
}
#side_guilde_modal {
  text-align: center;
  margin-top: 15px;
  /* DA RIMUOVERE QUANDO VIENE CAMBIATO IL LAYOUT DELLE TABELLE DINAMICHE */
  /* fine DA RIMUOVERE QUANDO VIENE CAMBIATO IL LAYOUT DELLE TABELLE DINAMICHE */
}
#side_guilde_modal p.guide-title {
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Gilda Display', serif;
}
#side_guilde_modal p.guide-subtitle {
  margin: 25px 0 15px;
  font-family: 'Gilda Display', serif;
}
#side_guilde_modal p.guide-desc {
  font-size: 14px;
  max-width: 600px;
  margin: 20px auto 30px;
}
#side_guilde_modal div > div:not(.size-guide-table-wrap-overflow) > table {
  color: black;
  font-size: 12px;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 auto 20px;
  max-width: 630px;
  width: 100%;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
}
#side_guilde_modal div > div:not(.size-guide-table-wrap-overflow) > table th,
#side_guilde_modal div > div:not(.size-guide-table-wrap-overflow) > table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  width: 20%;
}
#side_guilde_modal .size-guide-table-wrap-overflow table {
  color: black;
  font-size: 12px;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 auto 20px;
  display: block;
}
#side_guilde_modal thead {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
#side_guilde_modal .size-guide-table-wrap {
  margin-bottom: 20px;
}
#side_guilde_modal .size-guide-table-wrap table {
  padding-bottom: 10px;
}
#side_guilde_modal .size-guide-table-wrap table td:first-child {
  font-weight: 600;
}
#side_guilde_modal .size-guide-table-wrap figure figcaption {
  font-size: 12px;
  text-align: left;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-right: 0;
  margin-top: 15px;
  color: #333;
}
#side_guilde_modal .size-guide-table-wrap figure figcaption ul li {
  margin-bottom: 5px;
}
#side_guilde_modal .size-guide-table-wrap figure figcaption ul li strong {
  margin-right: 8px;
}
#side_guilde_modal div.specific-product-tablesize {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#side_guilde_modal div.specific-product-tablesize table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 40px 20px 50px 0;
}
#side_guilde_modal div.specific-product-tablesize table:last-child {
  margin-right: 0;
}
#side_guilde_modal div.specific-product-tablesize table caption {
  caption-side: top;
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
  position: relative;
  width: auto;
  height: auto;
}
#side_guilde_modal div.specific-product-tablesize table th,
#side_guilde_modal div.specific-product-tablesize table td {
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
}
#side_guilde_modal div.specific-product-tablesize table th {
  text-transform: uppercase;
  border-bottom: 2px solid #ddd;
}
#side_guilde_modal div.specific-product-tablesize table tr:nth-child(even) td {
  background-color: #f3f3f3;
}
.cta-swipe-scroll {
  margin-bottom: 22px;
  display: block;
  font-size: 10px;
  margin-top: -15px;
}
#modal-duties {
  display: none;
}
.modal-duties .modal-inner-wrap {
  bottom: auto;
  height: auto!important;
}
.checkout-cart-index #discount-coupon-form .fieldset.coupon {
  position: relative;
  margin: 0;
}
.checkout-cart-index #discount-coupon-form .fieldset.coupon .label {
  display: none;
}
.checkout-cart-index #discount-coupon-form .fieldset.coupon .action.apply {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .checkout-cart-index #discount-coupon-form .fieldset.coupon .action.apply {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background: none;
    border: 0;
    color: #000000;
    line-height: 3rem;
    padding: 0 1.25rem 0 0.9375rem;
    vertical-align: middle;
  }
}
#block-discount {
  background: #f4f4f4;
  margin: 0;
  padding: 0 25px 25px;
}
.modal-popup.confirm .modal-footer {
  display: flex;
  justify-content: center;
}
.modal-popup.confirm .modal-footer .action-dismiss {
  order: 1;
  margin-left: 10px;
}
.checkout-cart-index div.cart-totals {
  border: 0;
}
.checkout-cart-index div.cart-totals .totals.sub .mark,
.checkout-cart-index div.cart-totals .totals.sub .mark + .amount {
  font-weight: normal;
  border: 0;
}
.checkout-cart-index div.cart-totals .grand.totals th,
.checkout-cart-index div.cart-totals .grand.totals td {
  padding-bottom: 8px;
}
#shopping-cart-table .col .price {
  white-space: nowrap;
}
#shopping-cart-table .lofpreorder {
  display: none;
}
#shopping-cart-table .actions-toolbar {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 352px;
  justify-content: right;
}
table#shopping-cart-table .actions-toolbar > a {
  font-family: 'Work Sans';
  font-size: 14px;
  color: #000;
}
table#shopping-cart-table .actions-toolbar > a:before {
  font-family: Linearicons;
}
div.cart.main.actions .action {
  font-weight: 400;
  line-height: 32px;
  height: 36px;
}
.checkout-cart-index .estimate_preorder_ship {
  margin-top: 8px;
  margin-bottom: 25px;
  line-height: 1.3;
  font-size: 14px;
}
.checkout-cart-index .lofpreorder {
  margin-left: 12px;
}
.checkout-cart-index .cart-container .checkout-methods-items .action.primary,
.checkout-cart-index .cart-container .checkout-methods-items .amshopby-button,
.checkout-cart-index .cart-container .checkout-methods-items .am-filter-go {
  font-size: 16px;
  text-transform: uppercase;
}
.checkout-cart-index .cart.main.actions .action {
  background-color: #eaeaea;
  color: #000000;
  text-transform: none;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.checkout-cart-index .cart-top-buttons {
  display: none;
}
.cart.table-wrapper .product-item-name a {
  font-family: 'Gilda Display', serif;
}
.cart-gift-item .gift-item-block .title {
  font-size: 0.75rem;
  border-radius: 0;
  border: 0;
  font-weight: 500;
  box-shadow: none;
  color: #000;
  letter-spacing: 0.05em;
  padding: 10px 5px 10px 18px;
}
.cart-gift-item .gift-item-block .title:after {
  margin-top: 5px;
}
.cart-gift-item .gift-options-title {
  font-weight: 400;
  font-size: 17px;
  margin: 15px 0 15px;
}
#block-discount-heading {
  font-size: 1rem;
}
.paypal.checkout .btn-tunda-paypal span {
  display: none;
}
.cart-summary {
  margin-bottom: 0;
}
#shopping-cart-table .actions-toolbar > a.action-edit {
  display: none;
}
.checkout-cart-footer {
  border-top: 1px solid #c2c2c2;
  margin-top: 20px;
}
.checkout-cart-footer .inner-blk.line {
  text-align: center;
}
.checkout-cart-footer .txt-cart {
  margin-bottom: 15px;
}
.checkout-cart-footer .img-cart {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-footer .st-blk,
  .checkout-cart-footer .rd-blk {
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
  }
  .checkout-cart-footer .nd-blk {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
  }
  .checkout-cart-footer .nd-blk .img-cart {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-cart-footer .st-blk,
  .checkout-cart-footer .nd-blk {
    border-right: 1px solid #eaeaea;
  }
}
body header.page-header .minicart-wrapper .block-minicart .subtitle.empty {
  font-style: normal;
  font-weight: 400;
  color: #000;
}
body.checkout-cart-index .cart-container .form-cart {
  width: 100%;
}
body.checkout-cart-index .cart-container .shopping-cart-bottom > div {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  body.checkout-cart-index .cart-container .shopping-cart-bottom .cart-summary {
    margin-bottom: 0;
  }
}
body a.btn-tunda-paypal {
  background-color: #eaeaea;
  float: none;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  width: 100%;
  text-align: center;
}
body a.btn-tunda-paypal img {
  vertical-align: middle;
}
body a.btn-tunda-paypal span {
  margin-right: 5px;
  font-size: 12px;
}
body #minicart-content-wrapper .block-content .actions .primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
body #minicart-content-wrapper .block-content .actions .primary > div {
  width: 100%;
}
body #minicart-content-wrapper .block-content .actions .primary #top-cart-btn-checkout {
  margin-top: 14px;
  order: 1;
}
body #minicart-content-wrapper .block-content .actions .primary .primary {
  font-size: 16px;
  padding: 6px 15px 5px;
  line-height: 2.2rem;
}
body #minicart-content-wrapper .block-content .actions .primary .paypal.checkout {
  display: none;
}
.minicart-wrapper #minicart-amazon-pay-button {
  display: none!important;
}
.minicart-wrapper a.action.primary,
.minicart-wrapper a.amshopby-button,
.minicart-wrapper a.am-filter-go {
  border-radius: 0;
}
header.page-header .minicart-wrapper .price-container-2 > span:first-child {
  font-weight: 500;
  font-size: 18px;
}
.page-wrapper header.page-header .minicart-slide .minicart-wrapper .block-content > .items-total + .subtotal + .subtotal,
.page-wrapper header.page-header .minicart-slide .minicart-wrapper .block-content > .items-total + .subtotal + .minicart-totals-tax + .subtotal {
  padding-top: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-wrapper header.page-header .minicart-slide .minicart-wrapper .block-content > .items-total + .subtotal + .subtotal > .amount:first-child,
.page-wrapper header.page-header .minicart-slide .minicart-wrapper .block-content > .items-total + .subtotal + .minicart-totals-tax + .subtotal > .amount:first-child {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.page-wrapper header.page-header .minicart-slide .minicart-wrapper .block-content > .items-total + .subtotal + .subtotal > .amount:first-child .label,
.page-wrapper header.page-header .minicart-slide .minicart-wrapper .block-content > .items-total + .subtotal + .minicart-totals-tax + .subtotal > .amount:first-child .label {
  font-size: 18px;
  font-weight: 500;
}
.page-wrapper header.page-header .minicart-slide .minicart-wrapper .block-content > .items-total + .subtotal + .subtotal .price-container-2,
.page-wrapper header.page-header .minicart-slide .minicart-wrapper .block-content > .items-total + .subtotal + .minicart-totals-tax + .subtotal .price-container-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.minicart-wrapper .price-container {
  display: flex;
  align-items: center;
}
.minicart-wrapper .price-container .old-price {
  text-decoration: none;
}
.minicart-wrapper .price-container .discount-percent {
  margin: 0 6px;
}
.minicart-wrapper .price-container .price {
  font-weight: 400!important;
}
.minicart-wrapper .fieldset.coupon {
  position: relative;
  margin: 0;
}
.minicart-wrapper .fieldset.coupon > .field {
  margin-bottom: 0;
}
.minicart-wrapper .fieldset.coupon > .field:not(.choice) > .label {
  display: none;
}
.minicart-wrapper .fieldset.coupon input {
  font-size: 14px;
}
.minicart-wrapper .fieldset.coupon .action {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background: 0 0;
  border: 0;
  color: #000;
  line-height: 3rem;
  padding: 0 1.25rem 0 0.9375rem;
  vertical-align: middle;
  font-size: 0.75rem;
  font-weight: normal;
  width: auto;
}
.minicart-wrapper .product-item-name a {
  font-family: 'Gilda Display', serif;
}
.minicart-wrapper #top-cart-btn-checkout,
.minicart-wrapper .secondary .action.viewcart {
  font-size: 15px!important;
}
header.page-header ol.minicart-items .product-item-pricing .details-qty .update-cart-item {
  border: 1px solid #eaeaea;
  background-color: #fff;
}
header.page-header ol.minicart-items .product-item-pricing .details-qty .update-cart-item:before {
  color: #a2a2a2;
}
header.page-header div.minicart-wrapper .block-content > .subtotal > .label {
  font-size: 14px;
}
header.page-header div.minicart-wrapper .block-content .action.close {
  height: 20px;
  width: 20px;
  margin: 20px 25px 2px;
}
header.page-header div.minicart-wrapper .block-content .action.close:before {
  font-size: 20px;
}
.catalog-product-view div.payment-request-button {
  margin: 0;
}
.minicart-items-wrapper::-webkit-scrollbar {
  width: 5px;
}
.minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #444;
}
.cart-bottom-bottom-col3 {
  display: none;
}
.block.discount .title {
  display: none;
}
.block.discount .content {
  display: block!important;
}
.cms-cart-paymentmethods {
  padding: 0 25px 25px;
}
.cms-cart-paymentmethods span {
  text-transform: uppercase;
  font-weight: bold;
}
.cms-cart-paymentmethods img {
  padding: 0;
  margin: 5px 0;
  display: block;
  max-height: 25px;
}
.cms-cart-paymentmethods p {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index #shopping-cart-table .col:first-child {
    display: flex;
  }
  .checkout-cart-index .cart.main.actions .action {
    font-size: 11px;
    padding: 0 8px;
    margin-left: 0px;
  }
  form.form-cart .cart.table-wrapper .product-item-photo {
    margin-right: 10px;
  }
  .cart-right-col {
    margin-top: 18px;
  }
}
.rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.2%;
  position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
html {
  /*********** PAGINA CONTATTACI
        ***********/
}
html .cms-page-view .page-title-wrapper .status-order-account {
  display: none;
}
html body:not(.catalog-category-view):not(.catalog-product-view).cms-page-view .page-title-wrapper {
  padding: 40px 0;
}
html .gallery-collezione {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html .gallery-collezione > a {
  flex: 0 calc(50% - 5px);
  margin-top: 10px;
}
html .gallery-collezione > a img {
  display: block;
  height: auto;
}
html .cms-page-view #maincontent h2,
html .cms-page-view #maincontent h4,
html .cms-page-view #maincontent h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
html .cms-page-view .txt-wrap {
  max-width: 900px;
  margin: 0 auto;
}
html .cms-page-view .txt-wrap a {
  text-decoration: underline;
}
html .contact-form {
  justify-content: center;
}
html .contact-store {
  display: none;
}
.slider-single-product-center {
  display: flex;
  justify-content: center;
}
.slider-single-product-center > div {
  max-width: 550px;
  width: calc(90% - 140px);
}
.block_img_slider-prod .line {
  align-items: center;
}
html .slider-single-product-center .products-grid .items .product-item .product-item-info:hover .product-top:not(.loading-ajax):not(.loading-ajax--wl) .product-item-inner,
html body .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action + .action {
  display: block!important;
  margin: 0;
}
.mgs-products .owl-carousel .owl-nav > button:before,
.mgs-products .owl-carousel .owl-nav > .cart.table-wrapper .actions-toolbar > .action:before,
.mgs-products .owl-carousel .owl-nav > .action-gift:before {
  display: none!important;
}
html .slider-single-product-center .products-grid .items .product-item .product-top .product-item-inner {
  opacity: 1;
  visibility: visible;
  position: relative;
  padding: 0;
  margin: 0;
  transform: translate(0);
}
html .slider-single-product-center .products-grid .items .product-item .product-item-actions {
  text-align: center;
}
html .slider-single-product-center .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary {
  float: none;
  display: inline-block;
}
html .slider-single-product-center .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action span {
  font-size: 16px;
  background: #000;
  color: #fff;
  padding: 12px 20px;
}
html .slider-single-product-center .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action span:before {
  display: none;
}
html .slider-single-product-center .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action.towishlist {
  display: none;
}
html .slider-single-product-center .products-grid .items .product-item .product-fake-top {
  margin-top: 20px;
}
html .slider-single-product-center .products-grid .items .product-item .product-top .product-item-inner {
  opacity: 1;
  visibility: visible;
  position: relative;
  padding: 0;
  margin: 0;
  transform: translate(0);
}
html .slider-single-product-center .products-grid .items .product-item .product-item-actions {
  text-align: center;
}
html .slider-single-product-center .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary {
  float: none;
  display: inline-block;
}
html .slider-single-product-center .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action span {
  font-size: 16px;
  background: #000;
  color: #fff;
  padding: 12px 20px;
}
html .slider-single-product-center .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action span:before {
  display: none;
}
html .slider-single-product-center .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action.towishlist {
  display: none;
}
.quickViewDetails .product_quickview_content .crypto-wrap,
.quickViewDetails .product_quickview_content .prod-label-crypto,
.quickViewDetails .product_quickview_content .overview,
.quickViewDetails .product_quickview_content .product-info-stock-sku {
  display: none;
}
.quickViewDetails .product_quickview_content .product-options-wrapper {
  margin-top: 20px;
}
.quickViewDetails .product_quickview_content .product-info-clearfix-info .box-tocart .fieldset .product-addto-links .action.towishlist {
  position: absolute;
  top: 82px;
  right: 65px;
  border: 0;
  background: #fff !important;
  color: #999999 !important;
}
.quickViewDetails .product_quickview_content .product-info-clearfix-info .page-title-wrapper .page-title {
  margin-right: 35px;
}
.quickViewDetails .product_quickview_content .quickbuy-link-prod {
  text-decoration: underline;
}
.new-grid-sfilata img {
  display: block;
  height: auto;
}
.new-grid-sfilata h5 {
  margin: 4rem 0 6rem!important;
}
.new-grid-sfilata h2 {
  font-size: 1.3rem !important;
}
.field-dob {
  position: relative;
}
.field-dob #dob_input_date {
  width: 100%;
  position: relative;
  padding-left: 15px;
}
.field-dob #dob_input_date:focus + .field-dob-label,
.field-dob #dob_input_date:not(:placeholder-shown) + .field-dob-label {
  opacity: 0;
  transform: translateY(-20px);
}
.field-dob label {
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.customer-account-create #maincontent > .columns,
.customer-account-create .header-gennyvip-register .frame {
  max-width: 100vw !important;
  overflow: hidden;
}
.header-gennyvip-register {
  position: relative;
  background: #000;
}
.header-gennyvip-register img {
  opacity: 0.5;
}
.header-gennyvip-register .txt-gennyvip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  text-shadow: 0 0 10px #000;
}
.header-gennyvip-register .txt-gennyvip h1 {
  color: #fff;
}
.header-gennyvip-register .txt-gennyvip h2 {
  color: #fff;
  text-transform: uppercase;
  -webkit-text-stroke: 0.3px;
}
.header-gennyvip-register .txt-gennyvip h2 span {
  display: block;
  -webkit-text-stroke: 1px;
  margin-bottom: 5px;
}
.register-page-middle {
  text-align: center;
  font-size: 24px;
  font-family: 'Gilda Display';
  margin: 0;
  flex: 0 0 100%;
}
.field.choice.newsletter {
  flex: 0 0 100%;
  text-align: center;
}
.register-container .form-create-account .actions-toolbar .secondary a.action.back {
  display: none;
}
.register-container .actions-toolbar {
  margin: 30px 0 50px;
}
.wrap-checkbox {
  max-width: 700px;
  background: #f4f4f4;
  text-align: justify;
  hyphens: auto;
}
.wrap-checkbox > p {
  margin-bottom: 16px;
}
.wrap-checkbox .register-nl-txt {
  margin-top: 40px;
}
.wrap-checkbox > div {
  margin-bottom: 5px;
}
.wrap-checkbox .field.choice.newsletter {
  text-align: justify;
  hyphens: auto;
}
.amgdpr-checkbox {
  position: relative;
}
.amgdpr-checkbox div.mage-error[generated],
.amgdpr-checkbox div.mage-error {
  position: absolute;
  bottom: 3px;
  left: 16px;
  font-size: 13px;
}
.amgdpr-checkbox div.mage-error + label,
.amgdpr-checkbox div.mage-error[generated] + label {
  color: #800000;
  font-weight: bold;
  margin-bottom: 27px;
  display: inline-block;
}
html .register-container .form-create-account .fieldset > .legend,
html .login-container .form-login .field.note {
  display: none;
}
html .txt-after-social-login {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin: -7px 0 -13px 0;
}
html .register-container .form-create-account .fieldset > .field:not(.choice).field-dob > .label,
html .register-container .form-create-account .fieldset > .field.street .field.additional.field-dob .label {
  z-index: 10;
  width: 70%;
}
html .customer-account-create .ui-datepicker .ui-datepicker-next span {
  border-color: transparent transparent transparent #000;
}
html .customer-account-create .ui-datepicker .ui-datepicker-prev span {
  border-color: transparent #000 transparent transparent;
}
html .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons {
  background: #fff;
}
html .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-title.-short {
  display: none;
}
html .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons a.amsl-button {
  background: transparent;
  border: 1px solid black;
  border-radius: 0;
  position: relative;
  justify-content: center;
}
html .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons a.amsl-button .amsl-social-icon {
  position: absolute;
  left: 5px;
}
html .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons a.amsl-button .amsl-text {
  color: #000;
}
html .amsl-cart-page .amsl-social-login.-labeled-buttons,
html .amsl-login-page .amsl-social-login.-labeled-buttons,
html .amsl-registration-page .amsl-social-login.-labeled-buttons {
  background: #fff;
}
html .amsl-cart-page .amsl-social-login.-labeled-buttons .amsl-buttons,
html .amsl-login-page .amsl-social-login.-labeled-buttons .amsl-buttons,
html .amsl-registration-page .amsl-social-login.-labeled-buttons .amsl-buttons {
  justify-content: center;
}
html .amsl-cart-page .amsl-social-login.-labeled-buttons .amsl-buttons .amsl-button-wrapper,
html .amsl-login-page .amsl-social-login.-labeled-buttons .amsl-buttons .amsl-button-wrapper,
html .amsl-registration-page .amsl-social-login.-labeled-buttons .amsl-buttons .amsl-button-wrapper {
  min-width: 290px;
}
html .amsl-cart-page .amsl-social-login.-labeled-buttons .amsl-buttons .amsl-button-wrapper .amsl-button,
html .amsl-login-page .amsl-social-login.-labeled-buttons .amsl-buttons .amsl-button-wrapper .amsl-button,
html .amsl-registration-page .amsl-social-login.-labeled-buttons .amsl-buttons .amsl-button-wrapper .amsl-button {
  background: transparent;
  border: 1px solid black;
  border-radius: 0;
  position: relative;
  justify-content: center;
}
html .amsl-cart-page .amsl-social-login.-labeled-buttons .amsl-buttons .amsl-button-wrapper .amsl-button .amsl-social-icon,
html .amsl-login-page .amsl-social-login.-labeled-buttons .amsl-buttons .amsl-button-wrapper .amsl-button .amsl-social-icon,
html .amsl-registration-page .amsl-social-login.-labeled-buttons .amsl-buttons .amsl-button-wrapper .amsl-button .amsl-social-icon {
  position: absolute;
  left: 5px;
}
html .amsl-cart-page .amsl-social-login.-labeled-buttons .amsl-buttons .amsl-button-wrapper .amsl-button .amsl-text,
html .amsl-login-page .amsl-social-login.-labeled-buttons .amsl-buttons .amsl-button-wrapper .amsl-button .amsl-text,
html .amsl-registration-page .amsl-social-login.-labeled-buttons .amsl-buttons .amsl-button-wrapper .amsl-button .amsl-text {
  color: #000;
  font-size: 17px;
}
header.page-header .header-top-links .field.password .action.remind {
  z-index: 999;
  font-weight: normal;
  line-height: 27px;
}
header.page-header .header-top-links .field.password .action.remind:hover {
  background: transparent;
  color: #000;
}
div.myaccount-slide .header-top-links .login-form {
  transform: translateX(0) translateY(100%);
}
div.myaccount-slide .header-top-links.active .login-form {
  transform: translateX(0) translateY(0);
}
div.myaccount-slide .header-top-links .login-form a:hover {
  color: #fff;
}
header.page-header .header-area.myaccount-slide .header-top-links .login-form .block-customer-login .title-popup {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  font-family: 'Gilda Display';
}
header.page-header .header-area.myaccount-slide .header-top-links .login-form .fieldset > .field {
  margin: 0 0 20px;
}
header.page-header .header-area.myaccount-slide .header-top-links .login-form .mgs-gdpr-checkbox {
  font-size: 12px;
  margin: 0 0 10px;
}
.register-container .form-create-account .fieldset.create.info {
  margin-bottom: 13px;
}
body.cms-gennyvip #maincontent > .columns {
  padding: 0;
}
.customer-account-forgotpassword form.password.forget .actions-toolbar .action.submit {
  width: 100% !important;
}
.catalog-product-view .paypal.checkout.paypal-logo,
.checkout-cart-index .paypal.checkout.paypal-logo,
.checkout-index-index .paypal.checkout.paypal-logo,
#minicart-amazon-pay-button .paypal.checkout.paypal-logo,
.catalog-product-view .amazon-button-column,
.checkout-cart-index .amazon-button-column,
.checkout-index-index .amazon-button-column,
#minicart-amazon-pay-button .amazon-button-column {
  width: 100%;
  background: #eaeaea !important;
  margin-bottom: 10px;
  margin-top: 0 !important;
  text-align: center;
}
.catalog-product-view .paypal.checkout.paypal-logo img,
.checkout-cart-index .paypal.checkout.paypal-logo img,
.checkout-index-index .paypal.checkout.paypal-logo img,
#minicart-amazon-pay-button .paypal.checkout.paypal-logo img,
.catalog-product-view .amazon-button-column img,
.checkout-cart-index .amazon-button-column img,
.checkout-index-index .amazon-button-column img,
#minicart-amazon-pay-button .amazon-button-column img,
.catalog-product-view .paypal.checkout.paypal-logo input,
.checkout-cart-index .paypal.checkout.paypal-logo input,
.checkout-index-index .paypal.checkout.paypal-logo input,
#minicart-amazon-pay-button .paypal.checkout.paypal-logo input,
.catalog-product-view .amazon-button-column input,
.checkout-cart-index .amazon-button-column input,
.checkout-index-index .amazon-button-column input,
#minicart-amazon-pay-button .amazon-button-column input {
  height: 18px;
  margin: 17px 0 15px;
}
.catalog-product-view #PayWithAmazon-Product,
.checkout-cart-index #PayWithAmazon-Product,
.checkout-index-index #PayWithAmazon-Product,
#minicart-amazon-pay-button #PayWithAmazon-Product,
.catalog-product-view #PayWithAmazon-Cart,
.checkout-cart-index #PayWithAmazon-Cart,
.checkout-index-index #PayWithAmazon-Cart,
#minicart-amazon-pay-button #PayWithAmazon-Cart,
.catalog-product-view #PayWithAmazon_amazon-pay-button,
.checkout-cart-index #PayWithAmazon_amazon-pay-button,
.checkout-index-index #PayWithAmazon_amazon-pay-button,
#minicart-amazon-pay-button #PayWithAmazon_amazon-pay-button,
.catalog-product-view #PayWithAmazonButton,
.checkout-cart-index #PayWithAmazonButton,
.checkout-index-index #PayWithAmazonButton,
#minicart-amazon-pay-button #PayWithAmazonButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog-product-view #PayWithAmazon-Product > div,
.checkout-cart-index #PayWithAmazon-Product > div,
.checkout-index-index #PayWithAmazon-Product > div,
#minicart-amazon-pay-button #PayWithAmazon-Product > div,
.catalog-product-view #PayWithAmazon-Cart > div,
.checkout-cart-index #PayWithAmazon-Cart > div,
.checkout-index-index #PayWithAmazon-Cart > div,
#minicart-amazon-pay-button #PayWithAmazon-Cart > div,
.catalog-product-view #PayWithAmazon_amazon-pay-button > div,
.checkout-cart-index #PayWithAmazon_amazon-pay-button > div,
.checkout-index-index #PayWithAmazon_amazon-pay-button > div,
#minicart-amazon-pay-button #PayWithAmazon_amazon-pay-button > div,
.catalog-product-view #PayWithAmazonButton > div,
.checkout-cart-index #PayWithAmazonButton > div,
.checkout-index-index #PayWithAmazonButton > div,
#minicart-amazon-pay-button #PayWithAmazonButton > div {
  opacity: 0;
  width: 100%!important;
  height: 100%!important;
}
.catalog-product-view .paypal.checkout.paypal-logo .full_input,
.checkout-cart-index .paypal.checkout.paypal-logo .full_input,
.checkout-index-index .paypal.checkout.paypal-logo .full_input,
#minicart-amazon-pay-button .paypal.checkout.paypal-logo .full_input {
  display: block;
  height: 50px;
  overflow: hidden;
}
.catalog-product-view .paypal.checkout.paypal-logo input,
.checkout-cart-index .paypal.checkout.paypal-logo input,
.checkout-index-index .paypal.checkout.paypal-logo input,
#minicart-amazon-pay-button .paypal.checkout.paypal-logo input {
  height: 18px;
  margin: 17px 0 15px;
  width: 100%;
  object-fit: contain;
}
.checkout-cart-index .paypal.checkout.paypal-logo,
.checkout-index-index .paypal.checkout.paypal-logo,
#minicart-amazon-pay-button .paypal.checkout.paypal-logo {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.checkout-cart-index .shopping-cart-bottom #minicart-amazon-pay-button {
  margin-top: 0 !important;
}
.checkout-index-index .amazon-button-container {
  position: relative;
}
.checkout-index-index .amazon-button-container .amazon-button-column-tooltip {
  position: absolute;
  right: 16px;
}
.page-wrapper .amazon-checkout-now {
  display: none!important;
}
.page-wrapper .amazon-button-container.amazon-button-product-page {
  justify-content: center;
}
.page-wrapper .block-minicart #minicart-amazon-pay-button.amazon-button-container {
  display: flex;
  float: left;
  width: 100%;
}
.page-wrapper .block-minicart .amazon-divider {
  display: none;
}
.checkout-cart-index .page-wrapper #minicart-amazon-pay-button .amazon-divider {
  display: none;
}
.checkout-cart-index .page-wrapper #minicart-amazon-pay-button .checkout-methods-items {
  display: none;
}
.checkout-index-index .page-wrapper .amazon-express-title {
  display: none;
}
.checkout-index-index .page-wrapper #checkout .amazon-button-container {
  justify-content: center;
}
.checkout-index-index .page-wrapper #checkout-step-shipping .amazon-divider {
  max-width: none;
}
.products-grid.wishlist .product-item-inner .box-tocart > .fieldset {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
}
.products-grid.wishlist .product-item-inner .box-tocart > .fieldset .field.qty > .control {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.products-grid.wishlist .product-item-inner .box-tocart > .fieldset .field.qty > .control input.qty {
  margin: 0 !important;
  border: 0 none !important;
}
.products-grid.wishlist .product-item-inner .box-tocart > .fieldset .action.tocart {
  width: 100%;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #000;
}
html body.account .column.main .block:not(.widget) .box-title > span,
html body.account .column.main .multicheckout .box-title > span,
html body.account .column.main .paypal-review .block .box-title > span,
html body.account .column.main .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
html body.account .column.main [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
html body.account .column.main .sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 600;
}
html body.account .column.main .block-dashboard-info .action,
html body.account .column.main body.account .column.main .block-dashboard-addresses .action,
html body.account .column.main body.account .column.main .block-addresses-default .action,
html body.account .column.main body.account .column.main .block-addresses-list .action {
  font-style: italic;
  color: #000;
  font-size: 0.875rem;
  text-decoration: underline;
}
html body.account .column.main .block-title strong {
  font-weight: 400!important;
}
html body.account .column.main .message.info {
  bottom: auto;
  margin-bottom: 50px;
  border: 0;
  padding: 0;
  background: none;
}
html body.account .column.main .form-address-edit > .fieldset .legend {
  font-weight: 400;
  font-size: 16px;
}
html body.account .column.main .actions-toolbar .secondary .action.back {
  margin: 0;
  border: 1px solid;
  padding: 14px 37px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
}
html body.account .column.main .form-address-edit .actions-toolbar .secondary {
  position: relative;
  padding: 0;
}
html body.account .column.main .fieldset .legend {
  font-weight: 400;
  font-size: 16px;
}
.wishlist-index-index .column.main .message.info.empty + .actions-toolbar {
  display: none;
}
.wishlist-index-index a[data-clerk-product-id] {
  height: auto;
}
.wishlist-index-index #maincontent .clerk {
  margin-bottom: 50px;
  display: block;
}
.wishlist-index-index #maincontent .clerk .clerk-slider-item {
  margin: 0;
}
.wishlist-index-index #maincontent .clerk .clerk-slider-item > div {
  margin: 0 16px;
}
.wishlist-index-index button[data-role="all-tocart"],
.wishlist-index-index .cart.table-wrapper .actions-toolbar > .action[data-role="all-tocart"],
.wishlist-index-index .action-gift[data-role="all-tocart"] {
  display: none;
}
.wishlist-index-index .product-image-photo {
  position: relative;
  width: 100%;
}
.wishlist-index-index .comment-box {
  display: none;
}
.wishlist-index-index .toolbar.wishlist-toolbar .toolbar-amount,
.wishlist-index-index .toolbar.wishlist-toolbar .limiter {
  display: none;
}
.wishlist-index-index .product-item .product-item-name {
  text-align: center;
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  width: 100%;
}
.wishlist-index-index .product-item .product-item-name .product-item-link {
  height: auto!important;
  margin-bottom: 5px;
}
.wishlist-index-index .product-item .price-container {
  font-size: 16px;
  color: #bbb;
  font-weight: 300;
  display: block;
  text-align: center;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info {
  text-align: center;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-tooltip {
  margin-top: 10px;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset {
  text-align: center;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty {
  float: none;
  display: inline-block;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control input.qty {
  width: 25px;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions {
  float: none;
  display: inline-block;
  margin: 10px 0 0 0;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary {
  line-height: 37px;
  padding: 2px 10px 0;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar > .primary button.action,
.wishlist-index-index .form-wishlist-items .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action.action,
.wishlist-index-index .form-wishlist-items .actions-toolbar > .primary .action-gift.action {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Work Sans', sans-serif;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar > .primary button.action.update,
.wishlist-index-index .form-wishlist-items .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action.action.update,
.wishlist-index-index .form-wishlist-items .actions-toolbar > .primary .action-gift.action.update {
  border: 1px solid;
}
.wishlist-index-index.account .column.main .actions-toolbar .secondary {
  display: none!important;
}
.block.newsletter .field .control:before {
  top: 6px;
  margin-left: 2px;
}
html .cms-page-view #maincontent .nl-landing-form-container {
  margin-bottom: 75px;
  overflow: hidden;
}
html .cms-page-view #maincontent .nl-landing-form-container .block.newsletter {
  width: 100%;
}
html .cms-page-view #maincontent .nl-landing-form-container .nl-fields-top div.mage-error[generated],
html .cms-page-view #maincontent .nl-landing-form-container .nl-fields-top div.mage-error {
  margin-top: -10px;
  margin-bottom: 12px;
}
html .cms-page-view #maincontent .nl-landing-form-container .block.newsletter .field {
  margin-right: 0;
}
html .cms-page-view #maincontent .nl-landing-form-container input[type="email"],
html .cms-page-view #maincontent .nl-landing-form-container #birthdate-popup-email {
  border: 2px solid #b9b9b9;
  margin-bottom: 12px;
  width: 100%;
  padding: 12px 35px;
  font-size: 15px;
  font-family: 'Work Sans';
  text-align: left;
  min-height: 46px;
}
html .cms-page-view #maincontent .nl-landing-form-container input[type="email"]::placeholder,
html .cms-page-view #maincontent .nl-landing-form-container #birthdate-popup-email::placeholder,
html .cms-page-view #maincontent .nl-landing-form-container input[type="email"]::-webkit-input-placeholder,
html .cms-page-view #maincontent .nl-landing-form-container #birthdate-popup-email::-webkit-input-placeholder {
  color: #000;
}
html .cms-page-view #maincontent .nl-landing-form-container .block.newsletter .actions {
  width: 100%;
  display: block;
}
html .cms-page-view #maincontent .nl-landing-form-container .block.newsletter .actions button,
html .cms-page-view #maincontent .nl-landing-form-container .block.newsletter .actions .cart.table-wrapper .actions-toolbar > .action,
html .cms-page-view #maincontent .nl-landing-form-container .block.newsletter .actions .action-gift {
  width: 100%;
}
html .cms-page-view #maincontent .nl-landing-form-container .grpr-checkbox div.mage-error[generated],
html .cms-page-view #maincontent .nl-landing-form-container .grpr-checkbox div.mage-error {
  margin-top: 10px;
}
.nl-landing-txt-number-container .line {
  padding: 0 5%;
}
.nl-landing-txt-number {
  text-align: center;
}
.nl-landing-txt-number p {
  font-size: 1.4em;
}
.nl-landing-txt-number span.number {
  display: block;
  background: #000;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 auto 20px;
  font-size: 30px;
  text-align: center;
}
.nl-landing-txt-icons {
  margin-top: 50px;
}
.nl-landing-txt-icons > div {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.nl-landing-txt-icons > div > div {
  padding-bottom: 35px;
  font-size: 1rem;
}
.nl-landing-txt-icons > div > div img {
  display: block;
  margin: 0 auto 20px;
}
.block-customer-login .nl-landing-txt-icons {
  margin-top: 40px;
}
.block-customer-login .nl-landing-txt-icons > div {
  padding: 0;
}
.block-customer-login .nl-landing-txt-icons > div > div {
  font-size: 11px;
}
.block-customer-login .nl-landing-txt-icons > div > div img {
  height: 40px;
}
.nl-landing-header {
  position: relative;
  display: block;
}
.nl-landing-header h1 {
  position: absolute;
  bottom: 11%;
  right: 10%;
  z-index: 1111;
  color: #fff;
  font-size: 6vw;
}
.nl-landing-header p {
  margin: 0;
}
.nl-landing-form-container form {
  position: relative;
}
.nl-landing-form-container .block.newsletter .mgs-gdpr-checkbox {
  margin-top: 10px;
}
.nl-landing-form-container .block.newsletter .mgs-gdpr-checkbox input {
  margin-right: 10px!important;
}
.nl-landing-form-container .block.newsletter .mgs-gdpr-checkbox .label {
  border: 0;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  width: calc(100% - 30px);
  font-size: 10px;
  left: 23px;
}
div.page-wrapper > .page-bottom {
  width: 100%;
}
div.page-wrapper > .page-bottom .newsletter-footer-wrap {
  border-top: 1px solid #c2c2c2;
  padding: 40px 0;
  overflow: hidden;
}
div.page-wrapper > .page-bottom .newsletter-footer-wrap .title {
  font-size: 20px;
  font-family: 'Gilda Display', serif;
}
div.page-wrapper > .page-bottom .newsletter-footer-wrap .sub-title {
  color: #666;
}
div.page-wrapper > .page-bottom .block.newsletter {
  max-width: none;
  width: 100%;
}
div.page-wrapper > .page-bottom .block.newsletter .field.newsletter {
  max-width: none;
}
div.page-wrapper > .page-bottom .block.newsletter .field .control:before {
  display: none;
}
div.page-wrapper > .page-bottom .block.newsletter input {
  margin-bottom: 10px;
  font-size: 14px;
  border: 2px solid #b9b9b9;
}
div.page-wrapper > .page-bottom .block.newsletter input::placeholder {
  color: #666;
}
div.page-wrapper > .page-bottom .block.newsletter #birthdate-popup-email {
  border: 2px solid #b9b9b9;
  height: 2.875rem;
  padding: 0 34px;
  box-shadow: none !important;
  font-weight: 400;
  color: #000000;
}
div.page-wrapper > .page-bottom .block.newsletter .gdpr_implicit_nl {
  font-size: 11px;
  color: #999;
}
div.page-wrapper > .page-bottom .block.newsletter button.subscribe,
div.page-wrapper > .page-bottom .block.newsletter .cart.table-wrapper .actions-toolbar > .action.subscribe,
div.page-wrapper > .page-bottom .block.newsletter .action-gift.subscribe {
  align-self: flex-start;
}
html #newsletter-validate-detail-landing div:not(.control) > .message-success {
  position: absolute;
  right: 15px;
  left: auto;
  bottom: auto;
  top: 101px;
  border: 0;
  font-size: 14px;
  background: #555;
  color: #fff;
  padding-right: 23px;
  padding-left: 50px;
  border-radius: 3px;
}
@media only screen and (max-width: 990px) {
  div.page-wrapper > .page-bottom .block.newsletter {
    margin-bottom: 10px;
  }
  div.page-wrapper > .page-bottom .block.newsletter .gdpr_implicit_nl {
    margin: 20px 0 40px;
  }
  div.page-wrapper > .page-bottom .title-newsletter {
    text-align: center;
    margin-bottom: 20px;
  }
}
html .guestwishlist-index-index .breadcrumbs {
  display: none;
}
html .guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info {
  text-align: center;
}
html .guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details {
  text-align: center;
  padding-top: 5px;
}
html .guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .product-item-name .product-item-link {
  font-weight: 300;
}
html .guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart {
  display: block;
  text-align: center;
}
html .guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .product-item-actions {
  float: none;
}
html .guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty {
  display: inline-block;
  margin: 10px 0;
}
html .guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty .control input.qty {
  margin: 0;
}
html .guestwishlist-index-index .products-grid.wishlist .product-item-comment {
  display: none;
}
html .guestwishlist-index-index .product-item-tooltip {
  margin: 0 15px;
  display: inline-block;
}
html .guestwishlist-index-index .product-item-tooltip dl {
  display: flex;
}
html .guestwishlist-index-index .product-item-tooltip dl .label {
  margin-right: 10px;
}
html .guestwishlist-index-index .actions-toolbar {
  justify-content: space-around;
}
html .guestwishlist-index-index .actions-toolbar .action.update {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid;
  padding: 0.5rem 2.5rem;
}
.modal_logged_in_popup .modal-header {
  display: none;
}
.modal_logged_in_popup.modal-popup._inner-scroll .modal-content {
  padding: 0;
}
.modal_logged_in_popup.modal-popup._inner-scroll .modal-content .logged_in_popup {
  width: auto!important;
}
.modal_logged_in_popup .block-popup-content .title {
  display: none;
}
.modal_logged_in_popup .block-popup-content .checkbox {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.modal_logged_in_popup .loggedin-cms-block img {
  width: 100%;
  display: block;
}
.modal_logged_in_popup.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
  max-width: 960px;
}
.modal_logged_in_popup.modal-custom .action-close:before,
.modal_logged_in_popup.modal-popup .action-close:before,
.modal_logged_in_popup.modal-slide .action-close:before {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  .modal_logged_in_popup .loggedin-cms-block img {
    height: auto !important;
  }
}
.ec-gtm-cookie-directive {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}
.ec-gtm-cookie-directive > div {
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 20px;
  color: #000;
  max-width: 300px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
}
.ec-gtm-cookie-directive > div > div {
  float: left;
  min-width: 300px;
}
.ec-gtm-cookie-directive > div > div > div:before,
.ec-gtm-cookie-directive > div > div > div:after {
  content: " ";
  display: table;
}
.ec-gtm-cookie-directive > div > div > div:after {
  clear: both;
}
.ec-gtm-cookie-directive > div > div > div p {
  display: block;
  padding: 5px;
  margin: 0px;
}
.ec-gtm-cookie-directive > div > div > div a {
  cursor: pointer;
  color: #8e8e8e;
}
.ec-gtm-cookie-directive > div > div > div a.action {
  display: block;
  text-align: left;
  padding: 5px;
  float: left;
}
.ec-gtm-cookie-directive > div > div > div a.action.accept {
  color: #8bc53f;
  font-weight: bold;
}
.ec-gtm-cookie-directive > div > div > div a.action.accept-all {
  color: #8bc53f;
  font-weight: bold;
}
.ec-gtm-cookie-directive-segments {
  background: #f7f7f7;
  margin: 10px -20px 10px -20px;
  padding: 10px 25px 10px 25px;
}
.ec-gtm-cookie-directive-segments > div {
  padding: 5px 0px 5px 0px;
}
.ec-gtm-cookie-directive-segments > div input[type="checkbox"] {
  display: none;
}
.ec-gtm-cookie-directive-segments > div input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ec-gtm-cookie-directive-segments > div input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.ec-gtm-cookie-directive-segments > div input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ec-gtm-cookie-directive small {
  display: block;
  padding: 10px 20px 10px 35px;
}
.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note-toggle {
  display: block;
  margin: 5px 0px 5px 35px;
  color: #8bc53f;
  font-size: 12px;
  cursor: pointer;
}
.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note {
  display: none;
}
main .ec-gtm-cookie-directive {
  position: relative;
}
main .ec-gtm-cookie-directive > div {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  padding: 0px;
}
main .ec-gtm-cookie-directive-segments {
  margin: 10px 0px 20px 0px;
  background: none;
  padding: 0px;
}
@media (min-width: 1200px) {
  .ec-gtm-cookie-directive > div {
    max-width: 600px;
  }
  .ec-gtm-cookie-directive > div > div {
    min-width: 500px;
  }
  main .ec-gtm-cookie-directive {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .ec-gtm-cookie-directive > div > div {
    float: left;
    min-width: 200px;
  }
}
div.ec-gtm-cookie-directive {
  opacity: 1;
  bottom: 0;
}
div.ec-gtm-cookie-directive > div {
  max-width: none;
  width: 100%;
  display: flex;
  padding: 16px;
}
div.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note-toggle,
div.ec-gtm-cookie-directive > div > div > div a.action.accept-all,
div.ec-gtm-cookie-directive > div > div > div a.action.accept {
  color: #000;
}
div.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note-toggle {
  text-decoration: underline;
  font-family: 'Gilda Display';
  margin: 3px 0 5px 35px;
  font-size: 11px;
  display: none;
}
div.ec-gtm-cookie-directive small {
  font-size: 11px;
}
div.ec-gtm-cookie-directive > div > div > div a.action {
  margin-right: 4px;
}
div.ec-gtm-cookie-directive > div > div > div p {
  font-family: 'Gilda Display';
  padding: 0;
  font-size: 13px;
}
div.ec-gtm-cookie-directive > div > div > div p strong {
  display: none;
}
div.ec-gtm-cookie-directive > div > div > div a.action.accept,
div.ec-gtm-cookie-directive > div > div > div a.action.accept-all {
  font-weight: 500;
  padding: 8px 10px;
  background: #e1ddd8;
  margin-right: 12px;
}
div.ec-gtm-cookie-directive > div > div > div a.action,
div.ec-gtm-cookie-directive-segments > div input[type=checkbox] + label,
div.ec-gtm-cookie-directive small {
  font-family: 'Gilda Display';
}
div.ec-gtm-cookie-directive-segments {
  background: none;
  margin: 0px -20px;
  padding: 7px 25px 6px;
}
div.ec-gtm-cookie-directive-segments + div {
  display: flex;
  align-items: center;
}
div.ec-gtm-cookie-directive-segments > div input[type=checkbox] + label {
  font-size: 12px;
}
div.ec-gtm-cookie-directive-segments > div input[type=checkbox] + label:before {
  width: 12px;
  height: 12px;
  top: 1px;
}
div.ec-gtm-cookie-directive-segments > div input[type=checkbox]:checked + label:before {
  width: 6px;
  top: -2px;
  left: 5px;
}
.close-cookiebar {
  position: absolute;
  right: 0;
  top: -22px;
  background: #fff;
  opacity: 0.85;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  box-shadow: -3px -3px 10px -4px rgba(0, 0, 0, 0.19);
}
.close-cookiebar:before {
  content: "\e935";
  font-size: 12px;
  color: #999;
  font-family: 'Linearicons';
  margin-bottom: 1px;
}
#instagram_bar {
  background: #f4f4f4;
  display: flex;
  justify-content: space-between;
  padding: 12px 36px;
  position: fixed;
  left: 0;
  width: 100%;
  box-shadow: 0 0 3px #757575;
  align-items: center;
  margin-bottom: -100%;
  transition: all ease 0.3s;
}
#instagram_bar.visible {
  margin-bottom: -100%;
}
#instagram_bar > div:first-child a {
  display: flex;
  align-items: center;
}
#instagram_bar > div .logo-genny {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  object-fit: contain;
  padding: 6px;
  background: #fff;
  border: 1px solid #ddd;
  margin-right: 20px;
}
#instagram_bar > div a {
  font-size: 11px;
  color: #666;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Gilda Display', serif;
}
#instagram_bar .close-insta-popup {
  text-indent: -9999;
  display: inline-block;
  padding: 2px 0px 0px 5px;
}
#instagram_bar .close-insta-popup:before {
  content: "\e935";
  font-size: 1rem;
  color: #999;
  font-family: 'Linearicons';
}
body.amcard-page-product .product-info-clearfix-info .product-info-price,
body.amcard-page-product .product-info-clearfix-info .product-info-price,
body.amcard-page-product .product-underprice,
body.amcard-page-product [type="number"] + .amcard-button,
body.amcard-page-product .crypto-wrap {
  display: none;
}
body.amcard-page-product .amcard-form-container {
  border: 0;
  margin: 0;
}
body.amcard-page-product .amcard-button {
  background: #000;
  color: #fff;
  font-weight: normal;
  font-family: 'Work Sans';
  font-size: 14px;
}
body.amcard-page-product .amcard-price-container .amcard-label-block {
  line-height: 32px;
  padding: 6px 10px;
}
body.amcard-page-product .amcard-label-block.-price.-active,
body.amcard-page-product .amcard-label-block.-price:hover,
body.amcard-page-product .amcard-preview-container > .amcard-button:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
body.amcard-page-product .amcard-preview-container > .amcard-button {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
body.amcard-page-product #made_in_italy {
  display: none;
}
body.amcard-page-product .amcard-preview-container {
  margin-top: 22px;
}
body.amcard-page-product .amcard-field-block.-double > .amcard-field {
  font-size: 14px;
}
body.amcard-page-product .ui-datepicker .ui-datepicker-buttonpane button,
body.amcard-page-product .ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action,
body.amcard-page-product .ui-datepicker .ui-datepicker-buttonpane .action-gift {
  font-size: 12px;
}
body.amcard-page-product .amcard-label-block > .amcard-icon {
  filter: saturate(0%) brightness(70%) contrast(500%);
}
.amcard-codes-list {
  margin-bottom: 14px;
  padding: 5px 0 20px!important;
}
.amcard-codes-list .amcard-delete {
  background: #000;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  padding: 4px 10px;
  margin-left: 14px;
}
.amcard-codes-list:last-child {
  border: 0;
  padding: 0;
}
.amcard-field-container.-cart {
  padding: 20px;
  border: 1px solid #eaeaea;
}
.amcard-field-container.-cart .amcard-check,
.amcard-field-container.-cart .amcard-button {
  background: #000;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}
.amcard-field-container.-cart .amcard-check {
  padding: 4px 10px;
}
.amcard-field-container.-cart .amcard-field.-datalist {
  border: 1px solid #eaeaea;
  padding: 10px!important;
  font-size: 12px!important;
}
.amcard-field-container.-cart .amcard-datalist-message {
  margin-top: 10px;
  font-size: 11px;
}
body.cms-gift-card-check-status .page-main > .columns {
  max-width: none;
  padding: 0;
}
.content-page-giftcard-status {
  text-align: center;
}
.content-page-giftcard-status .container-banner img {
  width: 100%;
}
.content-page-giftcard-status .link-gift-card a {
  width: auto;
  padding: 10px 12px;
  border: solid 1px #000;
  display: inline-block;
}
.content-page-giftcard-status .giftcard-instructions {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.content-page-giftcard-status .giftcard-instructions .number {
  display: inline-block;
  background: #000;
  color: #fff;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 20px;
}
.content-page-giftcard-status .amcard-field-container.-cart {
  margin: 0 auto;
  text-align: center;
}
.content-page-giftcard-status .amcard-field-container.-cart .amcard-title {
  display: none;
}
.content-page-giftcard-status .amcard-field-container.-cart input {
  text-align: center;
}
.content-page-giftcard-status .amcard-field-container.-cart .amcard-check {
  padding: 8px 65px;
  font-size: 14px;
  border-radius: 0;
  font-family: 'Work Sans';
}
.content-page-giftcard-status .amcard-codes-list {
  margin: 40px auto 0;
  max-width: 660px;
  padding: 0 10px!important;
}
.table-code-items.data.table tr {
  display: flex;
  text-align: center;
}
.table-code-items.data.table tr th {
  text-align: center;
}
.checkout-cart-index .cart-discount {
  display: none;
}
.checkout-index-index .card-added {
  border: 1px solid #eaeaea;
  padding: 12px 20px;
  display: inline-block;
}
.amgiftcard-modal-container .modal-footer button,
.amgiftcard-modal-container .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.amgiftcard-modal-container .modal-footer .action-gift {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 60px;
  border-radius: 0;
  text-transform: uppercase;
}
.amgiftcard-modal-container.modal-slide .modal-content {
  padding-bottom: 0;
}
.amgiftcard-modal-container.modal-popup .modal-inner-wrap {
  margin: 0rem auto!important;
}
.amcard-page-product .amcard-preview .main {
  border-top: 0;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}
.amcard-page-product .amcard-preview .header {
  display: none;
}
/*body._has-modal .modals-wrapper:after {
        display: none !important;
    }*/
.category-product-actions button.action,
.category-product-actions .cart.table-wrapper .actions-toolbar > .action.action,
.category-product-actions .action-gift.action {
  border: 0 none;
  text-align: left;
  background: transparent;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
}
.category-product-actions button.action:after,
.category-product-actions .cart.table-wrapper .actions-toolbar > .action.action:after,
.category-product-actions .action-gift.action:after {
  content: "\e93a";
  font-family: "Linearicons";
  font-size: 10px;
  margin-left: 9px;
  float: right;
  color: #000;
  font-weight: 600;
}
.modal-slide.filters-container {
  right: 44px;
  left: 0;
  margin: 0 !important;
}
.modal-slide.filters-container._show .modal-inner-wrap {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.modal-slide.filters-container .modal-inner-wrap {
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}
.modal-slide.filters-container .action-close {
  right: 14px;
  top: 22px;
}
.modal-slide.filters-container .modal-inner-wrap {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}
.modal-slide.filters-container .modal-inner-wrap .modal-content {
  flex: 1;
}
.modal-slide.filters-container .modal-inner-wrap .modal-content .block-filter-container,
.modal-slide.filters-container .modal-inner-wrap .modal-content #catalog-leftnav-modal {
  height: 100%;
}
.modal-slide.filters-container .modal-inner-wrap .modal-content .content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}
.modal-slide.filters-container .modal-inner-wrap .modal-content .content .block.filter {
  flex: 1;
}
.modal-slide.filters-container .modal-header,
.modal-slide.filters-container .modal-content {
  padding-left: 2rem;
  padding-right: 2rem;
}
.modal-slide.filters-container .modal-title {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000;
  flex-shrink: 0;
  display: flex;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-title {
  padding: 16px 0 14px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.1;
  font-size: 0.875rem;
  color: #3b3b3b;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-title span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-title span::after {
  content: "\e93a";
  font-family: "Linearicons";
  font-size: 10px;
  margin-left: 9px;
  float: right;
  color: #3b3b3b;
  font-weight: 600;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-title:not(:first-child) {
  border-top: 1px solid #d1d1d1;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-title.active span::after {
  transform: rotate(-180deg);
}
.modal-slide.filters-container .block-content.filter-content .filter-options-content ol {
  display: flex;
  flex-wrap: wrap;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-content ol.hide-first-divider .am-multiselect-divider:first-of-type {
  display: none !important;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-content .am-multiselect-divider {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0.75rem 0;
  border-bottom: 1px solid #eaeaea;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-content .am-multiselect-divider span {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.1;
  font-size: 0.875rem;
  color: #3b3b3b;
  padding: 10px 0px 6px;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-content .item {
  display: flex;
  cursor: pointer;
  margin: 9px 0;
  width: calc(100% / 2);
}
.modal-slide.filters-container .block-content.filter-content .filter-options-content .item input {
  opacity: 0;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-content .item a {
  font-size: 15px;
  color: #999;
  display: block;
  padding: 0;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-content .item a::before {
  content: '\e98d';
  color: #999;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: "Linearicons";
  font-size: 12px;
  cursor: pointer;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-content .item a.amshopby-link-selected {
  color: #222;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-content .item a.amshopby-link-selected::before {
  content: '\e999';
  color: #222;
}
.modal-slide.filters-container .block-content.filter-content .filter-options-content .item .count:before {
  content: "(";
}
.modal-slide.filters-container .block-content.filter-content .filter-options-content .item .count:after {
  content: ")";
}
.modal-slide.filters-container .block.filter {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  margin: 0 !important;
}
.modal-slide.filters-container .filter-current .items {
  padding: 0 !important;
  flex-wrap: wrap;
}
.modal-slide.filters-container .filter-current .items .item {
  background-color: #f9f9f9;
  margin-right: 0.125rem !important;
  margin-bottom: 0.125rem !important;
  padding: 0.313rem 1.25rem !important;
}
.modal-slide.filters-container .filter-current .items .item .amshopby-remove {
  left: 4px;
}
.modal-slide.filters-container .filter-current .items .item .amshopby-remove:before {
  content: "" !important;
}
.modal-slide.filters-container .filter-placeholder {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center !important;
}
.modal-slide.filters-container .filter-placeholder button,
.modal-slide.filters-container .filter-placeholder .cart.table-wrapper .actions-toolbar > .action,
.modal-slide.filters-container .filter-placeholder .action-gift {
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  line-height: 2.2rem;
  border-radius: 0;
}
.modal-slide.filters-container .filter-placeholder a {
  color: #222;
  text-decoration: underline;
  white-space: nowrap;
}
.amshopby-filter-current .amshopby-filter-name {
  display: none !important;
}
.catalog-product-view .page-main > .columns {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.catalog-product-view .product-info-clearfix-info,
.catalog-product-view #product-page-related-custom {
  width: 100% !important;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-product-view .product-info-clearfix-info:after,
.catalog-product-view #product-page-related-custom:after {
  content: "";
  clear: both;
  display: block;
}
.catalog-product-view .product.media {
  width: 100% !important;
  float: none !important;
  min-height: auto !important;
}
.catalog-product-view .product-info-main {
  width: auto !important;
  float: none !important;
}
/* finta-select */
select.super-attribute-select.no-display {
  visibility: hidden !important;
}
.modal-slide.modal-select-size {
  left: auto;
  width: 50vw;
}
#button-modal-size {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 0 12px 0;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#button-modal-size:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
#product-options-wrapper .control:after {
  display: none !important;
}
.super-attribute-select {
  border: 0 none !important;
  padding: 0 !important;
  visibility: hidden;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  float: left;
}
/* Contenitore delle taglie */
.custom-size-options {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 5px;
}
/* Singola taglia */
.size-option-item {
  border-bottom: 1px solid #ccc;
  padding: 8px 15px;
  cursor: pointer;
  background: #fff;
  font-weight: bold;
  min-width: 40px;
  text-align: left;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
}
.size-option-item span {
  font-weight: normal;
}
.size-option-item:last-child {
  border: 0 none !important;
}
.size-option-item:hover {
  border-color: #333;
  background-color: #f5f5f5;
}
.size-option-item.selected {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.size-option-item.unavailable {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
  pointer-events: none;
}
.size-option-item.selected {
  pointer-events: auto;
  opacity: 1;
}
.product-bar {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  background-color: #ffffff;
  padding: 12px 0;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.product-bar > div {
  width: 25%;
  padding: 0 12px;
}
.product-bar .product-bar-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-bar .product-bar-title > span {
  font-size: 24px;
  font-weight: 300;
  font-family: 'Gilda Display', serif;
}
.product-bar .action.towishlist {
  border: 0;
  display: inline-block;
  height: 40px;
  width: 2.875rem;
  line-height: 40px;
  text-align: center;
  padding: 0;
  font-weight: 400;
  background-color: #fff !important;
  color: #000 !important;
}
.product-bar .action.towishlist:before {
  content: "\e68c";
  font-family: Linearicons;
}
.product-bar .action.towishlist span {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-bar .action.towishlist.in-wishlist:before {
  content: "\e901";
  font-family: 'icomoon' !important;
}
.product-bar .product-bar-colors,
.product-bar .product-bar-size {
  display: flex;
  justify-content: center;
}
.product-bar .product-color-switch-wrap {
  margin: 0 !important;
}
.product-bar #product-bar-size {
  border: 0 none;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
}
.product-bar #product-bar-size label {
  cursor: pointer;
}
.product-bar #product-bar-size span {
  font-weight: 400;
}
.product-bar #product-bar-size strong:after {
  content: '*';
  color: #000000;
  font-size: 1.125rem;
  margin: 0;
}
.product-bar .product-bar-addto-container {
  display: flex;
  justify-content: end;
  align-items: center;
}
.product-bar .product-bar-addto-container .product-bar-price {
  margin-right: 24px;
}
.product-bar .product-bar-addto-container .product-bar-price .price {
  color: #000;
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  font-weight: 400;
}
.product-bar .product-bar-addto-container #product-bar-addto {
  padding: 0 12px;
  height: 2.875rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2rem;
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  border-radius: 0;
  font-family: inherit;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: middle;
}
.express-checkout-title {
  margin: 10px 0 0;
  position: relative;
  text-align: center;
}
.express-checkout-title:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  border-top: 1px solid;
  z-index: 1;
}
.express-checkout-title span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 12px;
  display: inline-block;
  background-color: white;
  position: relative;
  z-index: 2;
}
.link-help {
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
}
body.catalog-product-view .breadcrumbs,
body.catalog-product-view .product-info-clearfix-info .box-tocart .field.qty,
body.catalog-product-view .block-bundle-summary .box-tocart .field.qty,
body.catalog-product-view .product-info-clearfix-info .stock.available,
body.catalog-product-view .product-info-clearfix-info .stock.unavailable,
body.catalog-product-view .modal-content .product-confirm-subtotal {
  display: none;
}
.gilda-no-margin {
  font-family: 'Gilda Display', serif;
  margin: 0;
}
html .catalog-product-view .percent-discount {
  margin-right: 10px;
}
html .catalog-product-view .link-stock-alert a {
  background: #000;
  color: #fff;
  padding: 0;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
html .catalog-product-view .product.attribute.overview,
html .catalog-product-view .product.attribute.description {
  text-align: justify;
  line-height: 1.88;
}
html .catalog-product-view .block .block-actions {
  display: none;
}
html .extra-link a {
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
}
html .ajax_cart-popup.popup__columns .ajax_footer .actions .btn.btn-tocart,
html .ajax_cart-popup.popup__columns .ajax_footer .actions .btn.btn-tocart:hover {
  background-color: #000;
  border-color: #000;
}
html .product-color-switch-wrap {
  display: flex;
  margin: 18px 0 24px;
  font-size: 16px;
}
html .product-color-switch-wrap > div {
  margin-right: 10px;
}
html .product-color-switch-wrap a,
html .product-color-switch-wrap img {
  display: block;
  width: 22px;
}
html .product-color-switch-wrap img {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border: 1px solid #000;
}
html .product-color-switch-current {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
html .prod-more-colors {
  margin: 10px 0 0 0;
  display: block;
  font-size: 16px;
}
.product-options-wrapper .fieldset > .field.configurable:not(.choice) > .label {
  display: block;
}
.product-options-wrapper .super-attribute-select {
  border: 1.5px solid;
  padding: 0 5px;
  border-radius: 0;
  font-size: 14px;
  margin-top: 10px;
}
.product-options-wrapper .sold-out {
  text-transform: uppercase;
  color: #7b002c;
  font-weight: 500;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .sharethis-inline-share-buttons #st-1 .st-btn > img {
    width: 30px;
  }
  html .extra-link a {
    font-size: 12px;
  }
}
html {
  scroll-behavior: smooth;
}
.wrap-size-guide {
  padding: 12px 20px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-bottom: 10px;
}
.mody_btn_cta {
  font-size: 12px!important;
  font-weight: 400!important;
  text-transform: uppercase;
  padding-right: 0!important;
  line-height: 12px!important;
}
.catalog-product-view .product-info-clearfix-info .product-options-wrapper {
  margin: 0;
}
.product-info-clearfix {
  margin-bottom: 40px;
}
.product-underprice {
  justify-content: space-between;
  align-items: center;
}
.amstockstatus-stockalert {
  margin-top: 20px;
}
#product-options-wrapper .fieldset {
  display: flex;
  margin-bottom: 0px;
}
#product-options-wrapper .fieldset > div {
  width: 100%;
  margin: 0;
}
#product-options-wrapper .fieldset > .configurable > .control {
  z-index: 0;
}
#product-options-wrapper .fieldset .super-attribute-select {
  margin-top: 0;
  cursor: pointer;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  padding: 10px;
  background: none;
}
#product-options-wrapper .fieldset .super-attribute-select option:first-child {
  text-transform: uppercase;
  display: none;
}
#product-options-wrapper .fieldset .wrap-size-guide {
  align-self: center;
  text-align: center;
  margin-left: 10px;
}
#product-options-wrapper .fieldset .wrap-size-guide .trigger {
  display: block;
  padding: 13px 0;
  background: #f1f1f1;
  text-decoration: none;
}
.made_to_order_link {
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  text-decoration: underline;
}
body.catalog-product-view .product-info-clearfix-info .box-tocart {
  margin-top: 10px;
}
body.catalog-product-view .product-info-clearfix-info .product-info-price {
  flex-direction: column;
  align-items: baseline;
}
body.catalog-product-view .product-info-clearfix-info .product-info-price .price-box {
  margin-right: 25px;
}
body.catalog-product-view .product-info-clearfix-info .page-title-wrapper .page-title {
  display: flex !important;
  justify-content: space-between;
}
body.catalog-product-view .product-info-clearfix-info .page-title-wrapper .status-order-account {
  display: flex;
}
body.catalog-product-view .product-info-clearfix-info .page-title-wrapper .action.towishlist:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
body.catalog-product-view .product-info-clearfix-info .page-title-wrapper .action.towishlist:hover:before,
body.catalog-product-view .product-info-clearfix-info .page-title-wrapper .action.towishlist.in-wishlist:before {
  content: "\e901";
  font-family: 'icomoon' !important;
}
body.catalog-product-view .product-info-clearfix-info #prod-tabs-custom {
  margin: -10px 0;
}
body.catalog-product-view .product-info-clearfix-info #prod-tabs-custom .item.has-more .switch {
  cursor: pointer;
}
body.catalog-product-view .product-info-clearfix-info #prod-tabs-custom .item.has-more .switch.open span {
  width: 20px;
  font-size: 30px;
  font-weight: 100;
  text-align: right;
  cursor: pointer;
}
body.catalog-product-view .product-info-clearfix-info #prod-tabs-custom .item.has-more .content {
  transition: all 0.4s ease;
}
body.catalog-product-view .product-info-clearfix-info #prod-tabs-custom .item.has-more .content.open {
  height: auto;
  overflow: initial;
  padding: 10px 0;
  visibility: visible;
  transition: all 0.4s ease;
}
body.catalog-product-view .product-info-clearfix-info #st-1 .st-btn > img {
  top: 12px;
}
.wrap-private-sale-price {
  margin: 10px 0;
}
.wrap-private-sale-price .txt-price {
  font-weight: 500;
  text-transform: uppercase;
}
.wrap-private-sale-price .txt-sub {
  margin-top: 5px;
}
.wrap-private-sale-price a,
.wrap-private-sale-price a:visited,
.wrap-private-sale-price a:hover,
.wrap-private-sale-price a:focus {
  color: maroon!important;
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}
.product-add-form .product-options-wrapper > .fieldset > .configurable > .control:after {
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  html body.catalog-product-view .product-info-clearfix-info .page-title-wrapper .page-title {
    font-size: 21px;
  }
  .product-info-clearfix-info .page-title span {
    min-height: 70px;
    max-width: 65%;
  }
}
html .product.media .video-custom .Sirv {
  width: 100%;
  margin: 0;
}
html .product.media .product.item-image video {
  object-fit: cover;
}
html .product-image-wrapper {
  height: auto;
  padding-bottom: 0!important;
}
html div.Sirv,
html figure.Sirv {
  width: 100%;
  margin: 0 auto 20px;
}
html .sirv-spin-container > .spin-figure > a {
  opacity: 0;
  z-index: -1 !important;
}
html body .fancybox-bg {
  background: #fff;
}
html body .fancybox-is-open .fancybox-bg {
  opacity: 1;
}
html body .fancybox-navigation .fancybox-button,
html body .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}
html body .fancybox-button {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}
html body .fancybox-button,
html body .fancybox-button:link,
html body .fancybox-button:visited,
html body .fancybox-button:hover {
  color: #000;
  border: none;
}
html body .fancybox-button--zoom {
  visibility: hidden;
}
html body .fancybox-thumbs__list a:before {
  border: 3px solid #000;
}
#main-product-gallery .slick-arrow {
  background: 0 0 transparent !important;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 50%;
  color: #000;
  font-size: 18px;
  width: 50px;
  height: 50px;
  z-index: 1;
}
#main-product-gallery .slick-arrow::after {
  display: none !important;
}
#main-product-gallery .slick-arrow::before {
  content: "\eab5";
  display: inline-block;
  font: normal normal normal 14px/1 Icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateX(-2px);
  font-size: 48px;
}
#main-product-gallery .slick-arrow.slick-arrow::before {
  content: "\eab8";
}
.catalog-product-view #main-product-gallery.slick-slider {
  padding: 0;
}
@media (min-width: 1280px) and (orientation: landscape) {
  html #main-product-gallery .owl-item .item-image img {
    height: calc(100vh - 150px);
    width: auto;
    min-width: 0;
    margin: 0 auto;
    max-height: 900px;
  }
}
a[class^="clerk-design-component"]:first-child {
  height: auto;
}
.catalog-product-view .related .product-item-link {
  font-size: 14px;
  width: 85%;
  display: inline-block;
}
.block.related .products-grid .items .product-item .product-image-container {
  width: 100%!important;
}
#product-slider-related .slick-list,
#product-slider-related-custom .slick-list,
.widget-product-grid .slick-list {
  padding: 0 !important;
}
#product-slider-related .slick-slide .product-item,
#product-slider-related-custom .slick-slide .product-item,
.widget-product-grid .slick-slide .product-item {
  max-width: none !important;
}
div.block .block-title.title {
  margin: 0;
}
div.block .block-title.title > p {
  font-size: 24px;
  font-weight: 300;
  word-spacing: 0.1em;
  text-align: center;
}
.columns span.clerk .block-title.title,
#product-page-alternatives .block-title.title,
#product-page-others-also-bought .block-title.title,
#product-page-related-custom .block-title.title {
  margin-bottom: 24px;
}
.columns span.clerk .price-box .price,
#product-page-alternatives .price-box .price,
#product-page-others-also-bought .price-box .price,
#product-page-related-custom .price-box .price {
  color: #000;
}
.columns span.clerk img,
#product-page-alternatives img,
#product-page-others-also-bought img,
#product-page-related-custom img {
  height: auto!important;
  object-fit: unset!important;
}
.columns span.clerk .slick-slide,
#product-page-alternatives .slick-slide,
#product-page-others-also-bought .slick-slide,
#product-page-related-custom .slick-slide {
  vertical-align: top !important;
}
.columns span.clerk .slick-slide > div,
#product-page-alternatives .slick-slide > div,
#product-page-others-also-bought .slick-slide > div,
#product-page-related-custom .slick-slide > div {
  display: block;
}
.columns span.clerk .slick-initialized .slick-slide,
#product-page-alternatives .slick-initialized .slick-slide,
#product-page-others-also-bought .slick-initialized .slick-slide,
#product-page-related-custom .slick-initialized .slick-slide {
  display: inline-block !important;
  height: auto;
  margin: 0;
}
.columns span.clerk .product-items.slick-slider .slick-slide .product-item,
#product-page-alternatives .product-items.slick-slider .slick-slide .product-item,
#product-page-others-also-bought .product-items.slick-slider .slick-slide .product-item,
#product-page-related-custom .product-items.slick-slider .slick-slide .product-item {
  margin: 0!important;
}
.columns span.clerk .block .block-content .products-grid,
#product-page-alternatives .block .block-content .products-grid,
#product-page-others-also-bought .block .block-content .products-grid,
#product-page-related-custom .block .block-content .products-grid {
  margin-top: 0;
}
.columns span.clerk .slick-prev,
#product-page-alternatives .slick-prev,
#product-page-others-also-bought .slick-prev,
#product-page-related-custom .slick-prev {
  position: absolute;
  cursor: pointer;
  background: none!important;
}
.columns span.clerk .slick-prev:after,
#product-page-alternatives .slick-prev:after,
#product-page-others-also-bought .slick-prev:after,
#product-page-related-custom .slick-prev:after {
  content: "";
  width: 12px;
  height: 12px;
  border: solid #c4c4c4;
  border-width: 0 3px 3px 0;
  transform: rotate(-45deg);
  margin-left: 3px;
  display: block;
}
.columns span.clerk .slick-next,
#product-page-alternatives .slick-next,
#product-page-others-also-bought .slick-next,
#product-page-related-custom .slick-next {
  position: absolute;
  cursor: pointer;
  background: none!important;
  z-index: 10;
}
.columns span.clerk .slick-next:after,
#product-page-alternatives .slick-next:after,
#product-page-others-also-bought .slick-next:after,
#product-page-related-custom .slick-next:after {
  content: "";
  width: 12px;
  height: 12px;
  border: solid #c4c4c4;
  border-width: 0 3px 3px 0;
  transform: rotate(-45deg);
  margin-right: 7px;
  display: block;
}
.columns span.clerk > div.p-lg {
  margin: 0 10px;
}
.columns span.clerk div.clerk-slider .clerk-slider-nav.clerk-slider-nav-prev:after,
.columns span.clerk div.clerk-slider .clerk-slider-nav.clerk-slider-nav-next:after {
  border-color: #c4c4c4;
}
.columns span.clerk [class^="clerk-design-component"] > .clerk-price,
.columns span.clerk [class^="clerk-design-component"] > .clerk-before-price {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.columns span.clerk [class^="clerk-design-component"].designs-price {
  margin-top: 0;
}
.columns span.clerk [class^="clerk-design-component"] > div:first-child {
  gap: 0;
}
#product-page-related-custom {
  margin-bottom: 40px;
  clear: both;
}
.prod-label-crypto {
  cursor: pointer;
  position: relative;
}
.prod-label-crypto .txt-label-crypto {
  background: #ffffff;
  border: 1px solid #000;
  margin-top: 12px;
  min-width: 100%;
  width: 300px;
  z-index: 101;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  display: none;
  font-size: 12px;
}
.prod-label-crypto .txt-label-crypto:before,
.prod-label-crypto .txt-label-crypto:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.prod-label-crypto .txt-label-crypto:before {
  border: 5px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
  top: -10px;
}
.prod-label-crypto .txt-label-crypto:after {
  border: 6px solid;
  border-color: transparent transparent #000 transparent;
  z-index: 98;
  margin-top: 1px;
}
.prod-label-crypto:hover .txt-label-crypto {
  display: block;
}
.crypto-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .prod-label-crypto {
    font-size: 12px;
  }
  .crypto-wrap {
    margin-bottom: 16px;
  }
}
.amxnotif-guest-email {
  margin-bottom: 12px;
}
.amstockstatus-stockalert input[type="checkbox"] {
  float: left;
}
.amstockstatus-stockalert .notification-container label {
  white-space: nowrap;
  display: block!important;
  line-height: 18px;
}
.amstockstatus-stockalert .notification-container label a {
  text-decoration: underline;
}
.amstockstatus-stockalert .notification-container div.mage-error[generated],
.amstockstatus-stockalert .notification-container div.mage-error {
  margin: -5px 0 5px 0;
}
.amstockstatus-stockalert input[type="checkbox"][aria-invalid="true"] + label,
.amstockstatus-stockalert input[type="checkbox"][aria-invalid="true"] + label a {
  color: #7b002c !important;
}
.page-wrapper .amstockstatus-stockalert .notification-container .amxnotif_guest_action {
  margin: 0;
}
html .lofpreorder-msg-box {
  display: none;
}
html .product-pre-title {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.88;
  font-size: 16px;
}
html .estimate_preorder_ship {
  text-align: left;
  margin-bottom: 10px;
}
html .estimate_preorder_ship span,
html .estimate_preorder_ship strong {
  display: block;
  margin-bottom: 5px;
}
.checkout-index-index #checkout input[type=text]:not(#discount-code).amcard-field {
  height: 30px;
  margin-top: 1px;
}
.checkout-index-index .amgcard-datalist-container .amcard-input-arrow:after {
  display: none;
}
.checkout-index-index [name="shippingAddress.region"] {
  display: none;
}
div.opc-wrapper .step-title {
  font-weight: 500;
}
div.opc-block-summary > .title {
  font-weight: 500;
}
.payment-method div.stripe-payments-apple-pay-section {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.opc-progress-bar-item {
  cursor: pointer;
}
.opc-progress-bar-item:not(._active):not(._complete) span {
  color: #999;
}
body.checkout-index-index,
body.checkout-cart-index {
  padding-bottom: 0;
}
body.checkout-index-index .page-wrapper,
body.checkout-cart-index .page-wrapper {
  border-top: 10px solid;
  padding-top: 20px;
}
body.checkout-index-index #maincontent,
body.checkout-cart-index #maincontent {
  margin-top: 0;
}
body.checkout-index-index #opc_free_shipping_banner {
  max-width: 1100px;
}
body.checkout-index-index #label_method_freeshipping_freeshipping,
body.checkout-index-index .opc-block-summary .ship-via,
body.checkout-index-index #co-payment-form .discount-code {
  display: none;
}
body.checkout-index-index #checkout-loader {
  display: block;
  position: fixed;
}
body.checkout-index-index .opc-progress-bar-item > span,
body.checkout-index-index .opc-wrapper .step-title,
body.checkout-index-index .opc-block-summary > .title,
body.checkout-index-index .discount-code .payment-option-title .action-toggle,
body.checkout-index-index .opc-block-shipping-information .shipping-information-title,
body.checkout-index-index .modal-custom.authentication-dropdown .block-authentication .block-title strong {
  font-family: 'Gilda Display', serif;
  text-transform: none;
}
body.checkout-index-index .discount-code .payment-option-title .action-toggle,
body.checkout-index-index .opc-block-shipping-information .shipping-information-title,
body.checkout-index-index .modal-custom.authentication-dropdown .block-authentication .block-title strong {
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 7px;
}
body.checkout-index-index .opc-wrapper {
  margin: 0;
}
body.checkout-index-index .opc-wrapper button span,
body.checkout-index-index .opc-wrapper .cart.table-wrapper .actions-toolbar > .action span,
body.checkout-index-index .opc-wrapper .action-gift span {
  font-family: "Work Sans", sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
}
body.checkout-index-index .opc-wrapper .field-error {
  margin-top: 5px;
  font-size: 0.875rem;
  font-style: italic;
}
body.checkout-index-index .opc-wrapper .field-error .control input,
body.checkout-index-index .opc-wrapper .field-error .control select,
body.checkout-index-index .opc-wrapper .field-error .control textarea {
  border-color: #000;
}
body.checkout-index-index .authentication-wrapper .action-auth-toggle {
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 15px;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  text-decoration: none;
  width: auto;
  font-weight: 500;
}
body.checkout-index-index .btn-guest-trigger {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  float: right;
  margin-top: 0px;
  margin-left: 10px;
  display: block;
  line-height: 35px;
  cursor: pointer;
}
body.checkout-index-index .block-customer-login .fieldset > .field:not(.choice) > .label,
body.checkout-index-index .block-customer-login .action-remind {
  text-transform: none;
}
body.checkout-index-index .discount-code {
  margin-top: 20px;
}
body.checkout-index-index .discount-code .payment-option-content {
  display: block!important;
}
body.checkout-index-index .discount-code .payment-option-title {
  margin-bottom: 20px;
}
body.checkout-index-index .discount-code .payment-option-title #block-discount-heading {
  font-weight: 600;
  font-family: 'Work Sans';
}
body.checkout-index-index .discount-code .payment-option-title .action-toggle {
  cursor: pointer;
  padding: 0;
}
body.checkout-index-index .discount-code .payment-option-title .action-toggle:after {
  display: none;
}
body.checkout-index-index .discount-code .payment-option-title .action-help {
  margin-left: 21px;
  margin-top: 10px;
}
body.checkout-index-index .discount-code.payment-option._active .action-toggle:after {
  content: '\e621';
}
body.checkout-index-index .discount-code .form-discount {
  max-width: 100%;
  position: relative;
}
body.checkout-index-index .discount-code .form-discount .actions-toolbar {
  position: static;
}
body.checkout-index-index .discount-code .form-discount button.action-apply,
body.checkout-index-index .discount-code .form-discount button.action-cancel,
body.checkout-index-index .discount-code .form-discount .cart.table-wrapper .actions-toolbar > .action.action-apply,
body.checkout-index-index .discount-code .form-discount .cart.table-wrapper .actions-toolbar > .action.action-cancel,
body.checkout-index-index .discount-code .form-discount .action-gift.action-apply,
body.checkout-index-index .discount-code .form-discount .action-gift.action-cancel {
  text-transform: none;
  font-weight: 500;
}
body.checkout-index-index .discount-code .form-discount .field .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.checkout-index-index .discount-code .action-apply,
body.checkout-index-index .discount-code .action-cancel {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background: 0 0;
  border: 0;
  color: #000;
  line-height: 3rem;
  padding: 0 1.25rem 0 0.9375rem;
  vertical-align: middle;
  font-size: 0.875rem;
  text-transform: uppercase;
}
body.checkout-index-index .opc-estimated-wrapper .fieldset > .field:not(.choice) > .label,
body.checkout-index-index .fieldset > .field:not(.choice) > .label {
  color: #000;
}
body.checkout-index-index input[type="text"],
body.checkout-index-index input[type="password"],
body.checkout-index-index input[type="url"],
body.checkout-index-index input[type="tel"],
body.checkout-index-index input[type="search"],
body.checkout-index-index input[type="number"],
body.checkout-index-index input[type="datetime"],
body.checkout-index-index input[type="email"],
body.checkout-index-index select {
  border: 0;
  border-bottom: 1px solid #ccc;
}
body.checkout-index-index select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 11px;
}
body.checkout-index-index .checkout-shipping-method .actions-toolbar > .primary,
body.checkout-index-index .methods-shipping .actions-toolbar .action.primary,
body.checkout-index-index .methods-shipping .actions-toolbar .amshopby-button,
body.checkout-index-index .methods-shipping .actions-toolbar .am-filter-go {
  width: 100%;
  font-size: 16px;
}
.opc-sidebar .opc-block-summary .items-in-cart {
  margin-bottom: 15px;
}
.amazon-divider {
  display: none;
}
.checkout-email-note {
  border: 1px solid #ccc;
  padding: 10px 14%;
  text-align: center;
}
.checkout-cart-index .shopping-cart-bottom .paypal.checkout,
#minicart-amazon-pay-button .shopping-cart-bottom .paypal.checkout {
  margin-top: 10px;
}
.checkout-cart-index #payment-request-button-cart.StripeElement,
#minicart-amazon-pay-button #payment-request-button-cart.StripeElement {
  position: relative;
}
.checkout-cart-index #payment-request-button-cart.StripeElement:before,
#minicart-amazon-pay-button #payment-request-button-cart.StripeElement:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: calc(100% - 30px);
  height: 100%;
  top: -1px;
  left: 14px;
}
.checkout-cart-index #payment-request-button-cart.StripeElement div,
#minicart-amazon-pay-button #payment-request-button-cart.StripeElement div {
  box-shadow: none!important;
  border-left: 2px solid #f6f6f6 !important;
  border-right: 2px solid #f6f6f6 !important;
  border-radius: 0;
}
.checkout-cart-index #payment-request-button-cart,
#minicart-amazon-pay-button #payment-request-button-cart {
  line-height: 0;
}
.checkout-cart-index .shopping-cart-bottom #minicart-amazon-pay-button,
#minicart-amazon-pay-button .shopping-cart-bottom #minicart-amazon-pay-button {
  padding-top: 0px !important;
}
.checkout-cart-index .field-tooltip-action,
#minicart-amazon-pay-button .field-tooltip-action {
  display: none;
}
.checkout-index-index .order-attributes .order-attributes-form {
  margin: 0;
}
.checkout-index-index .order-attributes .order-attributes-form + .txt-birthday {
  margin-top: -8px;
  font-style: italic;
}
.checkout-index-index .order-attributes .order-attributes-form .field.date input {
  width: 100%;
}
.checkout-index-index .order-attributes .order-attributes-form ._has-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  top: 5px;
  right: 10px;
}
.checkout-index-index .order-attributes .order-attributes-form ._has-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 48px;
}
.checkout-index-index .payment-method #paypal_express + label a,
.checkout-index-index .ui-datepicker-buttonpane {
  display: none;
}
.checkout-index-index .ui-datepicker {
  min-width: 295px;
}
.checkout-index-index .ui-datepicker .ui-datepicker-prev,
.checkout-index-index .ui-datepicker .ui-datepicker-next {
  top: 14px;
}
.checkout-index-index .opc-block-summary .discount-percent {
  margin: 0 6px;
}
.checkout-index-index .opc-block-summary .old-price-wrapper {
  align-items: center;
}
.checkout-index-index .opc-block-summary .wrap-private-sale-price .txt-sub {
  font-size: 14px;
}
.checkout-index-index .opc-block-summary .table-totals:not(.cart):not(.totals),
.checkout-index-index .opc-block-summary .items-in-cart {
  border: 0;
  padding: 1rem 0 1rem;
}
.checkout-index-index .opc-block-summary .table-totals:not(.cart):not(.totals) td,
.checkout-index-index .opc-block-summary .table-totals:not(.cart):not(.totals) th {
  padding: 0.5rem 0 !important;
}
.checkout-index-index .opc-block-summary .table-totals:not(.cart):not(.totals) .grand.totals td,
.checkout-index-index .opc-block-summary .table-totals:not(.cart):not(.totals) .grand.totals th {
  padding: 1rem 0 !important;
}
.checkout-index-index .opc-block-summary .product-item .product-item-inner {
  width: 100%;
  justify-content: space-between;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  display: block;
  margin: 0 0 0px;
}
.checkout-index-index .minicart-items .product-item-details {
  padding-left: 15px;
  width: 100%;
}
.checkout-index-index .lofpreorder {
  margin: 0;
}
.checkout-index-index #checkout input[type=text]:not(#discount-code),
.checkout-index-index #checkout input[type=password],
.checkout-index-index #checkout input[type=url],
.checkout-index-index #checkout input[type=tel],
.checkout-index-index #checkout input[type=number],
.checkout-index-index #checkout input[type=datetime],
.checkout-index-index #checkout input[type=email],
.checkout-index-index #checkout select {
  height: 50px;
  font-size: 14px;
  border: 1px solid #b9b9b9;
  padding: 0 20px;
  font-family: "Work Sans", sans-serif;
}
.checkout-index-index #checkout input[type=text]:not(#discount-code)::placeholder,
.checkout-index-index #checkout input[type=password]::placeholder,
.checkout-index-index #checkout input[type=url]::placeholder,
.checkout-index-index #checkout input[type=tel]::placeholder,
.checkout-index-index #checkout input[type=number]::placeholder,
.checkout-index-index #checkout input[type=datetime]::placeholder,
.checkout-index-index #checkout input[type=email]::placeholder,
.checkout-index-index #checkout select::placeholder {
  color: #000;
}
.checkout-index-index #checkout .minicart-items .product-item > .product {
  display: flex;
}
.checkout-index-index #checkout .minicart-items .product > .product-item-photo,
.checkout-index-index #checkout .minicart-items .product > .product-image-container {
  width: 90px!important;
  height: auto!important;
}
.checkout-index-index #checkout .minicart-items .product > .product-item-photo img,
.checkout-index-index #checkout .minicart-items .product > .product-image-container img {
  width: 100%;
}
.checkout-onepage-success .column.main #registration {
  text-align: center;
}
#opc_free_shipping_banner {
  background: #ddd;
  text-align: center;
  padding: 10px 0;
  font-family: 'Gilda Display';
  font-size: 16px;
  text-transform: uppercase;
}
#checkout-step-shipping_method {
  margin-bottom: 0;
}
label[for="stripe_payments"]:before,
label[for="cashondelivery"]:before,
label[for="banktransfer"]:before {
  display: inline-block;
  width: 30px;
  height: 24px;
  font-size: 26px;
  font-family: 'FontAwesome';
  vertical-align: middle;
  line-height: 24px;
}
label[for="cashondelivery"]:before {
  content: "";
  background: url(../../frontend/Tunda/Genny/en_US/img/icona_paymoney_min.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 32px;
  margin-right: -5px;
  margin-top: -3px;
}
label[for="banktransfer"]:before {
  content: "";
  background: url(../../frontend/Tunda/Genny/en_US/img/TEMPIO_PANTHEON_min.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 32px;
  margin-right: -5px;
  margin-top: -3px;
}
label[for="stripe_payments"]:before {
  content: "";
  display: inline-block;
  width: 210px;
  background: url(../../frontend/Tunda/Genny/en_US/img/credit_cards.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 37px;
  position: absolute;
  right: 0px!important;
  top: 15px!important;
}
.payment-method-title input[type=radio] {
  margin: -2px 5px 0 0;
  width: 10px;
  vertical-align: middle;
}
.payment-method-title label.label {
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
}
.payment-method {
  position: relative;
}
.payment-method .payment-method-title img,
label[for=bpcheckout]:before,
label[for=stripe_payments]:before,
label[for=cashondelivery]:before,
label[for=banktransfer]:before {
  position: absolute;
  right: 10px;
  top: 22px;
}
label.klarna-payments-method-cell > span:first-child {
  padding-left: 0px;
}
label.label[for="amazon_payment_v2"]:before {
  content: "Amazon pay";
}
#amazon-payment .payment-method-title {
  display: block;
  max-width: 85%;
}
#amazon-payment .payment-method-title img {
  width: 42px;
  vertical-align: middle;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  width: 42px;
  position: absolute;
  right: 5px;
  top: 22px;
}
.payment-method span.klarna-payments-method-cell > img {
  width: 42px;
  position: absolute;
  right: 10px;
  top: 22px;
}
label.label[for=bpcheckout]:before {
  width: 42px;
  background-size: 42px;
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 22px;
}
.payment-method .stripe-payments-apple-pay-section {
  border: 1px solid #000;
}
.amcard-field-container.-cart .amcard-title {
  text-transform: uppercase;
}
.payment-group .step-title.mobile {
  display: none;
}
div.payment-method.stripe-payments.mobile {
  padding-top: 0;
}
.checkout-onepage-success .column.main {
  display: flex;
  flex-direction: column;
}
.checkout-onepage-success #success-page-banner {
  order: 2;
  position: relative;
}
.opc-wrapper .step-content {
  margin: 0 0 0;
}
.opc-wrapper .step-content #co-payment-form .fieldset:last-child {
  margin-bottom: 0px;
}
.checkout-index-index .link-help {
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  margin-top: 35px;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  display: none;
}
.opc-progress-bar-item > span {
  padding: 0 0 12px;
}
.opc-progress-bar-item:first-child > span:before {
  content: "1. ";
}
.opc-progress-bar-item:last-child > span:before {
  content: "2. ";
}
.opc-progress-bar-item:first-child > span:before,
.opc-progress-bar-item:last-child > span:before {
  display: inline;
  background: none!important;
  position: relative;
  margin: 0;
  left: auto;
}
.opc-progress-bar-item:before {
  top: auto;
  bottom: 0;
  height: 2px;
}
.checkout-wrap-back {
  max-width: 1100px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.checkout-wrap-back a {
  align-items: center;
  border: none;
  border-radius: 50%;
  display: flex;
  min-width: unset;
  padding: 0;
}
.checkout-wrap-back a i {
  margin-right: 6px;
}
table.table-checkout-shipping-method {
  margin-bottom: 0;
}
table.table-checkout-shipping-method tbody td {
  padding-bottom: 10px;
  padding-top: 12px;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.checkout-payment-method .payment-method._active .payment-method-content .stripe-payments-elements.no-wrap {
  order: -1;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0;
}
.payment-method-content[data-bind="if: stripePaymentsError()"] {
  margin: 0!important;
}
.opc-block-shipping-information .shipping-information-content br:first-child {
  display: none;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 1.5;
}
#opc-shipping_method {
  margin-top: 40px;
}
.checkout-payment-method .payment-method-content .fieldset > .field {
  margin: 0 0 10px;
}
.opc-block-shipping-information .ship-via {
  margin: 0 0 30px;
}
.opc-block-shipping-information .shipping-information {
  display: flex;
  flex-direction: column-reverse;
}
#shipping-new-address-form .field-tooltip,
.billing-address-form .field-tooltip,
.form-login .field-tooltip {
  right: 12px;
}
#shipping-new-address-form .field .control._with-tooltip input,
.billing-address-form .field .control._with-tooltip input,
.form-login .field .control._with-tooltip input {
  width: 100%;
}
[name='shippingAddress.telephone'] .field-tooltip {
  display: none;
}
.ampickup-store-container.-checkout .ampickup-field.field.-store {
  display: flex;
  flex-direction: column;
}
.paypal-express-review .order-review-form .actions-toolbar > .primary #review-button {
  padding: 0 20px;
  height: 2.875rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
}
/* Custom Checkbox Address */
.field[name="shippingAddress.custom_checkbox"] {
  display: flex;
}
.field[name="shippingAddress.custom_checkbox"] .control {
  display: flex;
}
.field[name="shippingAddress.custom_checkbox"] .control .choice {
  display: flex;
  justify-content: left;
  margin: 0;
  align-items: center;
}
.field[name="shippingAddress.custom_checkbox"] .control .choice .checkbox {
  width: auto !important;
}
.field[name="shippingAddress.custom_checkbox"] .control .choice .label {
  display: inline-block !important;
}
#label_method_amstorepickup_amstorepickup {
  display: none;
}
#checkout .ampickup-field label.label {
  font-size: 15px;
  margin-bottom: 10px;
}
.shipping-txt-days {
  display: block;
  margin: 8px 0 30px;
}
.ampickup-wrapper {
  margin-top: 8px;
}
form.ampickup-store-container {
  border: 1px solid #ccc;
  padding: 30px 30px 0;
}
form.ampickup-store-container .ampickup-choosemap {
  background: #000;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding: 14px 28px;
}
form.ampickup-store-container .amlocator-info-popup {
  width: 100%;
}
form.ampickup-store-container .am-locator-mail-tel {
  margin: 12px 0;
}
form.ampickup-store-container .amlocator-link:not(:last-of-type) {
  margin-bottom: 0px;
}
form.ampickup-store-container.-checkout .ampickup-separator,
form.ampickup-store-container .ampickup-choosemap {
  display: none;
}
form.ampickup-store-container .amlocator-name {
  font-weight: 600;
}
form.ampickup-store-container div:empty + br {
  display: block;
}
form.ampickup-store-container .amlocator-description {
  width: 150px;
}
.checkout-index-index li.checkout-payment-method fieldset > .field-select-billing.field:not(.choice) > label.label {
  position: relative;
  height: auto;
  width: auto;
  clip: unset;
  overflow: visible;
  font-family: 'Gilda Display';
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 25px;
}
.payment-method-content {
  margin: 10px 20px 30px;
}
.profumo-row-01 {
  background-image: url("../../frontend/Tunda/Genny/en_US/img/bg-profumi.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.profumo-row-01 .main {
  padding-bottom: 0px;
}
.profumo-title-row-01 {
  width: 100%;
  text-align: center;
  color: #c8c8c9;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  margin-top: 40px;
}
.profumo-title-row-02 h1 {
  font-size: 16px;
  font-family: 'Work Sans';
  font-weight: 600;
  color: #848585;
}
.profumo-title-row-02 {
  width: 100%;
  text-align: center;
  color: #848585;
  font-weight: bold;
  font-size: 16px;
}
.profumo-title-row-03 {
  width: 100%;
  text-align: center;
  color: #c8c8c9;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}
#profumo-row-02-desktop .profumo-row-02-col-01 {
  width: 5%;
}
#profumo-row-02-desktop .profumo-row-02-col-02 {
  width: 28%;
  color: #95999c;
  font-size: 13px;
  line-height: 20px;
}
#profumo-row-02-desktop .profumo-row-02-col-02 span {
  color: #4d4d4d;
  display: block;
  font-style: italic;
  margin-bottom: 20px;
}
#profumo-row-02-desktop .profumo-row-02-col-03 {
  width: 33%;
  text-align: center;
}
#profumo-row-02-desktop .profumo-row-02-col-04 {
  width: 5%;
}
#profumo-row-02-desktop .profumo-row-02-col-05 {
  width: 28%;
  color: #95999c;
  font-size: 13px;
  line-height: 20px;
}
#profumo-row-02-desktop .profumo-row-02-col-05 span {
  color: #4d4d4d;
  display: block;
  margin-bottom: 5px;
}
.profumo-row-02-mobile {
  display: none;
}
.profumo-row-03 {
  text-align: center;
  font-size: 13px;
  color: #95999c;
  padding-top: 30px;
  padding-bottom: 20px;
}
.profumo-row-03 a {
  padding: 12px 0px;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  display: block;
  margin: 20px auto;
  width: 150px;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
}
.profumo-row-04-wrap {
  background-color: #f0f0f0;
}
.profumo-row-04-left {
  float: left;
  width: 50%;
}
.profumo-row-04-left img {
  width: 100%;
  display: block;
}
.profumo-row-04-right {
  width: 50%;
  padding-right: 60px;
  padding-left: 60px;
  align-self: center;
  height: 100%;
}
.profumo-row-04-right-title {
  color: #4d4d4d;
  font-size: 2em;
  margin-bottom: 30px;
}
.profumo-row-04-right-text {
  color: #95999c;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
html .cms-page-view #maincontent h2.profumo-row-04-right-title {
  color: #4d4d4d;
  font-size: 2em;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .profumo-row-04-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .profumo-row-01 {
    background-size: auto 100%;
  }
  #profumo-row-02-desktop .profumo-row-02-col-01 {
    display: none;
  }
  #profumo-row-02-desktop .profumo-row-02-col-02 {
    width: 40%;
    font-size: 11px;
  }
  #profumo-row-02-desktop .profumo-row-02-col-03 {
    width: 20%;
  }
  #profumo-row-02-desktop .profumo-row-02-col-04 {
    width: 10%;
  }
  #profumo-row-02-desktop .profumo-row-02-col-05 {
    width: 30%;
  }
  .profumo-row-04-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .profumo-row-04-right-text p {
    margin: 0px;
  }
}
@media (max-width: 991px) {
  .profumo-row-04-left {
    width: 100%;
  }
  .profumo-row-04-right {
    width: 100%;
    padding: 25px 0;
    clear: both;
  }
  .profumo-row-04-right {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  #profumo-row-02-desktop {
    display: none;
  }
  .profumo-row-02-mobile {
    display: block;
  }
  .profumo-row-02-col-02 {
    text-align: center;
    color: #95999c;
    font-size: 13px;
    line-height: 20px;
  }
  .profumo-row-02-col-02 span {
    color: #4d4d4d;
    display: block;
    font-style: italic;
    margin-bottom: 20px;
  }
  .profumo-row-02-col-03 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .profumo-row-02-col-05 {
    text-align: center;
    color: #95999c;
    font-size: 13px;
    line-height: 20px;
  }
  .profumo-row-02-col-05 span {
    color: #4d4d4d;
    display: block;
    margin-bottom: 5px;
  }
}
.new-grid-sfilata img {
  display: block;
  height: auto;
}
.new-grid-sfilata h3,
.new-grid-sfilata h5 {
  margin: 4rem 0 6rem!important;
}
.title-cms-long h2 {
  font-size: 1.3rem !important;
}
.gallery-collezione-3-cols > div h2 {
  text-align: center;
  margin: 10px;
}
.subcategories-slider {
  max-width: 100%;
}
.subcategories-slider .slick-slide > div:after {
  content: "•";
}
.subcategories-slider .slick-slide:last-child > div:after {
  display: none;
}
.subcategories-slider a {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 15px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
}
.subcategories-slider a:hover,
.subcategories-slider a:visited:hover {
  color: #e8d1c9;
}
.subcategories-slider a:hover:after,
.subcategories-slider a:visited:hover:after {
  background: #e8d1c9;
}
.subcategories-slider a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #000;
}
.subcategories-slider:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}
div.block-services-square {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  text-align: center;
}
div.block-services-square a {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 5px;
  box-sizing: border-box;
  width: 100%;
  transition: all ease 0.3s;
}
div.block-services-square a:hover {
  border-color: #000;
}
div.block-services-square a img {
  margin: 0 auto 20px;
  height: 54px;
  width: 54px;
  object-fit: contain;
}
div.block-services-square a .block-service-title {
  text-transform: uppercase;
  font-weight: bold;
}
div.block-services-square a .block-service-cta {
  text-decoration: underline;
}
.video-stream .video-stream-content {
  position: relative;
  padding-top: 56.25%;
}
.video-stream .video-stream-content iframe {
  border: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.newsletter-popup-form-wrap {
  margin: 20px 0;
}
.nl-salesforce .btn,
.nl-salesforce .btn-disabled {
  border-radius: 0;
  align-self: flex-start;
  border: 0;
}
.nl-salesforce .btn:not([disabled]),
.nl-salesforce .btn-disabled {
  background-color: black !important;
  opacity: 1 !important;
}
.nl-salesforce button[type="submit"].btn.btn-primary,
.nl-salesforce .cart.table-wrapper .actions-toolbar > .action[type="submit"].btn.btn-primary,
.nl-salesforce .action-gift[type="submit"].btn.btn-primary {
  border-radius: 0px;
  padding: 0.5rem 3.2rem;
}
.nl-salesforce #btn-disabled,
.nl-salesforce #btn-disabled2 {
  padding: 0;
  border: 0;
  display: flex;
}
.nl-salesforce #btn:not([disabled]) span,
.nl-salesforce #btn2:not([disabled]) span {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.nl-salesforce .btn-text {
  text-align: left;
}
.nl-salesforce #form-fields.hidden,
.nl-salesforce .btn-disabled,
.nl-salesforce .btn.hidden,
.nl-salesforce #thank-you,
.nl-salesforce #error-page,
.nl-salesforce #form-fields2.hidden,
.nl-salesforce #thank-you2,
.nl-salesforce #error-page2 {
  display: none;
}
.nl-salesforce .btn-disabled.shown,
.nl-salesforce #thank-you.shown,
.nl-salesforce #error-page.shown,
.nl-salesforce #thank-you2.shown,
.nl-salesforce #error-page2.shown {
  opacity: 1;
  display: block;
}
.nl-salesforce .btn {
  box-shadow: none;
}
.nl-salesforce .spinner-border {
  color: white;
}
.nl-salesforce #thanks,
.nl-salesforce #thanks2 {
  text-align: left;
}
.nl-salesforce #dynamic-message,
.nl-salesforce #dynamic-message2 {
  text-align: left;
}
.nl-salesforce #flex-form,
.nl-salesforce #flex-form2 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
.nl-salesforce #nl-form .form-control,
.nl-salesforce #nl-form2 .form-control,
.nl-salesforce #standard_href .form-control {
  margin-bottom: 10px;
  font-size: 14px;
  border: 2px solid #b9b9b9;
  margin-right: 35px;
  padding: 0 0 0 35px;
  color: #666;
  font-family: 'Work Sans', sans-serif;
}
.nl-salesforce #nl-form #inputDob,
.nl-salesforce #nl-form2 #inputDob,
.nl-salesforce #standard_href #inputDob,
.nl-salesforce #nl-form #inputDob2,
.nl-salesforce #nl-form2 #inputDob2,
.nl-salesforce #standard_href #inputDob2 {
  border: 2px solid #b9b9b9;
  height: 2.875rem;
  padding: 0 34px;
  box-shadow: none !important;
  font-weight: 400;
  color: #666;
  -webkit-appearance: none;
  appearance: none;
}
.nl-salesforce #nl-form input[type="date"]:not(.has-value):before,
.nl-salesforce #nl-form2 input[type="date"]:not(.has-value):before,
.nl-salesforce #standard_href input[type="date"]:not(.has-value):before {
  color: #666;
  content: attr(placeholder) !important;
  margin-right: 0.5em;
  background: #fff;
  position: absolute;
}
.nl-salesforce #nl-form input[type="date"]:not(.has-value):focus:before,
.nl-salesforce #nl-form2 input[type="date"]:not(.has-value):focus:before,
.nl-salesforce #standard_href input[type="date"]:not(.has-value):focus:before {
  content: '' !important;
}
.nl-salesforce #nl-form fieldset,
.nl-salesforce #nl-form2 fieldset,
.nl-salesforce #standard_href fieldset {
  border: 0;
  padding: 0;
}
.nl-salesforce .form-control::placeholder {
  color: #666 !important;
  opacity: 1;
}
.nl-salesforce .form-check {
  display: flex;
  align-items: self-start;
  margin-top: 10px;
}
.nl-salesforce .form-check-label {
  text-align: left;
  font-size: 11px;
  color: #999;
  margin-left: 6px;
  cursor: pointer;
}
.nl-salesforce #thanks2 {
  text-align: center;
  color: maroon;
  font-size: 14px;
}
.nl-salesforce input[type="checkbox"] {
  width: 50px;
  height: 22px;
  margin-top: 0;
  filter: grayscale(1);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section.nl-salesforce #flex-form {
    max-width: 500px;
    margin: 0 auto;
  }
  section.nl-salesforce button[type="submit"],
  section.nl-salesforce .cart.table-wrapper .actions-toolbar > .action[type="submit"],
  section.nl-salesforce .action-gift[type="submit"] {
    width: 100%;
    margin: 6px 0 0;
  }
  section.nl-salesforce #btn-disabled {
    float: left;
  }
  section.nl-salesforce .form-check {
    margin: 20px 0 40px !important;
  }
  section.nl-salesforce #thanks {
    text-align: center;
    font-size: 13px;
    padding: 0 13%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  section.nl-salesforce button[type="submit"],
  section.nl-salesforce .cart.table-wrapper .actions-toolbar > .action[type="submit"],
  section.nl-salesforce .action-gift[type="submit"] {
    width: 100%;
    margin: 6px 0 0;
  }
  section.nl-salesforce #btn-disabled {
    float: left;
  }
  section.nl-salesforce .actions {
    display: block!important;
  }
  section.nl-salesforce .form-check {
    margin: 10px 0 0 !important;
  }
}
.categories-slider .slick-slide h3 {
  margin: 20px 0px 0;
  text-align: center;
}
#wrap-banner-sequence .banner-sequence-single {
  position: relative;
  display: block;
  overflow: hidden;
}
#wrap-banner-sequence .banner-sequence-single img {
  object-fit: cover;
  display: block;
  width: 100%;
}
#wrap-banner-sequence .banner-sequence-single .info-absolute {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  z-index: 1;
}
#wrap-banner-sequence .banner-sequence-single .info-absolute h4 {
  text-transform: uppercase;
}
#wrap-banner-sequence .banner-sequence-single:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: " ";
  background-image: linear-gradient(0deg, #000 0, transparent);
  left: 0;
  opacity: 0.9;
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .banner-sequence-single {
    max-height: 680px;
  }
  .cms-index-index .page-main > .columns {
    max-width: none!important;
  }
}
.popup-privatesale-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 2;
  background: #fff;
  max-width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  margin: 0;
  border-top: 1px solid;
  transform: translateY(100%);
  transition: all ease 0.3s;
}
.popup-privatesale-bottom .frame {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.popup-privatesale-bottom a + a {
  text-decoration: underline;
}
.popup-privatesale-bottom.visibile {
  transform: translateY(0);
}
body .modal_newsletter_popup.modal-slide .newsletter_popup {
  min-width: 50vw!important;
}
body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe {
  padding: 0;
}
body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content {
  text-align: center;
  align-self: center;
  width: 100%;
}
body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .title .title-popup {
  margin-bottom: 0px;
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .action.subscribe {
  font-weight: 500;
}
body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .checkbox.dont-show-popup {
  display: block!important;
  font-size: 11px;
  margin-top: 10px;
}
body .modal_newsletter_popup.modal-slide .modal-inner-wrap {
  overflow-y: hidden;
}
.block-popup-subscribe .nlpopup-left-col p {
  margin: 0;
  height: 100%;
}
.block-popup-subscribe .nlpopup-left-col img {
  width: 100%;
  display: block;
}
.block-popup-subscribe .nl-salesforce .form-check-label {
  font-size: 10px;
}
.block-popup-subscribe .nl-salesforce .form-control {
  height: 2.6rem;
}
.block-popup-subscribe .newsletter-popup-content .subtitle {
  display: block;
  font-family: 'Gilda Display', serif;
  margin: 20px 0 5px;
  font-weight: 600;
  font-size: 15px;
}
.block-popup-subscribe .newsletter-popup-content .txt-form {
  font-weight: 500;
  font-family: 'Gilda Display', serif;
}
.block-popup-subscribe .newsletter-popup-content .action.subscribe {
  font-weight: 500;
}
.block-popup-subscribe .grpr-checkbox {
  text-align: left;
}
.block-popup-subscribe .grpr-checkbox label {
  font-size: 10px;
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: middle;
}
.block-popup-subscribe .grpr-checkbox #popup_accept_gdpr-error {
  text-align: center;
}
.block-popup-subscribe .nlpopup-bottom p,
.block-popup-subscribe .nlpopup-bottom .row-icon {
  font-size: 14px;
  margin-bottom: 8px;
}
.block-popup-subscribe .nlpopup-bottom img {
  width: 35px;
  display: block;
  margin: 0 auto;
}
.block-popup-subscribe .nlpopup-bottom a {
  text-decoration: underline;
}
.block-popup-subscribe .message-success {
  display: none;
}
.block-popup-subscribe .success-content p {
  margin: 20px 0 30px;
}
.block-popup-subscribe .success-content button,
.block-popup-subscribe .success-content .cart.table-wrapper .actions-toolbar > .action,
.block-popup-subscribe .success-content .action-gift {
  background: #000;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Work Sans';
  padding: 10px 25px;
}
html .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter input[type="email"],
html .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter #birthdate-popup-email {
  margin-bottom: 4px;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  -webkit-appearance: none;
  -webkit-min-logical-width: calc(100% - 16px);
  background: #fff;
}
html .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter input[type="email"]::placeholder,
html .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter #birthdate-popup-email::placeholder {
  color: #000;
}
html .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter input[type="email"]::-webkit-date-and-time-value,
html .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter #birthdate-popup-email::-webkit-date-and-time-value {
  text-align: left;
}
aside.modal_newsletter_popup.modal-slide .modal-inner-wrap .action-close {
  padding: 2px 10px;
  background: #fff;
  border-radius: 0;
  z-index: 1;
}
aside.modal_newsletter_popup.modal-slide .modal-inner-wrap .action-close:before {
  color: #000;
}
.modal-popup,
.modal-slide {
  pointer-events: none;
}
.modal-popup .modal-inner-wrap,
.modal-slide .modal-inner-wrap {
  pointer-events: auto;
}
.modals-overlay {
  z-index: 900 !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.modal-popup,
.modal-slide {
  z-index: 901 !important;
}
button[data-trigger=trigger-newsletter-popup] {
  font-size: 14px;
  border: solid 1px #000;
  width: 100%;
  display: inline-block;
  line-height: 38px;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  background-color: transparent !important;
}
@media only screen and (max-width: 1366px) {
  div.block-popup-subscribe .grpr-checkbox label {
    font-size: 9px;
  }
  .nlpopup-bottom > div {
    padding: 0 8%!important;
  }
  .nlpopup-bottom .row-icon {
    margin-bottom: 0!important;
    line-height: 1.3;
    font-size: 9px!important;
  }
  .nlpopup-bottom img {
    width: 22px;
  }
  .nlpopup-bottom > div .nl-icon-1 {
    width: 36px!important;
    margin: 0 auto 6px!important;
  }
  .nlpopup-bottom p,
  .nlpopup-bottom .row-icon {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .nlpopup-bottom a {
    font-size: 11px;
  }
  .checkbox.dont-show-popup {
    font-size: 10px!important;
  }
  .newsletter-popup-form {
    margin: 0 0 16px 0!important;
  }
  body .modal_newsletter_popup.modal-popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content {
    padding: 25px 5%;
  }
  body .modal_newsletter_popup.modal-popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form {
    margin: 12px 0 30px 0;
  }
  body .modal_newsletter_popup.modal-popup.modal-slide .newsletter_popup .block-popup-subscribe .nlpopup-bottom > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  body .modal_newsletter_popup.modal-popup.modal-slide .newsletter_popup .block-popup-subscribe .nlpopup-bottom > div img {
    display: block;
    margin: 0 auto 10px;
  }
  body .modal_newsletter_popup.modal-popup.modal-slide .newsletter_popup .block-popup-subscribe .nlpopup-bottom > div .nl-icon-1 {
    width: 50px;
  }
}
.amgdpr-checkbox-container {
  border: 1px solid #000;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-label:hover {
  box-shadow: none;
  border: 0;
}
.amgdpr-checkbox-container > .amgdpr-label {
  background-color: transparent;
  transition: none;
  border: none;
  height: 150px;
  width: 100%;
  border-radius: 0;
}
.amgdpr-checkbox-container > .amgdpr-label:before {
  filter: invert(0.5);
  width: 43px;
  height: 43px;
  background-size: contain !important;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #f4f4f4;
  border: 0;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label .amgdpr-title {
  color: #000;
}
.amgdpr-checkbox-container .amgdpr-title {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
}
.amgdpr-settings-container {
  margin: 0 0 20px 0;
  width: 100%;
}
.amgdpr-settings-container .amasty-gdpr-consent {
  text-align: center;
}
.amgdpr-modal-container .modal-header .modal-title {
  color: #000;
  text-align: center;
}
.amgdpr-modal-container .modal-footer {
  text-align: center;
}
.amgdpr-modal-container .action.action-primary {
  border-radius: 3px;
  background-color: #000;
  border-radius: 0;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 14px;
  padding: 14px 50px;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #000;
}
.amgdpr-modal-container .action-close:focus,
.amgdpr-modal-container .action-primary:focus,
.amgdpr-modal-container .action-close:active,
.amgdpr-modal-container .action-primary:active {
  box-shadow: none;
  opacity: 1;
}
.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
  border-radius: 0;
}
.sales-guest-form .page-title-wrapper .status-order-account .breadcrumbs {
  display: none;
}
.sales-guest-form .form-orders-search {
  margin: 0 auto 50px;
}
.sales-guest-form .form-orders-search .legend,
.sales-guest-form .form-orders-search .field.find {
  display: none;
}
.sales-guest-form .form-orders-search .fieldset > .field {
  margin: 0 0 20px;
}
.sales-guest-form .form-orders-search .actions-toolbar {
  display: flex;
  justify-content: center;
}
.sales-guest-view .page-title-wrapper .status-order-account .breadcrumbs,
.sales-guest-shipment .page-title-wrapper .status-order-account .breadcrumbs {
  display: none;
}
.sales-guest-view .order-details-items .order-title > strong,
.sales-guest-shipment .order-details-items .order-title > strong {
  font-size: 1.35rem;
}
.sales-guest-view .action.track,
.sales-guest-shipment .action.track {
  text-decoration: underline;
  font-size: 16px;
  margin-top: 20px;
}
.sales-guest-view .page-title-wrapper .page-title,
.sales-guest-shipment .page-title-wrapper .page-title {
  margin-right: 0;
}
.sales-guest-view .order-items,
.sales-guest-shipment .order-items {
  max-width: 800px;
  margin: 0 auto;
}
.sales-guest-view .order-title,
.sales-guest-shipment .order-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.sales-guest-view .actions-toolbar,
.sales-guest-shipment .actions-toolbar {
  display: none;
}
.sales-guest-view .items.order-links,
.sales-guest-shipment .items.order-links {
  display: none;
}
.sales-guest-view .block-order-details-view,
.sales-guest-shipment .block-order-details-view {
  max-width: 800px;
  margin: 0 auto 60px!important;
}
.sales-guest-view .table:not(.cart):not(.totals) > tfoot > tr > th:not(.mark),
.sales-guest-shipment .table:not(.cart):not(.totals) > tfoot > tr > th:not(.mark) {
  display: none;
}
.sales-guest-view .order-details-items,
.sales-guest-shipment .order-details-items {
  max-width: 800px;
  margin: 0 auto 30px;
}
.sales-guest-view .order-links .item,
.sales-guest-shipment .order-links .item {
  font-size: 16px;
}
.sales-guest-view .order-links .item.current,
.sales-guest-shipment .order-links .item.current {
  border-bottom: 3px solid;
}
.sales-guest-view .column.main .block:not(.widget) .box-title > span,
.sales-guest-shipment .column.main .block:not(.widget) .box-title > span {
  font-size: 14px;
}
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-shipment .column.main .block:not(.widget) .block-title > strong {
  font-weight: 500;
  font-size: 18px;
}
.sales-guest-view .item-options,
.sales-guest-shipment .item-options {
  font-size: 11px;
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.sales-guest-view .action.print,
.sales-guest-shipment .action.print {
  display: none;
}
.sales-guest-view .amgdpr-settings-container .amgdpr-checkbox-container,
.sales-guest-shipment .amgdpr-settings-container .amgdpr-checkbox-container {
  padding: 10px;
}
.sales-guest-view .amgdpr-checkbox-container > .amgdpr-label,
.sales-guest-shipment .amgdpr-checkbox-container > .amgdpr-label {
  display: flex;
  position: relative;
  height: auto;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.sales-guest-view .amgdpr-checkbox-container > .amgdpr-label:before,
.sales-guest-shipment .amgdpr-checkbox-container > .amgdpr-label:before {
  position: relative;
  left: auto;
  top: auto;
  transform: translate(0);
  width: 28px;
}
.sales-guest-view .amgdpr-checkbox-container > .amgdpr-label .amgdpr-title,
.sales-guest-shipment .amgdpr-checkbox-container > .amgdpr-label .amgdpr-title {
  position: relative;
  top: auto;
  left: auto;
  min-width: 0;
  min-height: 0;
  transform: translate(0);
}
.sales-guest-view .order-tracking,
.sales-guest-shipment .order-tracking {
  text-align: center;
}
.tracking-page-intro {
  padding-top: 16px;
}
.block-order-details-view .block-title {
  font-size: 18px;
  margin-bottom: 23px;
  text-align: center;
}
.block-order-details-view .block-title strong {
  font-weight: 400!important;
}
.block-order-details-view .block-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block-order-details-view .block-content:before,
.block-order-details-view .block-content:after {
  display: none!important;
}
.block-order-details-view .block-content .box {
  margin-bottom: 20px;
  background: #f2f2f2;
  padding: 30px;
}
.block-order-details-view .block-content .box strong {
  margin-bottom: 10px;
  display: block;
}
.block-order-details-view .block-content .box dd.content {
  margin-top: 24px!important;
}
.block-order-details-view .block-content .box dd.content th,
.block-order-details-view .block-content .box dd.content td {
  padding: 0;
}
.block-order-details-view .block-content .box dd.content tr {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shipping-tracking-popup .page.tracking {
  max-width: 530px;
  margin: 20px auto 0;
}
.shipping-tracking-popup .page.tracking .order.subtitle {
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
  font-weight: 500;
}
.shipping-tracking-popup .page.tracking table th {
  max-width: 50%;
}
html {
  /*********** RISULTATI RICERCA
        ***********/
  /*********** VARI
        ***********/
  /* whatsapp widget */
  /* MGS single product image */
}
html .mgs-instant-autocomplete-wrapper > div > div:not(.products),
html .search.results.mgs-instant-search > div:not(.products-result),
html .search.results.mgs-instant-search .block.block-title,
html .catalogsearch-result-index .status-order-account,
html .mgs-instant-search-page .status-order-account {
  display: none;
}
html .catalogsearch-result-index .products-grid .items .product-item,
html .mgs-instant-search-page .products-grid .items .product-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
  max-width: 33%;
}
html .search.results.mgs-instant-search > div.products-result {
  border: 0;
}
@media only screen and (max-width: 767px) {
  html .catalogsearch-result-index .products-grid .items .product-item,
  html .mgs-instant-search-page .products-grid .items .product-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}
html #st-1 .st-btn > img {
  /* SHARE THIS */
  filter: brightness(0);
}
html .checkout-onepage-success .page-title-wrapper .status-order-account {
  display: none;
}
html .contact-form-header {
  text-align: center;
  margin: 20px 0 50px;
}
html .modal-popup.confirm .action-primary,
html .modal-popup.confirm .action-primary:focus,
html .modal-popup.confirm .action-primary:hover {
  border: 1px solid #000;
  background-color: #000;
}
html .preorder-notice-under-price {
  margin: 13px 0px 0px 0px;
  font-size: 15px;
}
html .notification-container {
  margin-top: 10px;
}
html .amxnotif-block .input-fields {
  width: 47%;
}
html .amxnotif-block .amxnotif_guest_action {
  max-width: 52%;
}
html .eapp-whatsapp-chat-root-layout-component div[type="bubble"] {
  width: 45px;
  height: 45px;
}
html .eapp-whatsapp-chat-root-layout-component div[type="bubble"] svg {
  width: 25px;
}
html .section-builder .widget.mgs-product .product-image-photo {
  position: relative;
}
body .mega-menu-bold-item a span {
  font-weight: bold;
}
.catalog-category-view #product-price-102869 {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .mega-menu-item a span {
    font-size: 14px;
  }
}
.success-ajax--popup .ajax_cart-popup.popup__columns .ajax_header {
  font-size: 15px;
  font-weight: 400;
}
.success-ajax--popup .ajax_cart-popup.popup__columns .popup__table .product-confirm-name {
  font-family: 'Gilda Display', serif;
  text-transform: none;
}
.success-ajax--popup .ajax_cart-popup.popup__columns .ajax_footer .popup__action-close {
  display: none;
}
.amxnotif-block label {
  font-weight: normal;
  line-height: 1.88;
  font-size: 16px;
}
.product.data.items > .item.title > .switch {
  font-family: 'Gilda Display', serif;
}
body select {
  font-family: 'Work Sans', sans-serif;
}
@media only screen and (min-width: 992px) {
  body.checkout-index-index .middle-header .logo {
    display: none;
  }
  body.checkout-index-index .middle-header .logo-desk-not-sticky {
    display: block;
  }
}
body .field-error {
  font-size: 14px;
}
label[for="bpcheckout"]:before {
  content: "";
  display: inline-block;
  width: 51px;
  height: 35px;
  background: url(../../frontend/Tunda/Genny/en_US/img/BitPay-Accepted-Card.svg) no-repeat;
  background-size: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #fff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #fff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  height: 40px;
  min-height: 40px;
  margin: 20px auto;
  transition: background-color 0.15s;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #fff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #fff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #fff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #fff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #fff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #fff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #fff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  width: 100%;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
#braintree-applepay-checkout-btn,
#braintree-google-checkout-btn {
  width: 240px;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #fff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #ccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 35px;
}
.paypal-braintree-paylater-message-container-pdp {
  padding: 0 10px 10px;
}
.paypal-braintree-paylater-message-container-pdp .page-product-bundle,
.page-product-giftcard .paypal-braintree-paylater-message-container-pdp {
  padding: 0 0 10px;
}
.paypal-braintree-paylater-message-container-cart {
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .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,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .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: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .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: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .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 {
    padding-top: 41px;
    position: relative;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .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 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .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: 14px;
    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;
  }
  .ambanner-slider-block {
    margin: 0 -15px;
  }
  .ambanner-item-block.-ambanner-active .ambanner-image-block.-overlay > .ambanner-image {
    filter: blur(4px);
  }
  .ambanner-item-block.-ambanner-active .ambanner-content-overlay {
    visibility: visible;
  }
  .ambanner-item-block.-ambanner-active .ambanner-content-block {
    opacity: 1;
    transform: translateY(0);
  }
  .ambanner-content-overlay {
    pointer-events: none;
  }
  .ambanner-slider-block .ambanner-arrow-button,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-arrow-button,
  .ambanner-slider-block .ambanner-button.-show-overlay,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-button.-show-overlay {
    opacity: 1;
  }
  .ambanner-slider-block .ambanner-arrow-button.-prev,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-arrow-button.-prev,
  .ambanner-slider-block .ambanner-button.-show-overlay.-prev,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev {
    left: 15px;
  }
  .ambanner-slider-block .ambanner-arrow-button.-next,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-arrow-button.-next,
  .ambanner-slider-block .ambanner-button.-show-overlay.-next,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next {
    right: 15px;
  }
  .ambanner-slider-block .ambanner-slider-dots {
    bottom: 0;
    opacity: 1;
  }
  .ambanner-split-wrap .ambanner-split-block.ambanner-slider-top .ambanner-button.-show-overlay {
    pointer-events: auto;
  }
  .ambanner-split-wrap .ambanner-split-block.ambanner-slider-top .ambanner-slider-block {
    width: calc(100% + 15px * 2);
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    min-width: unset;
    width: unset;
  }
  .amcard-field-container {
    padding: 0 1.5rem;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .amscroll-backtotop-block.-mobile-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../../frontend/Tunda/Genny/en_US/Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-mobile-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-mobile-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-mobile-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-text:after {
    width: 24px;
    height: 24px;
    background: url('../../frontend/Tunda/Genny/en_US/Amasty_Scroll/images/chevron.svg');
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #fff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .amlocator-pager-container .pages {
    display: flex;
    justify-content: flex-end;
  }
  .amlocator-pager-container .pages > .label {
    align-self: center;
    height: auto;
    overflow: visible;
    width: auto;
  }
  .amlocator-pager-container .pages > .items {
    padding: 0.2rem 2rem 0;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-store {
    order: 0;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-options-container {
    order: 1;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-date {
    order: 2;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-time {
    order: 3;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    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: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px !important;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
    display: flex;
    padding-left: 0;
  }
  .minicart-totals-tax,
  .minicart-totals-shippingstatic {
    padding: 0 15px !important;
  }
  #minicart-content-wrapper .subtotal span.label,
  #minicart-content-wrapper .minicart-totals-tax span.label,
  #minicart-content-wrapper .minicart-totals-shippingstatic span.label {
    max-width: 60%;
  }
  .checkout-index-index #opc-sidebar .table-totals,
  .checkout-index-index #opc-sidebar .items-in-cart .title {
    display: none !important;
  }
  .checkout-index-index #duplicated-totals {
    position: relative;
    order: 2;
    background-color: #f4f4f4;
    padding: 0 1rem 0.5rem;
  }
  .checkout-index-index #duplicated-totals th,
  .checkout-index-index #duplicated-totals td {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .checkout-index-index .opc-wrapper {
    position: relative;
    order: 3;
  }
  .checkout-index-index .totals .mark {
    font-weight: 400 !important;
  }
  .checkout-index-index .totals .mark strong {
    font-weight: 400 !important;
  }
  .checkout-index-index .grand.totals .mark strong {
    font-weight: 600 !important;
  }
  .checkout-index-index .shipping.totals .mark .label {
    display: none !important;
  }
  .checkout-index-index .shipping.totals .mark .value {
    color: #999999;
    font-weight: 400;
  }
  .checkout-index-index td.amount {
    text-align: right;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .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 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .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: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    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 {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .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 {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .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-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .paypal-review .paypal-review-title > strong {
    display: block;
    font-size: 22px;
  }
  .magento-payments-review .block .box-title > span,
  .account .column.main .block:not(.widget) .box-title > span,
  .multicheckout .box-title > span,
  .paypal-review .block .box-title > span,
  .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
  [class^=sales-guest-] .column.main .block:not(.widget) .box-title > span,
  .sales-guest-view .column.main .block:not(.widget) .box-title > span {
    font-size: 18px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .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;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .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-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .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;
  }
  .category .subscribe-popup {
    text-align: center;
    top: 35%;
    width: 100%;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    margin: auto;
    width: 80%;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: inline-flex;
  }
  .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;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .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;
  }
  .instagram-home .mgs-heading .heading,
  .txt-big-mobile .mgs-heading .heading {
    font-size: 23px;
  }
  .font-mobile-l {
    font-size: 20px;
  }
  .m-top-s {
    margin-top: 30px;
  }
  .m-top-m {
    margin-top: 40px;
  }
  .m-top-l {
    margin-top: 60px;
  }
  .m-bottom-s {
    margin-bottom: 30px;
  }
  .m-bottom-m {
    margin-bottom: 40px;
  }
  .m-bottom-l {
    margin-bottom: 60px;
  }
  .catalog-product-view:not(.page-product-configurable) .product-addto-links .extra-link {
    display: none;
  }
  html body .nav-main-menu li.in-evidenza .mega-menu-content li:first-child a span,
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 b {
    font-weight: normal!important;
  }
  .eapp-whatsapp-chat-root-layout-component {
    z-index: 10;
  }
  html .amgdprcookie-main-wrapper .amgdprcookie-top {
    flex-direction: column;
    margin: 30px 0;
  }
  html .amgdprcookie-btn {
    margin: 20px 20px 0 0!important;
  }
  html .amgdprcookie-bar-container .actions {
    display: flex;
    flex-flow: column;
  }
  html .amgdprcookie-bar-container .action.primary,
  html .amgdprcookie-bar-container .amshopby-button,
  html .amgdprcookie-bar-container .am-filter-go {
    padding: 0.5rem 0.5em;
    margin: 0 3px;
  }
  html .amgdprcookie-bar-container #btn-cookie-disallow.-allow {
    margin-bottom: 10px;
  }
  html .amgdprcookie-bar-container {
    padding-bottom: 20px;
  }
  html .amgdprcookie-bar-container #btn-cookie-disallow.-settings,
  html .amgdprcookie-bar-container #btn-cookie-disallow.-technical {
    padding-top: 0;
    padding-bottom: 0;
  }
  html div:not(.control) > .message.info,
  html div:not(.control) > .message.error,
  html div:not(.control) > .message.warning,
  html div:not(.control) > .message.notice,
  html div:not(.control) > .message.success {
    max-width: 400px;
    left: auto;
    left: 20px;
    right: 20px;
    top: auto;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
  }
  .language-select {
    font-size: 12px;
    line-height: 20px;
  }
  .cms-home .ambanner-slider-block {
    margin: 0;
  }
  .title-style-01 h2.heading {
    font-size: 30px!important;
    padding: 0 5%;
  }
  .no-padding-bottom-mobile {
    padding-bottom: 0!important;
  }
  .row-mobile-interted .col-des-6 + .col-des-6 {
    order: -1;
  }
  .row-mobile-interted .mgs-products.products-grid .mgs-owl-carousel .product-item {
    margin-bottom: 30px;
  }
  .block_img_slider-prod-reverse-mobile .line {
    flex-wrap: wrap-reverse;
    padding-bottom: 30px;
  }
  div.lancio-hp-full-alternate > .info {
    padding: 25px 15px 55px;
    width: 100%;
  }
  .lancio-hp-txt-dx-big {
    display: block;
  }
  .lancio-hp-txt-dx-big .lancio-hp-img-wrap {
    width: 100%;
  }
  .lancio-hp-txt-dx-big .lancio-hp-caption {
    width: 100%;
    margin: 0 0 15px;
  }
  .lancio-hp-txt-sx-big {
    flex-wrap: wrap;
  }
  .lancio-hp-txt-sx-big .lancio-hp-img-wrap {
    width: 100%;
  }
  .lancio-hp-txt-sx-big .lancio-hp-caption {
    width: 100%;
    margin: 0 0 15px;
    order: 2;
  }
  .instagram-home {
    padding-top: 35px!important;
    padding-bottom: 0!important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mgs-products .mgs-owl-carousel .product-item {
    margin-bottom: 0;
  }
  .insta-carousel .slick-slide {
    margin: 0 6px;
  }
  .hp-banner-full .txt-banner-full {
    bottom: 25px;
  }
  .hp-banner-full .txt-banner-full h3,
  .hp-banner-full .txt-banner-full a {
    font-size: 12px;
  }
  .hp-banner-full .txt-banner-full h2,
  .hp-banner-full .txt-banner-full .h2 {
    font-size: 18px;
  }
  .banner-top-text {
    height: 250px;
  }
  .banner-top-text h2 {
    font-size: 32px!important;
  }
  .banner-top-text h3 {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 2%;
  }
  .cta-custom-border,
  .cta-custom-border-white {
    padding: 5px 34px;
    font-size: 14px;
  }
  /**/
  .banner-sequence-single {
    position: relative;
    height: 66vh !important;
  }
  .banner-sequence-single .banner-sequence-single-info,
  .banner-sequence-single .info-absolute {
    transform: none !important;
    padding: 0 30px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    text-align: center;
    margin: 0 !important;
    align-items: center !important;
    z-index: 1;
  }
  .banner-sequence-single .banner-sequence-single-info:before,
  .banner-sequence-single .info-absolute:before {
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    content: "";
    background-image: linear-gradient(transparent 0, rgba(0, 0, 0, 0.8) 100%);
    left: 0;
    z-index: -1;
  }
  .catproduct-product-cat-block .slick-slider .slick-arrow {
    display: none !important;
  }
  html header.page-header .block-search .block-title:before {
    font-size: 20px;
  }
  html header.page-header .top-header-custom .close {
    right: 10px;
  }
  html header.page-header .top-header-custom .slick-slide {
    height: 55px;
    padding: 2px 15px 0;
    display: flex!important;
    width: 100%!important;
    flex-direction: column;
    justify-content: center;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu {
    width: 100%;
    text-align: right;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu ul ul {
    padding-left: 15px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu ul ul li > a {
    padding: 4px 0 10px 31px!important;
    border-top: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-2columns .dropdown-mega-menu {
    padding-right: 0!important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level1 .toggle-menu {
    width: 30px;
  }
  .mega-menu-viewall {
    margin: 0 0 10px;
    padding: 0 10px;
  }
  .mega-menu-viewall a {
    font-size: 16px;
  }
  div.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu > .icon-toggle:before {
    content: "\e93a";
  }
  div.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li._show-child > .toggle-menu > .icon-toggle:before {
    content: "\e93a";
    transform: rotate(180deg);
    display: inline-block;
  }
  html .header-area > .frame {
    margin: 0 !important;
  }
  footer.page-footer {
    margin-top: 0px;
  }
  footer.page-footer .footer.content .acc-block .footer-title,
  footer.page-footer .footer.content .acc-block .list-links {
    text-align: left;
  }
  footer.page-footer .footer.content a.btn-custom-small {
    margin-top: 2rem;
  }
  footer.page-footer .footer4 .middle-footer {
    padding: 32px 0 40px;
  }
  footer.page-footer .footer.content .acc-block:first-child {
    border: 0;
    padding-top: 15px;
  }
  .product-image-container .preodrder-label {
    bottom: 24px !important;
    padding: 6px 16px !important;
    text-align: center !important;
    left: 12px !important;
    right: 12px !important;
    transform: translateX(0) !important;
  }
  .editoriale-item .info-absolute {
    padding-bottom: 28px;
  }
  .editoriale-item .info-absolute .cta-custom-border,
  .editoriale-item .info-absolute .cta-custom-border-white {
    padding: 6px 30px;
  }
  .wrap-private-sale-price-list span {
    display: block;
  }
  .products-grid .editoriale-item {
    min-height: calc(100% - 163px);
  }
  .products-grid .editorial-big .editoriale-item {
    min-height: 100%;
  }
  .cta-banner .cta-banner-info {
    margin-top: 30px;
  }
  .cta-banner .cta-banner-info .cta-banner-price {
    margin-top: 5px;
  }
  .cta-banner .cta-banner-info .cta-banner-price .old {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
  .product-container > .category-product-actions {
    margin: 0px -15px 35px;
  }
  .product-container > .category-product-actions .toolbar-products {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 25px;
  }
  .product-container > .category-product-actions .toolbar-products .filter-placeholder,
  .product-container > .category-product-actions .toolbar-products .toolbar-sorter {
    width: 50%;
    height: 45px;
    display: flex;
    align-items: center;
    padding-left: 7px;
  }
  .product-container > .category-product-actions .toolbar-products .filter-placeholder .action-filter,
  .product-container > .category-product-actions .toolbar-products .toolbar-sorter .action-filter {
    margin: 0;
  }
  .product-container > .category-product-actions .toolbar-products .toolbar-sorter .sorter-label {
    text-transform: uppercase;
    font-size: 10px;
  }
  .product-container > .category-product-actions .toolbar-products .toolbar-sorter select {
    color: #999;
    padding-right: 5px;
    font-size: 10px;
  }
  .product-container > .category-product-actions .toolbar-products .filter-placeholder {
    border-right: 1px solid;
  }
  .product-container > .category-product-actions .toolbar-products .filter-placeholder .action-filter {
    width: 100%;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    font-size: 11px;
  }
  .product-container > .category-product-actions .toolbar-products .filter-placeholder .action-filter:after {
    float: right;
    color: #000;
    font-weight: 600;
  }
  html .products-grid .items .product-item .product-item-link {
    width: 100%;
    display: inline-block;
  }
  html .products-grid .items .product-item .product-item-name + .price-box span {
    margin: 0;
  }
  html #product-container .products-grid .items .product-item.widget-cat-double {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cat-descr-txt {
    margin: 16px 10% -20px;
    font-size: 12px;
  }
  .category-cms {
    margin-bottom: 0;
  }
  .category-product-actions .toolbar-products {
    margin-top: 0;
  }
  #product-container .products-grid .items .product-item,
  .search.results .products-grid .items .product-item {
    margin-bottom: 30px;
  }
  .row-3 .products-grid .product-items .product-item.editorial-big {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
  }
  body:not(.catalog-category-view):not(.catalog-product-view) .page-title-wrapper.layout_type1,
  body .page-title-wrapper.no-bg-title {
    padding: 25px 0 0;
    margin-bottom: 0;
  }
  .seo-desc-title {
    font-size: 22px;
  }
  .product-tag span {
    padding: 0px 4px;
    font-size: 12px;
  }
  #side_guilde_modal {
    padding-right: 18px;
    margin-top: 0!important;
  }
  #side_guilde_modal .guide-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
  }
  #side_guilde_modal img {
    width: 70%;
    margin-top: -20px;
  }
  #side_guilde_modal div.specific-product-tablesize {
    flex-direction: column;
  }
  .popup-delivery .action-close {
    z-index: 2;
  }
  .popup-delivery.modal-popup.modal-slide._inner-scroll._show {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .popup-delivery.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap {
    height: calc(100vh - 90px);
  }
  .popup-delivery.modal-popup._inner-scroll .modal-content {
    padding: 0;
    margin-top: 18px;
  }
  .popup-delivery.modal-popup .modal-header {
    position: absolute;
    right: 30px;
    top: 5px;
    background: #fff;
    padding: 5px;
  }
  .popup-delivery.modal-popup .modal-header .action-close {
    padding: 0!important;
    position: relative;
  }
  aside.popup-delivery #side_guilde_modal table {
    font-size: 10px;
  }
  aside.popup-delivery .table > thead > tr > th,
  aside.popup-delivery .table > tbody > tr > th,
  aside.popup-delivery .table > tfoot > tr > th,
  .table > thead > tr > td,
  aside.popup-delivery .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 6px;
  }
  .block-minicart > .block-static-block {
    display: none;
  }
  body #minicart-content-wrapper .block-content .actions .primary .paypal.checkout {
    margin: 6px 0;
  }
  .minicart-items .product > .product-item-photo {
    max-width: 30%;
    margin-right: 20px;
  }
  header.page-header .minicart-wrapper .block-content #btn-minicart-close {
    display: flex;
    align-self: self-end;
  }
  .cart-container .cart-gift-item .gift-item-block .title {
    width: 100%;
    text-align: center;
  }
  .cart-container #block-discount .block .title strong {
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0;
  }
  .cart-container #block-discount .fieldset.coupon .action.apply {
    font-size: 0.75rem;
    background: #fff;
    color: #000;
    border: 1px solid;
  }
  #shopping-cart-table .cart.item .item-info {
    position: relative;
    display: flex;
  }
  #shopping-cart-table .col.price {
    padding-top: 20px;
  }
  #shopping-cart-table .col.subtotal,
  #shopping-cart-table .col.qty,
  #shopping-cart-table .action-edit {
    display: none;
  }
  #shopping-cart-table .col.actions,
  #shopping-cart-table .col.price,
  #shopping-cart-table .col.item {
    border: 0;
  }
  #shopping-cart-table .col.actions {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }
  #shopping-cart-table .col.actions .actions-toolbar {
    margin: 0;
    padding: 0;
  }
  #shopping-cart-table .col.actions .actions-toolbar > a.action-delete {
    padding: 0;
  }
  .cart-container .form-cart .actions {
    display: none;
  }
  body.checkout-cart-index .cart-container .checkout-methods-items .action.primary,
  body.checkout-cart-index .cart-container .shopping-cart-bottom > div.col-des-8,
  body.checkout-cart-index .cart-container .checkout-methods-items .amshopby-button,
  body.checkout-cart-index .cart-container .checkout-methods-items .am-filter-go {
    margin-bottom: 0;
  }
  html .cart-top-buttons {
    display: block;
  }
  html .shopping-cart-bottom > div {
    margin-bottom: 0;
  }
  body.checkout-cart-index #product-page-related-custom {
    margin-bottom: 40px;
    clear: both;
  }
  body.checkout-cart-index .amazon-button-column {
    margin: 0 15px;
  }
  body.checkout-cart-index #payment-request-button-cart.StripeElement {
    margin: 0 15px 10px !important;
    max-width: none !important;
  }
  body.checkout-cart-index .cart-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.checkout-cart-index .cart-container .checkout-methods-items .action.primary,
  body.checkout-cart-index .cart-container .checkout-methods-items .amshopby-button,
  body.checkout-cart-index .cart-container .checkout-methods-items .am-filter-go {
    margin-bottom: 10px;
  }
  body.checkout-cart-index .cart-container > .cart-top-buttons {
    width: 100%;
  }
  body.checkout-cart-index .cart-container .form-cart {
    order: 1;
  }
  body.checkout-cart-index .cart-container .shopping-cart-bottom {
    order: 3;
  }
  body.checkout-cart-index .cart-container .shopping-cart-bottom + .shopping-cart-bottom {
    order: 2;
    width: 100%;
    margin: 0;
  }
  .cart.table-wrapper .product-item-details {
    max-width: 100%;
  }
  .cart.table-wrapper .product-item-name a {
    display: inline-block;
  }
  #shopping-cart-table .col.item {
    padding-bottom: 1rem;
    width: 72%;
  }
  #shopping-cart-table .col.item .item-info {
    position: relative;
    display: flex;
  }
  #shopping-cart-table .col.price {
    position: absolute;
    bottom: 46px;
    text-align: left;
    width: 50%;
    right: 0;
    padding: 0 0 0 1px;
  }
  .checkout-cart-index .form-cart .cart.table-wrapper .product-item-photo {
    max-width: 220px;
    margin-bottom: 32px;
    width: 85%;
    margin: 0;
  }
  .checkout-cart-index .form-cart .cart.table-wrapper .product-item-details {
    padding: 0 0 0 20px;
    width: 100%;
  }
  .checkout-cart-index #shopping-cart-table .col.actions {
    top: auto;
    bottom: -8px;
    width: 100%;
    height: 30px;
  }
  .checkout-cart-index #shopping-cart-table .col.actions .actions-toolbar {
    width: 100%;
    justify-content: left;
  }
  .checkout-cart-index #shopping-cart-table .col.item {
    display: flex;
    padding-bottom: 50px;
    padding-right: 0;
  }
  .checkout-cart-index #shopping-cart-table .col.item .product-item-name {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    width: 90%;
  }
  .checkout-cart-index div.cart-totals {
    margin-top: 0;
  }
  .cart.table-wrapper .col.price[data-th]:before {
    padding-bottom: 3px;
  }
  #shopping-cart-table .col .price-including-tax,
  #shopping-cart-table .col .price-excluding-tax {
    line-height: 1.4;
  }
  div.cart.table-wrapper {
    padding-bottom: 0;
  }
  html body:not(.catalog-category-view):not(.catalog-product-view).checkout-cart-index .page-title-wrapper.layout_type1 {
    padding: 24px 0 6px;
  }
  .goto-checkout-fixed-btn {
    display: block!important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase!important;
    z-index: 1;
    padding: 12px 0!important;
  }
  .block_img_slider-prod + .block_img_slider-prod .line {
    flex-wrap: wrap-reverse;
    margin-top: 30px;
  }
  .modal-popup.quickViewDetails .product_quickview_content {
    height: auto;
    padding: 0!important;
  }
  .modal-popup.quickViewDetails .product_quickview_content > .catalog-product-view {
    position: relative;
  }
  .modal-popup.quickViewDetails .product_quickview_content > .catalog-product-view .product-info-clearfix-info {
    margin-top: 5px;
  }
  .modal-popup.modal-slide.quickViewDetails._inner-scroll._show {
    overflow-y: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999!important;
  }
  .modal-popup.quickViewDetails .product-info-media-wrapper {
    width: 100%;
  }
  .modal-popup.quickViewDetails .product-info-media-wrapper .product.media {
    width: 70%;
    left: 15%;
  }
  .modal-popup.quickViewDetails .product-info-clearfix-info-wrapper {
    padding: 0 25px 40px;
    width: 100%;
  }
  .modal-popup.quickViewDetails .product-add-form .product-options-wrapper .super-attribute-select {
    text-align: left;
    width: 100%;
  }
  .modal-popup.quickViewDetails .product-add-form .product-options-wrapper > .fieldset > .configurable > .control {
    margin-top: 12px;
    position: relative;
  }
  .modal-popup.quickViewDetails .modal-header {
    position: absolute;
    z-index: 10;
    right: 0;
  }
  .modal-popup.quickViewDetails .modal-header .action-close {
    right: 5px;
  }
  .slider-single-product-center > div {
    max-width: none!important;
    width: 100%!important;
  }
  .slider-single-product-center .owl-carousel .owl-nav.disabled {
    display: block!important;
  }
  .mgs-products.products-grid .mgs-owl-carousel .product-item {
    margin-bottom: 0;
  }
  .new-grid-sfilata h5 {
    margin: 1rem 0 3rem!important;
    font-size: 12px!important;
  }
  .new-grid-sfilata > .frame > .line {
    padding: 0;
  }
  .new-grid-sfilata .col-des-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .new-grid-sfilata .frame,
  .rwd-video-wrap > .frame {
    padding: 0;
  }
  .title-cms-long h2 {
    font-size: 0.9rem !important;
  }
  .sub-title-video {
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
  .wrap-checkbox {
    margin-top: 30px;
    padding: 30px;
  }
  .customer-account-create .nl-landing-txt-number {
    margin-top: 35px;
  }
  div.myaccount-slide .header-top-links .login-form > img {
    margin-bottom: 10px;
  }
  .block-customer-login .nl-landing-txt-icons > div > div {
    padding-bottom: 35px;
  }
  header.page-header div.header-area .header-top-links .close-myaccount {
    display: block!important;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
  }
  header.page-header div.header-area .header-top-links .login-form {
    transform: translateX(0) translateY(100%);
  }
  header.page-header div.header-area .header-top-links.active .login-form {
    transform: translateY(0px);
  }
  header.page-header .top-wishlist.active .block-wishlist {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
  }
  header.page-header .minicart-wrapper .block-minicart {
    transform: translateX(100%) !important;
    -webkit-transform: translateX(100%) !important;
    -moz-transform: translateX(100%) !important;
    -o-transform: translateX(100%) !important;
  }
  header.page-header .minicart-wrapper.active .block-minicart {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
  }
  .header-gennyvip-register img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  .header-gennyvip-register .txt-gennyvip h1 {
    font-size: 45px;
  }
  .header-gennyvip-register .txt-gennyvip h2 {
    font-size: 18px;
  }
  .header-gennyvip-register .txt-gennyvip h2 span {
    font-size: 28px;
  }
  .amsl-registration-page .amsl-social-login .amsl-title:not(.-short),
  .amsl-login-page .amsl-social-login .amsl-title:not(.-short) {
    font-size: 1.2rem;
    font-weight: bold;
    word-spacing: 0.1em;
    line-height: 1;
    color: #000000;
    padding: 0 20px;
    font-family: 'Gilda Display', serif;
    text-align: center;
    display: block;
    max-width: none;
    padding: 0;
    margin: 15px 0 35px;
  }
  .page-wrapper .amazon-button-container.amazon-button-product-page {
    margin-top: 10px;
  }
  .checkout-cart-index .page-wrapper #minicart-amazon-pay-button {
    width: 100%;
    margin-top: 20px;
  }
  html body.account .sidebar .block-collapsible-nav {
    position: relative;
    top: auto;
    margin-bottom: -30px;
  }
  html body.account .sidebar .block #block-collapsible-nav {
    display: block!important;
    position: relative;
    top: auto;
    border: 1px solid;
    padding: 24px;
  }
  html body.account .sidebar .block .title {
    font-family: 'Gilda Display';
    text-align: center;
    border: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 27px;
  }
  html body.account .sidebar .block .title:after {
    display: none;
  }
  html body.account .sidebar .block .title strong {
    font-weight: normal;
    font-size: 18px;
  }
  html body.account .page-title-wrapper .page-title {
    display: none!important;
  }
  html body.page-layout-2columns-left.account .columns .sidebar.sidebar-main {
    order: 0;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  html body.page-layout-2columns-left.account .columns .sidebar.sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .account .page-main {
    padding-top: 0px;
  }
  body .form-wishlist-items .products-grid.wishlist .product-item-photo {
    margin-bottom: 20px;
  }
  body.account .actions-toolbar .secondary .action.back {
    display: block;
    margin-top: 26px!importan;
  }
  .nl-landing-txt-icons > div > div {
    width: 40%;
  }
  .nl-landing-txt-icons > div > div img {
    height: 45px;
  }
  .nl-fields-top button,
  .nl-fields-top .cart.table-wrapper .actions-toolbar > .action,
  .nl-fields-top .action-gift {
    width: 100%;
    margin-top: 10px;
  }
  .nl-landing-form-container .block.newsletter {
    width: 90vw;
  }
  html .cms-page-view #maincontent .nl-landing-form-container .mgs-heading h2.heading {
    font-size: 22px;
    margin: 1.8em 0 1em;
  }
  .modal_logged_in_popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    position: fixed;
    top: 50%;
  }
  .modal_logged_in_popup .block-popup-content .checkbox {
    font-size: 11px;
  }
  .block-popup-subscribe {
    position: relative !important;
  }
  div.ec-gtm-cookie-directive > div {
    padding: 10px 20px;
  }
  div.ec-gtm-cookie-directive > div > div > div a.action.accept,
  div.ec-gtm-cookie-directive > div > div > div a.action.accept-all {
    font-size: 10px;
    padding: 5px 6px!important;
    margin-right: 7px!important;
  }
  div.ec-gtm-cookie-directive-segments {
    display: flex;
    flex-wrap: wrap;
  }
  div.ec-gtm-cookie-directive-segments > div {
    width: 50%;
  }
  div.ec-gtm-cookie-directive-segments > div input[type=checkbox] + label {
    padding-left: 24px;
  }
  #instagram_bar {
    bottom: 50px;
    z-index: 2;
    border-bottom: 1px solid #999;
  }
  #instagram_bar > div:nth-child(1) {
    display: none;
  }
  #instagram_bar > div:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  #instagram_bar > div:nth-child(3) {
    position: absolute;
    right: 15px;
  }
  .amcard-field-container {
    flex-basis: 100%;
  }
  .amcard-form-container {
    margin-top: 0;
  }
  .amcard-flex-container {
    display: block;
  }
  body.amcard-page-product.catalog-product-view .product-info-clearfix-info .page-title-wrapper body.amcard-page-product.catalog-product-view .product-info-clearfix-info .page-title-wrapper {
    min-height: 0;
  }
  .content-page-giftcard-status .title {
    font-size: 22px;
    font-family: 'Gilda Display';
    padding: 0 10px;
  }
  .content-page-giftcard-status .top-description {
    font-size: 18px;
    padding: 0 35px;
  }
  .content-page-giftcard-status .giftcard-instructions-cols,
  .content-page-giftcard-status .preview-card {
    margin-left: 30px;
    margin-right: 30px;
  }
  .content-page-giftcard-status .giftcard-instructions-cols > div {
    margin-top: 40px;
  }
  .content-page-giftcard-status .amcard-field-container.-cart {
    border: 0;
    padding-top: 0;
  }
  .category-product-actions {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 25px -15px 35px;
  }
  .category-product-actions .toolbar.toolbar-products {
    margin: 0 !important;
  }
  .category-product-actions .filter-placeholder {
    width: 50% !important;
    height: 45px;
    display: flex;
    align-items: center;
    padding-left: 7px;
    border-right: 1px solid;
    margin-left: auto;
  }
  .category-product-actions .filter-placeholder button.action,
  .category-product-actions .filter-placeholder .cart.table-wrapper .actions-toolbar > .action.action,
  .category-product-actions .filter-placeholder .action-gift.action {
    width: 100%;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    font-size: 11px;
  }
  .category-product-actions .toolbar-sorter.sorter {
    width: 50% !important;
    height: 45px;
    display: flex;
    align-items: center;
    padding-left: 7px;
    padding-right: 7px;
  }
  .category-product-actions .toolbar-sorter.sorter .sorter-label {
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
  }
  .category-product-actions .toolbar-sorter.sorter select {
    color: #999;
    padding-right: 5px;
    font-size: 10px;
    width: 75%;
  }
  .modal-slide.filters-container .modal-inner-wrap .modal-content {
    padding-bottom: 70px !important;
  }
  .product-info-clearfix-container2 .link-help {
    display: none !important;
  }
  #button-modal-size {
    padding: 12px;
    margin: 0;
  }
  .modal-slide.modal-select-size {
    width: 95vw;
  }
  .sold-out {
    padding: 0 12px;
  }
  .amstockstatus-stockalert {
    padding: 0 12px;
    margin: 0 !important;
  }
  .product-bar {
    display: none !important;
  }
  .catalog-product-view:not(.page-product-configurable) .product-addto-links .extra-link {
    display: none;
  }
  .products-grid .items .product-item .product-item-name a {
    -webkit-text-size-adjust: 100%;
  }
  html body.catalog-product-view .product-add-form .product-options-wrapper .super-attribute-select {
    margin-top: 0;
  }
  html body.catalog-product-view .product-color-switch-wrap {
    margin: 0px 0 35px;
  }
  html body.catalog-product-view #made_in_italy {
    position: absolute;
    white-space: nowrap;
    padding: 0!important;
    top: 40px;
    right: 7px;
    font-size: 15px;
  }
  body.catalog-product-view:not(._has-modal) .ajax_cart-popup.popup__columns {
    max-width: none;
  }
  body.catalog-product-view:not(._has-modal) .ajax_cart-popup.popup__columns .popup__table .popup__table-col + .popup__table-col {
    width: calc(100% - 80px);
  }
  .product-add-form .product-options-wrapper .super-attribute-select,
  body.catalog-product-view .product-info-clearfix-info .box-tocart .action.primary.tocart,
  body.catalog-product-view .product-info-clearfix-info .box-tocart .amshopby-button.tocart,
  body.catalog-product-view .product-info-clearfix-info .box-tocart .am-filter-go.tocart {
    font-size: 15px;
  }
  .product-add-form .product-options-wrapper > .fieldset > .configurable > .control {
    background: #fff;
  }
  .product-add-form .product-options-wrapper > .fieldset > .configurable > .control:after {
    position: absolute;
    right: 5px;
    top: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 16px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .product-add-form .product-options-wrapper .super-attribute-select {
    text-align: center;
    padding: 0 45px 0 8px;
    width: 100%;
    border: 0;
    height: 46px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: ellipsis;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 0;
  }
  .product-add-form .product-options-wrapper .super-attribute-select.mage-error {
    border-color: #000;
    color: #800000;
  }
  body.catalog-product-view:not(._has-modal) .product-info-clearfix-info {
    position: relative;
  }
  body.catalog-product-view:not(._has-modal) .product-add-form {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.catalog-product-view:not(._has-modal) .product-info-clearfix-info .product-options-wrapper > .fieldset > .field.configurable {
    margin-bottom: 60px;
  }
  body.catalog-product-view:not(._has-modal).addto-relative-position .product-info-clearfix-info .product-options-wrapper,
  body.catalog-product-view:not(._has-modal).addto-relative-position .product-info-clearfix-info .product-options-bottom {
    position: relative;
  }
  body.catalog-product-view:not(._has-modal).addto-relative-position .product-info-clearfix-info .product-options-bottom .box-tocart {
    position: relative;
    bottom: auto;
    width: calc(100%);
  }
  .wrap-size-guide {
    margin: 0 -15px;
    width: auto;
  }
  body.catalog-product-view .product-info-clearfix-info .product-info-price {
    margin-bottom: 20px;
  }
  body.catalog-product-view .product-info-clearfix-info .page-title-wrapper {
    min-height: 77px;
  }
  body.catalog-product-view .product-info-clearfix-info .page-title-wrapper .page-title .base {
    margin: 4px 45px 35px 0;
    font-size: 21px;
  }
  body.catalog-product-view .product-info-clearfix-info .product-options-wrapper > .fieldset > .field.configurable div.mage-error {
    white-space: nowrap;
    padding: 8px 8px 12px;
    font-style: normal;
    color: #800000;
    text-align: center;
    width: 100%;
  }
  body.catalog-product-view .product-info-clearfix-info #st-1 .st-btn > img {
    width: 30px;
  }
  body.catalog-product-view:not(._has-modal) .product-info-clearfix-info .product-options-wrapper > .fieldset,
  body.catalog-product-view:not(._has-modal) .product-info-clearfix-info .product-options-wrapper > .fieldset > .fieldset > .field {
    margin: 0;
  }
  body.catalog-product-view:not(._has-modal) .product-info-clearfix-info .product-options-bottom .box-tocart {
    position: fixed;
    bottom: 6px;
    right: 0;
    width: 100%;
    z-index: 99999;
    background-color: #ffffff;
  }
  body.catalog-product-view:not(._has-modal) .product-info-clearfix-info .product-options-bottom .box-tocart .fieldset {
    margin: 0!important;
    width: 100%;
  }
  body.catalog-product-view:not(._has-modal) .product-info-clearfix-info form > div.box-tocart:not(.product-options-bottom) .action.primary.tocart,
  body.catalog-product-view:not(._has-modal) .product-info-clearfix-info form > div.box-tocart:not(.product-options-bottom) .amshopby-button.tocart,
  body.catalog-product-view:not(._has-modal) .product-info-clearfix-info form > div.box-tocart:not(.product-options-bottom) .am-filter-go.tocart {
    position: fixed;
    bottom: 6px;
    right: 0;
    z-index: 99999;
    width: 100%;
  }
  body.catalog-product-view:not(._has-modal) .product-info-clearfix-info .page-title-wrapper .page-title .base {
    margin: 5px 45px 16px 0;
    font-size: 21px;
  }
  body.catalog-product-view:not(._has-modal) .product-info-clearfix-info #st-1 .st-btn > img {
    width: 30px;
  }
  .wrap-private-sale-price {
    font-size: 15px;
  }
  div#product-options-wrapper .fieldset .wrap-size-guide .trigger {
    padding: 12px 0;
    border-top: 1px solid;
  }
  .product-underprice {
    display: block!important;
    margin: 28px -13px 0px;
    width: auto;
  }
  .addto-relative-position .product-underprice {
    margin: 28px 0px 0px;
  }
  .catalog-product-view #main-product-gallery.slick-slider {
    margin: 0 !important;
  }
  .block_img_slider-prod-reverse-mobile .line {
    flex-wrap: wrap-reverse;
    padding-bottom: 30px;
  }
  #product-slider-related .slick-slide,
  #product-slider-related-custom .slick-slide,
  .widget-product-grid .slick-slide {
    padding: 0 10px !important;
  }
  .columns span.clerk div.block .block-title.title > p,
  #product-page-alternatives div.block .block-title.title > p,
  #product-page-others-also-bought div.block .block-title.title > p,
  #product-page-related-custom div.block .block-title.title > p {
    font-size: 18px;
  }
  .columns span.clerk div > a[class^="clerk-design-component"],
  #product-page-alternatives div > a[class^="clerk-design-component"],
  #product-page-others-also-bought div > a[class^="clerk-design-component"],
  #product-page-related-custom div > a[class^="clerk-design-component"] {
    height: auto!important;
    margin: 0;
  }
  .columns span.clerk h3 a,
  #product-page-alternatives h3 a,
  #product-page-others-also-bought h3 a,
  #product-page-related-custom h3 a,
  .columns span.clerk div > a[class^="clerk-design-component"] h3,
  #product-page-alternatives div > a[class^="clerk-design-component"] h3,
  #product-page-others-also-bought div > a[class^="clerk-design-component"] h3,
  #product-page-related-custom div > a[class^="clerk-design-component"] h3 {
    min-height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .columns span.clerk .slick-slider,
  #product-page-alternatives .slick-slider,
  #product-page-others-also-bought .slick-slider,
  #product-page-related-custom .slick-slider {
    margin: 0;
  }
  .columns span.clerk .slick-slider .slick-slide,
  #product-page-alternatives .slick-slider .slick-slide,
  #product-page-others-also-bought .slick-slider .slick-slide,
  #product-page-related-custom .slick-slider .slick-slide {
    vertical-align: top;
  }
  .columns span.clerk .slick-prev,
  #product-page-alternatives .slick-prev,
  #product-page-others-also-bought .slick-prev,
  #product-page-related-custom .slick-prev {
    left: -4px;
  }
  .columns span.clerk .slick-next,
  #product-page-alternatives .slick-next,
  #product-page-others-also-bought .slick-next,
  #product-page-related-custom .slick-next {
    right: -4px;
  }
  .columns span.clerk div.block .block-title.title > p,
  #product-page-alternatives div.block .block-title.title > p,
  #product-page-others-also-bought div.block .block-title.title > p,
  #product-page-related-custom div.block .block-title.title > p {
    margin-top: 30px;
  }
  .columns span.clerk [class^="clerk-design-component"] > p {
    font-size: 18px;
  }
  .columns span.clerk [class^="clerk-design-component"] > div:first-child {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .columns span.clerk div.clerk-slider .clerk-slider-nav.clerk-slider-nav-prev {
    margin-left: -24px;
    margin-top: 0;
    top: 24%;
  }
  .columns span.clerk div.clerk-slider .clerk-slider-nav.clerk-slider-nav-next {
    margin-right: -20px;
    margin-top: 0;
    top: 24%;
  }
  .columns span.clerk .slick-prev,
  #product-page-alternatives .slick-prev,
  #product-page-others-also-bought .slick-prev,
  #product-page-related-custom .slick-prev {
    top: 32%;
    left: 14px;
  }
  .columns span.clerk .slick-next,
  #product-page-alternatives .slick-next,
  #product-page-others-also-bought .slick-next,
  #product-page-related-custom .slick-next {
    top: 32%;
    right: 14px;
  }
  .crypto-wrap {
    margin-bottom: 20px;
  }
  html .amstockstatus-stockalert .amxnotif-block .input-fields {
    width: 100%;
  }
  html .amstockstatus-stockalert .amxnotif-block .notification-container {
    display: block;
  }
  html .amstockstatus-stockalert .amxnotif-block .amxnotif_guest_action {
    display: block;
    margin: 20px 0 0 0;
    max-width: 100%;
  }
  html .amstockstatus-stockalert .amxnotif-block .amxnotif_guest_action {
    position: fixed;
    bottom: 6px;
    right: 0;
    width: 100%;
    z-index: 99999;
  }
  html .amstockstatus-stockalert .amxnotif-block .amxnotif_guest_action .submit {
    padding: 8px 0;
  }
  html .estimate_preorder_ship {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-email-note {
    margin: 30px 0 20px;
  }
  #opc_free_shipping_banner {
    margin: 15px -15px;
  }
  ul.opc-progress-bar {
    order: -1;
    margin: 20px 0px 5px;
  }
  .opc-wrapper .step-title {
    margin-left: 24px;
    padding-top: 0;
  }
  .checkout-wrap-back {
    width: 90%;
    top: 47px;
  }
  .checkout-wrap-back a {
    font-size: 20px;
  }
  .checkout-wrap-back a span {
    display: none;
  }
  .checkout-index-index #shipping-new-address-form.fieldset > .field {
    margin: 0 0 12px;
  }
  .checkout-index-index .opc-wrapper .form-login,
  .checkout-index-index .opc-wrapper .form-shipping-address {
    margin-top: 0;
  }
  .checkout-index-index .opc-wrapper #customer-email-fieldset.fieldset > .field {
    margin: 0;
  }
  .checkout-index-index .opc-wrapper .step-title {
    padding: 10px 0;
  }
  .checkout-index-index._has-modal-custom .logo {
    z-index: 0;
  }
  .checkout-index-index .btn-guest-trigger {
    display: block;
  }
  .checkout-index-index .authentication-wrapper {
    margin-bottom: 5px;
    order: -2;
  }
  .checkout-index-index .authentication-wrapper .action-auth-toggle {
    width: auto;
  }
  .stripe-payments .payment-method-title input[type="radio"] + label .stripe-icon-container {
    order: 2;
    top: 0;
  }
  .custom-slide .modal-inner-wrap {
    background: #fff;
  }
  .discount-code .form-discount button.action-apply,
  .discount-code .form-discount button.action-cancel,
  .discount-code .form-discount .cart.table-wrapper .actions-toolbar > .action.action-apply,
  .discount-code .form-discount .cart.table-wrapper .actions-toolbar > .action.action-cancel,
  .discount-code .form-discount .action-gift.action-apply,
  .discount-code .form-discount .action-gift.action-cancel {
    width: auto;
  }
  #checkout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  #checkout .custom-slide.opc-summary-wrapper {
    bottom: auto;
    left: auto;
    min-width: 0;
    position: relative;
    right: auto;
    top: auto;
    visibility: visible;
    opacity: 1;
    z-index: 0;
    order: -1;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  #checkout .custom-slide.opc-summary-wrapper .modal-inner-wrap {
    transform: translateX(0);
    background: #f4f4f4;
    box-shadow: none;
  }
  #checkout .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index footer.page-footer .footer4 .middle-footer {
    padding-top: 0;
  }
  .checkout-index-index .opc-help-cms-mobile {
    margin-top: 25px;
  }
  .checkout-index-index .opc-help-cms-mobile .line > div {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .checkout-index-index .opc-help-cms-mobile .line > div:last-child {
    border-bottom: 0;
  }
  .checkout-index-index .opc-help-cms-mobile .line > div .img-cart {
    height: 80px;
    margin-bottom: 10px;
    position: relative;
  }
  .checkout-index-index .opc-help-cms-mobile .line > div .img-cart img {
    width: 148px;
    object-fit: cover;
    max-width: none;
    object-position: center;
  }
  #opc-sidebar:not(.open-opc-sidebar) {
    height: 23px;
    overflow: hidden;
  }
  .modal-custom.opc-sidebar .modal-header {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 25px;
    top: 22px;
    text-align: center;
  }
  .modal-custom.opc-sidebar .modal-header:before {
    content: "+";
    font-size: 26px;
    line-height: 28px;
    font-weight: 300;
  }
  .modal-custom.opc-sidebar .modal-header.open:before {
    content: "-";
  }
  .modal-custom.opc-sidebar .modal-header .action-close {
    display: none;
  }
  .opc-block-summary .product-item .product-item-inner .subtotal {
    display: inline-block;
  }
  .checkout-index-index .opc-block-summary .old-price-wrapper {
    float: left;
    margin-top: 7px;
  }
  div.opc-wrapper .step-title,
  div.opc-block-summary > .title {
    font-size: 18px;
  }
  .checkout-shipping-address {
    padding-top: 18px;
  }
  .new-grid-sfilata h3,
  .new-grid-sfilata h5 {
    margin: 1rem 0 3rem!important;
    font-size: 12px!important;
  }
  .new-grid-sfilata .frame,
  .rwd-video-wrap > .frame {
    padding: 0;
  }
  .new-grid-sfilata > .frame > .line {
    padding: 0;
  }
  .new-grid-sfilata .col-des-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  html .new-grid-sfilata .mgs-heading h3.heading {
    font-size: 12px;
  }
  div.block-services-square {
    flex-direction: column;
    margin: 50px auto 0;
  }
  div.block-services-square a {
    padding: 20px 24% 20px 100px;
    height: 118px;
    justify-content: center;
    border: 1px solid #b9b9b9;
    border-bottom: 4px solid #b9b9b9;
  }
  div.block-services-square a img {
    margin: 0;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  div.block-services-square a .block-service-paragraph {
    display: none;
  }
  div.block-services-square a .block-service-cta {
    margin-top: 2px;
  }
  .video-stream {
    position: relative;
    padding-bottom: 168.25%;
    height: 0;
    overflow: hidden;
  }
  .video-stream .video-stream-content iframe {
    transform: scale(3);
    transform-origin: center 0px;
  }
  section.nl-salesforce button[type="submit"],
  section.nl-salesforce .cart.table-wrapper .actions-toolbar > .action[type="submit"],
  section.nl-salesforce .action-gift[type="submit"] {
    width: 100%;
    margin: 6px 0 0;
  }
  section.nl-salesforce #btn-disabled {
    float: left;
  }
  section.nl-salesforce .form-check {
    margin: 20px 0 0 !important;
  }
  section.nl-salesforce #thanks {
    text-align: center;
    font-size: 13px;
    padding: 0 13%;
  }
  .categories-slider {
    margin: 0px 10px;
    padding: 0px 23px;
  }
  .categories-slider .slick-slide > div {
    padding: 5px;
  }
  .categories-slider .slick-slide h3 {
    font-size: 16px;
  }
  .categories-slider .slick-arrow {
    margin-top: -22px;
  }
  #wrap-banner-sequence .banner-sequence-single {
    position: relative;
  }
  #wrap-banner-sequence .banner-sequence-single img {
    /* height: calc(~"100vh - 165px"); */
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
  }
  #wrap-banner-sequence .banner-sequence-single .info-absolute {
    padding-bottom: 45px;
  }
  #wrap-banner-sequence .banner-sequence-single .info-absolute h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #wrap-banner-sequence .banner-sequence-single:after {
    height: 65vw;
    opacity: 0.5;
  }
  #wrap-banner-sequence .shadow-bottom:before {
    height: 65vw;
  }
  .cms-index-index .hide-mobile {
    display: none !important;
  }
  .popup-privatesale-bottom .frame {
    padding: 0;
  }
  .catalog-product-view .popup-privatesale-bottom {
    top: 114px;
    border-top: 0;
    bottom: auto;
    box-shadow: 0 0 3px #757575;
    transform: translateY(-100%);
    z-index: 2;
  }
  .catalog-product-view .popup-privatesale-bottom.visibile {
    transform: translateY(0);
  }
  .modal_newsletter_popup.modal-popup.modal-slide._inner-scroll._show {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  div.block-popup-subscribe .nlpopup-left-col {
    position: relative;
  }
  div.block-popup-subscribe .nlpopup-left-col:before {
    position: absolute;
    width: 100%;
    height: 39vw;
    bottom: 0;
    content: " ";
    background-image: linear-gradient(0deg, #000 0, transparent);
    left: 0;
    opacity: 0.9;
  }
  div.block-popup-subscribe .nlpopup-left-col img {
    height: 180px;
    object-fit: cover;
    object-position: center 10%;
  }
  div.block-popup-subscribe .title {
    position: absolute;
    top: 62px;
    color: #fff;
    width: 100%;
    left: 0;
    text-shadow: 0 0 10px #000;
  }
  div.block-popup-subscribe .title .title-popup img {
    filter: invert(1);
    width: 88px;
  }
  div.block-popup-subscribe .newsletter-popup-content .subtitle {
    position: absolute;
    top: 120px;
    width: 100%;
    left: 0;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    font-family: 'Work Sans';
    font-weight: 500;
    text-shadow: 0 0 10px #000;
    margin: 0;
  }
  div.block-popup-subscribe .newsletter-popup-content .txt-form {
    position: absolute;
    top: 140px;
    color: #ffff;
    left: 0;
    width: 100%;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'Work Sans';
    text-shadow: 0 0 10px #000;
  }
  div.block-popup-subscribe .newsletter-popup-form .form.subscribe .form-group.newsletter input[type=email],
  div.block-popup-subscribe .newsletter-popup-form .form.subscribe .form-group.newsletter #birthdate-popup-email {
    height: 38px!important;
    font-size: 13px!important;
    padding: 0 10px!important;
  }
  div.block-popup-subscribe .newsletter-popup-form .form.subscribe .form-group.newsletter .actions .action.subscribe {
    margin-top: 7px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 0;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter input {
    border: 2px solid #eaeaea;
    height: 2.875rem;
    font-size: 1rem;
    padding: 0 1.0625rem;
    box-shadow: none !important;
    font-weight: 400;
    color: #000000;
    width: 100%;
  }
  .clerk-instant-search-visible {
    position: fixed!important;
    top: 153px !important;
  }
  .clerk-instant-search-visible > div {
    width: 100%!important;
  }
  .clerk-instant-search-visible > div > div {
    display: block;
  }
  .clerk-live-search-background {
    height: calc(100vh - 216px);
    overflow-y: scroll;
    position: relative;
    display: block;
  }
  .amgdpr-settings-container {
    flex-direction: column;
    margin: 0 0 20px;
    max-width: none;
  }
  .amgdpr-settings-container .amgdpr-checkbox-container {
    margin: 0 0 20px;
    max-width: none;
    padding: 20px;
  }
  .block-order-details-view .block-content {
    flex-direction: column;
  }
  .order-items-shipment.table-wrapper {
    margin-bottom: 0;
  }
  .order-items-shipment.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 28px;
  }
  .order-items-shipment.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 28px;
  }
  .order-items-shipment.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .order-items-shipment.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 5px 28px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .sub-menu > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .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,
  .account .toolbar:before,
  .account .toolbar: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,
  .account .toolbar: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 #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 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: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #ccc;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content {
    right: -65px;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content:before,
  .checkout-shipping-address .field-tooltip .field-tooltip-content:after {
    right: 64px;
  }
  .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -35px;
  }
  .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 35px;
  }
  .block-minicart .field-tooltip {
    right: -115px;
    top: -45px;
  }
  .block-minicart .field-tooltip .field-tooltip-content {
    right: -21px;
    top: 46px;
  }
  .block-minicart .field-tooltip .field-tooltip-content:before,
  .block-minicart .field-tooltip .field-tooltip-content:after {
    right: 20px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 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: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 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;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 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 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .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: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    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-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 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: 40px;
  }
  .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: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  body.catalog-product-view:not(._has-modal) .product-info-clearfix-info .box-tocart .actions,
  body.catalog-product-view:not(._has-modal) .block-bundle-summary .box-tocart .actions {
    width: 83%;
    margin-top: 0;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amcard-card-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amcard-card-info .amcard-field {
    flex: 0 50%;
  }
  .amcard-card-info .amcard-field:not(:last-child) {
    margin-right: 0;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .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.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 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;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #fff;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .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.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .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: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    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: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    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: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 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;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .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%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%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%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%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%2FTunda%5C%2FGenny%5C%2Fen_US%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%2FTunda%5C%2FGenny%5C%2Fen_US%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%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%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%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%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%2FTunda%5C%2FGenny%5C%2Fen_US%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%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%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%2FTunda%5C%2FGenny%5C%2Fen_US%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%2FTunda%5C%2FGenny%5C%2Fen_US%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%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apm.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_BannerSlider%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fvendor%5C%2Fslick%5C%2F_slick-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_BannerSlider%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_BannerSlider%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_utils.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_BannerSlider%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_utils.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_BannerSlider%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_BannerSlider%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_slider-controls.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_BannerSlider%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_slide.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_BannerSlider%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_slider-animation-split.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_BannerSlider%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_slider-animation-bubble.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_GdprCookie%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_GdprCookie%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modal.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_GdprCookie%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_GdprCookie%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Gdpr%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Gdpr%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_settings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_GiftCard%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_giftcard.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pack.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_porto-cmptb.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Orderattr%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_banner.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_page-number.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_loader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_load-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_back-to-top.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_filter-type-items.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_porto-cmptb.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_filter-type-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_filter-fly-out.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_show-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_loader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_swatch-tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fadminhtml%5C%2Fcomponents%5C%2F_slider-settings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-filter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_magento-override.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tabs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_social-accounts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_social-login.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Storelocator%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Storelocator%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Storelocator%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_amstars.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Storelocator%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_location.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Storelocator%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review-popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_StorePickupWithLocator%5C%2Fcss%5C%2Fsource%5C%2Fmodules%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_StorePickupWithLocator%5C%2Fcss%5C%2Fsource%5C%2Fmodules%5C%2F_store-locator.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_StorePickupWithLocator%5C%2Fcss%5C%2Fsource%5C%2Fmodules%5C%2F_paypal-express.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmazon_Pay%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FKlarna_Kp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagelearn_AdvanceCart%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagelearn_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Xnotif%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_fancybox.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_fonts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_utils.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_ui-kit.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_switcher-country.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_hp-blocks.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_catproduct-block.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_category.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_size-guide.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_cms-pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_login-register.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_amazonpay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_myaccount.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_newsletter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fnewsletter%5C%2F_newsletter-footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_wishlist.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_anowave-ec.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_cookiebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_insta-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_gift-card.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_category_layered.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_product-layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_product-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fproduct%5C%2F_info-main.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fproduct%5C%2F_media.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fproduct%5C%2F_related.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fproduct%5C%2F_crypto.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fproduct%5C%2F_amstockstatus.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fproduct%5C%2F_preorder.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fcheckout%5C%2F_storepickup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fpages%5C%2F_profumo.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fpages%5C%2F_sfilata.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fpages%5C%2F_gallery-3cols.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fblocks%5C%2F_carousel-subcategories.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fblocks%5C%2F_services-square.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fblocks%5C%2F_video-stream.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fblocks%5C%2F_nl-salesforce.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fhp%5C%2F_carousel-categories.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fhp%5C%2F_banner-sequence.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fpopup%5C%2F_privatesale.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Fpopup%5C%2F_popup-newsletter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2F_amasty_gdpr.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Forder%5C%2F_tracking-view.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_account-saved-payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%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%2FTunda%5C%2FGenny%5C%2Fen_US%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%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_BannersLite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_inputs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fgenny%5C%2Ftemplate-parts%5C%2F_clerk-search.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%3BEAAA%2CmBAAA%3B%3BADjEA%2CIAAI%3BECiEJ%2CiCAAA%3BED%5C%2FDI%2CYAAA%3B%3BAAGJ%3BAACA%3BEC2DA%2CgBAAA%3B%3BADvDA%3BAACA%3BECsDA%2CkBAAA%3B%3BADlDA%3BECkDA%2CmBAAA%3BEAAA%2CcAAA%3B%3BAD7CA%3BAACA%3BEC4CA%2CeAAA%3B%3BADxCA%3BEACI%2CSAAA%3BECuCJ%2C6BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADjCA%3BAACA%3BECgCA%2C6BAAA%3BED9BI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECiBA%2CkBAAA%3B%3BADHA%3BECGA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADCA%3BECDA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BADKA%3BECLA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BADSA%3BECTA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADaA%3BECbA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADiBA%3BECjBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADqBA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BECvBJ%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADuCA%3BAACA%3BECxCA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD8DA%3BAACA%3BEC%5C%2FDA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BAD8DA%2CEAYM%3BAAXN%2CEAWM%3BEC1EN%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD8DA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BEC5FA%2CmBAAA%3BEAAA%2CaAAA%3B%3BADiGA%3BECjGA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3B%3BADuGA%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3BED0GI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECxIA%2CsCEpR8C%2CwBFoR9C%3B%3BAD6IA%3BEC7IA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEDkJI%2CmBAAA%3B%3BAAIJ%3BECtJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAD8JA%3BEC9JA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CuBAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CiBAAA%3BEDsKI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECtMA%2C4BAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BADkNQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECzNJ%2CWAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BED6NQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC%5C%2FNT%2CSEzEyB%2CaFyEzB%3B%3BADsMA%2CUA8BI%3BECpOJ%2CkBAAA%3B%3BAD2OI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BEC5PA%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%3BAM0BA%2CKAAK%2CcA0CD%2CiBAGM%3BACpFV%3BECLA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BAFMD%2CKAAK%2CcA0CD%2CiBAGM%2CUEpDT%3BAFOD%2CKAAK%2CcA0CD%2CiBAGM%2CUEnDT%3BADjCD%2CYCgCC%3BADhCD%2CYCiCC%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CMAAC%3BAFND%2CKAAK%2CcA0CD%2CiBAGM%2CUEvCT%3BAD7CD%2CYC6CC%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BAFpBnB%2CKAAK%2CcA0CD%2CiBAGM%2CUE3BT%3BAFlBD%2CKAAK%2CcA0CD%2CiBAGM%2CUE1BT%3BAACD%2CQAAQ%2CUFpBR%2CMAAK%2CcA0CD%2CiBAGM%3BACpFV%2CYCyDC%3BADzDD%2CYC0DC%3BAACD%2CQAAQ%2CUD3DR%3BEL4OA%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAR%5C%2FCA%2CMAAC%3BAMwBL%2CKAAK%2CcA0CD%2CiBAGM%2CUNrEL%3BAOfL%2CYPeK%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAS4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEPwBL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%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%3BEPtGD%2CYAAA%3B%3BAOqHA%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%3BEPrHD%2CcAAA%3B%3BAO0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEP%5C%2FHD%2CcAAA%3B%3BAOpBA%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%3BEPYA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3B%3BAAuVA%2CMAAC%3BEPtGD%2CYAAA%3B%3BAORA%2CMAAM%3BEPQN%2CYAAA%3BEONI%2CsBAAA%3B%3BAAGJ%3BEPGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3BEPiPA%2CgBAAA%3B%3BAOsGA%2CQAAC%3BEPtGD%2CYAAA%3B%3BAOqHA%2CQAAC%3BEPrHD%2CcAAA%3B%3BAO0HA%2CQAAC%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CQAAC%3BEP%5C%2FHD%2CcAAA%3B%3BAOEA%2CKAAK%3BEPFL%2CmBAAA%3BEOII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BEPuMD%2CYAAA%3B%3BAOQA%2CKAAK%3BEPRL%2CmBAAA%3B%3BAOvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BEPuMD%2CYAAA%3B%3BAOzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BEPyHD%2CqBAAA%3B%3BAOkBA%2CGAAG%3BEPlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAOsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BATrPJ%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%3BAQxRA%2CyBAmCI%2CsBAsBI%2CQAAO%3BAJ2If%2CeAKI%3BAKvLJ%2CYAGI%3BACKJ%3BACEA%3BACqCA%3BAC2DY%2C0BAVR%2CUAEK%2COAQI%3BACnHb%2CcAYI%3BACbJ%2CoBAYI%3BACiUJ%3BAC7MI%2COAAC%2CQAMG%3BACtJR%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BEnBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAS9GA%2CyBAmCI%2CsBAsBI%2CQAAO%2CMYxDT%3BAhBmMN%2CeAKI%2CwBgBxME%3BAXiBN%2CYAGI%2CKWpBE%3BAVyBN%2CiBUzBM%3BAT2BN%2C0BS3BM%3BARgEN%2CMQhEM%3BAP2HM%2C0BAVR%2CUAEK%2COAQI%2CMO3HP%3BANQN%2CcAYI%2CWMpBE%3BALON%2CoBAYI%2CWKnBE%3BAJoVN%2CYIpVM%3BAHuIF%2COAAC%2CQAMG%2CGG7IF%3BAFTN%2CcAII%2CcEKE%3BAFRN%2CqBAGI%2CcEKE%3BADTN%2CYA0DI%2CcAKI%2CQCtDF%3BEACE%2CSAAA%3B%3BAAopBR%3BADzfoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BAX7JrB%2CyBAmCI%2CsBAyCI%2CqBACM%3BAa7Dd%2CkBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%3BALiPX%2CkBA2EI%2CQAAO%3BAA1EX%2CuBA0EI%2CQAAO%3BEVxSX%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BEMxHA%2CqBAAA%3BENwHA%2CkBAAA%3B%3BAM5MA%2CuBAAC%3BAACD%2CuBAAC%3BAcykBD%2CyBd1kBC%3BAc0kBD%2CyBdzkBC%3BAagFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAaiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BAE7ED%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFDb%3BAE5ED%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFAb%3BAe7DD%2CkBAGI%2CQAAO%2CWfyDV%3BAe5DD%2CkBAGI%2CQAAO%2CWf0DV%3BAe5DD%2CuBAEI%2CQAAO%2CWfyDV%3BAe3DD%2CuBAEI%2CQAAO%2CWf0DV%3BAe3DD%2CqBACI%2CQAAO%2CWfyDV%3BAe1DD%2CqBACI%2CQAAO%2CWf0DV%3BAUuLD%2CkBA2EI%2CQAAO%2CUVnQV%3BAUwLD%2CkBA2EI%2CQAAO%2CUVlQV%3BAUwLD%2CuBA0EI%2CQAAO%2CUVnQV%3BAUyLD%2CuBA0EI%2CQAAO%2CUVlQV%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CuBAAC%3BAc6jBD%2CyBd7jBC%3BAaoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BAEzFD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFYb%3BAezED%2CkBAGI%2CQAAO%2CWfsEV%3BAexED%2CuBAEI%2CQAAO%2CWfsEV%3BAevED%2CqBACI%2CQAAO%2CWfsEV%3BAU2KD%2CkBA2EI%2CQAAO%2CUVtPV%3BAU4KD%2CuBA0EI%2CQAAO%2CUVtPV%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAc%2BiBnB%2CyBdjjBC%3BAcijBD%2CyBdhjBC%3BAACD%2CQAAQ%2CUc%2BiBR%3BADzfoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAawDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUasDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BAX7JrB%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFwBb%3BAErGD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFyBb%3BAACD%2CQAAQ%2CUEvGR%2C0BAmCI%2CsBAyCI%2CqBACM%3BAa7Dd%2CkBAGI%2CQAAO%2CWfkFV%3BAerFD%2CkBAGI%2CQAAO%2CWfmFV%3BAACD%2CQAAQ%2CUevFR%2CmBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%2CWfkFV%3BAepFD%2CuBAEI%2CQAAO%2CWfmFV%3BAACD%2CQAAQ%2CUetFR%2CwBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%2CWfkFV%3BAenFD%2CqBACI%2CQAAO%2CWfmFV%3BAACD%2CQAAQ%2CUerFR%2CsBACI%2CQAAO%3BALiPX%2CkBA2EI%2CQAAO%2CUV1OV%3BAU%2BJD%2CkBA2EI%2CQAAO%2CUVzOV%3BAACD%2CQAAQ%2CUU6JR%2CmBA2EI%2CQAAO%3BAA1EX%2CuBA0EI%2CQAAO%2CUV1OV%3BAUgKD%2CuBA0EI%2CQAAO%2CUVzOV%3BAACD%2CQAAQ%2CUU8JR%2CwBA0EI%2CQAAO%3BEhBvDX%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAckfD%2CyBdpfC%3BAcofD%2CyBdnfC%3BAcmfD%2CyBdlfC%3BAaPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbKpB%3BAaLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbMpB%3BAaNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbOpB%3BAEpKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFqFb%3BAElKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFsFb%3BAEnKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFuFb%3BAepJD%2CkBAGI%2CQAAO%2CWf%2BIV%3BAelJD%2CkBAGI%2CQAAO%2CWfgJV%3BAenJD%2CkBAGI%2CQAAO%2CWfiJV%3BAenJD%2CuBAEI%2CQAAO%2CWf%2BIV%3BAejJD%2CuBAEI%2CQAAO%2CWfgJV%3BAelJD%2CuBAEI%2CQAAO%2CWfiJV%3BAelJD%2CqBACI%2CQAAO%2CWf%2BIV%3BAehJD%2CqBACI%2CQAAO%2CWfgJV%3BAejJD%2CqBACI%2CQAAO%2CWfiJV%3BAUgGD%2CkBA2EI%2CQAAO%2CUV7KV%3BAUkGD%2CkBA2EI%2CQAAO%2CUV5KV%3BAUiGD%2CkBA2EI%2CQAAO%2CUV3KV%3BAUiGD%2CuBA0EI%2CQAAO%2CUV7KV%3BAUmGD%2CuBA0EI%2CQAAO%2CUV5KV%3BAUkGD%2CuBA0EI%2CQAAO%2CUV3KV%3BEACG%2CqBAAA%3B%3BAFlFJ%2CKAAK%2CcA4FD%2CcgBvJJ%3BAEdA%2CkBAoDI%2CeA4BI%2CSAEI%2CcFpEZ%3BAGyEA%2CgCAkCI%2CSACI%2CcH5GR%3BAIhCA%2CcA8II%2CcJ9GJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAhBwDJ%2CKAAK%2CcA4FD%2CcgBvJJ%2CGAKK%3BAEnBL%2CkBAoDI%2CeA4BI%2CSAEI%2CcFpEZ%2CGAKK%3BAGoEL%2CgCAkCI%2CSACI%2CcH5GR%2CGAKK%3BAIrCL%2CcA8II%2CcJ9GJ%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BAhBqDR%2CKAAK%2CcA4FD%2CcgB7IJ%3BAExBA%2CkBAoDI%2CeA4BI%2CSAEI%2CcF1DZ%3BAG%2BDA%2CgCAkCI%2CSACI%2CcHlGR%3BAI1CA%2CcA8II%2CcJpGJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAK9CJ%2CgBACM%2CWAIE%3BAALR%2CgBAEM%2CaAGE%3BEnB0NR%2CWAAA%3B%3BAFpIA%2CKAAK%2CcAuGD%3BAsBWJ%2CeAmBI%3BAHvHJ%2CgCAKI%3BEHaA%2CYAAA%3BEACA%2CqBAAA%3B%3BAhBjCJ%2CKAAK%2CcAuGD%2CuBgBpEA%3BAM%2BEJ%2CeAmBI%2CuBNlGA%3BAGrBJ%2CgCAKI%2CuBHgBA%3BEACI%2CgBAAA%3B%3BAJDR%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BEIiBrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAO7HJ%2CgBACI%2COAOI%3BE3BkQR%2CiBAAA%3BEoB9HI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAO9IJ%2CgBACI%2COAOI%2CaP%2BHJ%3BEACI%2CgBAAA%3B%3BAG7ER%2C2BACI%3BAAuBJ%2CgCACI%3BAVkFJ%2C8BACI%3BAExDJ%2CcACI%3BAM%5C%2FBJ%2CeACI%3BALypBJ%2CcACI%3BAC%5C%2FhBJ%2COAGI%3BEGzDJ%2CmBAAA%3B%3BAG5FA%2C2BACI%2CaH6FF%3BAGtEF%2CgCACI%2CaHqEF%3BAPaF%2C8BACI%2CaOdF%3BAL1CF%2CcACI%2CaKyCF%3BACxEF%2CeACI%2CaDuEF%3BAJklBF%2CcACI%2CaInlBF%3BAHoDF%2COAGI%2CaGvDF%3BEpBiHF%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA4B9RA%2CwBACI%2COR6LA%3BAOvFJ%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSPoEd%3BAIhMJ%2CcJgMI%3BAN%5C%2FKJ%2CcACI%2COM8KA%3BASrHJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTmHd%3BALiCJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSKpCd%3BALkCJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSKpCd%3BEAnBJ%2CmBAAA%3B%3BAQ3KA%2CwBACI%2COR6LA%2CaAjBF%3BAOtEF%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSPoEd%2CaAjBF%3BAI%5C%2FKF%2CcJgMI%2CaAjBF%3BAN9JF%2CcACI%2COM8KA%2CaAjBF%3BASpGF%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTmHd%2CaAjBF%3BALkDF%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSKpCd%2CaAjBF%3BALmDF%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSKpCd%2CaAjBF%3BEpBiHF%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA4B9RA%2CwBACI%2COR6LA%2CaAGM%3BAO1FV%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSPoEd%2CaAGM%3BAInMV%2CcJgMI%2CaAGM%3BANlLV%2CcACI%2COM8KA%2CaAGM%3BASxHV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTmHd%2CaAGM%3BAL8BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSKpCd%2CaAGM%3BAL%2BBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSKpCd%2CaAGM%3BEACE%2CiBAAA%3B%3BAQlMZ%2CwBACI%2CORqMA%3BAO%5C%2FFJ%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP4Ed%3BAIxMJ%2CcJwMI%3BANvLJ%2CcACI%2COMsLA%3BAS7HJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CST2Hd%3BALyBJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSK5Bd%3BAL0BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSK5Bd%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAQxMR%2CwBACI%2CORqMA%2CWAIM%3BAOnGV%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP4Ed%2CWAIM%3BAI5MV%2CcJwMI%2CWAIM%3BAN3LV%2CcACI%2COMsLA%2CWAIM%3BASjIV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CST2Hd%2CWAIM%3BALqBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSK5Bd%2CWAIM%3BALsBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSK5Bd%2CWAIM%3BEpBoFV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA4B9RA%2CwBACI%2CORqMA%2CWAQM%3BAOvGV%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP4Ed%2CWAQM%3BAIhNV%2CcJwMI%2CWAQM%3BAN%5C%2FLV%2CcACI%2COMsLA%2CWAQM%3BASrIV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CST2Hd%2CWAQM%3BALiBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSK5Bd%2CWAQM%3BALkBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSK5Bd%2CWAQM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAQhNZ%2CwBACI%2CORmNA%2CeACI%2CEAAC%3BAO9GT%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP0Fd%2CeACI%2CEAAC%3BAIvNT%2CcJsNI%2CeACI%2CEAAC%3BANtMT%2CcACI%2COMoMA%2CeACI%2CEAAC%3BAS5IT%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTyId%2CeACI%2CEAAC%3BALUT%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSKdd%2CeACI%2CEAAC%3BALWT%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSKdd%2CeACI%2CEAAC%3BEACG%2CgBAAA%3B%3BAQtNZ%2CwBACI%2CORmNA%2CeAKI%3BAOlHR%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP0Fd%2CeAKI%3BAI3NR%2CcJsNI%2CeAKI%3BAN1MR%2CcACI%2COMoMA%2CeAKI%3BAShJR%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTyId%2CeAKI%3BALMR%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSKdd%2CeAKI%3BALOR%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSKdd%2CeAKI%3BEACI%2CmBAAA%3B%3BAGnMZ%3BAVwFI%2CSAAC%3BEiBpEL%2CqBAAA%3BEACA%2CkBAAA%3B%3BA9BFA%2CoBAAC%3BAACD%2CoBAAC%3BAuBpBD%2CqBvBmBC%3BAuBnBD%2CqBvBoBC%3BAaoEG%2CSAAC%2CSbrEJ%3BAaqEG%2CSAAC%2CSbpEJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAuBzBD%2CqBvByBC%3BAa%2BDG%2CSAAC%2CSb%5C%2FDJ%3BEACG%2CWAAA%3B%3BAoBoLJ%2CoBUvLA%3BAPvBA%2CqBOuBA%3BAjBiEI%2CSAAC%2CSiBjEL%3BEAEI%2CeAAA%3BE9B8OJ%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAR7CD%2CqBOuBA%2CeCsBC%3BAlB2CG%2CSAAC%2CSiBjEL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCzPgB%2COhCyPhB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAR1DL%2CqBOuBA%2CeCkCC%2CMACI%3BAlB8BD%2CSAAC%2CSiBjEL%2CeCkCC%2CMACI%3BE%5C%2FB6ML%2CcAAA%3B%3BA%2BBvMI%2CoBDzCJ%2CeCwCC%2COACI%3BARhEL%2CqBOuBA%2CeCwCC%2COACI%3BAlBwBD%2CSAAC%2CSiBjEL%2CeCwCC%2COACI%3BE%5C%2FBuML%2CcAAA%3B%3BA8BqEA%2CoBArTA%2CeAqTC%3BAP5UD%2CqBOuBA%2CeAqTC%3BAjBpPG%2CSAAC%2CSiBjEL%2CeAqTC%3BE9BrED%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAR7CD%2CqBOuBA%2CeAqTC%2COC%5C%2FRA%3BAlB2CG%2CSAAC%2CSiBjEL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCxOc%2COhCwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAR1DL%2CqBOuBA%2CeAqTC%2COCnRA%2CMACI%3BAlB8BD%2CSAAC%2CSiBjEL%2CeAqTC%2COCnRA%2CMACI%3BE%5C%2FB6ML%2CcAAA%3B%3BA%2BBvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BARhEL%2CqBOuBA%2CeAqTC%2COC7QA%2COACI%3BAlBwBD%2CSAAC%2CSiBjEL%2CeAqTC%2COC7QA%2COACI%3BE%5C%2FBuML%2CcAAA%3B%3BAoBzDA%2CoBUAA%3BAP9MA%2CqBO8MA%3BAjBtHI%2CSAAC%2CSiBsHL%3BE9ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE8BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE9B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAoBzDA%2CoBUAA%2CYAsBI%3BAPpOJ%2CqBO8MA%2CYAsBI%3BAjB5IA%2CSAAC%2CSiBsHL%2CYAsBI%3BE9BmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA8B3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAP5OT%2CqBO8MA%2CYAsBI%2CGAQK%3BAjBpJL%2CSAAC%2CSiBsHL%2CYAsBI%2CGAQK%3BE9B2BT%2CmBAAA%3BE8BzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BAPtiBD%2CqBO8MA%2CYAuVC%3BAPriBD%2CqBO8MA%2CYAwVC%3BAjB9cG%2CSAAC%2CSiBsHL%2CYAuVC%3BAjB7cG%2CSAAC%2CSiBsHL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAP%5C%2FiBD%2CqBO8MA%2CYAiWC%3BAjBvdG%2CSAAC%2CSiBsHL%2CYAiWC%3BEACG%2CiBAAA%3BE9BzSJ%2CsDAAA%3BE8B2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BAPrjBD%2CqBO8MA%2CYAuWC%3BAjB7dG%2CSAAC%2CSiBsHL%2CYAuWC%3BEACG%2CiBAAA%3BE9B%5C%2FSJ%2CsDAAA%3BE8BiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAP%5C%2FfD%2CqBO8MA%2CYAiTC%3BAjBvaG%2CSAAC%2CSiBsHL%2CYAiTC%3BE9BxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA8B6PA%2CoBAtTA%2CYAsTC%3BAPpgBD%2CqBO8MA%2CYAsTC%3BAjB5aG%2CSAAC%2CSiBsHL%2CYAsTC%3BE9B7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA8BZA%2CoBAAC%3BAP3PD%2CqBO2PC%3BAjBnKG%2CSAAC%2CSiBmKJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAP9PJ%2CqBO2PC%2COAGG%3BAjBtKA%2CSAAC%2CSiBmKJ%2COAGG%3BEACI%2CcAAA%3B%3BAGxRR%2COACI%2CgBAkCI%2CKACI%3BAzB5BZ%2CyBAYI%2CYAAW%3BAJoFP%2CKAbH%2CcAYD%2CKACK%2CIACG%3BAuBAZ%2CQA0CI%2CoBACI%2CKACI%3BAJxHZ%2CyBACI%2COAAM%2CIAAK%3BAA2Ef%2CgCAaI%2CKACI%3BAWtHR%2CMAAM%2CQAmBF%2CSACI%3BArBsOA%2C0BADJ%2CYACK%3BAW3PT%2CcA8EI%2CeAOI%2CKACI%2CKAGI%3BAH5ChB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BAAqDA%2CcAFM%2CSACV%2CSACK%2CKA8CG%2CYACI%2CMAAK%3BAclJD%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BEfkOpB%2CkBAAA%3BEACA%2CWAAA%3B%3BAOrBJ%3BAVPA%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BAC9Nf%3BAACA%3BEEiQI%2CmBAAA%3B%3BARrLJ%2CSAKI%2CMASI%2CQAAO%3BAIiWP%2CQADJ%2CQACK%3BAAuNT%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%3BAAuCP%2CcADJ%2CQACK%3BEhB3eT%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BAXyPA%2C6BWSE%3BAnBvMF%2CSAKI%2CMASI%2CQAAO%2COmByLb%3BAfwKM%2CQADJ%2CQACK%2COexKP%3BAf%2BXF%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COehdb%3BAfufM%2CcADJ%2CQACK%2COevfP%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2C6BAAC%3BAnBqDD%2CSAKI%2CMASI%2CQAAO%2COmBnEd%3BAfoaO%2CQADJ%2CQACK%2COepaR%3BAf2nBD%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COe5sBd%3BAfmvBO%2CcADJ%2CQACK%2COenvBR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC1OU%2COhC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAnBwCL%2CSAKI%2CMASI%2CQAAO%2COmBvDd%2CMACI%3BAfuZG%2CQADJ%2CQACK%2COexZR%2CMACI%3BAf8mBL%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COehsBd%2CMACI%3BAfsuBG%2CcADJ%2CQACK%2COevuBR%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2C6BADH%2COACI%3BAnBkCL%2CSAKI%2CMASI%2CQAAO%2COmBjDd%2COACI%3BAfiZG%2CQADJ%2CQACK%2COelZR%2COACI%3BAfwmBL%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COe1rBd%2COACI%3BAfguBG%2CcADJ%2CQACK%2COejuBR%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BAgBxNA%2CQAAQ%2CKAAM%3BEIsNV%2CgBAAA%3B%3BAJtNJ%2CQAAQ%2CKAAM%2CEIwNR%3BEpBAN%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBqBiJM%2CIrBjJL%3BAiBvED%2CQAAQ%2CKAAM%2CEIwNR%2CIrBjJL%3BECiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBqB4IM%2CIrB5IL%3BAiB5ED%2CQAAQ%2CKAAM%2CEIwNR%2CIrB5IL%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBqBuIM%2CIrBvIL%3BAiBjFD%2CQAAQ%2CKAAM%2CEIwNR%2CIrBvIL%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAuB7QA%2CKAAK%2CaAAa%2CMACd%3BAalBJ%2CmBACI%3BACoQA%2CSAAU%2CQAAC%2COAAO%3BAhBrPtB%2CKAAK%2CSAAS%2CMACV%3BEDiSJ%2CcAAA%3B%3BAhB%5C%2FJQ%2CKA1DH%2CcAyDD%2CQACK%2CKAAK%3BAkClHd%2CYAgFI%3BAChGJ%2C%2BBAGI%2C4BAMI%3BACER%3BAChBA%2CwBAiFI%2C0BASI%3BA9BxGR%2C0BA6BI%3BA%2BBzBQ%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BArCcvB%2CaAGI%2CiBACI%3BAQmBA%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%3BAADN%2CcAAe%2CUApClB%2CMAAM%2COAqCG%3BA8BJd%2CqBACI%3BE3CuPJ%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEcyIA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BArBlMA%2C0BAAC%3BAKMO%2CKA1DH%2CcAyDD%2CQACK%2CKAAK%2CILNb%3BAuC5GD%2CYAgFI%2CmBvC4BH%3BAwC5HD%2C%2BBAGI%2C4BAMI%2CaxCmHP%3BAyCjHD%2CmBzCiHC%3BA0CjID%2CwBAiFI%2C0BASI%2Ce1CuCP%3BAY%5C%2FID%2C0BA6BI%2CaZkHH%3BA2C3IW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CM3C0ItB%3BAM5HD%2CaAGI%2CiBACI%2CeNwHP%3BAcrGO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUdmGb%3BAcpGO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUdmGb%3BA4CvGD%2CqBACI%2Ce5CsGH%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAKCO%2CKA1DH%2CcAyDD%2CQACK%2CKAAK%2CILDb%3BAuCjHD%2CYAgFI%2CmBvCiCH%3BAwCjID%2C%2BBAGI%2C4BAMI%2CaxCwHP%3BAyCtHD%2CmBzCsHC%3BA0CtID%2CwBAiFI%2C0BASI%2Ce1C4CP%3BAYpJD%2C0BA6BI%2CaZuHH%3BA2ChJW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CM3C%2BItB%3BAMjID%2CaAGI%2CiBACI%2CeN6HP%3BAc1GO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUdwGb%3BAczGO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUdwGb%3BA4C5GD%2CqBACI%2Ce5C2GH%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAKJO%2CKA1DH%2CcAyDD%2CQACK%2CKAAK%2CILIb%3BAuCtHD%2CYAgFI%2CmBvCsCH%3BAwCtID%2C%2BBAGI%2C4BAMI%2CaxC6HP%3BAyC3HD%2CmBzC2HC%3BA0C3ID%2CwBAiFI%2C0BASI%2Ce1CiDP%3BAYzJD%2C0BA6BI%2CaZ4HH%3BA2CrJW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CM3CoJtB%3BAMtID%2CaAGI%2CiBACI%2CeNkIP%3BAc%5C%2FGO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUd6Gb%3BAc9GO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUd6Gb%3BA4CjHD%2CqBACI%2Ce5CgHH%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAFrDO%2CKA1DH%2CcAyDD%2CQACK%2CKAAK%2CIEmDb%3BAFnDO%2CKA1DH%2CcAyDD%2CQACK%2CKAAK%2CIEoDb%3BAFpDO%2CKA1DH%2CcAyDD%2CQACK%2CKAAK%2CIEqDb%3BAgCvKD%2CYAgFI%2CmBhCqFH%3BAgCrKD%2CYAgFI%2CmBhCsFH%3BAgCtKD%2CYAgFI%2CmBhCuFH%3BAiCvLD%2C%2BBAGI%2C4BAMI%2CajC4KP%3BAiCrLD%2C%2BBAGI%2C4BAMI%2CajC6KP%3BAiCtLD%2C%2BBAGI%2C4BAMI%2CajC8KP%3BAkC5KD%2CmBlC0KC%3BAkC1KD%2CmBlC2KC%3BAkC3KD%2CmBlC4KC%3BAmC5LD%2CwBAiFI%2C0BASI%2CenCgGP%3BAmC1LD%2CwBAiFI%2C0BASI%2CenCiGP%3BAmC3LD%2CwBAiFI%2C0BASI%2CenCkGP%3BAK1MD%2C0BA6BI%2CaL2KH%3BAKxMD%2C0BA6BI%2CaL4KH%3BAKzMD%2C0BA6BI%2CaL6KH%3BAoCtMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMpCmMtB%3BAoCpMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMpCoMtB%3BAoCrMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMpCqMtB%3BADvLD%2CaAGI%2CiBACI%2CeCiLP%3BADrLD%2CaAGI%2CiBACI%2CeCkLP%3BADtLD%2CaAGI%2CiBACI%2CeCmLP%3BAOhKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUP4Jb%3BAO9JO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUP6Jb%3BAO%5C%2FJO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUP8Jb%3BAO%5C%2FJO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUP4Jb%3BAO7JO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUP6Jb%3BAO9JO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUP8Jb%3BAqClKD%2CqBACI%2CerC%2BJH%3BAqChKD%2CqBACI%2CerCgKH%3BAqCjKD%2CqBACI%2CerCiKH%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAF5DX%2CKA1DH%2CcAyDD%2CQACK%2CKAAK%2CIE0Db%3BAF1DO%2CKA1DH%2CcAyDD%2CQACK%2CKAAK%2CIE2Db%3BAACD%2CQAAQ%2CUF5DA%2CMA1DH%2CcAyDD%2CQACK%2CKAAK%3BAkClHd%2CYAgFI%2CmBhC4FH%3BAgC5KD%2CYAgFI%2CmBhC6FH%3BAACD%2CQAAQ%2CUgC9KR%2CaAgFI%3BAChGJ%2C%2BBAGI%2C4BAMI%2CajCmLP%3BAiC5LD%2C%2BBAGI%2C4BAMI%2CajCoLP%3BAACD%2CQAAQ%2CUiC9LR%2CgCAGI%2C4BAMI%3BACER%2CmBlCiLC%3BAkCjLD%2CmBlCkLC%3BAACD%2CQAAQ%2CUkCnLR%3BAChBA%2CwBAiFI%2C0BASI%2CenCuGP%3BAmCjMD%2CwBAiFI%2C0BASI%2CenCwGP%3BAACD%2CQAAQ%2CUmCnMR%2CyBAiFI%2C0BASI%3BA9BxGR%2C0BA6BI%2CaLkLH%3BAK%5C%2FMD%2C0BA6BI%2CaLmLH%3BAACD%2CQAAQ%2CUKjNR%2C2BA6BI%3BA%2BBzBQ%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMpC0MtB%3BAoC3MW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMpC2MtB%3BAACD%2CQAAQ%2CUoC7MI%2CMAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BArCcvB%2CaAGI%2CiBACI%2CeCwLP%3BAD5LD%2CaAGI%2CiBACI%2CeCyLP%3BAACD%2CQAAQ%2CUD9LR%2CcAGI%2CiBACI%3BAQmBA%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUPmKb%3BAOrKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUPoKb%3BAACD%2CQAAQ%2CUOvKA%2CkBAAkB%2CUAnCrB%2CMAAM%2COAqCG%3BAADN%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUPmKb%3BAOpKO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUPoKb%3BAACD%2CQAAQ%2CUOtKA%2CeAAe%2CUApClB%2CMAAM%2COAqCG%3BA8BJd%2CqBACI%2CerCsKH%3BAqCvKD%2CqBACI%2CerCuKH%3BAACD%2CQAAQ%2CUqCzKR%2CsBACI%3BE3CuPJ%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAFjEI%2CKA1DH%2CcAyDD%2CQACK%2CKAAK%2CIgB8Lb%3BAhB9LO%2CKA1DH%2CcAyDD%2CQACK%2CKAAK%2CIgB%2BLb%2CIAAI%3BAkBjTL%2CYAgFI%2CmBlBgOH%3BAkBhTD%2CYAgFI%2CmBlBiOH%2CIAAI%3BAmBjUL%2C%2BBAGI%2C4BAMI%2CanBuTP%3BAmBhUD%2C%2BBAGI%2C4BAMI%2CanBwTP%2CIAAI%3BAoBtTL%2CmBpBqTC%3BAoBrTD%2CmBpBsTC%2CIAAI%3BAqBtUL%2CwBAiFI%2C0BASI%2CerB2OP%3BAqBrUD%2CwBAiFI%2C0BASI%2CerB4OP%2CIAAI%3BATpVL%2C0BA6BI%2CaSsTH%3BATnVD%2C0BA6BI%2CaSuTH%2CIAAI%3BAsBhVO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMtB8UtB%3BAsB%5C%2FUW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMtB%2BUtB%2CIAAI%3BAfjUL%2CaAGI%2CiBACI%2Cee4TP%3BAfhUD%2CaAGI%2CiBACI%2Cee6TP%2CIAAI%3BAP1SG%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUOuSb%3BAPzSO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUOwSb%2CIAAI%3BAPzSG%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUOuSb%3BAPxSO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUOwSb%2CIAAI%3BAuB5SL%2CqBACI%2CevB0SH%3BAuB3SD%2CqBACI%2CevB2SH%2CIAAI%3BEACD%2CgBAAA%3B%3BAAwFI%2CeADJ%2CQACK%3BAG5aT%2CwBH2aI%2CQACK%3BAG3aT%2CuBH0aI%2CQACK%3BAwB7aT%2CqBxB4aI%2CQACK%3BAS7aT%2CmBT4aI%2CQACK%3BAyB7aT%2CKAAK%2CKAAK%2COzB4aN%2CQACK%3BEpB7IT%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEcyIA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEAqBI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BArB3NJ%2CkBAAC%3BAqB8RO%2CeADJ%2CQACK%2COrB9RR%3BAwB9ID%2CwBH2aI%2CQACK%2COrB9RR%3BAwB7ID%2CuBH0aI%2CQACK%2COrB9RR%3BA6C%5C%2FID%2CqBxB4aI%2CQACK%2COrB9RR%3BA8B%5C%2FID%2CmBT4aI%2CQACK%2COrB9RR%3BA8C%5C%2FID%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COrB9RR%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CkBAAC%3BAqByRO%2CeADJ%2CQACK%2COrBzRR%3BAwBnJD%2CwBH2aI%2CQACK%2COrBzRR%3BAwBlJD%2CuBH0aI%2CQACK%2COrBzRR%3BA6CpJD%2CqBxB4aI%2CQACK%2COrBzRR%3BA8BpJD%2CmBT4aI%2CQACK%2COrBzRR%3BA8CpJD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COrBzRR%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CkBAAC%3BAqBoRO%2CeADJ%2CQACK%2COrBpRR%3BAwBxJD%2CwBH2aI%2CQACK%2COrBpRR%3BAwBvJD%2CuBH0aI%2CQACK%2COrBpRR%3BA6CzJD%2CqBxB4aI%2CQACK%2COrBpRR%3BA8BzJD%2CmBT4aI%2CQACK%2COrBpRR%3BA8CzJD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COrBpRR%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CkBAAC%3BAACD%2CkBAAC%3BAACD%2CkBAAC%3BAcmOO%2CeADJ%2CQACK%2COdrOR%3BAcqOO%2CeADJ%2CQACK%2COdpOR%3BAcoOO%2CeADJ%2CQACK%2COdnOR%3BAiBzMD%2CwBH2aI%2CQACK%2COdrOR%3BAiBvMD%2CwBH2aI%2CQACK%2COdpOR%3BAiBxMD%2CwBH2aI%2CQACK%2COdnOR%3BAiBxMD%2CuBH0aI%2CQACK%2COdrOR%3BAiBtMD%2CuBH0aI%2CQACK%2COdpOR%3BAiBvMD%2CuBH0aI%2CQACK%2COdnOR%3BAsC1MD%2CqBxB4aI%2CQACK%2COdrOR%3BAsCxMD%2CqBxB4aI%2CQACK%2COdpOR%3BAsCzMD%2CqBxB4aI%2CQACK%2COdnOR%3BAuB1MD%2CmBT4aI%2CQACK%2COdrOR%3BAuBxMD%2CmBT4aI%2CQACK%2COdpOR%3BAuBzMD%2CmBT4aI%2CQACK%2COdnOR%3BAuC1MD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COdrOR%3BAuCxMD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COdpOR%3BAuCzMD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COdnOR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CkBAAC%3BAACD%2CkBAAC%3BAACD%2CQAAQ%2CUAAW%3BAc4NX%2CeADJ%2CQACK%2COd9NR%3BAc8NO%2CeADJ%2CQACK%2COd7NR%3BAACD%2CQAAQ%2CUc4NA%2CgBADJ%2CQACK%3BAG5aT%2CwBH2aI%2CQACK%2COd9NR%3BAiB9MD%2CwBH2aI%2CQACK%2COd7NR%3BAACD%2CQAAQ%2CUiBhNR%2CyBH2aI%2CQACK%3BAG3aT%2CuBH0aI%2CQACK%2COd9NR%3BAiB7MD%2CuBH0aI%2CQACK%2COd7NR%3BAACD%2CQAAQ%2CUiB%5C%2FMR%2CwBH0aI%2CQACK%3BAwB7aT%2CqBxB4aI%2CQACK%2COd9NR%3BAsC%5C%2FMD%2CqBxB4aI%2CQACK%2COd7NR%3BAACD%2CQAAQ%2CUsCjNR%2CsBxB4aI%2CQACK%3BAS7aT%2CmBT4aI%2CQACK%2COd9NR%3BAuB%5C%2FMD%2CmBT4aI%2CQACK%2COd7NR%3BAACD%2CQAAQ%2CUuBjNR%2CoBT4aI%2CQACK%3BAyB7aT%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COd9NR%3BAuC%5C%2FMD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COd7NR%3BAACD%2CQAAQ%2CUuCjNR%2CMAAK%2CKAAK%2COzB4aN%2CQACK%3BEpB7IT%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAcuNI%2CeADJ%2CQACK%2COA1FR%3BAA0FO%2CeADJ%2CQACK%2COAzFR%2CIAAI%3BAGnVL%2CwBH2aI%2CQACK%2COA1FR%3BAGlVD%2CwBH2aI%2CQACK%2COAzFR%2CIAAI%3BAGlVL%2CuBH0aI%2CQACK%2COA1FR%3BAGjVD%2CuBH0aI%2CQACK%2COAzFR%2CIAAI%3BAwBpVL%2CqBxB4aI%2CQACK%2COA1FR%3BAwBnVD%2CqBxB4aI%2CQACK%2COAzFR%2CIAAI%3BASpVL%2CmBT4aI%2CQACK%2COA1FR%3BASnVD%2CmBT4aI%2CQACK%2COAzFR%2CIAAI%3BAyBpVL%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COA1FR%3BAyBnVD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COAzFR%2CIAAI%3BEACD%2CgBAAA%3B%3BAGpVJ%2CwBH8XI%3BAG7XJ%2CuBH6XI%3BAwB%5C%2FXJ%2CqBxB%2BXI%3BAS%5C%2FXJ%2CmBT%2BXI%3BAyB%5C%2FXJ%2CKAAK%2CKAAK%2COzB%2BXN%3BEACI%2CmBAAA%3B%3BAG%5C%2FXR%2CwBH8XI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAGlYhB%2CuBH6XI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAwBpYhB%2CqBxB%2BXI%2CUAGI%2COACK%2CIAAI%2CSACD%3BASpYhB%2CmBT%2BXI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAyBpYhB%2CKAAK%2CKAAK%2COzB%2BXN%2CUAGI%2COACK%2CIAAI%2CSACD%3BEACI%2CUAAA%3B%3BAGpYpB%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAG5YlB%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAwB9YlB%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAS9YlB%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAyB9YlB%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BEAOE%2CWAAA%3B%3BAGpZpB%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAG9YzB%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAwBhZzB%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAShZzB%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAyBhZzB%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BAGhZ5B%2CwBH8XI%2CUA2BI%2CQACI%3BAGzZZ%2CuBH6XI%2CUA2BI%2CQACI%3BAwB3ZZ%2CqBxB%2BXI%2CUA2BI%2CQACI%3BAS3ZZ%2CmBT%2BXI%2CUA2BI%2CQACI%3BAyB3ZZ%2CKAAK%2CKAAK%2COzB%2BXN%2CUA2BI%2CQACI%3BEACI%2CSAAA%3B%3BAG3ZhB%2CwBHgaI%2CSACK%3BAGhaT%2CuBH%2BZI%2CSACK%3BAwBlaT%2CqBxBiaI%2CSACK%3BASlaT%2CmBTiaI%2CSACK%3BAyBlaT%2CKAAK%2CKAAK%2COzBiaN%2CSACK%3BEACG%2CgBAAA%3B%3BAGlaZ%2CwBHsaI%3BAGraJ%2CuBHqaI%3BAwBvaJ%2CqBxBuaI%3BASvaJ%2CmBTuaI%3BAyBvaJ%2CKAAK%2CKAAK%2COzBuaN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAf%5C%2FPI%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BEL3JjB%2CSAAA%3BEACA%2CkBAAA%3B%3BA8CCQ%2CSAJF%2CSAIG%2CSACK%3BAADN%2CSAHF%2CUAAU%2CSAGP%2CSACK%3BA1CsFN%2CKAbH%2CcAYD%2CKACK%2CIAMG%3BAsB2CJ%2CiBAhBJ%2CQAgBK%2CSAGG%3BAAHJ%2CiBAhBJ%2CQAgBK%2CSAgCG%3BAjB1KZ%2CqBACI%3BAgCFJ%2CwBA0GI%2CsBACM%3BAA3GV%2CwBA0HI%2CUACI%3BAMxHR%2CwBAoFI%2COACI%3BApBjBA%2CSADJ%2CUACK%2CMACK%3BAAmBd%2CQACI%2CQAAO%2CKAYH%2CSACK%3BAAsCb%2CMAAM%2COACF%2COACI%3BAAUR%2CYACI%3BAqB1HJ%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BANhDnB%2CsBAcI%2CUAAS%2CSACJ%3BAOjBT%2CYACI%2CuBAGI%2COAGI%3BArCiBZ%2CuBACI%3BACqIJ%2C2BAKI%2CsBAII%2CUACM%3BAAiBd%2CuBACI%2CoBACI%3BAWxMR%2CcA8EI%2CeAOI%2CKASI%3BAA9FZ%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUACM%3BA0B3JtB%2CMAAM%2CWA0CF%3BAnCyFJ%2CcAKI%2CcAOI%3BAoCjJR%2CYACI%2CeAEI%2COACI%3BA9BmHJ%2CcAFM%2CSACV%2CSACK%2CKAwBG%2CaACI%3BALmgBhB%2CiBAGI%2CMAAK%2CMAAM%2COAEP%3BAALR%2CiBAII%2CMAAK%2CMAAM%2CQACP%3BAC1kBJ%2COADG%2CKACF%2CIAAI%3BAA8FT%2CYAAa%2COAAM%2CQAEf%2CUAgCI%3BAAjCR%2CYACI%2CUAgCI%3BEjB1LR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoDdI%2CsBAAC%2CcAGG%2CsBAQI%3BEpDOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAoB8VW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CcpB%5C%2FVhB%3BAoB%2BVW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CcpB9VhB%3BAI8CD%2CKAAK%2CcA0CD%2CiBJzFH%3BAI%2BCD%2CKAAK%2CcA0CD%2CiBJxFH%3BAI8CD%2CKAAK%2CcA4FD%2CcJ3IH%3BAI%2BCD%2CKAAK%2CcA4FD%2CcJ1IH%3BA0BgKD%2CeAGI%2CcAWM%2CW1B%5C%2FKT%3BA0BiKD%2CeAGI%2CcAWM%2CW1B9KT%3BASxBD%2CmBTuBC%3BASvBD%2CmBTwBC%3BASQD%2CyBTTC%3BASSD%2CyBTRC%3BAqDxCD%2CsBrDuCC%3BAqDvCD%2CsBrDwCC%3BAsCiDO%2CYADJ%2COACK%2CUtClDR%3BAsCkDO%2CYADJ%2COACK%2CUtCjDR%3BAsB3BD%2CkBAoDI%2CeA4BI%2CSAEI%2CctBxDX%3BAsB1BD%2CkBAoDI%2CeA4BI%2CSAEI%2CctBvDX%3BA2BsCD%2CSACI%2CUAWI%2CO3BnDP%3BA2BuCD%2CSACI%2CUAWI%2CO3BlDP%3BAgDGD%2C0BACI%2CkBhDLH%3BAgDID%2C0BACI%2CkBhDJH%3BAK1BD%2CaLyBC%3BAKzBD%2CaL0BC%3BAKoDD%2CgBAgCI%2CSLrFH%3BAKqDD%2CgBAgCI%2CSLpFH%3BAKgGD%2CoBACI%2CoBLlGH%3BAKiGD%2CoBACI%2CoBLjGH%3BAKgGD%2CoBAEI%2CkCLnGH%3BAKiGD%2CoBAEI%2CkCLlGH%3BAuB4DD%2CgCAkCI%2CSACI%2CcvBhGP%3BAuB6DD%2CgCAkCI%2CSACI%2CcvB%5C%2FFP%3BAsDXD%2CmBtDUC%3BAsDVD%2CmBtDWC%3BAsD%2BED%2CYAAa%2CMAAK%2CMAGd%2CetDnFH%3BAsDgFD%2CYAAa%2CMAAK%2CMAGd%2CetDlFH%3BAsDgFD%2CkBAEI%2CetDnFH%3BAsDiFD%2CkBAEI%2CetDlFH%3BAsDiFD%2CmBACI%2CetDnFH%3BAsDkFD%2CmBACI%2CetDlFH%3BAsD8HD%2CcAKI%2CStDpIH%3BAsD%2BHD%2CcAKI%2CStDnIH%3BAuDtCD%2CUAWI%2CgBvD0BH%3BAuDrCD%2CUAWI%2CgBvD2BH%3BAwB7CD%2CcA8II%2CcxBlGH%3BAwB5CD%2CcA8II%2CcxBjGH%3BAwB7CD%2CcAuJI%2COxB3GH%3BAwB5CD%2CcAuJI%2COxB1GH%3BAwB7CD%2CcAkMI%2CexBtJH%3BAwB5CD%2CcAkMI%2CexBrJH%3BAqC6GD%2CgBACI%2CiBrC%5C%2FGH%3BAqC8GD%2CgBACI%2CiBrC9GH%3BAwD%5C%2FBD%2CQxD8BC%3BAwD9BD%2CQxD%2BBC%3BAwDfD%2CiBxDcC%3BAwDdD%2CiBxDeC%3BAgBoVD%2CQA2EI%2CsBhBhaH%3BAgBqVD%2CQA2EI%2CsBhB%5C%2FZH%3BAiBAG%2COAAC%2CQjBDJ%3BAiBCG%2COAAC%2CQjBAJ%3BAuB5CD%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CcpB%5C%2FVhB%3BAuB3CD%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CcpB9VhB%3BAuB3CD%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CcpB%5C%2FVhB%3BAuB1CD%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CcpB9VhB%3BA4C7CD%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcpB%5C%2FVhB%3BA4C5CD%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcpB9VhB%3BA6B7CD%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcpB%5C%2FVhB%3BA6B5CD%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcpB9VhB%3BA6C7CD%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcpB%5C%2FVhB%3BA6C5CD%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcpB9VhB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAoByVW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CcpBzVhB%3BAIyCD%2CKAAK%2CcA0CD%2CiBJnFH%3BAIyCD%2CKAAK%2CcA4FD%2CcJrIH%3BA0B2JD%2CeAGI%2CcAWM%2CW1BzKT%3BAS7BD%2CmBT6BC%3BASGD%2CyBTHC%3BAqD7CD%2CsBrD6CC%3BAsC4CO%2CYADJ%2COACK%2CUtC5CR%3BAsBhCD%2CkBAoDI%2CeA4BI%2CSAEI%2CctBlDX%3BA2BiCD%2CSACI%2CUAWI%2CO3B7CP%3BAgDFD%2C0BACI%2CkBhDCH%3BAK%5C%2FBD%2CaL%2BBC%3BAK%2BCD%2CgBAgCI%2CSL%5C%2FEH%3BAK2FD%2CoBACI%2CoBL5FH%3BAK2FD%2CoBAEI%2CkCL7FH%3BAuBuDD%2CgCAkCI%2CSACI%2CcvB1FP%3BAsDhBD%2CmBtDgBC%3BAsD0ED%2CYAAa%2CMAAK%2CMAGd%2CetD7EH%3BAsD2ED%2CkBAEI%2CetD7EH%3BAsD4ED%2CmBACI%2CetD7EH%3BAsDyHD%2CcAKI%2CStD9HH%3BAuD3CD%2CUAWI%2CgBvDgCH%3BAwBlDD%2CcA8II%2CcxB5FH%3BAwBlDD%2CcAuJI%2COxBrGH%3BAwBlDD%2CcAkMI%2CexBhJH%3BAqCwGD%2CgBACI%2CiBrCzGH%3BAwDpCD%2CQxDoCC%3BAwDpBD%2CiBxDoBC%3BAgB%2BUD%2CQA2EI%2CsBhB1ZH%3BAiBLG%2COAAC%2CQjBKJ%3BAuBjDD%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CcpBzVhB%3BAuBhDD%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CcpBzVhB%3BA4ClDD%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcpBzVhB%3BA6BlDD%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcpBzVhB%3BA6ClDD%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcpBzVhB%3BEACG%2CWAAA%3B%3BAoBqnCJ%2CeACI%3BAA2BJ%3BAqChsCA%2CQAGI%2CQAAO%3BAAHX%2CQAYI%3BAAZJ%2CQAmBI%3BAxBvBJ%2COACI%2CgBAqBI%3BAzBdR%2CyBAmCI%3BAJzBJ%3BAkCiBA%2CYAuBI%3BAc7CA%2CsBAAC%2CcAgBG%3BA9BXR%3BAN%2BWA%2CQA2EI%2CsBAII%3BAmBncY%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BAhByID%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BA2BnFjB%2CMAAC%2CK1BsmCD%3BAsCjqCI%2CMADJ%2CSACK%3BEtC%2BjBT%2CsBAAA%3B%3BAWjgBA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA%5C%2FB7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAoB6lBJ%2CiBU%5C%2FMA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAV6MJ%2CiBU1MA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAVwMJ%2CiBU1LA%2COAAM%3BAV0LN%2CiBhBrjBA%2CMAAK%2CcA0CD%2CiBAGM%2CU0B8UJ%3BAV0LN%2CiBf5lBA%2CayBkaM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAVwLJ%2CiBUrLA%2COAAS%3BAVqLT%2CiBhBrjBA%2CMAAK%2CcA0CD%2CiBAGM%2CU0BmVD%3BAVqLT%2CiBf5lBA%2CayBuaS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAVkLJ%2CiBUjfA%3BE9BiIA%2CgBAAA%3BEAAA%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BAXglBA%2CiBUjfA%2CeCqHE%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BB2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCzPgB%2COhCyPhB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BE%5C%2FB6ML%2CcAAA%3B%3BA%2BBvMI%2CiBDsEJ%2CeCvEC%2COACI%3BE%5C%2FBuML%2CcAAA%3B%3BA8BuHA%2CiBAxPA%2CeAwPC%3BE9BvHD%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BB2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCxOc%2COhCwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BE%5C%2FB6ML%2CcAAA%3B%3BA%2BBvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BE%5C%2FBuML%2CcAAA%3B%3BAoBgXA%2CiBUzaA%3BE9ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BE8BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE9B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAoBgXA%2CiBUzaA%2COAsBI%3BE9BmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BA8B3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BE9B2BT%2CmBAAA%3BE8BzBY%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%3BE9BzSJ%2CsDAAA%3BE8B2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BE9B%5C%2FSJ%2CsDAAA%3BE8BiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BE9B%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA8BoRA%2CiBA7UA%2COA6UC%3BE9BpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BA8BZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAtBhRR%2CyBAmCI%2CsBAyCI%2CqBACM%3BAa7Dd%2CkBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%3BALiPX%2CkBA2EI%2CQAAO%3BAA1EX%2CuBA0EI%2CQAAO%3BEhBvDX%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAalPgB%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%3BAAAD%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%3BAQVT%2CcADJ%2CQACK%3BAAAD%2CSAHC%2CKAAK%2CMAEV%2CQACK%3BAAAD%2CiBADJ%2CQACK%3BErB4PT%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BAXipBA%2C2BW%5C%2FYE%3BAlBtOc%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMkBsOf%3BAlBtOc%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMkBsOf%3BAVhPM%2CcADJ%2CQACK%2CWUgPP%3BAVhPM%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWUgPP%3BAVhPM%2CiBADJ%2CQACK%2CWUgPP%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2C2BAAC%3BAlBsBe%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMkBtBhB%3BAlBsBe%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMkBtBhB%3BAVYO%2CcADJ%2CQACK%2CWUZR%3BAVYO%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWUZR%3BAVYO%2CiBADJ%2CQACK%2CWUZR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C2BADH%2CMACI%3BAlBSW%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMkBVhB%2CMACI%3BAlBSW%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMkBVhB%2CMACI%3BAVDG%2CcADJ%2CQACK%2CWUAR%2CMACI%3BAVDG%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWUAR%2CMACI%3BAVDG%2CiBADJ%2CQACK%2CWUAR%2CMACI%3BE%5C%2FB2PL%2CWAAA%3B%3BA4B9LQ%2CkBADJ%2CQACK%3BApBjGT%2CeAEI%2CQAAO%3BAAKX%2CyBAmCI%2CsBA8BI%2CYAMI%2CQAAO%3BAJ6HnB%2CeAKI%2CwBAKI%2CQAAO%3BAsBhJK%2CeAThB%2CeACM%2CWAII%2CWAGE%2CQACK%3BAYsET%2CiBAFR%2CiBACI%2CQACK%3BAE1Gb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACjBS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAdYrB%2CkBAKI%2CiBAAiB%2CQAAO%3BAH7D5B%2CcA0II%2CQAAO%3BARkIX%2CkBAgDI%2CYAkBI%2CQAAO%3BAAjEf%2CuBA%2BCI%2CYAkBI%2CQAAO%3BAY5OP%2CkB%2BBnCR%3BAnD9DA%2CemD8DA%3BAnDvDA%2CyBAmCI%2CsBA8BI%2CYmDVR%3BAvD6IA%2CeAKI%2CwBuDlJJ%3BAjCOoB%2CeAThB%2CeACM%2CWAII%2CWiCHd%3BArB6EY%2CiBAFR%2CiBqB3EJ%3BAlBnBoB%2CwBAJhB%2CwBACM%2CmBACI%2CWkBqBd%3BAhCPA%2CkBAKI%2CiBgCEJ%3BAnC%5C%2FDA%2CcmC%2BDA%3BA%5C%2FBmCQ%2CkB%2BB%5C%2FBR%3BAnDlEA%2CemDkEA%3BAnD3DA%2CyBAmCI%2CsBA8BI%2CYmDNR%3BAvDyIA%2CeAKI%2CwBuD9IJ%3BAjCGoB%2CeAThB%2CeACM%2CWAII%2CWiCCd%3BArByEY%2CiBAFR%2CiBqBvEJ%3BAlBvBoB%2CwBAJhB%2CwBACM%2CmBACI%2CWkByBd%3BAhCXA%2CkBAKI%2CiBgCMJ%3BAnCnEA%2CcmCmEA%3BE3D6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BA4BzRgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BAxBWjB%2CaA8CI%2CiBACM%2CWACE%3BAmBzBR%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BAT%5C%2FBC%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BAE4vBT%2CcARJ%2CQAQK%3BAY3wBO%2CwBAJZ%2COAEI%2CiB%2BB0DR%3BApCtBI%2CaAAc%2CMADb%2CaAAc%2CUoCuBnB%3BA7CzCgB%2CcAJZ%2COAEI%2CiB6C2CR%3BA%5C%2FBxDgB%2CwBAJZ%2COAEI%2CiB%2BB8DR%3BApC1BI%2CaAAc%2CMADb%2CaAAc%2CUoC2BnB%3BA7C7CgB%2CcAJZ%2COAEI%2CiB6C%2BCR%3BAvDjDA%2CaA8CI%2CiBACM%2CWA0BV%2CMAAK%2CcA0CD%2CiBAGM%3BAAtHV%2CaA8CI%2CiBACM%2CWCbV%3BEL4OA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMqDA%2C2BAAC%3BAACD%2C2BAAC%3BAsB%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQtB8UhB%3BAsB9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQtB%2BUhB%3BAFpUD%2CaA8CI%2CiBACM%2CWACE%2COEmRX%3BAFnUD%2CaA8CI%2CiBACM%2CWACE%2COEoRX%3BAiB7SG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQjBgSd%3BAiB5SG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQjBiSd%3BAQhUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQR%2BThB%3BAQ%5C%2FTe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQRgUhB%3BAU4bO%2CcARJ%2CQAQK%2CQV7bR%3BAU6bO%2CcARJ%2CQAQK%2CQV5bR%3BAsB%5C%2FUe%2CwBAJZ%2COAEI%2CiB%2BB0DR%2CiBrDsRC%3BAsB9Ue%2CwBAJZ%2COAEI%2CiB%2BB0DR%2CiBrDuRC%3BAiB7SG%2CaAAc%2CMADb%2CaAAc%2CUoCuBnB%2CiBrDsRC%3BAiB5SG%2CaAAc%2CMADb%2CaAAc%2CUoCuBnB%2CiBrDuRC%3BAQhUe%2CcAJZ%2COAEI%2CiB6C2CR%2CiBrDsRC%3BAQ%5C%2FTe%2CcAJZ%2COAEI%2CiB6C2CR%2CiBrDuRC%3BAsB%5C%2FUe%2CwBAJZ%2COAEI%2CiB%2BB8DR%2CcrDkRC%3BAsB9Ue%2CwBAJZ%2COAEI%2CiB%2BB8DR%2CcrDmRC%3BAiB7SG%2CaAAc%2CMADb%2CaAAc%2CUoC2BnB%2CcrDkRC%3BAiB5SG%2CaAAc%2CMADb%2CaAAc%2CUoC2BnB%2CcrDmRC%3BAQhUe%2CcAJZ%2COAEI%2CiB6C%2BCR%2CcrDkRC%3BAQ%5C%2FTe%2CcAJZ%2COAEI%2CiB6C%2BCR%2CcrDmRC%3BAFpUD%2CaA8CI%2CiBACM%2CWA0BV%2CMAAK%2CcA0CD%2CiBAGM%2CUE6MT%3BAFnUD%2CaA8CI%2CiBACM%2CWA0BV%2CMAAK%2CcA0CD%2CiBAGM%2CUE8MT%3BAFpUD%2CaA8CI%2CiBACM%2CWCbV%2CaCiSC%3BAFnUD%2CaA8CI%2CiBACM%2CWCbV%2CaCkSC%3BENtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM4DA%2C2BAAC%3BAsBrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQtBqVhB%3BAF1UD%2CaA8CI%2CiBACM%2CWACE%2COE0RX%3BAiBnTG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQjBuSd%3BAQtUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQRsUhB%3BAUsbO%2CcARJ%2CQAQK%2CQVtbR%3BAsBrVe%2CwBAJZ%2COAEI%2CiB%2BB0DR%2CiBrD6RC%3BAiBnTG%2CaAAc%2CMADb%2CaAAc%2CUoCuBnB%2CiBrD6RC%3BAQtUe%2CcAJZ%2COAEI%2CiB6C2CR%2CiBrD6RC%3BAsBrVe%2CwBAJZ%2COAEI%2CiB%2BB8DR%2CcrDyRC%3BAiBnTG%2CaAAc%2CMADb%2CaAAc%2CUoC2BnB%2CcrDyRC%3BAQtUe%2CcAJZ%2COAEI%2CiB6C%2BCR%2CcrDyRC%3BAF1UD%2CaA8CI%2CiBACM%2CWA0BV%2CMAAK%2CcA0CD%2CiBAGM%2CUEoNT%3BAF1UD%2CaA8CI%2CiBACM%2CWCbV%2CaCwSC%3BEN5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAuBvPI%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BAAZX%2CaAAc%2CMADb%2CaAAc%2CUoCuBnB%3BApCtBI%2CaAAc%2CMADb%2CaAAc%2CUoC2BnB%3BE3D6NA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAQ%5C%2FRA%3BEYmtBI%2CcAAA%3B%3BAZ5sBJ%2CyBA%2BBI%2CcYurBA%3BAZttBJ%2CyBA%2BBI%2CcYwrBA%3BAZvtBJ%2CyBA%2BBI%2CcYyrBA%3BAhB9sBJ%2CagB4sBI%3BAhB5sBJ%2CagB6sBI%3BAhB7sBJ%2CagB8sBI%3BAkC5kBJ%2CalC0kBI%3BAkC1kBJ%2CalC2kBI%3BAkC3kBJ%2CalC4kBI%3BAkC3kBJ%2CalCykBI%3BAkCzkBJ%2CalC0kBI%3BAkC1kBJ%2CalC2kBI%3BAJ9fJ%2CwBA%2BBI%2COAKI%2CcIwdJ%3BAJ5fJ%2CwBA%2BBI%2COAKI%2CcIydJ%3BAJ7fJ%2CwBA%2BBI%2COAKI%2CcI0dJ%3BEpBhcJ%2CiBAAA%3BEoBkcQ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAZ3tBR%2CyBA%2BBI%2CcY%2BrBA%2CqBAAuB%3BAhBptB3B%2CagBotBI%2CqBAAuB%3BAkCllB3B%2CalCklBI%2CqBAAuB%3BAkCjlB3B%2CalCilBI%2CqBAAuB%3BAJpgB3B%2CwBA%2BBI%2COAKI%2CcIgeJ%2CqBAAuB%3BEACnB%2CqBAAA%3BEpBvcR%2CiBAAA%3B%3BAQxRA%2CyBA%2BBI%2CcY%2BrBA%2CqBAAuB%2CuBAIlB%3BAhBxtBT%2CagBotBI%2CqBAAuB%2CuBAIlB%3BAkCtlBT%2CalCklBI%2CqBAAuB%2CuBAIlB%3BAkCrlBT%2CalCilBI%2CqBAAuB%2CuBAIlB%3BAJxgBT%2CwBA%2BBI%2COAKI%2CcIgeJ%2CqBAAuB%2CuBAIlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAZnuBZ%2CyBA%2BBI%2CcY%2BrBA%2CqBAAuB%2CuBAQlB%3BAhB5tBT%2CagBotBI%2CqBAAuB%2CuBAQlB%3BAkC1lBT%2CalCklBI%2CqBAAuB%2CuBAQlB%3BAkCzlBT%2CalCilBI%2CqBAAuB%2CuBAQlB%3BAJ5gBT%2CwBA%2BBI%2COAKI%2CcIgeJ%2CqBAAuB%2CuBAQlB%3BEACG%2CSAAS%2CGAAT%3B%3BAwCltBR%2CoBAUI%3BAATJ%2CoBASI%3BAhCrCR%2CwBA8BI%2CqCAgBI%3BER2sBJ%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEpB7dJ%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BA6BzCG%2CoBAUI%2CgB7B%2BBP%3BA6BxCG%2CoBASI%2CgB7B%2BBP%3BAHpED%2CwBA8BI%2CqCAgBI%2CgBGsBP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA6B5UI%2CoBAUI%2CgBxC%2BtBH%3BAwCxuBD%2CoBASI%2CgBxC%2BtBH%3BAQpwBL%2CwBA8BI%2CqCAgBI%2CgBRstBH%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAWzoBR%2CcX4oBK%2CSW5oBJ%3BE%5C%2FBgKD%2CSgC%5C%2FNM%2COhC%2BNN%3B%3BA%2BBhKA%2CuBAAC%3BA6BvFW%2CoBAFJ%2CgBAEK%2CS7BuFZ%3BA6BvFW%2CoBAFJ%2CgBAEK%2CS7BuFZ%3BAH9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSG8EZ%3BE%5C%2FBgKD%2CSgC%5C%2FNM%2COhC%2BNN%3B%3BAuBnOA%2CyBAGI%3BAV2GJ%2C2BACI%3BAW5KJ%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BExB4GnB%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CoBAAA%3B%3BAuBnOA%2CyBAGI%2CQH2xBE%3BAG9xBN%2CyBAGI%2CQH4xBE%3BAPjrBN%2C2BACI%2CaO%2BqBE%3BAPhrBN%2C2BACI%2CaOgrBE%3BAI51BN%2CcAmLI%2CaJwqBE%3BAI31BN%2CcAmLI%2CaJyqBE%3BAI51BN%2CcAoLI%2CeAAe%2COJuqBb%3BAI31BN%2CcAoLI%2CeAAe%2COJwqBb%3BEpB5jBN%2CiBAAA%3BEAAA%2CgBAAA%3B%3BAqCWI%2COAAC%2CQjBkkBD%2CQACK%3BEACG%2CkBAAA%3B%3BAiBpkBR%2COAAC%2CQjBkkBD%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAiB5kBR%2COAAC%2CQjBkkBD%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAM92BZ%2CeAUI%2CUAII%2CON42BH%3BAM3rBL%2CeA6HI%2CaAEI%2CON4jBH%3BAM3rBL%2CeA8HI%2CgBACI%2CON4jBH%3BAf3vBL%2CoBACI%2CoBAiBI%2COeyuBH%3BAf3vBL%2CoBAEI%2CkCAgBI%2COeyuBH%3BAP1wBW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMO0wBZ%3BEACG%2CSAAS%2CIAAT%3B%3BAAsCR%2CuBAOI%2CQAAO%3BAP%5C%2F6BP%2CSAAC%2CMAAM%2COO%2B6BP%2CQAAO%3BAPr0BP%2CSAAC%2CSOq0BD%2CQAAO%3BEpBtpBX%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAXu5BD%2CuBAOI%2CQAAO%2CIW95BV%3BAlBjBG%2CSAAC%2CMAAM%2COO%2B6BP%2CQAAO%2CIW95BV%3BAlByFG%2CSAAC%2CSOq0BD%2CQAAO%2CIW95BV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCpOU%2COhCoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAlBlWI%2CSAAC%2CMAAM%2COOy6BP%2COAAO%2CMAAK%2CWACP%3BAPh0BL%2CSAAC%2CSO%2BzBD%2COAAO%2CMAAK%2CWACP%3BEpBjpBT%2CmBAAA%3B%3BAazRI%2CSAAC%2CMAAM%2COO%2B6BP%2CQAAO%2CIAEF%3BAPv0BL%2CSAAC%2CSOq0BD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAwVZ%2CmBA4FI%3BAhB51CJ%2CaAWI%2COA4BI%2CUAAS%2CSACH%3BAAxCd%2CaAWI%2COA4BI%2CUAAS%2CSAEH%2CUAAU%3BAsBkJxB%2CeAmFI%2CsBAYI%2CMAAK%2CYAGD%3BAgBhSZ%2CsBAcI%2CUAAS%2CSACJ%2CUAEK%3BArC6Gd%2CoBA2BI%2CaACI%2CoBAKI%2CQAAO%3BAmB9KnB%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUAKM%2CUAAU%3BAAjKhC%2CcAuPI%3BAAcJ%2CyBACI%3BAADJ%2CyBAEI%3BATpGA%2CaAAc%2CeAAE%3BAAChB%2CmBAAoB%2CeAAE%3BAC6N1B%2CQAmEI%3BAClNJ%3BAbvKA%2CYgBmyCI%3BAE51CJ%2CkBAYI%2CcFg1CA%3BEArYJ%2CaAAA%3B%3BASh7BA%3BAd%2BCA%3BEK45BI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAC95BJ%2CeAKI%3BALqpBJ%2CcAsBI%3BEhBvfJ%2CcAAA%3BEAAA%2CiBAAA%3BEoB8yBI%2CmBAAA%3B%3BAaxgCJ%2CkBbkhCI%2CQACK%3BAhB74BT%2CeACI%2CWgB24BA%2CQACK%3BEACG%2CkBAAA%3BEd3iCZ%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BAzBwJA%2CwBc86BI%2CQACK%2CSd%5C%2F6BR%3BAACD%2CwBc66BI%2CQACK%2CSd96BR%3BAACD%2CwBc46BI%2CQACK%2CSd76BR%3BA2BtGD%2CkBbkhCI%2CQACK%2CSd%5C%2F6BR%3BA2BpGD%2CkBbkhCI%2CQACK%2CSd96BR%3BA2BrGD%2CkBbkhCI%2CQACK%2CSd76BR%3BAFgCD%2CeACI%2CWgB24BA%2CQACK%2CSd%5C%2F6BR%3BAFkCD%2CeACI%2CWgB24BA%2CQACK%2CSd96BR%3BAFiCD%2CeACI%2CWgB24BA%2CQACK%2CSd76BR%3BEACG%2CqBAAA%3B%3BAyBrJJ%2CwBXgkCI%2CQACK%2CSWjkCR%3BAE8CD%2CkBbkhCI%2CQACK%2CSWjkCR%3BA3BoLD%2CeACI%2CWgB24BA%2CQACK%2CSWjkCR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCzOQ%2COhCyOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBXmjCA%2CQACK%2CSWrjCR%2CMACI%3BAEiCL%2CkBbkhCI%2CQACK%2CSWrjCR%2CMACI%3BA3BuKL%2CeACI%2CWgB24BA%2CQACK%2CSWrjCR%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CwBX6iCA%2CQACK%2CSW%5C%2FiCR%2COACI%3BAE2BL%2CkBbkhCI%2CQACK%2CSW%5C%2FiCR%2COACI%3BA3BiKL%2CeACI%2CWgB24BA%2CQACK%2CSW%5C%2FiCR%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BAM5MA%2CwBcogCI%2CQACK%2CSdrgCR%3BAACD%2CwBcmgCI%2CQACK%2CSdpgCR%3BA2BfD%2CkBbkhCI%2CQACK%2CSdrgCR%3BA2BdD%2CkBbkhCI%2CQACK%2CSdpgCR%3BAFuHD%2CeACI%2CWgB24BA%2CQACK%2CSdrgCR%3BAFwHD%2CeACI%2CWgB24BA%2CQACK%2CSdpgCR%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CwBcu%5C%2FBI%2CQACK%2CSdx%5C%2FBR%3BA2B3BD%2CkBbkhCI%2CQACK%2CSdx%5C%2FBR%3BAF2GD%2CeACI%2CWgB24BA%2CQACK%2CSdx%5C%2FBR%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CwBc2%2BBI%2CQACK%2CSd5%2BBR%3BAACD%2CwBc0%2BBI%2CQACK%2CSd3%2BBR%3BAACD%2CQAAQ%2CUAAW%2CyBcy%2BBf%2CQACK%3BAanhCT%2CkBbkhCI%2CQACK%2CSd5%2BBR%3BA2BvCD%2CkBbkhCI%2CQACK%2CSd3%2BBR%3BAACD%2CQAAQ%2CU2BzCR%2CmBbkhCI%2CQACK%3BAhB74BT%2CeACI%2CWgB24BA%2CQACK%2CSd5%2BBR%3BAF%2BFD%2CeACI%2CWgB24BA%2CQACK%2CSd3%2BBR%3BAACD%2CQAAQ%2CUF6FR%2CgBACI%2CWgB24BA%2CQACK%3BEpBzzBT%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA2B5CJ%2CkBbkhCI%2CQACK%2CSAaI%3BAhB15Bb%2CeACI%2CWgB24BA%2CQACK%2CSAaI%3BEpBt0Bb%2C%2BCAAA%3B%3BAiC1NA%2CkBbkhCI%2CQAmBK%3BAhB%5C%2F5BT%2CeACI%2CWgB24BA%2CQAmBK%3BEpB30BT%2CqBAAA%3BE%2BB9QA%2CqBAAA%3BEX%2BlCY%2CiBAAA%3B%3BAWzlCZ%2CwBXgkCI%2CQAmBK%2COWnlCR%3BAE8CD%2CkBbkhCI%2CQAmBK%2COWnlCR%3BA3BoLD%2CeACI%2CWgB24BA%2CQAmBK%2COWnlCR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC7PU%2COhC6PV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBXmjCA%2CQAmBK%2COWvkCR%2CMACI%3BAEiCL%2CkBbkhCI%2CQAmBK%2COWvkCR%2CMACI%3BA3BuKL%2CeACI%2CWgB24BA%2CQAmBK%2COWvkCR%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CwBX6iCA%2CQAmBK%2COWjkCR%2COACI%3BAE2BL%2CkBbkhCI%2CQAmBK%2COWjkCR%2COACI%3BA3BiKL%2CeACI%2CWgB24BA%2CQAmBK%2COWjkCR%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BA8C7NI%2CMAAC%2CK1BsmCD%3BEAEI%2CkBAAA%3B%3BAAHR%2CeAMI%3BAGjnCJ%2CyBAOI%2CyBAOI%3BAuBRJ%2CMAAC%2CK1B2mCD%3BEAYA%2CkBAAA%3BEACA%2COAAO%2CwBAAP%3B%3BAsCnrCI%2CMADJ%2CSACK%3BEtC8rCL%2CkBAAA%3B%3BAsC9rCI%2CMADJ%2CSACK%2CctCgsCL%3BEACI%2CkBAAA%3BEACA%2COAAO%2C8BAAP%3B%3BAyCpsCR%2CqBACI%2CaACI%2CeACI%3BATIR%2CsBAAC%2CcAgBG%3BEpDmQR%2CYAAA%3BEAAA%2CSAAA%3BEoBs7BA%2CUAAA%3B%3BAyChtCA%2CqBACI%2CaACI%2CeACI%2CuBzC%2BsCX%3BAyCltCD%2CqBACI%2CaACI%2CeACI%2CuBzCgtCX%3BAgC5sCG%2CsBAAC%2CcAgBG%2CuBhC2rCP%3BAgC3sCG%2CsBAAC%2CcAgBG%2CuBhC4rCP%3BEpB34BD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEoBg8BI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAyC5tCJ%2CqBACI%2CaACI%2CeACI%2CuBzC4tCX%3BAgCxtCG%2CsBAAC%2CcAgBG%2CuBhCwsCP%3BEpBr8BD%2CyBAAA%3B%3BA6D1RA%2CqBACI%2CaACI%2CeACI%2CuBzCguCX%3BAgC5tCG%2CsBAAC%2CcAgBG%2CuBhC4sCP%3BEpBz8BD%2C4BAAA%3BEoB28BI%2CQAAA%3B%3BAXjtCJ%2CYAOI%3BA8BdJ%2C%2BBAGI%3BAjBJJ%2CkBAMM%3BAXYN%2C0BAQI%3BEXoPJ%2C6BAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAIrNA%2CYgBwsCI%3BAEjwCJ%2CkBAYI%2CcFqvCA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAhB1sCR%2CYgBwsCI%2CMAII%3BAErwCR%2CkBAYI%2CcFqvCA%2CMAII%3BEACI%2CgBAAA%3B%3BAhB7sCZ%2CYgBitCI%3BAE1wCJ%2CkBAYI%2CcF8vCA%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAhBptCR%2CYgBitCI%2CQAKI%3BAE%5C%2FwCR%2CkBAYI%2CcF8vCA%2CQAKI%3BEACI%2CgBAAA%3B%3BAhBvtCZ%2CYgB2tCI%2COACI%3BAhB5tCR%2CYgB2tCI%2COAEI%3BAEtxCR%2CkBAYI%2CcFwwCA%2COACI%3BAErxCR%2CkBAYI%2CcFwwCA%2COAEI%3BEACI%2CiBAAA%3B%3BAhB9tCZ%2CYgB2tCI%2COAMI%3BAE1xCR%2CkBAYI%2CcFwwCA%2COAMI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAhBnuCZ%2CYgB2tCI%2COAMI%2CQAII%3BAE9xCZ%2CkBAYI%2CcFwwCA%2COAMI%2CQAII%3BEACI%2CgBAAA%3B%3BAhBtuChB%2CYgB2uCI%3BAEpyCJ%2CkBAYI%2CcFwxCA%3BEACI%2CmBAAA%3B%3BAhB5uCR%2CYgB%2BuCI%2CYACK%2CQACG%3BAhBjvCZ%2CYgB%2BuCI%2CYACK%2CQAEG%3BAE3yCZ%2CkBAYI%2CcF4xCA%2CYACK%2CQACG%3BAE1yCZ%2CkBAYI%2CcF4xCA%2CYACK%2CQAEG%3BEpB7hCZ%2C6BAAA%3BEAAA%2CgCAAA%3BEoBgiCgB%2CeAAA%3B%3BAhBrvChB%2CYgB%2BuCI%2CYACK%2CQAQG%2CQAAQ%3BAEjzCpB%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%3BEpBniCpB%2CcAAA%3BE%2BBhOA%2CqBAAA%3BEX2wCgB%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CmBADJ%2CYACK%2CQAQG%2CQAAQ%2COW%5C%2FiClB%3BA3BzMF%2CYgB%2BuCI%2CYACK%2CQAQG%2CQAAQ%2COW%5C%2FiClB%3BATlQF%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%2COW%5C%2FiClB%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BB2CA%2CmBXovCI%2CYACK%2CQAQG%2CQAAQ%2COW7vCnB%3BA3BKD%2CYgB%2BuCI%2CYACK%2CQAQG%2CQAAQ%2COW7vCnB%3BATpDD%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%2COW7vCnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA3B9RA%2CYgB%2BuCI%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BAE5zCjB%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAhBtwCpB%2CYgB%2BuCI%2CYACK%2CQA0BI%2CSACG%3BAhB3wChB%2CYgB%2BuCI%2CYACK%2CQA0BI%2CSAEG%3BAEr0ChB%2CkBAYI%2CcF4xCA%2CYACK%2CQA0BI%2CSACG%3BAEp0ChB%2CkBAYI%2CcF4xCA%2CYACK%2CQA0BI%2CSAEG%3BEACI%2CgBAAA%3B%3BAWxtCpB%2CmBX0rCI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COW3tCvB%3BA3BrDD%2CYgB%2BuCI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COW3tCvB%3BAT9GD%2CkBAYI%2CcF4xCA%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COW3tCvB%3BE%5C%2FBgKD%2CSgC%5C%2FNM%2COhC%2BNN%3B%3BAIrNA%2CYgB%2BuCI%2CYA0CK%3BAEl1CT%2CkBAYI%2CcF4xCA%2CYA0CK%3BEpBpkCT%2CgCAAA%3BEoBskCY%2CaAAA%3B%3BAhB3xCZ%2CYgB%2BuCI%2CYA0CK%2CQAII%3BAEt1Cb%2CkBAYI%2CcF4xCA%2CYA0CK%2CQAII%3BEACG%2CkBAAA%3B%3BAQhxChB%2CiCRiyCM%3BAhBx2CN%2CaAWI%2COgB61CE%3BEACE%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEpB7lCR%2CcAAA%3BE%2BBhOA%2CqBAAA%3BEXo0CQ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAWj0CR%2CmBXozCM%2CSWpzCL%3BAHmBD%2CiCRiyCM%2CSWpzCL%3BA3BpDD%2CaAWI%2COgB61CE%2CSWpzCL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAHhRA%2CiCRiyCM%2CSAeG%3BAhBv3CT%2CaAWI%2COgB61CE%2CSAeG%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAIA%2COAAO%2CKQvzCnB%2CkCRiyCM%2CSAqBE%3BAACI%2COAAO%2CKhB93CnB%2CcAWI%2COgB61CE%2CSAqBE%3BEpB%5C%2FmCR%2CiBAAA%3BEoBknCgB%2CgBAAA%3B%3BAQzzChB%2CiCR8zCM%3BAhBr4CN%2CaAWI%2COgB03CE%3BEACE%2CaAAA%3B%3BAWxxCR%2CmBX2xCK%2COACK%2CSW5xCT%3BAHvCD%2CiCRk0CK%2COACK%2CSW5xCT%3BA3B9GD%2CaAWI%2COgB83CC%2COACK%2CSW5xCT%3BE%5C%2FBgKD%2CSgC%5C%2FNM%2COhC%2BNN%3B%3BA4BvMA%2CiCRk0CK%2COAQK%3BAhBj5CV%2CaAWI%2COgB83CC%2COAQK%3BEACE%2CcAAA%3B%3BA0Cz5CZ%3BE9DqRA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA0DlHA%3BEzDgZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BE%2BDnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BANnCJ%2CQAGI%2CQAAO%3BEzDyRX%2CoBAAA%3BEA0IA%2CwBAAA%3BEACQ%2CgBAAA%3BEAfR%2CoBAAA%3BEACQ%2CYAAA%3BEAmCR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEyDrbD%2CWAAA%3B%3BAATR%2CQAYI%3BEzD4YJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAyD9bT%2CQAmBI%3BEzDqYJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAgElcT%3BEACI%2CmBAAA%3B%3BAAGJ%2CK7DyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgEjBQ%2CMADH%2CIAAI%2COACA%2CIAAI%3BE7DkOb%2CYAAA%3B%3BA6DlOQ%2CMADH%2CIAAI%2COACA%2CIAAI%2CS7DoOX%2CQAGI%2CKACI%3BA6DxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CS7DqOX%2CQAEI%2CKACI%3BA6DxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CS7DsOX%2CQACI%2CKACI%3BA6DxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CS7DoOX%2CQAGI%2CKAEI%3BA6DzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CS7DqOX%2CQAEI%2CKAEI%3BA6DzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CS7DsOX%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BA6D1OJ%2CMADH%2CIAAI%2COACA%2CIAAI%2CS7D%2BOX%2CQACI%2CKACI%3BA6DjPF%2CMADH%2CIAAI%2COACA%2CIAAI%2CS7D%2BOX%2CQACI%2CKAEI%3BEHoCV%2CgCAAA%3B%3BAgE9QoB%2CMATf%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMACM%2CKACG%2CYACG%3BAADJ%2CMATf%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMACM%2CKACG%2CYAEG%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAZpB%2CMADH%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMAWI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC5BtB%2CQAAC%3BAACD%2CQAAC%3BAACD%2CQAAC%3BAACD%2CQAAC%3BAACD%2CQAAC%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAAbD%2CQAAC%2CKAcE%2CIAAC%2CYAAY%3BAAbhB%2CQAAC%2CMAaE%2CIAAC%2CYAAY%3BAAZhB%2CQAAC%2CQAYE%2CIAAC%2CYAAY%3BAAXhB%2CQAAC%2COAWE%2CIAAC%2CYAAY%3BAAVhB%2CQAAC%2CQAUE%2CIAAC%2CYAAY%3BEACd%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3B%3BAAvBF%2CQAAC%2CKAyBA%3BAAxBD%2CQAAC%2CMAwBA%3BAAvBD%2CQAAC%2CQAuBA%3BAAtBD%2CQAAC%2COAsBA%3BAArBD%2CQAAC%2CQAqBA%3BEACI%2CkBAAA%3BEACH%2CeAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3B%3BAACA%2CQAlCD%2CKAyBA%2COASE%3BAAAD%2CQAjCD%2CMAwBA%2COASE%3BAAAD%2CQAhCD%2CQAuBA%2COASE%3BAAAD%2CQA%5C%2FBD%2COAsBA%2COASE%3BAAAD%2CQA9BD%2CQAqBA%2COASE%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3B%3BAAIH%2CQAAC%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAFD%2CQAAC%2CKAGE%2CIAAC%2CYAAY%3BEACd%2CSAAS%2COAAT%3B%3BAAGF%2CQAAC%3BEACS%2CcAAA%3BEACT%2CyBAAA%3B%3BAAFD%2CQAAC%2CMAGE%2CIAAC%2CYAAY%3BEACd%2CSAAS%2COAAT%3B%3BAAGF%2CQAAC%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAFD%2CQAAC%2CQAGE%2CIAAC%2CYAAY%3BEACd%2CSAAS%2COAAT%3B%3BAAGF%2CQAAC%3BEACS%2CmBAAA%3BEACT%2CcAAA%3B%3BAAFD%2CQAAC%2COAGE%2CIAAC%2CYAAY%3BEACd%2CSAAS%2COAAT%3B%3BAAGF%2CQAAC%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAFD%2CQAAC%2CQAGE%2CIAAC%2CYAAY%3BEACd%2CSAAS%2COAAT%3B%3BAAMF%2CUADU%2CSACT%2CKAKE%2CIAAC%2CYAAY%3BAAJhB%2CUAFU%2CSAET%2CMAIE%2CIAAC%2CYAAY%3BAAHhB%2CUAHU%2CSAGT%2CQAGE%2CIAAC%2CYAAY%3BAAFhB%2CUAJU%2CSAIT%2COAEE%2CIAAC%2CYAAY%3BAADhB%2CUALU%2CSAKT%2CQACE%2CIAAC%2CYAAY%3BEACd%2CUAAA%3BEACA%2CWAAA%3B%3BAAPF%2CUADU%2CSACT%2CKASA%3BAARD%2CUAFU%2CSAET%2CMAQA%3BAAPD%2CUAHU%2CSAGT%2CQAOA%3BAAND%2CUAJU%2CSAIT%2COAMA%3BAALD%2CUALU%2CSAKT%2CQAKA%3BEACC%2CUAAA%3BEACA%2CWAAA%3B%3BAAQD%2COAHK%2CKAEN%2CSACE%3BAAAD%2CQADD%2CSACE%3BAACD%2COAJK%2CKAEN%2CSAEE%3BAAAD%2CQAFD%2CSAEE%3BAACD%2COALK%2CKAEN%2CSAGE%3BAAAD%2CQAHD%2CSAGE%3BAACD%2COANK%2CKAEN%2CSAIE%3BAAAD%2CQAJD%2CSAIE%3BAACD%2COAPK%2CKAEN%2CSAKE%3BAAAD%2CQALD%2CSAKE%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BACrHH%2CgBAAgB%2CSAAU%3BEACzB%2CgBAAA%3B%3BAADD%2CgBAAgB%2CSAAU%2CYAEvB%3BEACD%2CUAAA%3B%3BAAHF%2CgBAAgB%2CSAAU%2CYAKzB%2CQAAQ%3BEACP%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAZF%2CgBAAgB%2CSAAU%2CYAczB%2CGACG%3BEACD%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3B%3BAAxBH%2CgBAAgB%2CSAAU%2CYAczB%2CGACG%2CIAUC%3BEACD%2CoBAAA%3B%3BAAED%2CgBA5Ba%2CSAAU%2CYAczB%2CGACG%2CIAaA%3BEACA%2CaAAA%3B%3BAAGF%2CgBAhCc%2CSAAU%2CYAczB%2CGAkBE%2COAAU%2CKAAE%2COAAU%2CIAAC%3BEACvB%2C6BAAA%3B%3BAAED%2CgBAnCc%2CSAAU%2CYAczB%2CGAqBE%2COAAU%3BEACV%2CkBAAA%3B%3BAAED%2CgBAtCc%2CSAAU%2CYAczB%2CGAwBE%2CgBAAgB%2CIAAI%2CSAAS%2CIAAI%2CSAAY%3BEAC7C%2C6BAAA%3B%3BAAED%2CgBAzCc%2CSAAU%2CYAczB%2CGA2BE%3BEACA%2CkBAAA%3B%3BAADD%2CgBAzCc%2CSAAU%2CYAczB%2CGA2BE%2COAEA%3BEACC%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGA%2CgBAlDY%2CSAAU%2CYAczB%2CGA2BE%2COAQE%2CIACA%2CgBAAgB%3BEAChB%2CSAAS%2COAAT%3B%3BAAKA%2CgBAxDW%2CSAAU%2CYAczB%2CGA2BE%2COAaC%2COACE%2CIACA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEAEA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAED%2CgBAvEW%2CSAAU%2CYAczB%2CGA2BE%2COAaC%2COACE%2CIAgBA%2CgBAAgB%3BEAChB%2CSAAS%2COAAT%3B%3BAC9DH%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BEpEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEoEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEpE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEoExFA%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%3BEpEqOL%2CiBAAA%3BEoEnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BEpEgOL%2CiBAAA%3BEoE9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BEpEgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAoE1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BEpE0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAoEhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BEpEgNF%2CYAAA%3B%3BAoE5MA%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%2CgBAAA%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%3BErE%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BEsE7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BEtEuQD%2C4BuE3RgC%2C2CvE2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEsEhQI%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%3BAvB7BJ%3BE9CyRA%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEO0KA%2CuBAAA%3B%3BAuCncA%2CSvCqcE%3BEACE%2CsBAAA%3B%3BAuCtcJ%2CSvCycE%3BEPhLF%2CgBAAA%3BEAAA%2CUAAA%3BEOoLI%2CsBAAA%3BEACA%2CWAAA%3BEPrLJ%2CgBAAA%3BEAAA%2CeAAA%3B%3BAOgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAuC5dJ%2CSAAC%3BEACG%2CmBAAA%3B%3BAAHR%2CSAMM%3BAANN%2CSAOM%2CUAAU%3BE9CkRhB%2CgBAAA%3B%3BA8CzRA%2CSAMM%2CSvCuwBJ%3BAuC7wBF%2CSAOM%2CUAAU%2CSvCswBd%3BEPpfF%2CeAAA%3BEOwfI%2CqBAAA%3B%3BAAtOJ%2CSuCriBM%2CSvCqiBL%3BAAAD%2CSuCpiBM%2CUAAU%2CSvCoiBf%3BEACG%2CgBAAA%3B%3BAuC5iBJ%2CSAMM%2CSvC%2BiBJ%3BAuCrjBF%2CSAOM%2CUAAU%2CSvC8iBd%3BEP5RF%2CgBAAA%3B%3BAOqSI%2CSuCxjBE%2CSvC%2BiBJ%2CSASM%3BAAAJ%2CSuCvjBE%2CUAAU%2CSvC8iBd%2CSASM%3BEACA%2CaAAA%3B%3BAuC%5C%2FjBR%2CSAMM%2CSvC6jBN%2CQACI%3BAuCpkBJ%2CSAOM%2CUAAU%2CSvC4jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BAPhiBR%2CS8C%5C%2FBM%2CSvCmkBN%2CQAAO%2CMPpiBN%3BAAAD%2CS8C9BM%2CUAAU%2CSvCkkBhB%2CQAAO%2CMPpiBN%3BAACD%2CS8ChCM%2CSvCmkBN%2CQAAO%2CMPniBN%3BAAAD%2CS8C%5C%2FBM%2CUAAU%2CSvCkkBhB%2CQAAO%2CMPniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CS8CrCM%2CSvCmkBN%2CQAAO%2CMP9hBN%3BAAAD%2CS8CpCM%2CUAAU%2CSvCkkBhB%2CQAAO%2CMP9hBN%3BEACG%2CWAAA%3B%3BA8C5CJ%2CSAMM%2CSvCmkBN%2CQAAO%2CMAEH%3BAuC3kBJ%2CSAOM%2CUAAU%2CSvCkkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSuC1kBE%2CSvCmkBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CSuCzkBE%2CUAAU%2CSvCkkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSuC9kBE%2CSvCmkBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CSuC7kBE%2CUAAU%2CSvCkkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CSuCllBE%2CSvCmkBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CSuCjlBE%2CUAAU%2CSvCkkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSuCtlBE%2CSvCmkBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CSuCrlBE%2CUAAU%2CSvCkkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BAuC7lBR%2CSAMM%2CSvC2lBN%3BAuCjmBA%2CSAOM%2CUAAU%2CSvC0lBhB%3BEPpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEOyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BAuCrmBJ%2CSAMM%2CSvC2lBN%2COAMI%3BAuCvmBJ%2CSAOM%2CUAAU%2CSvC0lBhB%2COAMI%3BAuCvmBJ%2CSAMM%2CSvC2lBN%2COAOI%3BAuCxmBJ%2CSAOM%2CUAAU%2CSvC0lBhB%2COAOI%3BAuCxmBJ%2CSAMM%2CSvC2lBN%2COAQI%3BAuCzmBJ%2CSAOM%2CUAAU%2CSvC0lBhB%2COAQI%3BEPhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEOwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAuC9mBR%2CSAMM%2CSvC2lBN%2COAgBI%3BAuCjnBJ%2CSAOM%2CUAAU%2CSvC0lBhB%2COAgBI%3BAuCjnBJ%2CSAMM%2CSvC2lBN%2COAiBI%3BAuClnBJ%2CSAOM%2CUAAU%2CSvC0lBhB%2COAiBI%3BEPzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3BEPiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEO0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CSuCzXM%2CSvC2lBN%2COAgBI%2CWAlPH%3BAAAD%2CSuCxXM%2CUAAU%2CSvC0lBhB%2COAgBI%2CWAlPH%3BAAAD%2CSuCzXM%2CSvC2lBN%2COAiBI%2CUAnPH%3BAAAD%2CSuCxXM%2CUAAU%2CSvC0lBhB%2COAiBI%2CUAnPH%3BEPtGD%2CYAAA%3B%3BAOqHA%2CSuCxYM%2CSvC2lBN%2COAgBI%2CWAnOH%3BAAAD%2CSuCvYM%2CUAAU%2CSvC0lBhB%2COAgBI%2CWAnOH%3BAAAD%2CSuCxYM%2CSvC2lBN%2COAiBI%2CUApOH%3BAAAD%2CSuCvYM%2CUAAU%2CSvC0lBhB%2COAiBI%2CUApOH%3BEPrHD%2CcAAA%3B%3BAO0HA%2CSuC7YM%2CSvC2lBN%2COAgBI%2CWA9NH%3BAAAD%2CSuC5YM%2CUAAU%2CSvC0lBhB%2COAgBI%2CWA9NH%3BAAAD%2CSuC7YM%2CSvC2lBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CSuC5YM%2CUAAU%2CSvC0lBhB%2COAiBI%2CUA%5C%2FNH%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CSuClZM%2CSvC2lBN%2COAgBI%2CWAzNH%3BAAAD%2CSuCjZM%2CUAAU%2CSvC0lBhB%2COAgBI%2CWAzNH%3BAAAD%2CSuClZM%2CSvC2lBN%2COAiBI%2CUA1NH%3BAAAD%2CSuCjZM%2CUAAU%2CSvC0lBhB%2COAiBI%2CUA1NH%3BEP%5C%2FHD%2CcAAA%3B%3BA8CzRA%2CSAMM%2CSvC2lBN%2COA0BI%3BAuC3nBJ%2CSAOM%2CUAAU%2CSvC0lBhB%2COA0BI%3BEACI%2CWAAA%3BEPnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA8C3bT%2CSAMM%2CSvC2nBN%3BAuCjoBA%2CSAOM%2CUAAU%2CSvC0nBhB%3BEPxWA%2CgBAAA%3B%3BAOugBI%2CSuC1xBE%2CSvCwxBL%2CSAAY%2CSAER%3BAAAD%2CSuCzxBE%2CUAAU%2CSvCuxBf%2CSAAY%2CSAER%3BAAAD%2CSuC1xBE%2CSvCyxBL%2CUAAa%2CSACT%3BAAAD%2CSuCzxBE%2CUAAU%2CSvCwxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BEPxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BA8CzRA%2CSAMM%2CSvC%2BzBN%3BAuCr0BA%2CSAOM%2CUAAU%2CSvC8zBhB%3BEP5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BAAMA%2CSeXM%2CSvC%2BzBN%2CMwBpzBC%3BAAAD%2CSeVM%2CUAAU%2CSvC8zBhB%2CMwBpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CSgCxOc%2COhCwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAelVQ%2CSAVF%2CSAUG%2COACG%3BAADJ%2CSATF%2CUAAU%2CSASP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CSAiBE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAjBzB%2CUAAU%2CSAgBR%3BEAEQ%2CmBAAA%3B%3BAAzBhB%2CSAMM%2CSAuBE%2COAAM%3BAA7Bd%2CSAOM%2CUAAU%2CSAsBR%2COAAM%3BEACF%2CmBAAA%3B%3BAAEA%2CSA1BN%2CSAuBE%2COAAM%2COAGD%3BAAAD%2CSAzBN%2CUAAU%2CSAsBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAjChB%2CSAMM%2CSA%2BBE%2CMAAK%3BAArCb%2CSAOM%2CUAAU%2CSA8BR%2CMAAK%3BEACD%2CaAAA%3B%3BAAKZ%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACI%3BEACI%2CgBAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKAGG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAAKZ%3BAACA%2CGAAG%3BEACC%2CeAAA%3B%3BAAGJ%3BE9CuMA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA8C%5C%2FLgB%2CwBAHZ%2CMACK%2CSACG%2CIAAG%2CgBACE%3BEACG%2CwBAAA%3B%3BAAOpB%2CMAAO%3BEsBnFP%2CkBAAA%3B%3BAtBmFA%2CMAAO%2CSsBjFP%3BEpEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEoEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEpE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEoEvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMtBuDG%2CSsBjFP%2CiBA0BK%3BAACD%2CMtBsDG%2CSsBjFP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMtB8CG%2CSsBjFP%2CiBAmCK%3BEpEqOL%2CiBAAA%3BEoEnOQ%2CyBAAA%3B%3BAAGJ%2CMtByCG%2CSsBjFP%2CiBAwCK%3BEpEgOL%2CiBAAA%3BEoE9NQ%2CyBAAA%3B%3BAA0GR%2CMtBnEO%2CSsBjFP%2CiBAoJC%3BAACD%2CMtBpEO%2CSsBjFP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMtBxEO%2CSsBjFP%2CiBAyJC%3BEpE%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAoEzGA%2CMtB9EO%2CSsBjFP%2CiBA%2BJC%3BEpEyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAoEhNA%2CMtByBO%2CSsBzBL%3BEpEgNF%2CYAAA%3B%3BAoE5MA%2CMtBqBO%2CSsBrBL%2CgBAA2B%2CMAAS%3BAACtC%2CMtBoBO%2CSsBpBL%2CgBAA2B%2CMAAS%3BAACtC%2CMtBmBO%2CSsBnBN%2CMAAO%3BEACJ%2CcAAA%3B%3BAtBkBJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BExCgHN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CcAAA%3BE%2BB9QA%2CqBAAA%3BEe%2BGQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAxCiHR%2CgBwC5HM%2CyBxC4HL%3BAACD%2CgBwC7HM%2CyBxC6HL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBwClIM%2CyBxCkIL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBwCvIM%2CyBxCuIL%3BAACD%2CgBwCxIM%2CyBxCwIL%3BAACD%2CQAAQ%2CUAAW%2CiBwCzIb%3BExC0IF%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA8C1KA%2CgBACM%2CyBf6JJ%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CgBe%2BFM%2CyBf%5C%2FFL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9OY%2COhC8OZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAerOQ%2CgBAbF%2CyBAaG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAASZ%2CQACI%3BEACI%2CSAAA%3B%3BAAII%2CQALR%2CUAGM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQALR%2CUAII%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAAPhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAMR%3BAAVZ%2CQACI%2CUAII%2CQAAU%2CSAKN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAaR%3BAAjBZ%2CQACI%2CUAII%2CQAAU%2CSAYN%3BEACI%2CWAAA%3B%3BA%5C%2FCzJhB%3BEACI%2CaGFW%2CmBHEX%3BEACA%2CSAAS%2CsDAAsB%2COAAO%2CcAClC%2CqDAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAyEZJ%3BAACA%2CCAAC%2COAAO%3BAAAR%2CCb4DA%3BAa5DA%2CCbgEA%3BAvDwBA%2CKAAK%2CcA0CD%2CiBAGM%3BACpFV%3BEL4OA%2CkBAAA%3B%3BAwExRI%2CMAAC%3BApEmFL%2CKAAK%2CcA0CD%2CiBAGM%2CUoEhIL%3BAnE4CL%2CYmE5CK%3BExEwRL%2C%2BCAAA%3B%3BAwEnRA%2CCAAC%2COAAO%3BAAAR%2CCbkDA%3BAalDA%2CCbsDA%3BE3D6NA%2CqBAAA%3BEMxHA%2CqBAAA%3B%3BAAEA%2CCkE7JC%2COAAO%2CQlE6JP%3BAACD%2CCkE9JC%2COAAO%2CQlE8JP%3BAACD%2CCkE%5C%2FJC%2COAAO%2CQlE%2BJP%3BAAFD%2CCqD3GA%2CgBrD2GC%3BAACD%2CCqD5GA%2CgBrD4GC%3BAACD%2CCqD7GA%2CgBrD6GC%3BAAFD%2CCqDvGA%2CarDuGC%3BAACD%2CCqDxGA%2CarDwGC%3BAACD%2CCqDzGA%2CarDyGC%3BEACG%2CqBAAA%3B%3BAkE5JJ%2COAAO%3BAACP%3BAb6CA%3BAAIA%3BErDpBA%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2COkEnEO%2CQlEmEN%3BAAAD%2CeAAC%3BAACD%2COkEpEO%2CQlEoEN%3BAAAD%2CeAAC%3BAqDtBD%2CgBrDqBC%3BAqDrBD%2CgBrDsBC%3BAqDlBD%2CarDiBC%3BAqDjBD%2CarDkBC%3BEN2MD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2COkEhFO%2CQlEgFN%3BAAAD%2CeAAC%3BAqDlCD%2CgBrDkCC%3BAqD9BD%2CarD8BC%3BEN%2BLD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2COkE5FO%2CQlE4FN%3BAAAD%2CeAAC%3BAACD%2COkE7FO%2CQlE6FN%3BAAAD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%2CQkE9FZ%3BAlE8FP%2CQAAQ%2CUAAW%3BAqDhDnB%2CgBrD8CC%3BAqD9CD%2CgBrD%2BCC%3BAACD%2CQAAQ%2CUqDhDR%3BAAIA%2CarD0CC%3BAqD1CD%2CarD2CC%3BAACD%2CQAAQ%2CUqD5CR%3BE3D6NA%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAmElHJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2CmBAAA%3B%3BAAFJ%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%3BA1E7HJ%2CQyE5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ1ExHN%3BAACD%2CQyE7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ1EvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQyElDQ%2CKAAK%2CMCoKX%2CQAAK%2CQ1ElHN%3BEACG%2CWAAA%3B%3BA0EwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMCiOP%2CQAAK%3BE1E%2BDX%2CeAAA%3B%3BAyEhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BE1E0DN%2CmBAAA%3BEAAA%2CgCAAA%3BEAAA%2C8BAAA%3BEAAA%2C%2BBAAA%3BEAAA%2C6BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQ0E%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU3EvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQ0EpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU3ElFL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQ0EzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU3E7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA0E9BI%2CQDlQI%2CKAAK%2CMCqOX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDnQI%2CKAAK%2CMCqOX%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BE1E6B9B%2CmBAAA%3B%3BA0EzBI%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%3BE1EsBtB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAyEhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BE1EcP%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CeAAA%3BEAAA%2C4BAAA%3B%3BA2EhSA%2CMC8VE%3BE5E1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2E3BA%2CMCmHA%3BE5E%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BE4EgEA%2CmBAAA%3BE5EpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BA2EhSA%2CMC6HA%3BE5EmKA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BA2EhSA%2CMC6HA%2CMAUI%3BE5EnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2E3BA%2CMC4IA%2CEAAC%3BE5EoJD%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BA4EtII%2CMAdJ%2CEAAC%2CKAcI%3BE5EsIL%2CcAAA%3B%3BA4E1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BE5E0HL%2CcAAA%3BEAAA%2CqBAAA%3B%3BA4E7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BE5E6GL%2CcAAA%3B%3BA2EhSA%2CMCgMA%2COAAM%3BE5EgGN%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BA2EhSA%2CMCqNA%3BE5E2EA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BA4E7DI%2CMAdJ%2CQAcK%3BE5E6DL%2CcAAA%3B%3BA4EjDI%2CMA1BJ%2CQA0BK%3BE5EiDL%2CcAAA%3BEAAA%2CqBAAA%3B%3BA4EpCI%2CMAvCJ%2CQAuCK%3BE5EoCL%2CcAAA%3B%3BA4ExBI%2CMAnDJ%2CQAmDK%3BE5EwBL%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BA6C4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BE5E9FL%2CcAAA%3B%3BA4EoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BE5EpGL%2CcAAA%3B%3BA4ExBI%2CMAnDJ%2CQAmDK%2CK7CYH%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CM6C6LA%2CQAmDK%2CK7ChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCxPQ%2COhCwPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CM6CgLJ%2CQAmDK%2CK7CpOJ%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CM6C0KJ%2CQAmDK%2CK7C9NJ%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BA4ENI%2CMArEJ%2CQAqEK%3BE5EML%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BA6C4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BE5E9FL%2CcAAA%3B%3BA4EoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BE5EpGL%2CcAAA%3B%3BA4ENI%2CMArEJ%2CQAqEK%2CS7CNH%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CM6C6LA%2CQAqEK%2CS7ClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCzOQ%2COhCyOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CM6CgLJ%2CQAqEK%2CS7CtPJ%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CM6C0KJ%2CQAqEK%2CS7ChPJ%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BA2EhSA%2CMAGI%3BEACI%2CWAAA%3B%3BAAEA%2CMAHJ%2CQAGK%3BEACG%2CkBAAA%3B%3BAAGJ%2CMAPJ%2CQAOK%3BEACG%2CiBAAA%3B%3BAlDXZ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CkBAAA%3BEAWA%2CmBAAA%3B%3BAAdR%2CgBACM%2CWAIE%3BAALR%2CgBAEM%2CaAGE%3BEAEI%2CmBAAA%3B%3BAAEA%2CgBARN%2CWAIE%2CQAIK%3BAAAD%2CgBAPN%2CaAGE%2CQAIK%3BEACG%2CgBAAA%3B%3BAAKR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAoBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BAoDtBZ%3BE7EgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BA6EhSA%2CYCoEA%3BE9E4NA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA8EtHA%2CYCoEA%2CO%5C%2FEwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BA8E9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BE9EkNA%2CWAAA%3BEAAA%2CqBAAA%3B%3BA8EpMI%2CYAdJ%2CEAcK%3BE9EoML%2CWAAA%3BEAAA%2CqBAAA%3B%3BA8EvLI%2CYA3BJ%2CEA2BK%3BE9EuLL%2CWAAA%3BEAAA%2C0BAAA%3B%3BA8E1KI%2CYAxCJ%2CEAwCK%3BE9E0KL%2CWAAA%3BEAAA%2CqBAAA%3B%3BA6EhSA%2CYCoIA%3BE9E4JA%2CgBAAA%3B%3BA6EhSA%2CYC4JI%2CMAAK%2CIAAI%3BE9EoIb%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BAAMA%2CY%2BCsFI%2CMAAK%2CIAAI%2Ca%5C%2FCtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CSgCxPQ%2COhCwPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAgD9VY%2CUAFP%2CMACG%2CQACK%3BE%5C%2FEqRb%2CkBAAA%3BE%2BEjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BE%5C%2FE6QhB%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BA%2BErRY%2CUAFP%2CMACG%2CQACK%2CMhDyQX%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CUgDfK%2CMACG%2CQACK%2CMhDaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC1OU%2COhC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUgD5BC%2CMACG%2CQACK%2CMhDyBZ%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CUgDlCC%2CMACG%2CQACK%2CMhD%2BBZ%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BAM7CA%2CUyE1OK%2CMACG%2CQACK%2CMzEwOZ%3BAACD%2CUyE3OK%2CMACG%2CQACK%2CMzEyOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUyEhPK%2CMACG%2CQACK%2CMzE8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUyErPK%2CMACG%2CQACK%2CMzEmPZ%3BAACD%2CUyEtPK%2CMACG%2CQACK%2CMzEoPZ%3BAACD%2CQAAQ%2CUAAW%2CWyEvPd%2CMACG%2CQACK%3BEzEsPT%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA%2BEtPA%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%5C%2FEubJ%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%3BA4D5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BE5DiQR%2CiBAAA%3BE4D%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BE5D%2BOR%2CiBAAA%3B%3BA4D5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BE5D2OZ%2CiBAAA%3B%3BA4DjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BE5DuOR%2CiBAAA%3B%3BAgF%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BEhFuJA%2CYAAA%3B%3BAgFnJA%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%3BEhFwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEgFrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BEhF8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAgF5NA%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%3BEhF8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAgFtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BEhFgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAgFhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEhFoHJ%2CwBAAA%3B%3BAgF9IA%2CYA8BI%3BEhFgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAgF1GA%3BEhF0GA%2CYAAA%3BEgFvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BEhFmMJ%2CgBAAA%3B%3BAgF9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BEhFuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEgF5UJ%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%3BEhFgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAgF1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BEhFsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAgF9OR%2CYAqCI%3BEhFqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAgF1GA%2CYA0CI%3BEACI%2CgBAAA%3BEhF%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAgF1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BE3E4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE%2BB9QA%2CqBAAA%3BEkDkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BA3E6MR%2Ca2ExNI%2Cc3EwNH%3BAAAD%2CY2ExNI%2Cc3EwNH%3BAAAD%2CY2ExNI%2Cc3EwNH%3BAACD%2Ca2EzNI%2Cc3EyNH%3BAAAD%2CY2EzNI%2Cc3EyNH%3BAAAD%2CY2EzNI%2Cc3EyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2Ca2E9NI%2Cc3E8NH%3BAAAD%2CY2E9NI%2Cc3E8NH%3BAAAD%2CY2E9NI%2Cc3E8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2Ca2EnOI%2Cc3EmOH%3BAAAD%2CY2EnOI%2Cc3EmOH%3BAAAD%2CY2EnOI%2Cc3EmOH%3BAACD%2Ca2EpOI%2Cc3EoOH%3BAAAD%2CY2EpOI%2Cc3EoOH%3BAAAD%2CY2EpOI%2Cc3EoOH%3BAACD%2CQAAQ%2CUAAW%2Cc2ErOf%3BA3EqOJ%2CQAAQ%2CUAAW%2Ca2ErOf%3BA3EqOJ%2CQAAQ%2CUAAW%2Ca2ErOf%3BE3EsOA%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAiFxQA%2CaAGI%2CclDyPF%3BAkD3PF%2CYAEI%2CclDyPF%3BAkD1PF%2CYACI%2CclDyPF%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CakDGI%2CclDHH%3BAAAD%2CYkDGI%2CclDHH%3BAAAD%2CYkDGI%2CclDHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC1OU%2COhC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CakDVA%2CclDSH%2CMACI%3BAAAD%2CYkDVA%2CclDSH%2CMACI%3BAAAD%2CYkDVA%2CclDSH%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CakDhBA%2CclDeH%2COACI%3BAAAD%2CYkDhBA%2CclDeH%2COACI%3BAAAD%2CYkDhBA%2CclDeH%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BAiFvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BEjF%2BOJ%2CYAAA%3B%3BAiF1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BEjFuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEiFnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAKI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEjF6MA%2CwCAAA%3BEiF3MI%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%3BErFgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEqF3EI%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%3BAAjBR%2CWAQI%2CGjF7FJ%2CMAAK%2CcA0CD%2CiBAGM%3BAiFwCV%2CWAQI%2CGhFpIJ%3BEgF8IY%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%3BAAAD%2CWAtBR%2CGjF7FJ%2CMAAK%2CcA0CD%2CiBAGM%2CUiFsEG%3BAAAD%2CWAtBR%2CGhFpIJ%2CagF0Ja%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BAAFL%2CWA1BR%2CGjF7FJ%2CMAAK%2CcA0CD%2CiBAGM%2CUiF0EG%3BAACD%2CWA3BR%2CGjF7FJ%2CMAAK%2CcA0CD%2CiBAGM%2CUiF2EG%3BAACD%2CWA5BR%2CGjF7FJ%2CMAAK%2CcA0CD%2CiBAGM%2CUiF4EG%2CIAAI%3BAAFL%2CWA1BR%2CGhFpIJ%2CagF8Ja%3BAACD%2CWA3BR%2CGhFpIJ%2CagF%2BJa%3BAACD%2CWA5BR%2CGhFpIJ%2CagFgKa%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BAADJ%2CWAjCJ%2CGAiCK%2CajF9HT%2CMAAK%2CcA0CD%2CiBAGM%3BAiFiFF%2CWAjCJ%2CGAiCK%2CahFrKT%3BEgFuKgB%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%3BA1F4EL%2CKAAK%2CcA0CD%2CiBAGM%2CU0FzHL%3BAzFqCL%2CYyFrCK%3BE9FiRL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEN0FA%2CgBAAA%3BE8F1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BA%5C%2FFuHR%2CC%2BFhIK%2CwB%5C%2FFgIJ%3BAAAD%2CM%2BFhIK%2CwB%5C%2FFgIJ%3BAAAD%2CG%2BFhIK%2CwB%5C%2FFgIJ%3BAKpDD%2CKAAK%2CcA0CD%2CiBAGM%2CU0FzHL%2CwB%5C%2FFgIJ%3BAM3FD%2CYyFrCK%2CwB%5C%2FFgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CC%2BFrIK%2CwB%5C%2FFqIJ%3BAAAD%2CM%2BFrIK%2CwB%5C%2FFqIJ%3BAAAD%2CG%2BFrIK%2CwB%5C%2FFqIJ%3BAKzDD%2CKAAK%2CcA0CD%2CiBAGM%2CU0FzHL%2CwB%5C%2FFqIJ%3BAMhGD%2CYyFrCK%2CwB%5C%2FFqIJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CC%2BF1IK%2CwB%5C%2FF0IJ%3BAAAD%2CM%2BF1IK%2CwB%5C%2FF0IJ%3BAAAD%2CG%2BF1IK%2CwB%5C%2FF0IJ%3BAK9DD%2CKAAK%2CcA0CD%2CiBAGM%2CU0FzHL%2CwB%5C%2FF0IJ%3BAMrGD%2CYyFrCK%2CwB%5C%2FF0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CCwFzLK%2CwBxFyLJ%3BAAAD%2CMwFzLK%2CwBxFyLJ%3BAAAD%2CGwFzLK%2CwBxFyLJ%3BAACD%2CCwF1LK%2CwBxF0LJ%3BAAAD%2CMwF1LK%2CwBxF0LJ%3BAAAD%2CGwF1LK%2CwBxF0LJ%3BAACD%2CCwF3LK%2CwBxF2LJ%3BAAAD%2CMwF3LK%2CwBxF2LJ%3BAAAD%2CGwF3LK%2CwBxF2LJ%3BAF%5C%2FGD%2CKAAK%2CcA0CD%2CiBAGM%2CU0FzHL%2CwBxFyLJ%3BAF7GD%2CKAAK%2CcA0CD%2CiBAGM%2CU0FzHL%2CwBxF0LJ%3BAF9GD%2CKAAK%2CcA0CD%2CiBAGM%2CU0FzHL%2CwBxF2LJ%3BADtJD%2CYyFrCK%2CwBxFyLJ%3BADpJD%2CYyFrCK%2CwBxF0LJ%3BADrJD%2CYyFrCK%2CwBxF2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCwFhMK%2CwBxFgMJ%3BAAAD%2CMwFhMK%2CwBxFgMJ%3BAAAD%2CGwFhMK%2CwBxFgMJ%3BAACD%2CCwFjMK%2CwBxFiMJ%3BAAAD%2CMwFjMK%2CwBxFiMJ%3BAAAD%2CGwFjMK%2CwBxFiMJ%3BAACD%2CQAAQ%2CUAAW%2CEwFlMd%3BAxFkML%2CQAAQ%2CUAAW%2COwFlMd%3BAxFkML%2CQAAQ%2CUAAW%2CIwFlMd%3BA1F4EL%2CKAAK%2CcA0CD%2CiBAGM%2CU0FzHL%2CwBxFgMJ%3BAFpHD%2CKAAK%2CcA0CD%2CiBAGM%2CU0FzHL%2CwBxFiMJ%3BAACD%2CQAAQ%2CUFtHR%2CMAAK%2CcA0CD%2CiBAGM%2CU0FzHL%3BAzFqCL%2CYyFrCK%2CwBxFgMJ%3BAD3JD%2CYyFrCK%2CwBxFiMJ%3BAACD%2CQAAQ%2CUD7JR%2CayFrCK%3BE9FiRL%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAwF3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BA1FgEL%2CKAAK%2CcA0CD%2CiBAGM%2CU0F7GL%3BAzFyBL%2CYyFzBK%3BExF6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BE8FhQQ%2CgBAAA%3B%3BAxF0IR%2CCwF%5C%2FIK%2C2BxF%2BIJ%3BAAAD%2CMwF%5C%2FIK%2C2BxF%2BIJ%3BAAAD%2CGwF%5C%2FIK%2C2BxF%2BIJ%3BAACD%2CCwFhJK%2C2BxFgJJ%3BAAAD%2CMwFhJK%2C2BxFgJJ%3BAAAD%2CGwFhJK%2C2BxFgJJ%3BAACD%2CCwFjJK%2C2BxFiJJ%3BAAAD%2CMwFjJK%2C2BxFiJJ%3BAAAD%2CGwFjJK%2C2BxFiJJ%3BAFjFD%2CKAAK%2CcA0CD%2CiBAGM%2CU0F7GL%2C2BxF%2BIJ%3BAF%5C%2FED%2CKAAK%2CcA0CD%2CiBAGM%2CU0F7GL%2C2BxFgJJ%3BAFhFD%2CKAAK%2CcA0CD%2CiBAGM%2CU0F7GL%2C2BxFiJJ%3BADxHD%2CYyFzBK%2C2BxF%2BIJ%3BADtHD%2CYyFzBK%2C2BxFgJJ%3BADvHD%2CYyFzBK%2C2BxFiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCwFzDK%2C2BxFyDJ%3BAAAD%2CMwFzDK%2C2BxFyDJ%3BAAAD%2CGwFzDK%2C2BxFyDJ%3BAACD%2CCwF1DK%2C2BxF0DJ%3BAAAD%2CMwF1DK%2C2BxF0DJ%3BAAAD%2CGwF1DK%2C2BxF0DJ%3BAFMD%2CKAAK%2CcA0CD%2CiBAGM%2CU0F7GL%2C2BxFyDJ%3BAFOD%2CKAAK%2CcA0CD%2CiBAGM%2CU0F7GL%2C2BxF0DJ%3BADjCD%2CYyFzBK%2C2BxFyDJ%3BADhCD%2CYyFzBK%2C2BxF0DJ%3BEN2MD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CCwFtEK%2C2BxFsEJ%3BAAAD%2CMwFtEK%2C2BxFsEJ%3BAAAD%2CGwFtEK%2C2BxFsEJ%3BAFND%2CKAAK%2CcA0CD%2CiBAGM%2CU0F7GL%2C2BxFsEJ%3BAD7CD%2CYyFzBK%2C2BxFsEJ%3BEN%2BLD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CCwFlFK%2C2BxFkFJ%3BAAAD%2CMwFlFK%2C2BxFkFJ%3BAAAD%2CGwFlFK%2C2BxFkFJ%3BAACD%2CCwFnFK%2C2BxFmFJ%3BAAAD%2CMwFnFK%2C2BxFmFJ%3BAAAD%2CGwFnFK%2C2BxFmFJ%3BAACD%2CQAAQ%2CUAAW%2CEwFpFd%3BAxFoFL%2CQAAQ%2CUAAW%2COwFpFd%3BAxFoFL%2CQAAQ%2CUAAW%2CIwFpFd%3BA1FgEL%2CKAAK%2CcA0CD%2CiBAGM%2CU0F7GL%2C2BxFkFJ%3BAFlBD%2CKAAK%2CcA0CD%2CiBAGM%2CU0F7GL%2C2BxFmFJ%3BAACD%2CQAAQ%2CUFpBR%2CMAAK%2CcA0CD%2CiBAGM%2CU0F7GL%3BAzFyBL%2CYyFzBK%2C2BxFkFJ%3BADzDD%2CYyFzBK%2C2BxFmFJ%3BAACD%2CQAAQ%2CUD3DR%2CayFzBK%3BE9FqQL%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAwF%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BA1FwDL%2CKAAK%2CcA0CD%2CiBAGM%2CU0FrGL%3BAzFiBL%2CYyFjBK%3BExFqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BE8FxPQ%2CgBAAA%3B%3BAxFkIR%2CCwFvIK%2C6BxFuIJ%3BAAAD%2CMwFvIK%2C6BxFuIJ%3BAAAD%2CGwFvIK%2C6BxFuIJ%3BAACD%2CCwFxIK%2C6BxFwIJ%3BAAAD%2CMwFxIK%2C6BxFwIJ%3BAAAD%2CGwFxIK%2C6BxFwIJ%3BAACD%2CCwFzIK%2C6BxFyIJ%3BAAAD%2CMwFzIK%2C6BxFyIJ%3BAAAD%2CGwFzIK%2C6BxFyIJ%3BAFjFD%2CKAAK%2CcA0CD%2CiBAGM%2CU0FrGL%2C6BxFuIJ%3BAF%5C%2FED%2CKAAK%2CcA0CD%2CiBAGM%2CU0FrGL%2C6BxFwIJ%3BAFhFD%2CKAAK%2CcA0CD%2CiBAGM%2CU0FrGL%2C6BxFyIJ%3BADxHD%2CYyFjBK%2C6BxFuIJ%3BADtHD%2CYyFjBK%2C6BxFwIJ%3BADvHD%2CYyFjBK%2C6BxFyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCwFjDK%2C6BxFiDJ%3BAAAD%2CMwFjDK%2C6BxFiDJ%3BAAAD%2CGwFjDK%2C6BxFiDJ%3BAACD%2CCwFlDK%2C6BxFkDJ%3BAAAD%2CMwFlDK%2C6BxFkDJ%3BAAAD%2CGwFlDK%2C6BxFkDJ%3BAFMD%2CKAAK%2CcA0CD%2CiBAGM%2CU0FrGL%2C6BxFiDJ%3BAFOD%2CKAAK%2CcA0CD%2CiBAGM%2CU0FrGL%2C6BxFkDJ%3BADjCD%2CYyFjBK%2C6BxFiDJ%3BADhCD%2CYyFjBK%2C6BxFkDJ%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CCwF9DK%2C6BxF8DJ%3BAAAD%2CMwF9DK%2C6BxF8DJ%3BAAAD%2CGwF9DK%2C6BxF8DJ%3BAFND%2CKAAK%2CcA0CD%2CiBAGM%2CU0FrGL%2C6BxF8DJ%3BAD7CD%2CYyFjBK%2C6BxF8DJ%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CCwF1EK%2C6BxF0EJ%3BAAAD%2CMwF1EK%2C6BxF0EJ%3BAAAD%2CGwF1EK%2C6BxF0EJ%3BAACD%2CCwF3EK%2C6BxF2EJ%3BAAAD%2CMwF3EK%2C6BxF2EJ%3BAAAD%2CGwF3EK%2C6BxF2EJ%3BAACD%2CQAAQ%2CUAAW%2CEwF5Ed%3BAxF4EL%2CQAAQ%2CUAAW%2COwF5Ed%3BAxF4EL%2CQAAQ%2CUAAW%2CIwF5Ed%3BA1FwDL%2CKAAK%2CcA0CD%2CiBAGM%2CU0FrGL%2C6BxF0EJ%3BAFlBD%2CKAAK%2CcA0CD%2CiBAGM%2CU0FrGL%2C6BxF2EJ%3BAACD%2CQAAQ%2CUFpBR%2CMAAK%2CcA0CD%2CiBAGM%2CU0FrGL%3BAzFiBL%2CYyFjBK%2C6BxF0EJ%3BADzDD%2CYyFjBK%2C6BxF2EJ%3BAACD%2CQAAQ%2CUD3DR%2CayFjBK%3BE9F6PL%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyFlHJ%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%3BEV%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAUhHA%2CsBVkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAUrHJ%2CsBVkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAUxHR%2CsBV4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA1E7HJ%2CsB0EwHE%2CQAAK%2CQ1ExHN%3BAACD%2CsB0EuHE%2CQAAK%2CQ1EvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsB0EkHE%2CQAAK%2CQ1ElHN%3BEACG%2CWAAA%3B%3BA0EwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAUpIR%2CsBVyLM%2CQAAK%3BE1E%2BDX%2CeAAA%3B%3BAoFxPA%2CsBV6LE%2CQAAK%2CMACD%3BE1E0DN%2CmBAAA%3BEAAA%2CgCAAA%3BEAAA%2C8BAAA%3BEAAA%2C%2BBAAA%3BEAAA%2C6BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsB2EsFE%2CQAAK%2CMACD%2CU3EvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsB2EiFE%2CQAAK%2CMACD%2CU3ElFL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsB2E4EE%2CQAAK%2CMACD%2CU3E7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA0E9BI%2CsBA7BF%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBA9BF%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BE1E6B9B%2CmBAAA%3B%3BA0EzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BE1EsBtB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAoFxPA%2CsBV0OE%2CQAAK%3BE1EcP%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CeAAA%3BEAAA%2C4BAAA%3B%3B%3B%3B%3B%3BAmHtSJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACgBA%2C2CACI%2CkCACM%3BAAFV%2C2CACI%2CkCAEI%3BEACI%2CqBAAA%3B%3BAAJZ%2C2CAQI%3BAARJ%2C2CASI%3BEACI%2CmBAAA%3B%3BAClBR%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAADJ%2C6CAGI%3BAAHJ%2C6CxHgFA%2CMAAK%2CcA0CD%2CiBAGM%3BAwH7HV%2C6CvHyCA%3BEuHrCQ%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAAC%3BEACG%2C6BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CmBAAA%3B%3BAhG%5C%2FCZ%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BE5B2QV%2CiBAAA%3BE4BzQY%2CgBAAA%3B%3BAArBZ%2CwBAgBI%2C%2BBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAWA%2CwBAPR%2CqCACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAXR%2CqCACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CwBAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CwBAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAA%5C%2FDZ%2CwBAmEI%3BEACI%2CgBAAA%3B%3BAAEA%2CwBAHJ%2CqBAGK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBANJ%2CqBAMK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBATJ%2CqBASK%3BAACD%2CwBAVJ%2CqBAUK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBAbJ%2CqBAaK%3BEACG%2CYAAA%3B%3BAAMZ%3BEAEI%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAiGhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BAAAF%2CW5H6FA%2CMAAK%2CcA0CD%2CiBAGM%3BA4H1IV%2CW3HsDA%3BE2HrDI%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACII%2CkCADJ%2CmCACK%3BEjImRT%2CgBAAA%3BEiIjRY%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAPJ%2CmCAOK%2COAAQ%3BAACT%2CkCARJ%2CmCAQK%3BEACG%2CaAAA%3BEACA%2CaAAA%3B%3BAAXZ%2CkCAeM%2CSAAM%3BEACJ%2CgBAAA%3B%3BAAIR%2CwBACI%3BEACI%2CmBAAA%3B%3BAC5BR%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BAANf%2CyBAEI%2CYAAY%2CG9HoFhB%2CMAAK%2CcA0CD%2CiBAGM%2CU8HjIe%3BAAFzB%2CyBAII%2CYAAY%2CG9HkFhB%2CMAAK%2CcA0CD%2CiBAGM%2CU8H%5C%2FHe%3BAAJzB%2CyBAEI%2CYAAY%2CG7H6ChB%2Ca6H7CyB%3BAAFzB%2CyBAII%2CYAAY%2CG7H2ChB%2Ca6H3CyB%3BEAGjB%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%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvIR%2CyBA0II%2CYAAY%2CGAAG%3BAA1InB%2CyBA2II%2CcAAc%3BAA3IlB%2CyBA0II%2CYAAY%2CG9HpDhB%2CMAAK%2CcA0CD%2CiBAGM%3BA8HnIV%2CyBA0II%2CYAAY%2CG7H3FhB%3BE6H6FQ%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIR%2CyBAkJI%2CYAAY%2CGAAG%3BAAlJnB%2CyBAkJI%2CYAAY%2CG9H5DhB%2CMAAK%2CcA0CD%2CiBAGM%3BA8HnIV%2CyBAkJI%2CYAAY%2CG7HnGhB%3BE6HqGY%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BAADP%2CyBAZJ%2CYAAY%2CG9H5DhB%2CMAAK%2CcA0CD%2CiBAGM%2CU8H2BD%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CG9H5DhB%2CMAAK%2CcA0CD%2CiBAGM%2CU8H4BD%2CMAAM%3BAADP%2CyBAZJ%2CYAAY%2CG7HnGhB%2Ca6H%2BGS%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CG7HnGhB%2Ca6HgHS%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%3BAAAD%2CyBAjBJ%2CYAAY%2CG9H5DhB%2CMAAK%2CcA0CD%2CiBAGM%2CU8HgCD%3BAAAD%2CyBAjBJ%2CYAAY%2CG7HnGhB%2Ca6HoHS%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%3BAApLtC%2CyBAoLI%2CYAAY%2CGAAE%2Ca9H9FlB%2CMAAK%2CcA0CD%2CiBAGM%2CU8HiD4B%3BAApLtC%2CyBAoLI%2CYAAY%2CGAAE%2Ca7HrIlB%2Ca6HqIsC%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%3BACjBJ%3BEACI%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CKAAM%2CYAAC%3BEACH%2CeAAA%3B%3BAAIR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAIR%3BEAEQ%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CYAAA%3B%3BAATR%2CYAYI%3BEACI%2CcAAA%3B%3BAAGJ%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%3BAAnCR%2CYAsCM%3BEACE%2CaAAA%3B%3BAAIR%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%2CsBAAsB%2CcAAe%3BEACjC%2CqBClHoB%2CmEDkHpB%3B%3BAAGJ%2CaAAc%3BEACV%2CmBAAA%3B%3BAAIJ%2CqBAAsB%2CmBAAmB%3BEACrC%2CsBAAA%3BEACA%2CuBAAA%3B%3BAE5GR%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CSAAA%3BEACA%2C2CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BACvCR%3BEAEQ%2CkBAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CqBFRoB%2CmEEQpB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAQJ%3BEAEQ%2CcAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CqBAMM%3BECUF%2CsBAAA%3BEACA%2CqBAAA%3B%3BAFnBJ%2CKAAM%2CsBCQA%3BEDPF%2CqBAAA%3B%3BAGDJ%2CKAAM%2CsBFQA%3BEEPF%2CqBAAA%3B%3BACDJ%2CKAAM%2CsBHQA%3BEGPF%2CqBAAA%3B%3BAFqBJ%2CKAAM%2CsBDdA%3BECeF%2CqBAAA%3B%3BADXA%2CqBAAC%3BEACG%2CkBAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CiBAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CUAAA%3B%3BAAGJ%2CsBAAC%2CaAAa%3BEACV%2C8BAAA%3B%3BAAGJ%2CsBAAC%2CoBAAoB%2CIAAI%3BEAzDzB%2CkBAAA%3BEA4DI%2CYAAA%3B%3BAAzDR%2CsBAsDK%2CoBAAoB%2CIAAI%2CmBAtD5B%3BEACG%2CqBFRoB%2CmEEQpB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAmDA%2CsBAAC%2CIAAI%2CmBAAoB%2CqBAAoB%2CIAAI%3BEAC7C%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CQAAS%3BEACL%2CeAAA%3B%3B%3BADtBJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaKxCU%2CeLwCV%3BEACA%2CSAAS%2CmDAA%2BB%2COKvC9B%2COLuCV%3BEACA%2CmBAAA%3B%3B%3BAK5BJ%3BACcA%3BAAfA%2CaAAc%2CaAAY%3BAAkO1B%2CgBAAgB%3BAAlOhB%2CaAAc%2CaAkOd%2CgBAAgB%3BED%5C%2FNR%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CcAAC%3BACEL%2CsBDFK%3BACbL%2CaAAc%2CaAAY%2CsBDarB%3BACqNL%2CgBAAgB%2CcDrNX%3BACbL%2CaAAc%2CaAkOd%2CgBAAgB%2CcDrNX%3BEACG%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAAC%2CYAAY%3BACJjB%2CsBDIK%2CYAAY%3BACqGb%2CaAFS%2CUAAW%2CuBAEnB%2CMDrGY%3BACqGb%2CaADS%2CUAAW%2CaAAY%2CsBAC%5C%2FB%2CMDrGY%3BACnBjB%2CaAAc%2CaAAY%2CsBDmBrB%2CYAAY%3BACqGb%2CaAFS%2CUAtHb%2CcAAc%2CaAAY%2CsBAwHrB%2CMDrGY%3BACqGb%2CaADS%2CUAAW%2CaAvHxB%2CaAAc%2CaAAY%2CsBAwHrB%2CMDrGY%3BAC%2BMjB%2CgBAAgB%2CcD%5C%2FMX%2CYAAY%3BACqGb%2CaAFS%2CUA4Gb%2CiBAAgB%2CcA1GX%2CMDrGY%3BACqGb%2CaADS%2CUAAW%2CaA2GxB%2CgBAAgB%2CcA1GX%2CMDrGY%3BACnBjB%2CaAAc%2CaAkOd%2CgBAAgB%2CcD%5C%2FMX%2CYAAY%3BACqGb%2CaAFS%2CUAtHb%2CcAAc%2CaAkOd%2CgBAAgB%2CcA1GX%2CMDrGY%3BACqGb%2CaADS%2CUAAW%2CaAvHxB%2CaAAc%2CaAkOd%2CgBAAgB%2CcA1GX%2CMDrGY%3BEACT%2CSAhDgB%2COAgDhB%3B%3BAAGJ%2CcAAC%2CaAAa%3BACRlB%2CsBDQK%2CaAAa%3BACqGd%2CaANS%2CUAAW%2CuBAMnB%2CMDrGa%3BACqGd%2CaALS%2CUAAW%2CaAAY%2CsBAK%5C%2FB%2CMDrGa%3BACvBlB%2CaAAc%2CaAAY%2CsBDuBrB%2CaAAa%3BACqGd%2CaANS%2CUAtHb%2CcAAc%2CaAAY%2CsBA4HrB%2CMDrGa%3BACqGd%2CaALS%2CUAAW%2CaAvHxB%2CaAAc%2CaAAY%2CsBA4HrB%2CMDrGa%3BAC2MlB%2CgBAAgB%2CcD3MX%2CaAAa%3BACqGd%2CaANS%2CUA4Gb%2CiBAAgB%2CcAtGX%2CMDrGa%3BACqGd%2CaALS%2CUAAW%2CaA2GxB%2CgBAAgB%2CcAtGX%2CMDrGa%3BACvBlB%2CaAAc%2CaAkOd%2CgBAAgB%2CcD3MX%2CaAAa%3BACqGd%2CaANS%2CUAtHb%2CcAAc%2CaAkOd%2CgBAAgB%2CcAtGX%2CMDrGa%3BACqGd%2CaALS%2CUAAW%2CaAvHxB%2CaAAc%2CaAkOd%2CgBAAgB%2CcAtGX%2CMDrGa%3BEACV%2CSAnDiB%2COAmDjB%3B%3BAAGJ%2CcAAC%2CYAAY%3BACZjB%2CsBDYK%2CYAAY%3BACkFb%2CaArBS%2CUAAW%2CuBAqBnB%2CMDlFY%3BACkFb%2CaApBS%2CUAAW%2CaAAY%2CsBAoB%5C%2FB%2CMDlFY%3BAC3BjB%2CaAAc%2CaAAY%2CsBD2BrB%2CYAAY%3BACkFb%2CaArBS%2CUAxFb%2CcAAc%2CaAAY%2CsBA6GrB%2CMDlFY%3BACkFb%2CaApBS%2CUAAW%2CaAzFxB%2CaAAc%2CaAAY%2CsBA6GrB%2CMDlFY%3BACuMjB%2CgBAAgB%2CcDvMX%2CYAAY%3BACkFb%2CaArBS%2CUA0Ib%2CiBAAgB%2CcArHX%2CMDlFY%3BACkFb%2CaApBS%2CUAAW%2CaAyIxB%2CgBAAgB%2CcArHX%2CMDlFY%3BAC3BjB%2CaAAc%2CaAkOd%2CgBAAgB%2CcDvMX%2CYAAY%3BACkFb%2CaArBS%2CUAxFb%2CcAAc%2CaAkOd%2CgBAAgB%2CcArHX%2CMDlFY%3BACkFb%2CaApBS%2CUAAW%2CaAzFxB%2CaAAc%2CaAkOd%2CgBAAgB%2CcArHX%2CMDlFY%3BEACT%2CSAtDgB%2COAsDhB%3B%3BAAGJ%2CcAAC%2CaAAa%3BAChBlB%2CsBDgBK%2CaAAa%3BACkFd%2CaAzBS%2CUAAW%2CuBAyBnB%2CMDlFa%3BACkFd%2CaAxBS%2CUAAW%2CaAAY%2CsBAwB%5C%2FB%2CMDlFa%3BAC%5C%2FBlB%2CaAAc%2CaAAY%2CsBD%2BBrB%2CaAAa%3BACkFd%2CaAzBS%2CUAxFb%2CcAAc%2CaAAY%2CsBAiHrB%2CMDlFa%3BACkFd%2CaAxBS%2CUAAW%2CaAzFxB%2CaAAc%2CaAAY%2CsBAiHrB%2CMDlFa%3BACmMlB%2CgBAAgB%2CcDnMX%2CaAAa%3BACkFd%2CaAzBS%2CUA0Ib%2CiBAAgB%2CcAjHX%2CMDlFa%3BACkFd%2CaAxBS%2CUAAW%2CaAyIxB%2CgBAAgB%2CcAjHX%2CMDlFa%3BAC%5C%2FBlB%2CaAAc%2CaAkOd%2CgBAAgB%2CcDnMX%2CaAAa%3BACkFd%2CaAzBS%2CUAxFb%2CcAAc%2CaAkOd%2CgBAAgB%2CcAjHX%2CMDlFa%3BACkFd%2CaAxBS%2CUAAW%2CaAzFxB%2CaAAc%2CaAkOd%2CgBAAgB%2CcAjHX%2CMDlFa%3BEACV%2CSAzDiB%2COAyDjB%3B%3BAAGJ%2CcAAC%2CcAAc%3BACpBnB%2CsBDoBK%2CcAAc%3BACsCf%2CsBAAC%2CMDtCc%3BACgHX%2CaAlBK%2CWAAY%2CuBAYpB%2CMAMI%3BAAnJT%2CaAAc%2CaAAY%2CsBDmCrB%2CcAAc%3BACnCnB%2CaAAc%2CaAAY%2CsBAyErB%2CMDtCc%3BACgHX%2CaAlBK%2CWAjIb%2CcAAc%2CaAAY%2CsBA6IrB%2CMAMI%3BAA%2BET%2CgBAAgB%2CcD%5C%2FLX%2CcAAc%3BAC%2BLnB%2CgBAAgB%2CcAzJX%2CMDtCc%3BACgHX%2CaAlBK%2CWAiGb%2CiBAAgB%2CcArFX%2CMAMI%3BAAnJT%2CaAAc%2CaAkOd%2CgBAAgB%2CcD%5C%2FLX%2CcAAc%3BACnCnB%2CaAAc%2CaAkOd%2CgBAAgB%2CcAzJX%2CMDtCc%3BACgHX%2CaAlBK%2CWAjIb%2CcAAc%2CaAkOd%2CgBAAgB%2CcArFX%2CMAMI%3BED%5C%2FGD%2CSA5DkB%2COA4DlB%3B%3BAAGJ%2CcAAC%2CeAAe%3BACxBpB%2CsBDwBK%2CeAAe%3BACyChB%2CsBAAC%2CMDzCe%3BACiGZ%2CaAPK%2CWAAY%2CuBACpB%2CMAMI%3BAAxIT%2CaAAc%2CaAAY%2CsBDuCrB%2CeAAe%3BACvCpB%2CaAAc%2CaAAY%2CsBAgFrB%2CMDzCe%3BACiGZ%2CaAPK%2CWAjIb%2CcAAc%2CaAAY%2CsBAkIrB%2CMAMI%3BAA0FT%2CgBAAgB%2CcD3LX%2CeAAe%3BAC2LpB%2CgBAAgB%2CcAlJX%2CMDzCe%3BACiGZ%2CaAPK%2CWAiGb%2CiBAAgB%2CcAhGX%2CMAMI%3BAAxIT%2CaAAc%2CaAkOd%2CgBAAgB%2CcD3LX%2CeAAe%3BACvCpB%2CaAAc%2CaAkOd%2CgBAAgB%2CcAlJX%2CMDzCe%3BACiGZ%2CaAPK%2CWAjIb%2CcAAc%2CaAkOd%2CgBAAgB%2CcAhGX%2CMAMI%3BEDhGD%2CSA%5C%2FDmB%2COA%2BDnB%3B%3BAAGJ%2CcAAC%2CWAAW%3BAC5BhB%2CsBD4BK%2CWAAW%3BAC3ChB%2CaAAc%2CaAAY%2CsBD2CrB%2CWAAW%3BACuLhB%2CgBAAgB%2CcDvLX%2CWAAW%3BAC3ChB%2CaAAc%2CaAkOd%2CgBAAgB%2CcDvLX%2CWAAW%3BEACR%2CSAlEe%2COAkEf%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAC%2CQAAQ%3BACjCb%2CsBDiCK%2CQAAQ%3BAC6LT%2CgBAXY%2CcAWX%2CiBD7LQ%3BAChDb%2CaAAc%2CaAAY%2CsBDgDrB%2CQAAQ%3BACkLb%2CgBAAgB%2CcDlLX%2CQAAQ%3BAChDb%2CaAAc%2CaAkOd%2CgBAAgB%2CcDlLX%2CQAAQ%3BEACL%2CSAtEY%2COAsEZ%3BEACA%2CiBAAA%3B%3BAE7EZ%2CuBACI%2CsBAAqB%2CSAAY%3BEAC7B%2CQRuBiB%2CSQvBjB%3B%3BAAFR%2CuBAKI%3BEACI%2CmBAAA%3B%3BAANR%2CuBASI%3BEACI%2CUAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAKJ%2CcAAC%3BEACG%2CwCAAA%3B%3BAAKJ%3BEAEQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CoBAMM%3BEACE%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBAAC%2CeAAgB%3BEPVjB%2CkBAAA%3BEOaI%2C2BAAA%3B%3BAPVR%2CoBOOK%2CeAAgB%2CwBPPpB%3BEACG%2CSAAA%3BEACA%2C2CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAOKJ%3BEAEQ%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CWAAT%3B%3BAAXR%2CyBAcM%3BEACE%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEACI%2C2CAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CmCAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEC1EI%2CaAAA%3BEAIA%2CuBAAA%3BEN6BA%2CsBAAA%3BEACA%2CqBAAA%3BEK6CI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CQAAQ%2CqBAAR%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAP3ER%2CKAAM%3BEACF%2CqBAAA%3B%3BAGDJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACDJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAFqBJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAKoCJ%2CuBAmBM%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3B%3BAArBR%2CuBAwBM%3BEACE%2CgBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CQAAQ%2C0BAAR%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%2CgBAAgB%3BEACrB%2CQAAQ%2CoCAAR%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%2CkBAAkB%3BEACvB%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CqBAAwB%3BEACpB%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BADtIR%2CwBACI%3BAAwBA%2CsBAAsB%2CgBAxBtB%3BAAyBA%2CsBAAsB%2CaAAa%2CgBAzBnC%3BAADJ%2CwBA8BI%2CcAAc%2CaAAY%3BAA9B9B%2CwBAgQI%2CiBAAgB%3BAGrOhB%2CoBAAoB%2CgBH1BpB%3BAADJ%2CwBA8BI%2CcAAc%2CaAkOd%2CgBAAgB%3BEA7PR%2CUAAA%3B%3BAAGJ%2CwBALJ%2CuBAKK%3BAAmBL%2CsBAAsB%2CgBAxBtB%2CuBAKK%3BAAoBL%2CsBAAsB%2CaAAa%2CgBAzBnC%2CuBAKK%3BAAAD%2CwBAwBJ%2CcAAc%2CaAAY%2CsBAxBrB%3BAAAD%2CwBA0PJ%2CiBAAgB%2CcA1PX%3BAGqBL%2CoBAAoB%2CgBH1BpB%2CuBAKK%3BAAAD%2CwBAwBJ%2CcAAc%2CaAkOd%2CgBAAgB%2CcA1PX%3BEACG%2CUAAA%3B%3BAAGJ%2CwBATJ%2CuBASK%3BAAeL%2CsBAAsB%2CgBAxBtB%2CuBASK%3BAAgBL%2CsBAAsB%2CaAAa%2CgBAzBnC%2CuBASK%3BAAAD%2CwBAoBJ%2CcAAc%2CaAAY%2CsBApBrB%3BAAAD%2CwBAsPJ%2CiBAAgB%2CcAtPX%3BAGiBL%2CoBAAoB%2CgBH1BpB%2CuBASK%3BAAAD%2CwBAoBJ%2CcAAc%2CaAkOd%2CgBAAgB%2CcAtPX%3BEACG%2CWAAA%3B%3BAAXZ%2CwBAeI%3BAAUA%2CsBAAsB%2CgBAVtB%3BAAWA%2CsBAAsB%2CaAAa%2CgBAXnC%3BAGYA%2CoBAAoB%2CgBHZpB%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAkBA%2CsBADkB%2CsBACjB%2CkBAlCL%3BAAkCI%2CsBADkB%2CsBACjB%2CkBALL%2CcAAc%2CaAAY%3BAAKtB%2CsBADkB%2CsBACjB%2CkBA6NL%2CiBAAgB%3BAA7NZ%2CsBADkB%2CsBACjB%2CkBALL%2CcAAc%2CaAkOd%2CgBAAgB%3BEA7PR%2CUAAA%3B%3BAAGJ%2CsBA4BkB%2CsBACjB%2CkBAlCL%2CuBAKK%3BAAAD%2CsBA4BkB%2CsBACjB%2CkBALL%2CcAAc%2CaAAY%2CsBAxBrB%3BAAAD%2CsBA4BkB%2CsBACjB%2CkBA6NL%2CiBAAgB%2CcA1PX%3BAAAD%2CsBA4BkB%2CsBACjB%2CkBALL%2CcAAc%2CaAkOd%2CgBAAgB%2CcA1PX%3BEACG%2CUAAA%3B%3BAAGJ%2CsBAwBkB%2CsBACjB%2CkBAlCL%2CuBASK%3BAAAD%2CsBAwBkB%2CsBACjB%2CkBALL%2CcAAc%2CaAAY%2CsBApBrB%3BAAAD%2CsBAwBkB%2CsBACjB%2CkBA6NL%2CiBAAgB%2CcAtPX%3BAAAD%2CsBAwBkB%2CsBACjB%2CkBALL%2CcAAc%2CaAkOd%2CgBAAgB%2CcAtPX%3BEACG%2CWAAA%3B%3BAAwBJ%2CsBADkB%2CsBACjB%2CkBApBL%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAiBJ%2CsBAAsB%2CsBAKlB%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%3BAAfA%2CaAAc%2CaAAY%3BAAkO1B%2CgBAAgB%3BAAlOhB%2CaAAc%2CaAkOd%2CgBAAgB%3BEExPZ%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEFkCI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CwCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAAC%3BAACD%2CsBAAC%3BAAzCL%2CaAAc%2CaAAY%2CsBAwCrB%3BAAxCL%2CaAAc%2CaAAY%2CsBAyCrB%3BAAyLL%2CgBAAgB%2CcA1LX%3BAA0LL%2CgBAAgB%2CcAzLX%3BAAzCL%2CaAAc%2CaAkOd%2CgBAAgB%2CcA1LX%3BAAxCL%2CaAAc%2CaAkOd%2CgBAAgB%2CcAzLX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CwCAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CsBAAC%2CIAAI%3BAAjDT%2CaAAc%2CaAAY%2CsBAiDrB%2CIAAI%3BAAiLT%2CgBAAgB%2CcAjLX%2CIAAI%3BAAjDT%2CaAAc%2CaAkOd%2CgBAAgB%2CcAjLX%2CIAAI%3BEACD%2CkBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CIAAI%2CIAAI%2CYAAa%2CuBAAC%3BAACtB%2CsBAAC%2CIAAI%2CUAAU%3BAADf%2CIAAI%2CIAAI%2CYAtDZ%2CcAAc%2CaAAY%2CsBAsDA%3BAAtD1B%2CaAAc%2CaAAY%2CsBAuDrB%2CIAAI%2CUAAU%3BAADf%2CIAAI%2CIAAI%2CYA4KZ%2CiBAAgB%2CcA5KU%3BAA4K1B%2CgBAAgB%2CcA3KX%2CIAAI%2CUAAU%3BAADf%2CIAAI%2CIAAI%2CYAtDZ%2CcAAc%2CaAkOd%2CgBAAgB%2CcA5KU%3BAAtD1B%2CaAAc%2CaAkOd%2CgBAAgB%2CcA3KX%2CIAAI%2CUAAU%3BEACX%2CwCAAA%3B%3BAAGJ%2CsBAAC%3BAA3DL%2CaAAc%2CaAAY%2CsBA2DrB%3BAAuKL%2CgBAAgB%2CcAvKX%3BAA3DL%2CaAAc%2CaAkOd%2CgBAAgB%2CcAvKX%3BEAEO%2CgBAAA%3B%3BAAGJ%2CsBALH%2COAKI%3BAAhET%2CaAAc%2CaAAY%2CsBA2DrB%2COAKI%3BAAkKT%2CgBAAgB%2CcAvKX%2COAKI%3BAAhET%2CaAAc%2CaAkOd%2CgBAAgB%2CcAvKX%2COAKI%3BEACG%2CWAAA%3B%3BAAIR%2CsBAAC%2CeAAe%3BAArEpB%2CaAAc%2CaAAY%2CsBAqErB%2CeAAe%3BAA6JpB%2CgBAAgB%2CcA7JX%2CeAAe%3BAArEpB%2CaAAc%2CaAkOd%2CgBAAgB%2CcA7JX%2CeAAe%3BEACZ%2CcAAA%3B%3BAAGJ%2CsBAAC%3BAAzEL%2CaAAc%2CaAAY%2CsBAyErB%3BAAyJL%2CgBAAgB%2CcAzJX%3BAAzEL%2CaAAc%2CaAkOd%2CgBAAgB%2CcAzJX%3BEAGG%2COAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CsBAAC%3BAAhFL%2CaAAc%2CaAAY%2CsBAgFrB%3BAAkJL%2CgBAAgB%2CcAlJX%3BAAhFL%2CaAAc%2CaAkOd%2CgBAAgB%2CcAlJX%3BEAGG%2CQAAA%3BEACA%2CmCAAA%3B%3BAAIR%2CaAAa%2CUAAW%3BAACxB%2CaAAa%2CUAAW%2CaAAY%3BAADpC%2CaAAa%2CUAxFb%2CcAAc%2CaAAY%3BAAyF1B%2CaAAa%2CUAAW%2CaAzFxB%2CaAAc%2CaAAY%3BAAwF1B%2CaAAa%2CUA0Ib%2CiBAAgB%3BAAzIhB%2CaAAa%2CUAAW%2CaAyIxB%2CgBAAgB%3BAA1IhB%2CaAAa%2CUAxFb%2CcAAc%2CaAkOd%2CgBAAgB%3BAAzIhB%2CaAAa%2CUAAW%2CaAzFxB%2CaAAc%2CaAkOd%2CgBAAgB%3BEAvIR%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAPS%2CUAAW%2CuBAOnB%3BAAAD%2CaANS%2CUAAW%2CaAAY%2CsBAM%5C%2FB%3BAACD%2CaARS%2CUAAW%2CuBAQnB%3BAAAD%2CaAPS%2CUAAW%2CaAAY%2CsBAO%5C%2FB%3BAADD%2CaAPS%2CUAxFb%2CcAAc%2CaAAY%2CsBA%2BFrB%3BAAAD%2CaANS%2CUAAW%2CaAzFxB%2CaAAc%2CaAAY%2CsBA%2BFrB%3BAACD%2CaARS%2CUAxFb%2CcAAc%2CaAAY%2CsBAgGrB%3BAAAD%2CaAPS%2CUAAW%2CaAzFxB%2CaAAc%2CaAAY%2CsBAgGrB%3BAADD%2CaAPS%2CUA0Ib%2CiBAAgB%2CcAnIX%3BAAAD%2CaANS%2CUAAW%2CaAyIxB%2CgBAAgB%2CcAnIX%3BAACD%2CaARS%2CUA0Ib%2CiBAAgB%2CcAlIX%3BAAAD%2CaAPS%2CUAAW%2CaAyIxB%2CgBAAgB%2CcAlIX%3BAADD%2CaAPS%2CUAxFb%2CcAAc%2CaAkOd%2CgBAAgB%2CcAnIX%3BAAAD%2CaANS%2CUAAW%2CaAzFxB%2CaAAc%2CaAkOd%2CgBAAgB%2CcAnIX%3BAACD%2CaARS%2CUAxFb%2CcAAc%2CaAkOd%2CgBAAgB%2CcAlIX%3BAAAD%2CaAPS%2CUAAW%2CaAzFxB%2CaAAc%2CaAkOd%2CgBAAgB%2CcAlIX%3BEACG%2CsBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CaAbS%2CUAAW%2CuBAanB%2CIAAI%3BAAAL%2CaAZS%2CUAAW%2CaAAY%2CsBAY%5C%2FB%2CIAAI%3BAAAL%2CaAbS%2CUAxFb%2CcAAc%2CaAAY%2CsBAqGrB%2CIAAI%3BAAAL%2CaAZS%2CUAAW%2CaAzFxB%2CaAAc%2CaAAY%2CsBAqGrB%2CIAAI%3BAAAL%2CaAbS%2CUA0Ib%2CiBAAgB%2CcA7HX%2CIAAI%3BAAAL%2CaAZS%2CUAAW%2CaAyIxB%2CgBAAgB%2CcA7HX%2CIAAI%3BAAAL%2CaAbS%2CUAxFb%2CcAAc%2CaAkOd%2CgBAAgB%2CcA7HX%2CIAAI%3BAAAL%2CaAZS%2CUAAW%2CaAzFxB%2CaAAc%2CaAkOd%2CgBAAgB%2CcA7HX%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGJ%2CIAAI%2CIAAI%2CYAAa%2CcAjBZ%2CUAAW%2CuBAiBE%3BAAAtB%2CIAAI%2CIAAI%2CYAAa%2CcAhBZ%2CUAAW%2CaAAY%2CsBAgBV%3BAAAtB%2CIAAI%2CIAAI%2CYAAa%2CcAjBZ%2CUAxFb%2CcAAc%2CaAAY%2CsBAyGA%3BAAAtB%2CIAAI%2CIAAI%2CYAAa%2CcAhBZ%2CUAAW%2CaAzFxB%2CaAAc%2CaAAY%2CsBAyGA%3BAAAtB%2CIAAI%2CIAAI%2CYAAa%2CcAjBZ%2CUA0Ib%2CiBAAgB%2CcAzHU%3BAAAtB%2CIAAI%2CIAAI%2CYAAa%2CcAhBZ%2CUAAW%2CaAyIxB%2CgBAAgB%2CcAzHU%3BAAAtB%2CIAAI%2CIAAI%2CYAAa%2CcAjBZ%2CUAxFb%2CcAAc%2CaAkOd%2CgBAAgB%2CcAzHU%3BAAAtB%2CIAAI%2CIAAI%2CYAAa%2CcAhBZ%2CUAAW%2CaAzFxB%2CaAAc%2CaAkOd%2CgBAAgB%2CcAzHU%3BEAClB%2CwCAAA%3B%3BAAwBJ%2CaADS%2CWAAY%2CuBACpB%3BAAAD%2CaADS%2CWAjIb%2CcAAc%2CaAAY%2CsBAkIrB%3BAAAD%2CaADS%2CWAiGb%2CiBAAgB%2CcAhGX%3BAAAD%2CaADS%2CWAjIb%2CcAAc%2CaAkOd%2CgBAAgB%2CcAhGX%3BEAEO%2CUAAA%3BEACA%2CWAAA%3B%3BAAQR%2CaAZS%2CWAAY%2CuBAYpB%3BAAAD%2CaAZS%2CWAjIb%2CcAAc%2CaAAY%2CsBA6IrB%3BAAAD%2CaAZS%2CWAiGb%2CiBAAgB%2CcArFX%3BAAAD%2CaAZS%2CWAjIb%2CcAAc%2CaAkOd%2CgBAAgB%2CcArFX%3BEAEO%2CUAAA%3BEACA%2CWAAA%3B%3BAASZ%3BEAEQ%2CYAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3B%3BAAdR%2CqBAiBM%3BEACE%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAApBR%2CqBAuBI%3BAAvBJ%2CqBxI3FA%2CMAAK%2CcA0CD%2CiBAGM%3BAwI8CV%2CqBvIlIA%3BEuI0JQ%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkCAAA%3BEACA%2CUAAA%3B%3BAAjCR%2CqBAoCI%2CcAAc%3BAApClB%2CqBAoCI%2CcxI%5C%2FHJ%2CMAAK%2CcA0CD%2CiBAGM%3BAwI8CV%2CqBAoCI%2CcvItKJ%3BEuIuKQ%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CQAAS%2CsBACL%3BAADJ%2CQAAS%2CsBxItIT%2CMAAK%2CcA0CD%2CiBAGM%3BAwIyFV%2CQAAS%2CsBvI7KT%3BEuI%2BKQ%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAANR%2CQAAS%2CsBASL%2CcAAc%3BAATlB%2CQAAS%2CsBASL%2CcxI%5C%2FIJ%2CMAAK%2CcA0CD%2CiBAGM%3BAwIyFV%2CQAAS%2CsBASL%2CcvItLJ%3BEuIuLQ%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CQAAS%2CsBACL%3BAADJ%2CQAAS%2CsBxIrJT%2CMAAK%2CcA0CD%2CiBAGM%3BAwIwGV%2CQAAS%2CsBvI5LT%3BEuI8LQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CQAAS%2CsBAQL%2CcAAc%3BAARlB%2CQAAS%2CsBAQL%2CcxI7JJ%2CMAAK%2CcA0CD%2CiBAGM%3BAwIwGV%2CQAAS%2CsBAQL%2CcvIpMJ%3BEuIqMQ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CgBAAgB%3BEAIR%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAQR%2CQACI%3BAADJ%2CQAlPA%2CcAAc%2CaAAY%3BAAkP1B%2CQAhBA%2CiBAAgB%3BAAgBhB%2CQAlPA%2CcAAc%2CaAkOd%2CgBAAgB%3BEAkBR%2CKAAK%2C0BAAL%3BEACA%2CeAAA%3B%3BAAHR%2CQAMI%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAPR%2CQAUI%3BEACI%2CiBAAA%3B%3BAG3RR%3BEACI%2CkBAAA%3B%3BAAIA%2CqBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CqBAAC%2CoBAAqB%3BEAClB%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAC%2CoBAAqB%3BAACtB%2CqBAAC%2CoBAAqB%2CuBAAsB%2CIAAI%3BAAAhD%2CqBAAC%2CoBHYL%2CcAAc%2CaAAY%2CsBGZsB%2CIAAI%3BAAAhD%2CqBAAC%2CoBH8OL%2CiBAAgB%2CcG9OgC%2CIAAI%3BAAAhD%2CqBAAC%2CoBHYL%2CcAAc%2CaAkOd%2CgBAAgB%2CcG9OgC%2CIAAI%3BEAC5C%2CSAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAQR%2CoBAAoB%2CgBAAiB%2CsBAAsB%2CsBAAqB%2CSAAY%3BEACxF%2CYAAA%3B%3BAAGJ%2CoBAAqB%2CuBAAsB%2CoBAAoB%2CIAAI%2CmBAAmB%3BEAClF%2CaAAA%3B%3BAC7BJ%3BEAEQ%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CUAAA%3BEACA%2CsDAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2COAAO%2CUAAP%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CwBAAC%3BEACG%2CMAAM%2CUAAN%3BEACA%2CWAAW%2CqBAAX%3B%3BAAIR%2CsBAAsB%2CiBAAkB%2CuBAAsB%3BAAA9D%2CsBAAsB%2CiBJNtB%2CcAAc%2CaAAY%2CsBIMoC%3BAAA9D%2CsBAAsB%2CiBJ4NtB%2CiBAAgB%2CcI5N8C%3BAAA9D%2CsBAAsB%2CiBJNtB%2CcAAc%2CaAkOd%2CgBAAgB%2CcI5N8C%3BEAC1D%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CQAAS%3BEAED%2CKAAK%2CmBAAL%3B%3BAAGJ%2CQALK%2CyBAKJ%3BEACG%2COAAO%2CUAAP%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CQAVK%2CyBAUJ%3BEACG%2CMAAM%2CUAAN%3BEACA%2CWAAW%2CqBAAX%3B%3BACrDR%3BEAEQ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C8BAAC%2COAAO%3BEACJ%2CiBAAA%3B%3BAAGJ%2C8BAAC%2COAAQ%3BAACT%2C8BAAC%2COAAQ%3BEACL%2CkBAAA%3B%3BAAGJ%2C8BAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAlBR%2C8BAqBI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAAvBR%2C8BA0BI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA9BR%2C8BAiCI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAApCR%2C8BAuCI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C2BAMI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAATR%2C2BAYI%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C2BAfJ%2CoBAeK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAApCZ%2C2BAwCI%2CoBAAmB%2COAAU%3BAAxCjC%2C2BAyCI%2CoBAAmB%2CMAAS%3BEACxB%2C%2BBAAA%3B%3BAA1CR%2C2BA6CI%2CoBAAmB%2CQAAQ%2CSAAY%3BEAE%5C%2FB%2CmBAAA%3B%3BAAGJ%2C2BALJ%2CoBAAmB%2CQAAQ%2CSAAY%2CsBAKlC%3BEACG%2CSAAA%3BEACA%2CWAAW%2CiBAAX%3B%3BAApDZ%2C2BAwDI%2CoBAAmB%2CQAAQ%2CIAAI%2CYAAe%3BEAEtC%2CmBAAA%3B%3BAAGJ%2C2BALJ%2CoBAAmB%2CQAAQ%2CIAAI%2CYAAe%2CsBAKzC%3BEACG%2CSAAA%3BEACA%2CWAAW%2CiBAAX%3B%3BAA%5C%2FDZ%2C2BAmEI%2CoBAAmB%2CIAAI%2CWAAc%3BEACjC%2CmBAAA%3B%3BAApER%2C2BAuEI%2CoBAAmB%2CSAAY%3BEAEvB%2CmBAAA%3B%3BAAGJ%2C2BALJ%2CoBAAmB%2CSAAY%2CsBAK1B%3BEACG%2CSAAA%3B%3BAA7EZ%2C2BAiFI%2CoBAAmB%2CMAAS%3BEACxB%2C%2BBAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3B%3BAAFR%2C0BAKI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAARR%2C0BAWI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAbR%2C0BAgBI%3BEACI%2CaAAA%3B%3BAAjBR%2C0BAoBI%3BEAEQ%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2C0BAZJ%2CkBAYK%3BEACG%2CcAAA%3B%3BAAGJ%2C0BAhBJ%2CkBAgBK%3BEACG%2CmBAAA%3B%3BAAGJ%2C0BApBJ%2CkBAoBK%3BAACD%2C0BArBJ%2CkBAqBK%3BEACG%2C%2BBAAA%3B%3BAAKZ%2C8BAA%2BB%3BEAC3B%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEAEQ%2CyBAAA%3BEACA%2CeAAA%3B%3BEACA%2CgBAAA%3B%3BAAJR%2CsBAOI%2C4BAA4B%3BEACxB%2CiBAAA%3B%3BAAKJ%2CsBAAC%3BEAEO%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAGJ%2CsBAVH%2COAUI%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAdR%2CsBAAC%2COAiBG%3BEACI%2CaAAA%3B%3BAAlBR%2CsBAAC%2COAqBG%3BEACI%2CWAAA%3B%3BAAvBZ%2CsBA2BI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BACrOR%3BEACI%2CYAAA%3B%3BAADJ%2C0BAGI%3BEACI%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C0BAAC%2COAAQ%3BEACL%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAZR%2C0BAeI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAlBR%2C0BAqBI%2CcAAa%3BEACT%2C%2BBAAA%3B%3BAAtBR%2C0BAyBI%3BEACI%2CeAAA%3B%3BAA1BR%2C0BA6BI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2CWAAA%3B%3BAAtCR%2C0BAyCI%2CmBAAkB%3BEACd%2CyBAAA%3B%3BAA1CR%2C0BA6CI%2CmBAAkB%3BEACd%2CyBAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2C0BAAC%2CIAAI%2CSAAU%3BEACX%2CcAAA%3B%3BAAIR%2C0BAA2B%3BAAC3B%2C0BAA2B%3BECtDvB%2CcAAA%3BEAGA%2C6BAAA%3BEACA%2CqBAAA%3BEAIA%2C6BAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3BED8CI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAC3CR%2C0BDqC2B%2C6BCrC1B%3BAAAD%2C0BDsC2B%2CoBCtC1B%3BEACG%2CUAAA%3B%3BAAGJ%2C0BDiC2B%2C6BCjC1B%3BAAAD%2C0BDkC2B%2CoBClC1B%3BEACG%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C0BD4B2B%2C6BC5B1B%3BAAAD%2C0BD6B2B%2CoBC7B1B%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BADoCJ%3BEAEQ%2CgBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAnBR%2C2BAsBI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAxBR%2C2BA2BI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FBR%2C2BAkCI%2CqBAAoB%3BEAChB%2CmBAAA%3B%3BAAnCR%2C2BAsCI%2C4BAA4B%3BEACxB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxCR%2C2BA2CI%3BEAEQ%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C2BAPJ%2CcAOK%3BAACD%2C2BARJ%2CcAQK%3BEACG%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAKZ%3BEAEQ%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAZR%2C2BAeI%3BEAEQ%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CwGAAA%3B%3BAAGJ%2C2BAfJ%2CqBAeK%3BEACG%2CYAAA%3B%3BAAGJ%2C2BAnBJ%2CqBAmBK%3BAACD%2C2BApBJ%2CqBAoBK%3BEACG%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C2BAzBJ%2CqBAyBK%3BAACD%2C2BA1BJ%2CqBA0BK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAKZ%3BEAEQ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2C4BAOI%3BEAEQ%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C4BAXJ%2CcAWK%3BAACD%2C4BAZJ%2CcAYK%3BEACG%2CgBAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C4BAlBJ%2CcAkBK%3BEACG%2CgBAAA%3B%3BAA1BZ%2C4BA8BI%2CqBAAoB%2COAAO%2CIAAI%3BEAC3B%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2C6BAA8B%3BEAC1B%2CUAAA%3B%3BAAGJ%3BEACI%2C2CAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C4BAA6B%3BEACzB%2CeAAA%3B%3BAAGJ%2C6BAA6B%2CYAAY%3BEACrC%2COAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C6BAA8B%3BEAEtB%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAJR%2C6BAA8B%2CkBAO1B%3BEACI%2CkBAAA%3BEACA%2CQAAA%3B%3BAATR%2C6BAA8B%2CkBAY1B%3BEAEQ%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C6BAlBsB%2CkBAY1B%2CcAMK%3BEACG%2CgBE%5C%2FOoC%2CkTF%2BOpC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C6BAzBsB%2CkBAY1B%2CcAaK%3BEACG%2C%2BBAAA%3B%3BAA1BZ%2C6BAA8B%2CkBA8B1B%3BECxQA%2CcAAA%3BEAGA%2C6BAAA%3BEACA%2CqBAAA%3BEAIA%2C6BAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3B%3BAAKJ%2C6BD0N8B%2CkBA8B1B%2C%2BBCxPH%3BEACG%2CUAAA%3B%3BAAGJ%2C6BDsN8B%2CkBA8B1B%2C%2BBCpPH%3BEACG%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C6BDiN8B%2CkBA8B1B%2C%2BBC%5C%2FOH%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BADkPJ%2C2BAA4B%2C4BAA4B%2CoBAAmB%2CSAAY%3BEACnF%2CmBAAA%3B%3BAAGJ%2C0BACI%2CoBAAoB%3BAADxB%2C0BAEI%2CoBAAoB%2CMAAM%3BAAF9B%2C0BAGI%2CoBAAoB%3BEAChB%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAANR%2C0BASI%2CmBAAkB%3BEACd%2CqBAAA%3B%3BAAIR%2C6BAA8B%3BEAC1B%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CwCAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAGxSJ%3BEAEQ%2CwBAAA%3B%3BAAGJ%2CMAAM%2CWAAY%2CMAAK%2CUAAa%2C4CAAC%2CgBAAgB%3BEACjD%2CWAAA%3B%3BAANR%2CyCASI%3BEACI%2CeAAA%3B%3BAAVR%2CyCAaI%2CcAAa%3BEACT%2CiBAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAADJ%2CuBAGI%3BEACI%2CaAAA%3B%3BAAJR%2CuBAOI%3BAAPJ%2CuBAQI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAAsB%2CwBAAC%2CYAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BAAd1F%2CuBAeI%3BEACI%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CiBAAA%3B%3BAAlBR%2CuBAqBI%3BEACI%2CuBAAA%3B%3BAAtBR%2CuBAyBI%3BEACI%2CsBAAA%3B%3BAA1BR%2CuBA6BI%3BEACI%2CuBAAA%3B%3BAA9BR%2CuBAiCI%2CcAAc%3BEACV%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAvCR%2CuBA0CI%2CQAAO%2CeAAe%3BEAClB%2CyBAAA%3B%3BAA3CR%2CuBA8CI%2CQAAO%3BEACH%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2CWAAA%3B%3BAAvDR%2CuBA0DI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKA%2CuBAFJ%2CcAEK%3BAAAD%2CuBADJ%2CgBACK%3BAACD%2CuBAHJ%2CcAGK%3BAAAD%2CuBAFJ%2CgBAEK%3BEACG%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAArEZ%2CuBAyEI%2CqBAAoB%3BAAzExB%2CuBA0EI%2CuBAAsB%3BEAClB%2CUAAA%3B%3BAA3ER%2CuBA8EI%2CqBAAoB%3BAA9ExB%2CuBA%2BEI%2CuBAAsB%3BEAClB%2CgBAAA%3BEACA%2CUAAA%3B%3BAAjFR%2CuBAoFI%2CqBAAoB%3BAApFxB%2CuBAqFI%2CuBAAsB%3BEAClB%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3B%3BAAFR%2CmBAKI%3BEACI%2CaAAA%3B%3BAANR%2CmBASI%2CaAAY%3BEACR%2CcAAA%3B%3BACtHR%3BEAEQ%2CoBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3B%3BAALR%2C0BAQI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAVR%2C0BAaI%2CcAAc%3BEACV%2CmBAAA%3B%3BAAdR%2C0BAiBI%3BEACI%2CgBAAA%3B%3BAAlBR%2C0BAqBI%2CcAAc%2CiBAAgB%3BAArBlC%2C0BAsBI%2COAAM%2CQAAQ%3BEACV%2CmBAAA%3B%3BAAIR%3BEAEQ%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%3BEAC3B%2CcAAA%3B%3BAAGJ%2C0BAAI%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAAI%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C8DAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C0BAAI%2CgBAAa%3BEACb%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CYAAA%3B%3BAAGJ%2C0BAAI%2CgBAAa%2CUAAU%3BEACvB%2CgBAhF2B%2CsDAgF3B%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAa%2CUAAU%3BEAClD%2CgBA1FmC%2C6DA0FnC%3B%3BAAGJ%2C0BAAI%2CgBAAa%2CQAAQ%3BEACrB%2CgBA1FyB%2CoDA0FzB%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAa%2CQAAQ%3BEAChD%2CgBApGiC%2C2DAoGjC%3B%3BAAGJ%2C0BAAI%2CgBAAa%2CWAAW%3BEACxB%2CgBAjG4B%2CuDAiG5B%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAa%2CWAAW%3BEACnD%2CgBA3GoC%2C8DA2GpC%3B%3BAAGJ%2C0BAAI%2CgBAAa%2CQAAQ%3BEACrB%2CgBAtGyB%2CoDAsGzB%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAa%2CQAAQ%3BEAChD%2CgBAhHiC%2C2DAgHjC%3B%3BAAGJ%2C0BAAI%2CgBAAa%2CUAAU%3BEACvB%2CgBA%5C%2FG2B%2CsDA%2BG3B%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAa%2CUAAU%3BEAClD%2CgBAzHmC%2C6DAyHnC%3B%3BAAGJ%2C0BAAI%2CgBAAa%2CSAAS%3BEACtB%2CgBArH0B%2CqDAqH1B%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAa%2CSAAS%3BEACjD%2CgBA%5C%2FHkC%2C4DA%2BHlC%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%3BEAC3B%2CyBAAA%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAc%3BEACzC%2CWAAA%3B%3BAA9FR%2C0BAiGI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2C8BAAA%3B%3BAA3GR%2C0BA8GI%3BEACI%2CUAAA%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CMAAS%3BAAC7B%2C0BAAI%2CmBAAgB%2COAAU%3BAAC9B%2C0BAAI%2CgBAAa%3BEACb%2CyBAAA%3BEACA%2C8BAAA%3B%3BAC5IR%3BEAEQ%2CkBAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CkBAAA%3B%3BAANR%2C0BASM%3BEACE%2CaAAA%3B%3BAAVR%2C0BAaM%3BEACE%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAfR%2C0BAkBM%3BEAEM%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C0BANF%2CgBAMG%3BEACG%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAlCZ%2C0BAsCM%2CmBAAgB%2CQAAW%2CgBAAa%3BEACtC%2CgBA%5C%2FD0B%2CwXA%2BD1B%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEAEQ%2CaAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2C2BAAA%3B%3BAAIR%3BEAEQ%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CYAAA%3B%3BAARR%2CsBAWI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAjBR%2CsBAoBM%3BEAEM%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsCAAA%3B%3BAAGJ%2CsBAXF%2CiBAWG%3BEACG%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CWAAA%3B%3BAAlCZ%2CsBAsCI%3BEACI%2CaAAA%3B%3BAAvCR%2CsBA0CI%2CcAAa%3BEACT%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3B%3BAAFR%2CmBAKM%3BEACE%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CmBAAC%2CYAAa%3BEAEN%2CkBAAA%3B%3BAAGJ%2CmBALH%2CYAAa%2CcAKT%3BEACG%2CgBA1JkB%2CyvCA0JlB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAIR%2CmBAAC%3BEACG%2CmBAAA%3B%3BAA9BR%2CmBAiCM%3BEAEM%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CmBARF%2CgBAQG%3B%3BEAEG%2CcAAA%3B%3BAAGJ%2CmBAbF%2CgBAaG%3B%3BEAEG%2CcAAA%3B%3BAAGJ%2CmBAlBF%2CgBAkBG%3BEACG%2CcAAA%3B%3BAAGJ%2CmBAtBF%2CgBAsBG%3BEACG%2CUAAA%3B%3BAAxDZ%2CmBA4DM%2CgBAAa%3BEACX%2CqBAAA%3B%3BAAGJ%2CmBAAC%2CYAAa%3BEACV%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CmBAAC%2CQAAW%3BEACR%2C0BAAA%3B%3BAAIR%3BEAEQ%2CaAAA%3BEACA%2CeAAA%3B%3BAAHR%2CuBAMM%3BEACE%2CoBAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CmBAOM%3BEACE%2CiBAAA%3B%3BAARR%2CmBAWM%2CgBAAa%2CQAAW%3BEACtB%2CgBA9O2B%2CygCA8O3B%3BEACA%2CYAAA%3B%3BAAbR%2CmBAgBM%3BEACE%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAAC%3BEAEO%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CwDAAA%3B%3BAAGJ%2CmBAXH%2COAWI%3BAACD%2CmBAZH%2COAYI%3BEACG%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CWAAA%3B%3BAAIR%2CuBAAwB%2CoBAAC%2CIAAI%3BEACzB%2CkBAAA%3B%3BAAGJ%2CwBAAyB%3BEAEjB%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2C0CAAA%3B%3BAAGJ%2CwBATqB%2CoBASpB%3BEACG%2CmBAAA%3B%3BAAGJ%2CwBAbqB%2CoBAapB%3BEACG%2CgBAhSc%2CssBAgSd%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CsBAEM%3BAADN%2CuBACM%3BAAFN%2CsBAGM%3BAAFN%2CuBAEM%3BEAEM%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBARF%2CoBAQG%3BAAAD%2CuBARF%2CoBAQG%3BAAAD%2CsBAPF%2CgBAOG%3BAAAD%2CuBAPF%2CgBAOG%3BAACD%2CsBATF%2CoBASG%3BAAAD%2CuBATF%2CoBASG%3BAAAD%2CsBARF%2CgBAQG%3BAAAD%2CuBARF%2CgBAQG%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3B%3BAAKZ%3BEAEQ%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CwBAOI%3BEACI%2CaAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAJR%2CsBAOM%3BEACE%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CsBAeI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEAEQ%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAJR%2CyBAOM%3BAAPN%2CyBAQM%3BEACE%2CSAAA%3B%3BAATR%2CyBAYM%3BEAEM%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CyBAZF%2CiBAYG%3BEACG%2C0BAAA%3B%3BAAGJ%2CyBAhBF%2CiBAgBG%3BEACG%2CgBA5Xc%2C0nBA4Xd%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEAEQ%2CgBAAA%3B%3BAAFR%2CyBAKM%3BEAEM%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C0CAAA%3B%3BAAGJ%2CyBAZF%2CiBAYG%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEAEQ%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CcAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAA0B%2CMAAO%3BAACjC%2C0BAA0B%2CMAAO%3BEAC7B%2CcAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAAI%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CgBArdwB%2CkjCAqdxB%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAA2B%3BEACvB%2CWAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3B%3BAAIJ%2CoBAAqB%3BEACjB%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CmBAAmB%2CmBAAmB%2CeAAe%3BEACtE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CoBAAqB%2C4BAA6B%2C2BAA0B%3BEACxE%2CaAAA%3B%3BAAIA%2CoBADiB%2C4BAA6B%2CmBAC7C%3BEACG%2CaAAA%3B%3BAAGJ%2CoBALiB%2C4BAA6B%2CmBAK7C%2CUAAW%2CeAAe%3BEACvB%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CoBAAqB%2C4BAA4B%2CeAAiB%3BEAC9D%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CgBACjB%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAHR%2CoBAAqB%2CgBAMjB%3BAANJ%2CoBAAqB%2CgBAOjB%3BEACI%2CgBAAA%3B%3BAARR%2CoBAAqB%2CgBAWjB%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CwCAAA%3B%3BAAfR%2CoBAAqB%2CgBAkBjB%3BEACI%2CSAAA%3B%3BAAIR%2CoBAAqB%2CmBACjB%3BEACI%2CWAAA%3B%3BAAFR%2CoBAAqB%2CmBAKjB%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CoBAAqB%2CmBAUjB%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CoBAAoB%3BEAChB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3B%3BAAGJ%2CcAAe%2CsBAAsB%2CqBAAqB%3BEACtD%2CYAAA%3B%3BAAGJ%2CcAAe%2CsBAAsB%3BEACjC%2CaAAA%3B%3BACpjBQ%2CQAFR%2CmBACI%2CeACK%3BEACG%2CmBAAA%3B%3BAAJhB%2CQACI%2CmBAMI%3BEACI%2CgBAAA%3B%3BAAOR%2C6BAA8B%3BAAA9B%2C6BAA8B%3BEAC1B%2CgBAAA%3B%3BAAGJ%2CkBAAC%3BAAAD%2CuBAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CkBAAC%3BAAAD%2CuBAAC%3BEACG%2CcAAA%3B%3BAAXR%2CkBAcI%2COAAO%3BAAbX%2CuBAaI%2COAAO%3BAAdX%2CkBAeI%3BAAdJ%2CuBAcI%3BAAfJ%2CkBAgBI%3BAAfJ%2CuBAeI%3BEAEQ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkBAdJ%2COAAO%2CQAcF%3BAAAD%2CuBAdJ%2COAAO%2CQAcF%3BAAAD%2CkBAbJ%2CcAaK%3BAAAD%2CuBAbJ%2CcAaK%3BAAAD%2CkBAZJ%2CeAYK%3BAAAD%2CuBAZJ%2CeAYK%3BAACD%2CkBAfJ%2COAAO%2CQAeF%3BAAAD%2CuBAfJ%2COAAO%2CQAeF%3BAAAD%2CkBAdJ%2CcAcK%3BAAAD%2CuBAdJ%2CcAcK%3BAAAD%2CkBAbJ%2CeAaK%3BAAAD%2CuBAbJ%2CeAaK%3BEACG%2C0BAAA%3B%3BAA9BZ%2CkBAkCI%3BAAjCJ%2CuBAiCI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CkBAJJ%2C2BAIK%2CIAAI%3BAAAL%2CuBAJJ%2C2BAIK%2CIAAI%3BEACD%2C4BAAA%3B%3BAAvCZ%2CkBA2CI%3BAA1CJ%2CuBA0CI%3BEACI%2CgBAAA%3B%3BAAKJ%2CmBAAC%3BEACG%2CgBAAA%3B%3BAAFR%2CmBAKI%3BEAEQ%2CgBAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2CmBANJ%2CeAMK%3BEACG%2CYAAA%3B%3BAAZZ%2CmBAgBI%2CeAAc%3BEACV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAlBR%2CmBAqBI%2C4BAA8B%3BEAC1B%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAALR%2CiBAQI%2CcAAa%2CIAAI%3BEACb%2CkBAAA%3B%3BAAIR%3BEAEQ%2CaAAA%3B%3BAAGJ%2C6BAAC%3BEACG%2CcAAA%3B%3BAAIR%2CsBAAuB%2CcAAa%3BEAChC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEAEQ%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C2BAAC%2CQAAS%3BEACN%2CcAAA%3B%3BAAPR%2C2BAUI%2CoBAAmB%3BEACf%2C6BAAA%3BEACA%2CsDAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C2BAAC%2CQAAS%2CoBAAmB%3BEACzB%2CsDAAA%3BEACA%2CQAAA%3B%3BAAvBR%2C2BA0BI%3BEACI%2CkBAAA%3B%3BAA3BR%2C2BA8BI%2CcAAa%3BEACT%2CYAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAfR%2CoBAkBI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyCAAA%3B%3BAAxBR%2CoBA2BI%2CoBAAmB%3BEACf%2C0CAAA%3B%3BAf1KZ%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAgBXJ%2CaAAc%2CwBAAwB%2CeAAc%3BEAChD%2CcAAA%3B%3B%3BAAIJ%2C8BAA%2BB%3BEAC3B%2CaAAA%3B%3BAAGJ%3B%3B%3BAAAA%2CuBACI%3BEACI%2CYAAA%3B%3BAAFR%2CuBAKI%3BEACI%2CaAAA%3B%3BAANR%2CuBASI%3BEACI%2CaAAA%3B%3BAAVR%2CuBAaI%2CYAAW%3BAAbf%2CuBAcI%2CYAAW%3BEACP%2C%2BBAAA%3B%3BAAfR%2CuBAmBI%2CYACI%2CcAAc%3BAApBtB%2CuBAmBI%2CYACI%2CcrJkDR%2CMAAK%2CcA0CD%2CiBAGM%3BAqJnHV%2CuBAmBI%2CYACI%2CcpJWR%3BEoJVY%2CuBAAA%3B%3BAArBZ%2CuBAmBI%2CYAKI%3BEACI%2CiBAAA%3B%3BAAzBZ%2CuBAmBI%2CYASI%3BAA5BR%2CuBAmBI%2CYrJmDJ%2CMAAK%2CcA0CD%2CiBAGM%3BAqJnHV%2CuBAmBI%2CYpJYJ%3BEoJDgB%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CuBAfR%2CYASI%2COAMK%3BAACD%2CuBAhBR%2CYASI%2COAOK%3BAACD%2CuBAjBR%2CYASI%2COAQK%3BAAFD%2CuBAfR%2CYrJmDJ%2CMAAK%2CcA0CD%2CiBAGM%2CUqJjFG%3BAACD%2CuBAhBR%2CYrJmDJ%2CMAAK%2CcA0CD%2CiBAGM%2CUqJhFG%3BAACD%2CuBAjBR%2CYrJmDJ%2CMAAK%2CcA0CD%2CiBAGM%2CUqJ%5C%2FEG%3BAAFD%2CuBAfR%2CYpJYJ%2CaoJGa%3BAACD%2CuBAhBR%2CYpJYJ%2CaoJIa%3BAACD%2CuBAjBR%2CYpJYJ%2CaoJKa%3BEACG%2CYAAA%3B%3BAArChB%2CuBA2CI%2CeAAe%2CmBAAkB%3BEAC7B%2CUAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAADJ%2CuBAGI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CuBAGI%2CYAII%2CcAAc%3BAAPtB%2CuBAGI%2CYAII%2CcrJeR%2CMAAK%2CcA0CD%2CiBAGM%3BAqJnEV%2CuBAGI%2CYAII%2CcpJxBR%3BEoJyBY%2CmBAAA%3B%3BAARZ%2CuBAGI%2CYAQI%3BAAXR%2CuBAGI%2CYrJmBJ%2CMAAK%2CcA0CD%2CiBAGM%3BAqJnEV%2CuBAGI%2CYpJpBJ%3BEoJ6BY%2CyBAAA%3B%3BAAZZ%2CuBAgBI%2CYAAW%3BAAhBf%2CuBAiBI%2CYAAW%3BEACP%2C%2BBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CygFAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAArBR%2CuBAwBI%3BAAxBJ%2CuBAyBI%3BEACI%2CiBAAA%3B%3BAAIR%2CyBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CyBAKI%3BAALJ%2CyBAMI%3BEACI%2CqBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BACpIJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CuBAAwB%3BEAEhB%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CuBANoB%2CiBAMnB%3BEACG%2CwRAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAlBoB%2CiBAkBnB%2CWAAW%3BEACR%2CWAAW%2CeAAe%2CgBAA1B%3BEACA%2CyBAAA%3B%3BAAIR%3BEZrCI%2CaAAA%3BEAIA%2C2BAAA%3BEAQA%2CeAAA%3BEY4BA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEZ%5C%2FCI%2CaAAA%3BEAQA%2CmBAAA%3B%3BAY2CJ%3BEZnDI%2CaAAA%3BEAYA%2CeAAA%3BEY2CI%2CWAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CeAAA%3B%3BAAIR%3BEZ%5C%2FDI%2CaAAA%3BEAYA%2CeAAA%3BEYuDI%2CWAAA%3B%3BAAJR%2CqBAOI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAqB%2CUAAa%3BEAC9B%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAC%2CIAAI%3BEACD%2C6BAAA%3B%3BAAGJ%2CoBAAC%2CIAAI%3BEACD%2CYAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CoBAAC%2CIAAI%2CQAAQ%3BEACT%2CUAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CmBAAA%3B%3BAApBR%2CoBAuBI%3BEZvGA%2CaAAA%3BEY2GQ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBATJ%2CgBASK%3BEACG%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAApCZ%2CoBAwCI%3BEZxHA%2CaAAA%3BEAYA%2CeAAA%3BEY%2BGI%2CiBAAA%3B%3BAA3CR%2CoBA8CI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAhDR%2CoBAmDI%3BElBlGA%2CsBAAA%3BEACA%2CqBAAA%3BEkBoGI%2CWAAA%3B%3BApBvHR%2CKAAM%2CqBoBoHF%3BEpBnHA%2CqBAAA%3B%3BAGDJ%2CKAAM%2CqBiBoHF%3BEjBnHA%2CqBAAA%3B%3BACDJ%2CKAAM%2CqBgBoHF%3BEhBnHA%2CqBAAA%3B%3BAFqBJ%2CKAAM%2CqBkB8FF%3BElB7FA%2CqBAAA%3B%3BAkBmGA%2CoBAAC%2CIAAI%2CQAAS%3BEACV%2CeAAA%3B%3BAA1DR%2CoBA6DI%2CmBAAmB%2CeAAe%3BEAC9B%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjER%2CoBAoEI%2CyBAAyB%3BEACrB%2CaAAA%3B%3BAAIR%2CoBAAoB%3BEAEZ%2CkBAAA%3B%3BAAGJ%2CoBALgB%2CWAKf%3BEACG%2CkBAAA%3B%3BAANR%2CoBAAoB%2CWAShB%3BEZlKA%2CaAAA%3BEYqKI%2CuBAAA%3BEACA%2CSAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAlBR%2CoBAAoB%2CWAqBhB%3BEACI%2C2BAAA%3B%3BAAtBR%2CoBAAoB%2CWAyBhB%3BEZlLA%2CaAAA%3BEAQA%2CmBAAA%3B%3BAYiJJ%2CoBAAoB%2CWA6BhB%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FBR%2CoBAAoB%2CWAkChB%2CoBAAsB%3BEAClB%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAArCR%2CoBAAoB%2CWAwChB%3BAAxCJ%2CoBAAoB%2CWAyChB%2CyBAAwB%3BAAzC5B%2CoBAAoB%2CWA0ChB%3BEACI%2CaAAA%3B%3BAA3CR%2CoBAAoB%2CWA8ChB%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAjDR%2CoBAAoB%2CWAoDhB%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAzDR%2CoBAAoB%2CWA4DhB%3BEACI%2CkBAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAATR%2C0BAYI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAfR%2C0BAkBI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAApBR%2C0BAuBI%3BEZjPA%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEY6OQ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2C2CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C0BAnBJ%2CeAmBK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA7CZ%2C0BAiDI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAnDR%2C0BAsDI%2CoBAAsB%3BEAClB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAjER%2C0BAoEI%2CoBAAmB%2CMAAS%3BEACxB%2C%2BBAAA%3B%3BAArER%2C0BAwEI%2CoBAAmB%2CQAAW%3BEAC1B%2CgcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2CoBAAoB%2CUAAW%3BEAC3B%2CqBAAA%3B%3BAAGJ%3BEZ5SI%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEYwSI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAjBR%2CmBAoBM%3BEACE%2CgBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CmBAAC%2CSAAU%3BEACP%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAoB%2CkBAAmB%3BEZnVnC%2CaAAA%3B%3BAYuVJ%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEZ5VI%2CaAAA%3BEAIA%2CyBAAA%3BEY4VI%2CeAAA%3BEACA%2CWAAA%3B%3BAALR%2C0BAQI%2CMAAK%3BEACD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEZrXI%2CaAAA%3BEAQA%2CmBAAA%3BEYiXI%2CkBAAA%3B%3BAAJR%2CyBAOI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAC1XR%3BEACI%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CaAAA%3B%3BAAfR%2CuBAkBI%3BE3JwPJ%2CoSAAA%3BE2JrPQ%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7BR%2CuBAgCI%3BEAEQ%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CuBARJ%2C4BAQK%2CWAAW%3BEACR%2CaAAA%3B%3BAAzCZ%2CuBAgCI%2C4BAYI%2CwBAAwB%3BAA5ChC%2CuBAgCI%2C4BAaI%2CYAAY%3BEACR%2CcAAA%3B%3BAA9CZ%2CuBAkDI%3BE3JwNJ%2CmBAAA%3BE2JrNQ%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA1DR%2CuBA6DI%3BEAEQ%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAtEZ%2CuBA6DI%2CgCAYI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAKZ%3BEAEQ%2CkBAAA%3B%3BAAGJ%2C4BAAC%3BEACG%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C4BAAC%2CWAAW%3BEACR%2CaAAA%3B%3BAAlBR%2C4BAqBI%3BEACI%2CaAAA%3B%3BAAtBR%2C4BAyBI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEAEQ%2CWAAA%3B%3B%3BAAFR%2CuBAKI%2CgBAAe%3BAALnB%2CuBAMI%2CgBAAe%3BEACX%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2CuBAWI%2CYAAY%3BAAXhB%2CuBAYI%2CQAAO%2CKAAK%3BAAZhB%2CuBAaI%3BAAbJ%2CuBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CuBAkBI%3BEACI%2CgBAAA%3B%3BAAnBR%2CuBAsBI%2CwBAAwB%2CMAAK%3BEACzB%2CWAAA%3B%3BAAvBR%2CuBA0BI%2CwBAAwB%2CEAAC%3BEACrB%2CcAAA%3B%3BAA3BR%2CuBA8BI%2CwBAAwB%2COAAM%2CIAAO%3BEACjC%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjCR%2CuBAoCI%2CwBAAwB%2CYAAW%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtCR%2CuBA2CI%2CwBAAwB%2CWAAW%2CiBAAiB%3BAA3CxD%2CuBA4CI%2CoBAAoB%2CWAAW%2CiBAAiB%3BEAC5C%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CuBAAC%2CSAAU%3BEACP%2CaAAA%3B%3BAAGJ%2CuBAAC%2CSAAU%2CgBAAe%2CQAAS%2CwBAAwB%3BEACvD%2CcAAA%3B%3BAAIR%3BE3J%2BFA%2CyBAAA%3BE2J3FQ%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAANR%2C0BASM%3BEACE%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAZR%2C0BAeI%3BEACI%2CsBAAA%3B%3BAAIR%2CeAAe%3BEAEP%2CSAAA%3B%3BAAFR%2CeAAe%2CKAKT%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CeAAe%2CKAUT%2CoBAAkB%3BEAChB%2C2BAAA%3B%3BAAXR%2CeAAe%2CKAcT%3BAAdN%2CeAAe%2CKAeT%2CmBAAiB%3BEACf%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjBR%2CeAAe%2CKAoBX%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CeAAe%3B%3B%3BAAAf%2CeAAe%2CQACT%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeAAe%2CQAMX%3BEACI%2CmBAAA%3B%3BAAPR%2CeAAe%2CQAUX%2CwBAAwB%3BEACpB%2CaAAA%3B%3BAAXR%2CeAAe%2CQAgBX%2CwBAAwB%2CSAAS%3BEAC7B%2CcAAA%3B%3BAAIR%3BEAEQ%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAALR%2CyBAQM%3BEACE%2CaAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CyBAaI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAfR%2CyBAkBI%3BEnB%5C%2FOA%2CsBAAA%3BEACA%2CqBAAA%3BEmBiPI%2CeAAA%3BEACA%2CiBAAA%3B%3BArBrQR%2CKAAM%2C0BqBiQF%3BErBhQA%2CqBAAA%3B%3BAGDJ%2CKAAM%2C0BkBiQF%3BElBhQA%2CqBAAA%3B%3BACDJ%2CKAAM%2C0BiBiQF%3BEjBhQA%2CqBAAA%3B%3BAFqBJ%2CKAAM%2C0BmB2OF%3BEnB1OA%2CqBAAA%3B%3BAmBwNJ%2CyBAyBI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CyBAA0B%3BEAElB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAJR%2CyBAA0B%2CeAOtB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CyBAA0B%2CeAatB%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BACtTR%2CcACI%2CWAAW%2CsBAAsB%3BEAEzB%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAALZ%2CcACI%2CWAAW%2CsBAAsB%2CsBAO7B%3BEACI%2CiBAAA%3B%3BAATZ%2CcAaI%2CeACI%2CsBAAsB%3BEAClB%2CSAAA%3BEACA%2CgBAAA%3B%3BAAhBZ%2CcAaI%2CeAMI%2CcAAc%3BEACV%2CcAAA%3B%3BAApBZ%2CcAaI%2CeAUI%2CsBAAsB%3BEAClB%2CUAAA%3B%3BAAxBZ%2CcA4BI%2CUAAS%2CMAAM%3BEAEP%2CeAAA%3B%3BAA9BZ%2CcA4BI%2CUAAS%2CMAAM%2COAKX%2CQAAO%3BEACH%2CaAAA%3B%3BAAlCZ%2CcAsCI%2CeAAc%2CaAAc%3BEAEpB%2CcAAA%3B%3BAAxCZ%2CcAsCI%2CeAAc%2CaAAc%2CaAKxB%3BEACI%2CcAAA%3B%3BAA5CZ%2CcAsCI%2CeAAc%2CaAAc%2CaASxB%3BEACI%2CeAAA%3B%3BAAhDZ%2CcAsCI%2CeAAc%2CaAAc%2CaAaxB%3BEACI%2CkBAAA%3B%3BAApDZ%2CcAsCI%2CeAAc%2CaAAc%2CaAiBxB%2CQAAO%3BEACH%2CeAAA%3B%3BAC1DJ%2CMADJ%2CSACK%2CcACG%2CQAAO%3BEAEC%2COAAO%2C8BAAP%3B%3BAAHZ%2CMADJ%2CSACK%2CcACG%2CQAAO%2CMAKH%3BEACI%2CWAAA%3B%3BAAPZ%2CMADJ%2CSACK%2CcAWG%3BAAXJ%2CMADJ%2CSACK%2CcAYG%3BE7JuRZ%2CkBAAA%3BE6JrRgB%2COAAO%2C8BAAP%3B%3BAAhBhB%2CMACI%2CSAmBI%2COAAM%3BEACF%2CYAAA%3BE7JgRZ%2CgBAAA%3B%3BA6J1QA%2CEAAE%2CiBACE%3BE7JyQJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BA6JnQA%2CiBACI%3B%3BE7JkQJ%2CgBAAA%3B%3BA6JhQQ%2CiBAFJ%2CuBAEK%2CSAAU%2COAAM%3BE7JgQzB%2CmBAAA%3B%3BA6JnQA%2CiBAUI%2CeACI%3BEACI%2CcAAA%3B%3B%3BAAQR%2CaAAC%3B%3B%3BAAAD%2CaAAC%2CsBAEK%3BAAFN%2CaAAC%2CsBAIK%3BEACE%2CkBAAA%3B%3BAAKZ%2CkBAAmB%2CuBAAuB%3BEACtC%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CkBAJe%2CuBAAuB%2CuBAIrC%3BEACG%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAGJ%2CkBAVe%2CuBAAuB%2CuBAUrC%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CQAAA%3B%3BAC%5C%2FDR%2CaAAc%3BEACV%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CYAAA%3B%3BAAIR%2CcAEI%3BAAFJ%2CcAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CcAQI%2CYAAW%3BAARf%2CcASI%2CYAAW%3BEACP%2C%2BBAAA%3B%3BAAVR%2CcAaI%3BEACI%2CWAAA%3B%3BAAdR%2CcAiBI%3BEACI%2CYAAA%3B%3BAAlBR%2CcAqBI%3BEACI%2CqBAAA%3B%3BAAIA%2CcADJ%2CYAAY%3BAAER%2CcAFJ%2CYAAY%2COAEP%3BAADD%2CcADJ%2CY1JiCJ%2CMAAK%2CcA0CD%2CiBAGM%3BA0J5EF%2CcAFJ%2CY1JiCJ%2CMAAK%2CcA0CD%2CiBAGM%2CU0J5ED%3BAADD%2CcADJ%2CYzJNJ%3BAyJQQ%2CcAFJ%2CYzJNJ%2CayJQS%3BEACG%2CkCAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAjCZ%2CcAqCI%3BEACI%2CmBAAA%3B%3BAAGJ%2CcAAC%2CaAAc%2CaAAY%3BAAC3B%2CcAAC%2CaAAc%2CaAAY%3BEACvB%2C4YAAA%3B%3BAAIR%3BEAEQ%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAANR%2CkBASM%3BEACE%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CqBAAsB%2CmBAAkB%3BEACpC%2Cy%2BDAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3BEACA%2CYAAA%3B%3BAAHR%2CmBAMI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAATR%2CmBAYI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAfR%2CmBAkBI%2CkBAAkB%3BEACd%2CeAAA%3BEACA%2C6BAAA%3B%3BAApBR%2CmBAuBI%2CiBAAiB%3BEACb%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA1BR%2CmBA6BI%2CwBAA0B%3BEACtB%2CWAAA%3B%3BAAIR%3BE9JxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8JqHA%3BEAEQ%2CaAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CqBAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CyBAAC%3BEACG%2CgBAAgB%2CUAAhB%3BEACA%2CQAAQ%2CUAAR%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAcZ%2CwBAT0C%3BEACtC%2CmBAAoB%2CoBACd%2CIAAC%3BEADP%2CmBAAoB%2CoBAEd%2CIAAC%3BIACC%2CUAAA%3B%3B%3BAC1LR%3BEAEQ%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CUAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CaAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CsBAeI%3BEACI%2CcAAA%3B%3BAAhBR%2CsBAmBI%3BAAnBJ%2CsBAoBI%3BAApBJ%2CsBAqBI%3BEACI%2CkBAAA%3B%3BAAtBR%2CsBAyBI%2CqBAAqB%3BEACjB%2CiBAAA%3B%3BAA1BR%2CsBA6BI%3BEACI%2CaAAA%3B%3BAA9BR%2CsBA6BI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlCZ%2CsBA6BI%2CsBAQI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzCZ%2CsBA6CI%3BEAEQ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CsBAVJ%2CcAUK%3BEACG%2CgBAAA%3B%3BAAxDZ%2CsBA4DI%2CcAAc%2CUAAU%3BEACpB%2CmBAAA%3B%3BAA7DR%2CsBAgEI%2CcAAc%2CUAAU%2COAAO%3BEAC3B%2CkBAAA%3B%3BAAjER%2CsBAoEI%3BEACI%2CmBAAA%3B%3BAArER%2CsBAwEI%3BEAEQ%2C6RAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAnBJ%2CeAmBK%3BEACG%2CUAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CsBAxBJ%2CeAwBK%3BEACG%2C%2BBAAA%3B%3BAAjGZ%2CsBAqGI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvGR%2CsBA0GI%2CcAAa%3BEACT%2CmBAAA%3B%3BAA3GR%2CsBA8GI%2CcAAa%2CUAAW%3BEACpB%2CiBAAA%3B%3BAA%5C%2FGR%2CsBAkHI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApHR%2CsBAuHI%3BEACI%2CSAAA%3B%3BAAxHR%2CsBA2HI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBALJ%2CYAKK%3BEACG%2C%2BBAAA%3B%3BAAjIZ%2CsBAqII%2CcAAa%3BEACT%2CmBAAA%3B%3BAAGJ%2CsBAAC%2CsBACG%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAAC%2CsBAKG%2CoBAAoB%3BEAChB%2CiBAAA%3B%3BAAgBhB%2CwBAV2C%2CwBAAuB%3BEAC9D%2CgBAAiB%3BIACb%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3BAAeR%2CwBAX0C%3BEACtC%2CgBAAiB%3BIACb%2CcAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3BAAoBR%2CwBAhB0C%3BEACtC%2CgBAAiB%3BIACb%2CwBAAA%3B%3BEAIJ%2CgBAAiB%3BEACjB%2CgBAAiB%3BIACb%2CwBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BACxNJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CaAOI%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAVR%2CaAOI%2CmBAKI%3BEACI%2CqBAAA%3B%3BAAbZ%2CaAOI%2CmBASI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAClBZ%3BEAEQ%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CgCAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CmBAAA%3B%3BAvBRZ%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoCAAhB%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CsCAAhB%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAwBpCJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEAEQ%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2C8CAAA%3B%3BACnBR%3BErBII%2CaAAA%3BEAQA%2CmBAAA%3BEqBRI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CUAAW%2CsBAAC%3BEACR%2CgBAAA%3B%3BAAGJ%2CqBAAC%2CIAAI%3BEACD%2CoCAAA%3B%3BAAGJ%2CqBAAC%3BAACD%2CqBAAC%3BAACD%2CqBAAC%3BEACG%2C6BAAA%3B%3BAAGJ%2CqBAAC%2CMAAS%3BEACN%2CQC3Ca%2CeD2Cb%3B%3BAAGJ%2CKAAM%3BEACF%2CYAAA%3B%3BAAGJ%2CqBAAI%3BE3BNJ%2CsBAAA%3BEACA%2CqBAAA%3BE2BQI%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BA7B7BR%2CKAAM%2CsB6BwBE%3BE7BvBJ%2CqBAAA%3B%3BAGDJ%2CKAAM%2CsB0BwBE%3BE1BvBJ%2CqBAAA%3B%3BACDJ%2CKAAM%2CsByBwBE%3BEzBvBJ%2CqBAAA%3B%3BAFqBJ%2CKAAM%2CsB2BEE%3BE3BDJ%2CqBAAA%3B%3BA2BSA%2CqBAAI%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAC%3BEAEO%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBANH%2CkBAMO%3BEACA%2CcAAA%3B%3BAEvDhB%3BEAEQ%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CqBAAC%3BE3BKD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoCAAhB%3B%3BA2BnBJ%2CqBAgBI%3BEACI%2CaAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BAAGJ%2CoBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CoBAAC%3BE3BTD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CsCAAhB%3B%3BA2BYJ%3BEAEQ%2CQAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BAALR%2CoBAQI%3BEACI%2CkBAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2C4BAAA%3B%3BAAGJ%2CoBAAC%3BE3BpCD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoCAAhB%3BE2BqCI%2CWAAW%2CcAAc%2CeAAzB%3B%3BAAKJ%3BEvBjEI%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEuB6DI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CyBAAC%2CIAAI%3BEACD%2CYAAA%3B%3BAAGJ%2CUAAW%2C0BAAC%3BAACZ%2CyBAAC%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhCR%2CyBAmCI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CQDrIa%2CeCqIb%3BEACA%2CwBAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBAAC%2CMAAM%3BEACH%2CUAAA%3B%3BACvHZ%3BACGI%2CSAmBI%2CcAAc%3BAAnBlB%2CSAkDI%2COAAO%3BAAlDX%2CSAmDI%2CcAAc%3BEDpDd%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BAAAN%2CKCHA%2CUAmBI%2CcAAc%3BADhBlB%2CKCHA%2CUAkDI%2COAAO%3BAD%5C%2FCX%2CKCHA%2CUAmDI%2CcAAc%3BED%5C%2FCd%2CqBAAA%3B%3BAEvBJ%2CQAAS%2CQAAO%3BEACZ%2CeAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CWAAA%3B%3BAAGJ%2CkBACI%2CeAAe%3BEACX%2CWAAA%3B%3BAAFR%2CkBAKI%3BEACI%2CeAAA%3B%3BAAIR%2CmBAAmB%2COAAQ%2CeAAc%2CUAAU%3BEAC%5C%2FC%2CSAAS%2CEAAT%3B%3BACzBA%2CWAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAPR%2CWAUI%3BEAEQ%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWARJ%2COAQK%3BEACG%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CWAdJ%2COAcK%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAA7BZ%2CWAiCI%2COAAM%3BEACF%2CUAAA%3BEACA%2CWAAW%2CYAAX%3B%3BAAnCR%2CWAsCI%2COAAM%3BEAEE%2CUAAA%3B%3BAAGJ%2CWALJ%2COAAM%2CKAKD%3BEACG%2CSAAA%3BEACA%2CoCAAA%3B%3BAAGJ%2CWAVJ%2COAAM%2CKAUD%3BEACG%2CoCAAA%3B%3BAAjDZ%2CWAqDI%2COAAM%3BEAEE%2CWAAA%3B%3BAAGJ%2CWALJ%2COAAM%2CMAKD%3BEACG%2CUAAA%3BEACA%2CmCAAA%3B%3BAAGJ%2CWAVJ%2COAAM%2CMAUD%3BEACG%2CmCAAA%3B%3BAAhEZ%2CWAoEI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvER%2CWA0EI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7ER%2CWAiFI%2CoBAAoB%3BEAChB%2CaAAA%3B%3BAF7DR%2CSAAU%3BEACN%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEQ%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CSAMI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3B%3BAARR%2CSAWI%2CkBAAoB%3BEAChB%2CkBAAA%3B%3BAAZR%2CSAeI%3BEACI%2CgBAAA%3B%3BAAhBR%2CSAmBI%2CcAAc%3BEAGV%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3BR%2CSA8BI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAlCR%2CSAqCI%3BEACI%2CmBAAA%3B%3BAAtCR%2CSAyCI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAA3CR%2CSA8CI%2CeAAe%3BEACX%2CYAAA%3B%3BAA%5C%2FCR%2CSAkDI%2COAAO%3BAAlDX%2CSAmDI%2CcAAc%3BEAGV%2CeAAA%3BEACA%2CgBAAA%3B%3BAAvDR%2CSA0DI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAA7DR%2CSAgEI%3BEACI%2CYAAA%3B%3BAAIR%2CSAAU%3BAACV%2CSAAU%3BEAEF%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAjBM%2CoBAiBL%3BAAAD%2CSAhBM%2CoBAgBL%3BEACG%2CyBAAA%3B%3BAAGJ%2CSArBM%2CoBAqBL%3BAAAD%2CSApBM%2CoBAoBL%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CSAzBM%2CoBAyBL%3BAAAD%2CSAxBM%2CoBAwBL%3BEACG%2CyBAAA%3B%3BAAGJ%2CSA7BM%2CoBA6BL%3BAAAD%2CSA5BM%2CoBA4BL%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CSACI%3BEACI%2CYAAA%3BEACA%2CqTAAA%3B%3BAAHR%2CSAMI%3BEACI%2CWAAA%3BEACA%2CyTAAA%3B%3BAAKR%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAS%3BEAED%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAJR%2CSAAS%2CgBAOL%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAATR%2CSAAS%2CgBAYL%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAfR%2CSAAS%2CgBAkBL%3BEzB5KA%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEyBwKQ%2CYAAA%3BEACA%2CcAAA%3B%3BAAvBZ%2CSAAS%2CgBAkBL%2CsBAQI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA7BZ%2CSAAS%2CgBAiCL%3BEAEQ%2CoBAAA%3B%3BAAnCZ%2CSAAS%2CgBAiCL%2COAKI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxCZ%2CSAAS%2CgBA4CL%3BEACI%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAKR%2CSAAU%3BEAEF%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAATR%2CSAAU%2COAYN%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAhBR%2CSAAU%2COAmBN%2CeAAc%3BAAnBlB%2CSAAU%2COAoBN%2CeAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3B%3BAAzBR%2CSAAU%2COA4BN%2CeAAc%2CoBAAqB%3BEAC%5C%2FB%2CmBAAA%3B%3BAA7BR%2CSAAU%2COAgCN%2CuBAAuB%3BEACnB%2CYAAA%3B%3BAAKJ%2C4BAAC%3BEACG%2CYAAA%3BEACA%2C4BAAA%3B%3BAAHR%2C4BAMI%3BEACI%2CqBAAA%3B%3BAAKR%2CSAAU%3BEAEF%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAJR%2CSAAU%2CcAON%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BAATR%2CSAAU%2CcAYN%2CsBAAsB%3BEAClB%2CYAAA%3B%3BAAbR%2CSAAU%2CcAgBN%2CsBAAqB%2CoBAAqB%3BEACtC%2CmBAAA%3B%3BAAjBR%2CSAAU%2CcAoBN%2CsBAAqB%3BAApBzB%2CSAAU%2CcAqBN%2CsBAAqB%3BEACjB%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4CAAA%3B%3BAAzBR%2CSAAU%2CcA4BN%2CuBAAuB%3BEACnB%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CSAAU%2CcAAa%3BAACvB%2CSAAU%2COAAM%3BEACZ%2CqBAAA%3B%3BAAGJ%2CkBACI%3BEACI%2CQAAA%3B%3BAAFR%2CkBAKI%3BEACI%2COAAA%3B%3BAANR%2CkBASI%3BAATJ%2CkBAUI%3BEACI%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAbR%2CkBAgBI%2CoBAAmB%3BAAhBvB%2CkBAiBI%2CoBAAmB%3BEACf%2CUAAA%3BEACA%2CyBAAA%3B%3BAAKR%2CSAAU%2CcAAc%2CsBAAqB%2CIAAI%3BAACjD%2CSAAU%2CcAAc%2CuBAAsB%2CIAAI%3BAAClD%2CSAAU%2COAAO%2CeAAc%2CIAAI%3BEAC%5C%2FB%2CaAAA%3B%3BAAYR%2CmBATiD%2CwCAAuC%3BEAChF%3BIACI%2CWAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CWAAA%3B%3B%3BA%5C%2FBzTZ%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BA7E1CJ%2CWAAY%3BEAEJ%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWANQ%2COAMP%3BEACG%2CoCAAA%3B%3BAAGJ%2CWAVQ%2COAUP%3BEACG%2CoCAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CgBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CsBACI%2CeAAc%3BAADlB%2CsBAEI%2CkBAAiB%2CKAAM%3BAAF3B%2CsBAGI%2CkBAAiB%2CaAAc%3BEAC3B%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAIR%2CoBAAqB%2CsBAAqB%3BEACtC%2CeAAA%3B%3BAAGJ%2CMAAM%2CiBAAkB%3BEACpB%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BE6EvBI%2CsBAAA%3BEACA%2CqBAAA%3BEAaA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsEAAA%3B%3BAFxCJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAGDJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACDJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAFqBJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAoBJ%2CgBAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAGJ%2CgBAAC%2CIAAI%3BAACL%2CgBAAC%2CIAAI%2CUAAU%3BEACX%2CgBAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BA7EfJ%3BE6E3BI%2CsBAAA%3BEACA%2CqBAAA%3BEAaA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsEAAA%3BE7EQA%2CgBAAA%3BEACA%2CUAAA%3B%3BA2EjDJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAGDJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACDJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAFqBJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAoBJ%2CaAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAGJ%2CaAAC%2CIAAI%3BAACL%2CaAAC%2CIAAI%2CUAAU%3BEACX%2CgBAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CaAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BA7ERJ%2CKAAK%2CaAAa%2CgBAAgB%2CIAAI%3BEAClC%2CYAAA%3B%3BAAGJ%3BEAEQ%2CaAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CkBAMI%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAXR%2CkBAcM%3BEACE%2CmBAAA%3B%3BAAfR%2CkBAkBM%2CQAAK%3BEACH%2C6BAAA%3B%3BAAnBR%2CkBAsBI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CeAAgB%3BEAER%2CoBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CeANY%2CmBAMX%3BEACG%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CeAAgB%3BEAER%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CeAAgB%2CgBAMZ%3BEACI%2CSAAA%3BEACA%2CqBAAA%3B%3BAARR%2CeAAgB%2CgBAWZ%3BEACI%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CqFAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAnBR%2CeAAgB%2CgBAsBZ%2CwBAAwB%3BEAEhB%2CgBAAA%3B%3BAAGJ%2CeA3BQ%2CgBAsBZ%2CwBAAwB%2CGAKnB%3BEACG%2CSAAA%3B%3BAAKZ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CeAAgB%2CwBAAwB%2CgBAAgB%2CGAAE%2CcAAe%3BEACrE%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAAqB%2CqBAAoB%2COAAQ%3BEAC7C%2CkBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CGAAE%3BEAC3C%2CUAAA%3B%3BAAGJ%2COAAQ%2C0BAAyB%2CIAAI%2C2BAA4B%3BEAC7D%2CaAAA%3B%3BAAGJ%2CGAAG%3BEACC%2CaAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C8BAA%2BB%3BEAC3B%2CmCAAA%3B%3BAAGJ%2CeAAgB%2CmBAAmB%3BEAC%5C%2FB%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEAER%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAANR%2CeAAgB%2CSASZ%3BEACI%2CkBAAA%3B%3BAAVR%2CeAAgB%2CSAaZ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAhBR%2CeAAgB%2CSAmBZ%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CeAAgB%2CSAwBZ%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAIR%2CuBAAwB%3BEAEhB%2CqBAAA%3B%3BAAGJ%2CuBALoB%2CmBAKnB%2CMAAO%3BEACJ%2CgBAAA%3B%3BAANR%2CuBAAwB%2CmBASlB%2CSAAM%3BEACJ%2CaAAA%3B%3BAAKR%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BAA4B%2CeAAc%3BEACtC%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBAAC%2CMAAM%3BEACH%2CgBAAA%3B%3BAAFR%2CsBAKI%2CgBAAgB%2CMAAK%3BEACjB%2CgBAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2C0CAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2C2BAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CoBAAC%2CQAAS%2C4BAA2B%3BEACjC%2CWAAW%2CcAAX%3B%3BAARR%2CoBAWI%3BAAXJ%2CoBAYI%3BEACI%2CiBAAA%3B%3BAAbR%2CoBAgBI%3BEACI%2CeAAA%3B%3BAAIR%2CoBAAqB%3BEAEb%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3B%3BAAVR%2CoBAAqB%2CsBAajB%3BEACI%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA5BR%2CoBAAqB%2CsBA%2BBjB%2CcAAa%3BEACT%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3BAAlCR%2CoBAAqB%2CsBAqCjB%2CcAAgB%3BEACZ%2CMAAM%2CgBAAN%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CeAAgB%2CmBAAmB%3BEmF1W%5C%2FB%2CaAAA%3BEAQA%2CmBAAA%3BEAIA%2CeAAA%3BEnFkWI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CeAAgB%2CmBAAmB%2CMAQ%5C%2FB%3BAAoBJ%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAOnE%2CMAAK%3BAANT%2CeAAgB%2C4BAA8B%2COAAK%2CMAM%5C%2FC%2CMAAK%3BAAPT%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAQnE%2CMAAK%3BAAPT%2CeAAgB%2C4BAA8B%2COAAK%2CMAO%5C%2FC%2CMAAK%3BEA3BD%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAZR%2CeAAgB%2CmBAAmB%2CMAe%5C%2FB%2CkBAAoB%3BEAChB%2CUAAA%3B%3BAAhBR%2CeAAgB%2CmBAAmB%2CMAmB%5C%2FB%2CkBAAoB%3BEAChB%2CkBAAA%3B%3BAAIR%2CeAAgB%2C4BAA8B%2COAAK%3BEAC%5C%2FC%2CeAAA%3B%3BAAGJ%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%3BAACvE%2CeAAgB%2C4BAA8B%2COAAK%3BEAE3C%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAYnE%2CkBAAoB%3BAAXxB%2CeAAgB%2C4BAA8B%2COAAK%2CMAW%5C%2FC%2CkBAAoB%3BAAZxB%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAanE%2CkBAAoB%2CQAAK%3BAAZ7B%2CeAAgB%2C4BAA8B%2COAAK%2CMAY%5C%2FC%2CkBAAoB%2CQAAK%3BAAb7B%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAcnE%2CkBAAoB%2CQAAK%3BAAb7B%2CeAAgB%2C4BAA8B%2COAAK%2CMAa%5C%2FC%2CkBAAoB%2CQAAK%3BAAd7B%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAenE%2CkBAAoB%2CQAAK%2CiBAAoB%3BAAdjD%2CeAAgB%2C4BAA8B%2COAAK%2CMAc%5C%2FC%2CkBAAoB%2CQAAK%2CiBAAoB%3BEACzC%2CUAAA%3B%3BAAIR%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMACtE%2CgBAAe%3BEACX%2CkBAAA%3B%3BAAQR%2CkBAAmB%3BAAVnB%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAKtE%3BEmF%5C%2FZA%2CaAAA%3BEAQA%2CmBAAA%3BEnFgaI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CkBATe%2CkBASd%3BAAnBL%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAKtE%2CkBAcC%3BAAAD%2CkB%2BGzHA%2CcAAC%3BE%5C%2FG0HG%2CSAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEAEQ%2CmCAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAC%3BA%2BG7ID%2CaAAC%3BE%5C%2FG%2BIG%2CwFAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAC%2CQAAQ%3BEACL%2CSAAS%2CEAAT%3BEACA%2CWAAW%2CcAAX%3B%3BAAIR%3BEAEQ%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CqBAOI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAATR%2CqBAYI%2CIAAG%2CIAAI%3BEAEH%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%2CwBACI%3BEACI%2CsBAAA%3B%3BAAFR%2CwBAKI%3BEACI%2CmBAAA%3B%3BAANR%2CwBASI%2CeAAc%3BEmFrfd%2CaAAA%3BEAQA%2CmBAAA%3BEnFgfI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CwBAiBI%3BEmF7fA%2CaAAA%3BEnFigBQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBARJ%2CsBAQK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAAM%2CyBAZV%2CsBAYW%3BEACH%2CiBAAA%3B%3BAA9BZ%2CwBAkCI%3BEACI%2CYAAA%3B%3BAAnCR%2CwBAsCI%3BEmFlhBA%2CaAAA%3BEAQA%2CmBAAA%3B%3BAnFoeJ%2CwBA0CI%2CuBAAuB%2CmBAAmB%3BEACtC%2CSAAA%3B%3BAA3CR%2CwBA8CI%3BEmF1hBA%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEnFshBQ%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKAAM%2CyBAVV%3BEAWQ%2C2BAAA%3B%3BAAGJ%2CwBAdJ%2CiBAcK%2CMAAM%3BAACP%2CwBAfJ%2CiBAeK%2CMAAM%3BEACH%2CyBAAA%3B%3BAAGJ%2CwBAnBJ%2CiBAmBK%2CMAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CwBAvBJ%2CiBAuBK%3BAACD%2CwBAxBJ%2CiBAwBK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAhCJ%2CiBAgCK%3BEACG%2CWAAW%2CaAAX%3B%3BAAGJ%2CwBApCJ%2CiBAoCK%3BEACG%2CWAAW%2CcAAX%3B%3BAAnFZ%2CwBAuFI%3BEACI%2CiBAAA%3B%3BAAxFR%2CwBA2FI%3BEmFvkBA%2CaAAA%3BEAQA%2CmBAAA%3BEnFkkBI%2CgBAAA%3B%3BAA9FR%2CwBAiGI%3BEACI%2CiBAAA%3B%3BAAIR%2CYAAa%3BAACb%2CYAAa%2CkBAAkB%3BEAC3B%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2Ca1DzlBiB%2CaCMC%2C8CyDmlBlB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAa%2CkBAAkB%3BEAC3B%2CsBAAA%3B%3BAAGJ%2CYAAa%2CwBAAwB%2CgBAAgB%2CGAAE%2CaAAc%2CMAAK%3BEACtE%2CWAAA%3BEACA%2Ca1DpmBiB%2CaCMC%2C8CyD8lBlB%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAwB%2C4BAA4B%3BEAChD%2CsBAAA%3B%3BAgH9mBJ%2CcACI%2CyBAAwB%2CeACpB%2CeAAc%3BE7BMlB%2CaAAA%3BEAQA%2CmBAAA%3BE6BXQ%2CsBAAA%3B%3BAALZ%2CcACI%2CyBAAwB%2CeAOpB%3BEACI%2CaAAA%3B%3BAATZ%2CcACI%2CyBAAwB%2CeAWpB%3BEACI%2CsBAAA%3B%3BAAbZ%2CcACI%2CyBAAwB%2CeAepB%2CgBAAgB%3BEACZ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAApBZ%2CcAwBI%2CwBAAwB%3BEACpB%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CsCAAA%3B%3BAAhCR%2CcAmCI%2CcAAgB%3BEACZ%2CYAAA%3B%3BAApCR%2CcAuCI%3BEACI%2CUAAA%3B%3BAAxCR%2CcA2CI%2CcAAa%3BEACT%2CcAAA%3B%3BACoBR%2CoBAAqB%2CwBAAwB%3BEAErC%2CcAAA%3B%3BAAGJ%2CsBAAuB%2CqBALN%2CwBAAwB%3BAAA7C%2CoBAAqB%2CwBAAwB%2CyBAMvC%2CSAAM%2CIAAI%2CiBAAiB%2CIAAI%3BAANrC%2CoBAAqB%2CwBAAwB%2CyBAOzC%3BEACI%2CSAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3B%3BAAFR%2C0BAKI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2C0BADJ%2CWACK%2CIAAI%3BEACD%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C0BANJ%2CWAMK%3BAACD%2C0BAPJ%2CWAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAArBZ%2C0BAyBI%2CWAAW%3BEACP%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FBR%2C0BAkCI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApCR%2C0BAuCI%2CkBAAiB%2CeAAkB%3BAAvCvC%2C0BAwCI%2CkBAAiB%2CgBAAmB%3BEAChC%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA1CR%2C0BA6CI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAA1DR%2C0BA6DI%2CkBAAkB%3BEAtGlB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAgGI%2CkBAAkB%2CwBAhGrB%3BAACD%2C0BA%2BFI%2CkBAAkB%2CwBA%5C%2FFrB%3BEACG%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAW%2CoCAAX%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAkFI%2CkBAAkB%2CwBAlFrB%3BEACG%2CmBAAA%3B%3BAAsFJ%2C0BAA0B%2CSACtB%3BEAEQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BARkB%2CSACtB%2CWAOK%3BAACD%2C0BATkB%2CSACtB%2CWAQK%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAdkB%2CSACtB%2CWAaK%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAlBkB%2CSACtB%2CWAiBK%3BEACG%2CWAAA%3B%3BAAnBZ%2C0BAA0B%2CSAuBtB%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAzBR%2C0BAA0B%2CSA4BtB%2CWAAW%3BEAEH%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAMR%2CoBAAqB%2CwBAAwB%2CsBAD3B%3BEAEd%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CyBAAyB%2CsBANpD%3BEAOd%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CyBAAwB%2CYAAa%2CsBAVhE%3BEAWd%2CgBAAA%3B%3BAAGJ%2CsBAAuB%2CsBAdL%3BEAed%2CgBAAA%3B%3BAAfR%2CqBAAsB%2CkBAkBhB%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAArBR%2CqBAAsB%2CkBAwBlB%3BEACI%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAhCR%2CqBAAsB%2CkBAmChB%3BEACE%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAtCR%2CqBAAsB%2CkBAyChB%3BEAEM%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBA%5C%2FCc%2CkBAyChB%2CgBAMG%2CIAAI%3BAACL%2CqBAhDc%2CkBAyChB%2CgBAOG%3BEACG%2CgBAAA%3B%3BAAKZ%2CuBAAwB%3BEACpB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CkBACtC%3BAADJ%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CkBAEtC%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2CUAKtB%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BAZkB%2CUAKtB%2CWAOK%3BAACD%2C0BAbkB%2CUAKtB%2CWAQK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAnBkB%2CUAKtB%2CWAcK%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAvBkB%2CUAKtB%2CWAkBK%3BEACG%2CWAAA%3B%3BAAxBZ%2C0BAA0B%2CUA4BtB%3BEACI%2CWAAA%3B%3BAA7BR%2C0BAA0B%2CUAgCtB%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2CYAKtB%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BCAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BAdkB%2CYAKtB%2CWASK%3BAACD%2C0BAfkB%2CYAKtB%2CWAUK%3BEACG%2CaAAA%3B%3BAAhBZ%2C0BAA0B%2CYAoBtB%3BEACI%2CmBAAA%3BEACA%2C%2BCAAA%3BEACA%2CWAAA%3B%3BAAvBR%2C0BAA0B%2CYA0BtB%2CWAAW%3BEAEH%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAlCkB%2CYA0BtB%2CWAAW%2CkBAQN%3BEACG%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAW%2CoCAAX%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CUAAA%3B%3BAA5CZ%2C0BAA0B%2CYAgDtB%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAlDR%2C0BAA0B%2CYAqDtB%3BEACI%2CUAAA%3B%3BAAtDR%2C0BAA0B%2CYAyDtB%3BEACI%2CgBAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2COAKtB%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BAZkB%2COAKtB%2CWAOK%3BAACD%2C0BAbkB%2COAKtB%2CWAQK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAnBkB%2COAKtB%2CWAcK%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAvBkB%2COAKtB%2CWAkBK%3BEACG%2CWAAA%3B%3BAAxBZ%2C0BAA0B%2COA4BtB%3BEACI%2CWAAA%3B%3BAA7BR%2C0BAA0B%2COAgCtB%2CWAAW%3BEAEH%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAAzCZ%2C0BAA0B%2COA6CtB%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FCR%2C0BAA0B%2COAkDtB%3BEACI%2CqBAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2CMAKtB%3BEAGQ%2CmBAAA%3BEACA%2CWAAA%3BEAEA%2CWAAA%3B%3BAAGJ%2C0BAdkB%2CMAKtB%2CWASK%3BAACD%2C0BAfkB%2CMAKtB%2CWAUK%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAAIJ%2C0BArBkB%2CMAKtB%2CWAgBK%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAzBkB%2CMAKtB%2CWAoBK%3BEACG%2CWAAA%3B%3BAA1BZ%2C0BAA0B%2CMA8BtB%3BEACI%2CWAAA%3B%3BAA%5C%2FBR%2C0BAA0B%2CMAkCtB%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAFrbR%2CoBAAqB%3BEAEb%2CmBAAA%3B%3BAAFR%2CoBAAqB%2CwBAKjB%2CmBAAmB%2CeAAc%3BAALrC%2CoBAAqB%2CwBAMjB%2CkBAAiB%2CKAAM%2CeAAc%3BAANzC%2CoBAAqB%2CwBAOjB%2CkBAAiB%2CaAAc%2CeAAc%3BEACzC%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAVR%2CoBAAqB%2CwBAajB%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CoBAAqB%2CwBAoBjB%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%3BAApBnC%2CoBAAqB%2CwBAqBjB%3BAArBJ%2CoBAAqB%2CwBAsBjB%3BEACI%2CcAAA%3B%3BAAvBR%2CoBAAqB%2CwBA0BjB%3BEACI%2CaAAA%3B%3BAA3BR%2CoBAAqB%2CwBA8BjB%2COAAO%3BEACH%2CcAAA%3BEACA%2CUAAA%3B%3BAAhCR%2CoBAAqB%2CwBAmCjB%3BEACI%2CoBAAA%3BEACA%2CeAAA%3B%3BAArCR%2CoBAAqB%2CwBAwCjB%2CwBAAwB%3BEACpB%2CSAAA%3BEACA%2CUAAA%3B%3BAA1CR%2CoBAAqB%2CwBA6CjB%2CwBAAwB%3BEACpB%2CiBAAA%3B%3BAA9CR%2CoBAAqB%2CwBAiDjB%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAArDR%2CoBAAqB%2CwBAwDjB%2CgBAAgB%2CkBAAkB%2C4BAA2B%3BEACzD%2CuBAAA%3B%3BAAIR%2CsBAAuB%2CqBAAqB%3BEAEpC%2CoBAAA%3B%3BAAFR%2CsBAAuB%2CqBAAqB%2CwBAKxC%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%3BAALnC%2CsBAAuB%2CqBAAqB%2CwBAMxC%3BAANJ%2CsBAAuB%2CqBAAqB%2CwBAOxC%3BAAPJ%2CsBAAuB%2CqBAAqB%2CwBAQxC%3BEACI%2CSAAA%3B%3BAAIR%2CeACI%2CMAAK%2CgBAAgB%2CaAAa%2CQAAS%3BEACvC%2CaAAA%3B%3BAAFR%2CeAKI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CeAUI%2COAAO%2CgBAAe%3BEAClB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAbR%2CeAgBI%2COAAM%2CiBAAkB%2CMAAK%2CaAAc%2CgBAAe%2CSAAU%2CMAAM%3BEACtE%2CkBAAA%3B%3BAAjBR%2CeAoBI%2COAAM%2CgBAAiB%2CMAAK%2CaAAc%2CgBAAe%3BEACrD%2CeAAA%3B%3BAArBR%2CeAwBI%2COAAO%2CgBAAe%2CSAAU%3BEAC5B%2CaAAA%3B%3BAAzBR%2CeA4BI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FBR%2CeAkCI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAApCR%2CeAuCI%3BEACI%2CwBAAA%3B%3BAAxCR%2CeA2CI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAvDR%2CeA0DI%2COAAM%3BAA1DV%2CeA2DI%2CkBAAkB%2CGAAE%3BEAChB%2CSAAA%3B%3BAA5DR%2CeA%2BDI%2CkBAAiB%2CiBAAkB%3BEAE3B%2CMAAA%3B%3BAAGJ%2CeALJ%2CkBAAiB%2CiBAAkB%2CkBAK9B%3BAAAD%2CeALJ%2CkBAAiB%2CiBAiKjB%2CcAAC%3BEA3JO%2COAAA%3BEACA%2CcAAA%3B%3BAAtEZ%2CeA0EI%2CkBAAkB%2CMAAM%2CEAAC%3BEACrB%2CkBAAA%3B%3BAA3ER%2CeA8EI%2CkBAAiB%2CgBAAiB%2CMAAQ%2CoBAAoB%2CIAAC%3BEAC3D%2CkBAAA%3B%3BAA%5C%2FER%2CeAkFI%2CkBAAkB%3BEACd%2CqBAAA%3BEACA%2CoBAAA%3B%3BAApFR%2CeAuFI%2CwBAAwB%3BEACpB%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAzFR%2CeA4FI%3BEACI%2CgBAAA%3B%3BAA7FR%2CeAgGI%2CmBAAkB%2CiBAAkB%2CMAAM%3BAAhG9C%2CeAiGI%2C4BAA2B%2CkBAAkB%2CiBAAkB%2CMAAK%2CIAAI%2C6BAA8B%2CMAAK%3BAAjG%5C%2FG%2CeAkGI%2C4BAA8B%2COAAK%2CkBAAkB%2CMAAM%2CMAAK%3BAAlGpE%2CeAmGI%2CkBAAkB%2CMAAK%3BEACnB%2CaAAA%3B%3BAApGR%2CeAuGI%2CmBAAkB%2CiBAAkB%3BEAChC%2CUAAA%3B%3BAAxGR%2CeA2GI%2CqBAAqB%2COAAM%2CgBAAiB%2CMAAK%2CeAAe%2CIAAI%3BAA3GxE%2CeA4GI%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%2CmCAAsC%2CQAAK%3BEACtE%2CiBAAA%3B%3BAAIR%2CuBAAwB%2CWAAW%2COAAM%2CgBAAiB%3BEAElD%2CkBAAA%3B%3BAAFR%2CuBAAwB%2CWAAW%2COAAM%2CgBAAiB%2CMAKtD%3BEACI%2CkBAAA%3B%3BAAIR%2CeAAgB%3BEAER%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAPY%2CcAOX%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeAZY%2CcAYX%3BAACD%2CeAbY%2CcAaX%3BEACG%2CcAAA%3B%3BAAKJ%2CuBADoB%2CMAAM%2CEACzB%3BEACG%2C6BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CuBANoB%2CMAAM%2CEAMzB%2CMAAO%3BEACJ%2CcAAA%3B%3BAAGJ%2CuBAVoB%2CMAAM%2CEAUzB%3BAACD%2CuBAXoB%2CMAAM%2CEAWzB%2COAAQ%3BEACL%2CcAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CuBACI%2CMAAK%3BEACD%2CaAAA%3B%3BAAFR%2CuBAKI%2CMAAK%3BEACD%2CgBAAA%3B%3BAANR%2CuBASI%2CMAAQ%3BEACJ%2CcAAA%3B%3BAAVR%2CuBAaI%2COAAM%2CiBAAkB%2CMAAQ%2CQAAK%3BEACjC%2CaAAA%3B%3BAAdR%2CuBAiBI%2COAAM%2CiBAAkB%3BAAjB5B%2CuBAkBI%2CeAAc%2CSAAY%3BEACtB%2CcAAA%3B%3BAAnBR%2CuBAsBI%2COAAM%2CiBAAkB%2CwBAAwB%3BAAtBpD%2CuBAuBI%2CeAAc%2CSAAY%2C0BAAwB%3BEAC9C%2CcAAA%3B%3BAAKJ%3BAACA%2CuBAAwB%3BEACpB%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAuB%2CwBAAwB%3BEAC3C%2CeAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CkBAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CuBAAwB%2CcAAC%3BEACrB%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CuBAAwB%2CcAAC%3BEACrB%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAC%3BEAGG%2CMAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA9CR%2CaAiDI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%2CsBAAsB%3BEACnB%2CWAAW%2CcAAX%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAAGJ%2CMAAM%2CuBAAuB%2CIAAI%2CiBAAoB%2CQAAQ%3BEACzD%2CgBAAA%3B%3BAAGJ%2CeAAgB%2COAAM%2CIAAI%2CiBAAiB%2CgBAAmB%2CQAAK%2CaAC%5C%2FD%2CgBAAe%3BEACX%2CeAAA%3B%3BAAFR%2CeAAgB%2COAAM%2CIAAI%2CiBAAiB%2CgBAAmB%2CQAAK%2CaAK%5C%2FD%2CgBAAe%2CSAAU%2CMAAK%3BEAC1B%2CiBAAA%3B%3BAAIR%2CsBAAuB%3BAACvB%2CuBAAwB%3BEACpB%2CqBAAA%3B%3BAAGJ%2CeAAgB%2C0BAAyB%2CMAAS%2CmBAAgB%3BEAC9D%2CqBAAA%3B%3BAAGJ%2CeAAgB%2COAAM%2CgBAAiB%2C0BAAyB%3BEAExD%2CcAAA%3B%3BAAFR%2CeAAgB%2COAAM%2CgBAAiB%2C0BAAyB%2CMAK5D%3BEACI%2CcAAA%3B%3BAG3WJ%2CsBAAC%3BAAyBL%2CsBAAuB%2COAAM%2CsBAAuB%2CMAgBhD%3BEAxCI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqFAAA%3B%3BAANR%2CsBASI%3BEACI%2CWAAA%3B%3BAAVR%2CsBAaI%2CgBAAe%2CIAAI%3BEACf%2CaAAA%3B%3BAAdR%2CsBAiBI%3BErCIJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAqC7BA%2CsBAqBI%2CUAAS%2CcAAiB%3BEACtB%2CaAAA%3B%3BAAIR%2CsBAAuB%2COAAM%2CsBAAuB%3BEAE5C%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBAZmB%2COAAM%2CsBAAuB%2CMAY%5C%2FC%3BEACG%2CyBAAA%3B%3BAAbR%2CsBAAuB%2COAAM%2CsBAAuB%2CMAgBhD%3BEAGI%2CkBAAA%3BEACA%2CYAAA%3B%3BAApBR%2CsBAAuB%2COAAM%2CsBAAuB%2CMAuB9C%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA5BR%2CsBAAuB%2COAAM%2CsBAAuB%2CMA%2BBhD%3BEAEQ%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBArCe%2COAAM%2CsBAAuB%2CMA%2BBhD%2C2BAMK%3BEACG%2C6BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBA1Ce%2COAAM%2CsBAAuB%2CMA%2BBhD%2C2BAWK%2CMAAS%3BEACN%2CcAAA%3B%3BAA3CZ%2CsBAAuB%2COAAM%2CsBAAuB%2CMA%2BChD%2CiBAAgB%2CMAAM%3BAA%5C%2FC1B%2CsBAAuB%2COAAM%2CsBAAuB%2CMAgDhD%2C2BAA0B%2CMAAS%2CmBAAgB%3BEAC%5C%2FC%2CqBAAA%3B%3BACrER%3BEAEQ%2CeAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CSAAA%3B%3BAAIR%3BEAEQ%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CeAeM%3BEACE%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAApBR%2CeAuBM%2CYAAS%3BEACP%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBClDe%2CiEDkDf%3BEACA%2CsBAAA%3B%3BAA5BR%2CeA%2BBM%3BEACE%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CKAAM%2CgBAAI%3BEACN%2CaAAA%3B%3BAE7DR%3BEAEQ%2CUAAA%3B%3BAAFR%2C2BAKI%2CUAAS%3BEACL%2CkBAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3B%3BAARR%2CuBAWM%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBD%5C%2FBe%2CkEC%2BBf%3BEACA%2CWAAW%2CqBAAX%3B%3BACpCR%3BEjLqBA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkL5BA%3BEACI%2CgBAAA%3B%3BAAGJ%2CyBAAyB%3BEAEjB%2CgBAAA%3B%3BAAFR%2CyBAAyB%2COAKrB%2C2BAA0B%2CSAAU%3BEAChC%2CoBAAA%3B%3BAANR%2CyBAAyB%2COASrB%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAXR%2CyBAAyB%2COAcrB%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAjBR%2CyBAAyB%2COAoBrB%3BEAEQ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CyBA3BiB%2COAoBrB%2CgBAOK%3BEACG%2CmBAAA%3B%3BAAGJ%2CyBA%5C%2FBiB%2COAoBrB%2CgBAWK%2CQAAQ%3BEACL%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAApCZ%2CyBAAyB%2COAwCrB%3BEACI%2CiBAAA%3B%3BAAzCR%2CyBAAyB%2COA4CrB%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BACHZ%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACvDJ%2CuBAAwB%3BEACpB%2CmBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CuBAAuB%2CWAAc%2C0BAAuB%3BEACxD%2CkBAAA%3BEACA%2CUAAA%3B%3BACoBJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAyB%3BEAEjB%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBArBqB%2CiBAqBpB%3BEACG%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBA3BqB%2CiBA2BpB%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CwBAnCqB%2CiBAmCpB%3BEACG%2CaAAA%3B%3BAAGJ%2CwBAvCqB%2CiBAuCpB%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CwBA7CqB%2CiBA6CpB%3BEACG%2CiBAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2ComBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CsBAmBI%3BEACI%2C4hBAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA9BR%2CsBAiCI%2CgBAAe%2CIAAI%3BEACf%2CaAAA%3B%3BAAIR%2CsBAAuB%3BEAIf%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAFpJR%2CsBEoIuB%2CgBFpItB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBE6HuB%2CgBF7HtB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBEqHuB%2CgBFrHtB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBE6GuB%2CgBF7GtB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CsBEqGmB%2CgBFtGtB%2CMACI%3BEACG%2CcAAA%3B%3BAAEJ%2CsBEkGmB%2CgBFtGtB%2CMAII%3BEACG%2CcAAA%3B%3BAAEJ%2CsBE%2BFmB%2CgBFtGtB%2CMAOI%3BEACG%2CcAAA%3B%3BAAEJ%2CsBE4FmB%2CgBFtGtB%2CMAUI%3BEACG%2CcAAA%3B%3BAE8GJ%2CsBAnBmB%2CgBAmBlB%3BAACD%2CsBApBmB%2CgBAoBlB%3BEACG%2CqBAAA%3B%3BAAGJ%2CUAAW%2CuBAxBQ%2CgBAwBP%3BAACZ%2CsBAzBmB%2CgBAyBlB%2CIAAI%2CYAAY%3BEACb%2CgBAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CqFAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAAC%2CIAAI%3BEACD%2CaAAA%3B%3BAAlBR%2C0BAqBM%3BEAEM%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAVF%2CiBAUG%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C0BAfF%2CiBAeG%3BEACG%2CyBAAA%3B%3BAAKZ%3BEAEQ%2CUAAW%2CuBADQ%2CgBACP%2CIAAI%3BEAChB%2CsBAFmB%2CgBAElB%2CIAAI%3BIACD%2CuBAAA%3B%3B%3BACrMZ%2CsBAAuB%3BEAEf%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAALR%2CsBAAuB%2CiBAQnB%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAZR%2CsBAAuB%2CiBAenB%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CgBAAiB%3BEAET%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CgBAPa%2CqBAOZ%3BEACG%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAZa%2CqBAYZ%2CSAAU%3BEACP%2CiBAAA%3B%3BAAbR%2CgBAAiB%2CqBAgBb%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CkFAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAA3BR%2CgBAAiB%2CqBA8Bb%2CgBAAe%3BAA9BnB%2CgBAAiB%2CqBA%2BBb%2CgBAAe%3BEACX%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAjCR%2CgBAAiB%2CqBAoCb%2CgBAAe%3BEACX%2CoCAAA%3BEACA%2CqBAAA%3B%3BAAtCR%2CgBAAiB%2CqBAyCb%3BEACI%2CcAAA%3B%3BAA1CR%2CgBAAiB%2CqBA6Cb%3BEAEQ%2CcAAA%3B%3BAAGJ%2CgBAlDS%2CqBA6Cb%2CgBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CgBAtDS%2CqBA6Cb%2CgBASK%3BEACG%2CSAAS%2CGAAT%3B%3BAAvDZ%2CgBAAiB%2CqBA2Db%3BEHjDA%2CqBAAA%3BEACA%2CsBAAA%3BEGmDI%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAHvDR%2CKAAM%2CiBGdW%2CqBA2Db%3BEH5CA%2CqBAAA%3B%3BAG0DJ%2CoBAAqB%3BEAEb%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAALR%2CoBAAqB%2CsBAQf%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CgBAAiB%3BEACb%2CcAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CqBAAA%3BEACA%2CkBAAA%3B%3BAC9HJ%3BAACA%2CmBAAoB%3BEAChB%2CaAAA%3B%3BACXJ%2CgBAAgB%2CSACZ%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAEA%2CgBALQ%2CSACZ%2CqBAIK%3BEACG%2CqBAAA%3B%3BAANZ%2CgBAAgB%2CSAUZ%2CoBAAmB%3BEACf%2CeAAA%3B%3BAAXR%2CgBAAgB%2CSAUZ%2CoBAAmB%2CaAGf%3BEACI%2CcAAA%3B%3BAAdZ%2CgBAAgB%2CSAkBZ%2C2BAA2B%3BEACvB%2CmBAAA%3B%3BAAnBR%2CgBAAgB%2CSAsBZ%3BAAtBJ%2CgBAAgB%2CSAuBZ%3BEACI%2CyBAAA%3B%3BAAEA%2CgBA1BQ%2CSAsBZ%2CoBAIK%3BAAAD%2CgBA1BQ%2CSAuBZ%2CoBAGK%3BExLuQT%2C%2BBAAA%3B%3BAyLjSA%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%3BE3CrEI%2CaAAA%3BE2CwEA%2CsBAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEAEQ%2CcAAA%3B%3BAAJR%2CeAOI%3BAANJ%2CgBAMI%3BAALJ%2CuBAKI%3BEACI%2CgBAAA%3B%3BAAIR%2CUAAW%2COAAO%2CMAAK%3BEACnB%2CSAAA%3B%3BAChGJ%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%3BE9CLA%2CyBAAA%3BE8CSQ%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%2CYCrDwB%2CyDDqDxB%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%3BE9C1HR%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BE8CsHI%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%3BE9C1KA%2CaAAA%3BEAIA%2CsBAAA%3BEAIA%2CmBAAA%3BE8CqKI%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%3BE9C3SN%2CgCAAA%3BE8C%2BSY%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%3BAE5UR%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%3BAAnBnB%2CmBnIgBA%2CiBmIGmB%3BAAnBnB%2CmBnIoBA%2CcmIDmB%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%3BEhD1HxC%2CaAAA%3BEAQA%2CqBAAA%3BEAIA%2CeAAA%3B%3BAgD8GJ%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%3BEjDDI%2CaAAA%3BEAQA%2CmBAAA%3BEiDJA%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%3BE%5C%2FLrCJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BLmCA%2CiBAAiB%2CYAAa%3BEjDvD1B%2CaAAA%3BEiD2DI%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%3BEjDnKd%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEiD%2BJI%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBARc%2CiBAQb%3BAACD%2CiBATc%2CiBASb%3BEACG%2CaAAA%3B%3BAAVR%2CiBAAkB%2CiBAad%2CQAAO%3BAAbX%2CiBAAkB%2CiBpI3GlB%3BAoI2GA%2CiBAAkB%2CiBpIvGlB%3BEoIqHQ%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%3BAA5BzB%2CiBAAkB%2CiBpI3GlB%2CiBoIsImB%3BAA3BnB%2CiBAAkB%2CiBpI3GlB%2CiBoIuImB%2CMAAM%3BAA5BzB%2CiBAAkB%2CiBpIvGlB%2CcoIkImB%3BAA3BnB%2CiBAAkB%2CiBpIvGlB%2CcoImImB%2CMAAM%3BEACjB%2CmBAAA%3B%3BAA7BR%2CiBAAkB%2CiBAgCd%2CQAAO%2CQAAQ%3BAAhCnB%2CiBAAkB%2CiBpI3GlB%2CiBoI2ImB%3BAAhCnB%2CiBAAkB%2CiBpIvGlB%2CcoIuImB%3BEJ%5C%2FMnB%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAIiNA%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%3BElDEA%2CaAAA%3BEAIA%2C8BAAA%3B%3BAkDZJ%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%3BElDhDA%2CaAAA%3BEAQA%2CmBAAA%3BEkD4CQ%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%3BEnDDI%2CaAAA%3BEAYA%2CeAAA%3BEmDPI%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%3BEnD%5C%2FBA%2CaAAA%3BEAQA%2CmBAAA%3BEAIA%2CeAAA%3BEmDsBI%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%3BAC3IR%3BEAEQ%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAjBR%2CyBAoBI%3BEACI%2CeAAA%3B%3BAArBR%2CyBAwBI%2CiBAAgB%3BEACZ%2CsBAAA%3BEACA%2CcAAA%3B%3BAA1BR%2CyBA6BI%2CiBAAgB%2CWAAc%3BEAC1B%2C6BAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FBR%2CyBAkCI%2CmBACI%2C8BACI%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAMhB%3BEAEQ%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAANR%2C2BASI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAXR%2C2BAcI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2C2BAmBI%2CiBAAgB%3BEACZ%2CgBAAA%3B%3BAApBR%2C2BAuBI%3BAAvBJ%2C2BAwBI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3B%3BAA5BR%2C2BA%2BBI%3BEACI%2CYAAA%3B%3BAAhCR%2C2BAmCI%2CkBAAiB%3BEACb%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAxCR%2C2BA2CI%2CkBAAiB%3BEACb%2CiBAAA%3BEACA%2CWAAA%3B%3BAAIR%2C2BACI%3BElMqLJ%2CoWAAA%3BEkMnLQ%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAVR%2C2BAaI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAlBR%2C2BAqBI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA3BR%2C2BA8BI%2CgBAAe%3BEACX%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAhCR%2C2BAmCI%2CgBAAe%2CMAAS%3BAAnC5B%2C2BAoCI%2CkBAAiB%3BElMkJrB%2CoWAAA%3BEkMhJQ%2CwBAAA%3B%3BAAtCR%2C2BAyCI%3BEACI%2CgBCpJ2B%2C0cDoJ3B%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAjDR%2C2BAoDI%2CkBAAiB%3BAApDrB%2C2BAqDI%2CiBAAgB%3BEACZ%2CaAAA%3B%3BAAIR%2CwBACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAATR%2CwBAYI%2CiBAAgB%2CQAAW%3BEACvB%2CmBAAA%3B%3BEAEA%2C6CAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CwBAmBI%2CiBAAgB%2CMAAS%3BEACrB%2C%2BBAAA%3B%3BAApBR%2CwBAuBI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BElM2QR%2C6BAAA%3BEACI%2CyBAAA%3BEACI%2CqBAAA%3BEAtDR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEkMjPA%2COAAA%3BEACA%2CkBAAA%3B%3BAA9BR%2CwBAiCI%3BEACI%2CgBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAANR%2CuBASI%3BEACI%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3B%3BAAbR%2CuBAgBI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BEAEA%2C4CAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAA3BR%2CuBA8BI%2CkBAAiB%3BAA9BrB%2CuBA%2BBI%2CkBAAiB%3BAA%5C%2FBrB%2CuBAgCI%2CkBAAiB%3BEACb%2CmBAAA%3B%3BAAjCR%2CuBAoCI%2CkBAAiB%3BElMkDrB%2C%2BBAAA%3B%3BAkMtFA%2CuBAwCI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CsBAAX%3BEACA%2CmBAAA%3B%3BAAlDR%2CuBAqDI%2CmBAAkB%3BEACd%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CqBAAqB%2CaAAhC%3BEACA%2CUAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2C4BAMI%3BElMmIJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEkMtLA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAbR%2C4BAgBI%3BEACI%2CyBAAA%3B%3BAAjBR%2C4BAoBI%3BEACI%2CaAAA%3B%3BAArBR%2C4BAwBI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BElMmKR%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEAtDR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEkMzIA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAhCR%2C4BAmCI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAvCR%2C4BA0CI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FCR%2C4BAkDI%2CkBAAiB%3BEACb%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BElMoIA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEAtDR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEkMzGA%2CiBAAA%3B%3BAAGJ%2C4BAAC%2CYAAY%3BEACT%2CmBAAA%3B%3BAATR%2C4BAYI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAhBR%2C4BAmBI%3BElMqEJ%2CoBAAA%3BEACQ%2CYAAA%3BEkMpEA%2CUAAA%3B%3BAArBR%2C4BAwBI%2CiBAAiB%3BEACb%2CsBAAA%3B%3BAAzBR%2C4BAwBI%2CiBAAiB%2CkBAGb%3BElM3UR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkMySA%2C4BAgCI%3BAAhCJ%2C4BAiCI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAtCR%2C4BA0CI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAA5CR%2C4BA%2BCI%2CkBAAkB%3BEACd%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAnDR%2C4BAsDI%2CkBAAkB%2CgBAAgB%2CGAAE%3BEAChC%2CmBAAA%3B%3BAAvDR%2C4BA0DI%2CwBAAwB%2CgBAAgB%2CGAAE%2CcAAe%3BElM9F7D%2CwgBAAA%3BEkMgGQ%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3B%3BAAlER%2C4BAqEI%2CwBAAwB%2CgBAAgB%2CGAAE%2CcAAe%2CqBAAoB%3BEACzE%2C4BAAA%3B%3BAAtER%2C4BAyEI%2CwBAAwB%2CgBAAgB%2CGAAE%2CaAAc%2CMAAK%3BEACzD%2CeAAA%3BEACA%2CaAAA%3B%3BAA3ER%2C4BA8EI%2CwBAAwB%2CgBAAgB%2CGAAE%3BEACtC%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAIR%3BElMRA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEkMlBA%2CsBAAA%3B%3BAAJR%2CwBAOM%3BEACE%2CWAAA%3B%3BAARR%2CwBAWI%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEQ%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2COAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CQAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%2CMAAM%3BEACH%2CWAAW%2CaAAX%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%2CMAAM%3BEACH%2CWAAW%2CcAAX%3B%3BAAKR%3BEAEQ%2CQAAA%3BEACA%2CcAAA%3B%3BAAHR%2CqBAMI%3BElM7EJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEkM6EQ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%3BEAEQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAC%2CIAAI%3BEACD%2CgBAAA%3B%3BAATR%2CqBAYI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CqBAYI%2CiBAKI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAApBZ%2CqBAYI%2CiBAWI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA1BZ%2CqBA8BI%3BElMvHJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEkMuHQ%2CaAAA%3B%3BAAhCR%2CqBAmCI%3BEACI%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAAEA%2C0BAAC%2CQACG%3BAADJ%2C0BAAC%2CQAEG%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAJR%2C0BAAC%2CQACG%2CsBAKI%2CiBAAiB%3BAANzB%2C0BAAC%2CQAEG%2C0BAII%2CiBAAiB%3BEACb%2CWAAA%3B%3BAAPZ%2C0BAAC%2CQAWG%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2C0BAoBI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2C0BADJ%2C8BACK%3BEACG%2CeAAA%3B%3BAA3BZ%2C0BAyBI%2C8BAKI%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3B%3BAAGJ%2C6BACI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BElMjLR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEkMiLQ%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAARR%2C6BAWI%2CiBAAgB%3BElM7SpB%2Cg2BAAA%3BEkM%2BSQ%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAnBR%2C6BAsBI%2CiBAAiB%3BElMpMrB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEkMoMQ%2CmBAAA%3B%3BAAxBR%2C6BA2BI%3BEACI%2CoBAAA%3B%3BAA5BR%2C6BA%2BBI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C6BAAC%2COACG%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIA%2C6BAPP%2COAMG%2CiBACK%3BEACG%2CWAAW%2CaAAX%3B%3BAAGJ%2C6BAXP%2COAMG%2CiBAKK%3BEACG%2CWAAW%2CcAAX%3B%3BAAMhB%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CyBAII%3BElMxOJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEkM6MA%2CmBAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CsBAAA%3BEACA%2CUAAA%3B%3BAAZR%2CyBAeI%2CgBAAe%3BEACX%2CkBAAA%3B%3BAAhBR%2CyBAmBI%2CgBAAe%3BEACX%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAKR%3BEAEQ%2CgBAAA%3B%3BAAFR%2C0BAKI%3BEACI%2CiBAAA%3B%3BAANR%2C0BASI%3BEACI%2CwBAAA%3B%3BAAGI%2C0BAJR%2COAGI%2CQACK%3BElMhYb%2C%2BBAAA%3B%3BAkMmXA%2C0BAmBI%2COAAO%3BEACH%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxBR%2C0BA2BI%2COAAO%2CEAAC%3BEACJ%2CWAAA%3B%3BAA5BR%2C0BA%2BBI%2COAAO%3BEACH%2CSAAA%3BEACA%2CkBAAA%3B%3BAAjCR%2C0BAoCI%2COAAO%2CMAAK%2CIAAI%3BEACZ%2CkBAAA%3B%3BAArCR%2C0BAwCI%2COAAO%2CSAAS%3BAAxCpB%2C0BAyCI%2COAAO%2CMAAK%3BEACR%2CmBAAA%3BEACA%2CWAAA%3B%3BAA3CR%2C0BA8CI%2COAAO%2CEAAC%3BEACJ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAnDR%2C0BAsDI%2COAAO%2CEAAC%2COAAO%3BEACX%2CmBAAA%3B%3BAAvDR%2C0BA0DI%2COAAO%2COAAO%2CEAAC%2COAAO%3BEAClB%2CWAAA%3BEACA%2CeAAA%3B%3BAA5DR%2C0BA%2BDI%2COAAO%2COAAO%2CEAAC%2COAAO%2CMAAM%3BEACxB%2CWAAA%3B%3BAAhER%2C0BAmEI%2COAAS%3BEACL%2CkBAAA%3B%3BAAIR%2CcAAe%2CiBAAiB%3BEAC5B%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CYAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CeAAA%3B%3BAANR%2CqBASI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAEpuBJ%3BEpMmRA%2CukBAAA%3BEAAA%2CYAAA%3BEoM%5C%2FQQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CYAAA%3BEpMyQR%2CYAAA%3BEAAA%2CukBAAA%3B%3BAoMpQI%2CyBAAC%2COAAQ%3BEpMoQb%2C2WAAA%3B%3BAoMhQI%2CyBAAC%3BEACG%2CcAAA%3B%3BAApBR%2CyBAuBI%3BEACI%2CYAAA%3BEpM2PR%2C%2BWAAA%3B%3B%3BAqMvRA%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BErMqYA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAqM3aR%2C6BAMI%3BAANJ%2C6BAOI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAATR%2C6BAYI%2CkBAAoB%3BEAChB%2CeAAA%3B%3BAAbR%2C6BAgBI%2CiBAAgB%3BEACZ%2CuBAAA%3B%3BAAjBR%2C6BAoBI%2CiBAAgB%3BEACZ%2CaAAA%3BEACA%2CmBAAA%3B%3BAAtBR%2C6BAyBI%2CiBAAgB%3BEACZ%2CsBAAA%3BEACA%2CcAAA%3B%3BAA3BR%2C6BA8BI%2CiBAAgB%2CWAAc%3BEAC1B%2C6BAAA%3BEACA%2CSAAA%3B%3BAAhCR%2C6BAmCI%2CiBAAmB%3BEACf%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtCR%2C6BAyCI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3B%3BAA3CR%2C6BA8CI%2CgBAAe%3BEACX%2CgBAAA%3B%3BAA%5C%2FCR%2C6BAkDI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAzDR%2C6BA4DI%2CkBAAiB%3BEACb%2CyBAAA%3B%3BAAIR%3BErMoUA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEqMtWA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAALR%2CwBAQI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3BErM0TR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEqM1TQ%2CuBAAA%3B%3BAAZR%2CwBAeI%3BEACI%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CwBAXJ%2CuBAWK%2CIAAI%3BEACD%2CiBAAA%3B%3BAAGJ%2CwBAfJ%2CuBAeK%3BEACG%2CsBAAA%3B%3BAAGJ%2CwBAnBJ%2CuBAmBK%3BAACD%2CwBApBJ%2CuBAoBK%3BAACD%2CwBArBJ%2CuBAqBK%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBA1BJ%2CuBA0BK%3BErMuKT%2CimGAAA%3B%3BAqMnKQ%2CwBA9BJ%2CuBA8BK%3BErMmKT%2CiuCAAA%3B%3BAqM%5C%2FJQ%2CwBAlCJ%2CuBAkCK%3BErM%2BJT%2C63BAAA%3B%3BAqM3JQ%2CwBAtCJ%2CuBAsCK%3BErM2JT%2C6rCAAA%3B%3BAqMhNA%2CwBA2DI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BErM2TR%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEAtDR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEqMtQQ%2C8BAAA%3BEACA%2CgBAAA%3B%3BAAjER%2CwBAoEI%3BEACI%2COAAA%3BEACA%2CcAAA%3B%3BAAtER%2CwBAyEI%3BEACI%2CYAAA%3BEACA%2CYAAA%3B%3BAAEA%2CwBAJJ%2CmBAIK%3BEACG%2C4BAAA%3B%3BAA9EZ%2CwBAkFI%2CmBAAkB%3BEACd%2CmBAAA%3BEACA%2CcAAA%3B%3BAApFR%2CwBAuFI%2CmBAAkB%2CIAAI%3BEAClB%2CmBAAA%3B%3BAAxFR%2CwBA2FI%3BErMqHJ%2CqmBAAA%3BEqMnHQ%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAZJ%2CgBAYK%3BAACD%2CwBAbJ%2CgBAaK%3BEACG%2CUAAA%3B%3BAAGJ%2CwBAjBJ%2CgBAiBK%3BErMoGT%2C4BAAA%3B%3BAqM9FA%3BEAEQ%2CsBAAA%3BEACA%2CyBAAA%3BErMmQR%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEAtDR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEqMjPA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAATR%2CqBAYI%3BEACI%2CsBAAA%3B%3BAAbR%2CqBAgBI%2CgBAAe%3BEACX%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAApBR%2CqBAuBI%2CgBAAe%3BEACX%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA3BR%2CqBA8BI%2CgBAAe%3BErMgEnB%2CoZAAA%3BEqM9DQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BErMiOA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEAtDR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEqM5KI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C%2BBAEI%2CMAAK%3BEACD%2CmBAAA%3BEACA%2CWAAA%3B%3BAAJR%2C%2BBAOI%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3BEACA%2CaAAA%3B%3BAAHR%2CwBAMI%3BEACI%2CmBAAA%3B%3BAAPR%2CwBAUI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIR%2CwBAAyB%3BEAEjB%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAXqB%2CgBAWpB%3BErMML%2CqiEAAA%3BEqMJQ%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CwBAjBqB%2CgBAiBpB%3BErMAL%2CyjBAAA%3BEqMEQ%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CwBAvBqB%2CgBAuBpB%3BErMNL%2C61BAAA%3BEqMQQ%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAIR%2C6BAA8B%2C8BAC1B%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAALR%2C6BAA8B%2C8BAQ1B%2CiBAAgB%3BErMrBpB%2CgZAAA%3BEqMuBQ%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAIR%2C6BAA8B%2C0BAC1B%2CgBAAe%3BEACX%2CkBAAA%3B%3BAAFR%2C6BAA8B%2C0BAK1B%2CgBAAe%3BEACX%2CkBAAA%3B%3BAAIR%3BEAEQ%2CeAAA%3B%3BAAFR%2C2BAKM%3BEACE%2CYAAA%3BEACA%2CeAAA%3B%3BAAPR%2C2BAUI%3BEACI%2CcAAA%3B%3BAAXR%2C2BAcI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAAhBR%2C2BAmBI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAtBR%2C2BAwBI%2CmBAAmB%2CYAAY%2CaAAa%3BEACxC%2CqBAAA%3B%3BAAIA%2C2BADJ%2CaACK%3BErMrET%2C%2BBAAA%3B%3BAqM2EA%3BAACA%2CgBAAgB%3BEACZ%2C2BAAA%3B%3BAAGJ%3BEAEQ%2CiBAAA%3BEACA%2CcAAA%3B%3BAAHR%2C2BAMI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%3BErM2EA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEAtDR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3B%3BAqMrDR%2C0BAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAVR%2C0BAaI%3BEACI%2CkBAAA%3B%3BAAIR%3BEAEQ%2CiBAAA%3B%3BAAFR%2C0BAKI%3BEACI%2CiBAAA%3B%3BAANR%2C0BASI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAfR%2C0BAkBI%2CmBAAkB%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3B%3BAApBR%2C0BAuBI%3BErMlBJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAqMqBQ%2C0BADJ%2CgBAAe%3BAAEX%2C0BAFJ%2CgBAAe%2CMAEV%3BAACD%2C0BAHJ%2CgBAAe%2CMAGV%3BAACD%2C0BAJJ%2CgBAAe%2CMAIV%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAApCZ%2C0BAwCI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAIA%2C6BAAC%2CIAAI%3BEACD%2CgBAAA%3B%3BAAFR%2C6BAKI%3BEACI%2CqBAAA%3B%3BAANR%2C6BASI%3BEACI%2CkBAAA%3B%3BEAEA%2C6CAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAfR%2C6BAkBI%2CiBAAgB%3BEACZ%2CgBAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAC3dJ%3BEAEQ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CoBAAA%3B%3BAARR%2CuBAWI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAfR%2CuBAWI%2CkBAMI%3BEACI%2CiBAAA%3B%3BAAlBZ%2CuBAWI%2CkBAMI%2CcAGI%3BEACI%2CaAAA%3B%3BAAEA%2CuBAZZ%2CkBAMI%2CcAGI%2CcAGK%2CMAAM%3BEACH%2CcAAA%3B%3BAAGJ%2CuBAhBZ%2CkBAMI%2CcAGI%2CcAOK%2CMAAM%3BEACH%2CcAAA%3B%3BAA5BpB%2CuBAWI%2CkBAsBI%3BEACI%2CcAAA%3B%3BAAlCZ%2CuBAWI%2CkBA0BI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAvCZ%2CuBAWI%2CkBA%2BBI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAA7CZ%2CuBAWI%2CkBAqCI%2CqBAAoB%2CaAAa%3BEAC7B%2C2mBAAA%3B%3BAAKZ%2CsBAEI%2CqBAAqB%3BEACjB%2CkBAAA%3B%3BAAHR%2CsBAMI%2CqBAAqB%3BEACjB%2CcAAA%3BEACA%2CgBAAA%3B%3BAARR%2CsBAWI%2CqBAAoB%3BEAChB%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEtMuNR%2CYAAA%3BEAAA%2CukBAAA%3B%3BAsMpOA%2CsBAkBI%2CqBAAqB%2CMAAK%3BEACtB%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEtMgNR%2CYAAA%3BEAAA%2C%2BWAAA%3B%3BAsMpOA%2CsBAyBI%2CqBAAqB%2CMAAK%2CcAAc%2CIAAI%2CUAAa%2CQAAK%2CMAAM%3BEtM2MxE%2CukBAAA%3BEsMzMQ%2CeAAA%3BEACA%2CUAAA%3B%3BAA5BR%2CsBA%2BBI%3B%3B%3B%3B%3B%3B%3BAA%5C%2FBJ%2CsBA%2BBI%2CqBAKQ%2CSAAQ%2CCAAI%3BEACR%2CYAAA%3B%3BAArChB%2CsBA%2BBI%2CqBAKQ%2CSAAQ%2CCAAI%3BEACR%2CYAAA%3B%3BAArChB%2CsBA%2BBI%2CqBAKQ%2CSAAQ%2CCAAI%3BEACR%2CWAAA%3B%3BAArChB%2CsBA%2BBI%2CqBAKQ%2CSAAQ%2CCAAI%3BEACR%2CWAAA%3B%3BAArChB%2CsBA%2BBI%2CqBAKQ%2CSAAQ%2CCAAI%3BEACR%2CWAAA%3B%3BAAQZ%2CsBAAC%2CYAAa%2CQAAO%2COAAO%3BEACxB%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAAC%2CYAAa%2CQAAO%2COAAO%2CQAAQ%3BEAChC%2CmBAAA%3B%3BAAvDR%2CsBA0DI%2CYAAW%2CsBAAuB%3BEAC9B%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CsBAAuB%2COAAM%2CqBACzB%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CsBAAuB%2COAAM%2CqBAMzB%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAC9HR%3BEAEQ%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CcAAA%3B%3BAARR%2CyBAWI%3BEAEQ%2CWAAA%3B%3BAAGJ%2CyBALJ%2CgBAKK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAjBZ%2CyBAqBI%2CgBAAgB%3BAArBpB%2CyBAsBI%2CgBAAgB%3BEACZ%2CeAAA%3BEACA%2CiBAAA%3B%3BAAxBR%2CyBA2BI%2CgBAAe%2COAAQ%3BEACnB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAA9BR%2CyBAiCI%2CgBAAe%2CMAAO%3BEAClB%2CaAAA%3BEACA%2CeAAA%3B%3BAAnCR%2CyBAsCI%2CgBAAe%2CMAAO%3BEAClB%2CaAAA%3B%3BAAvCR%2CyBA0CI%2CgBAAe%2CMAAO%3BEAClB%2CaAAA%3BEACA%2CeAAA%3B%3BAA5CR%2CyBA%2BCI%3BEACI%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAnDR%2CyBAsDI%3BEAEQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAbJ%2CoBAaK%3BEACG%2CmBAAA%3B%3BAApEZ%2CyBAwEI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3BEACA%2CmBAAA%3B%3BAAHR%2C2BAMI%3BEACI%2CgBAAA%3B%3BAAPR%2C2BAUI%2CIAAG%3BAAVP%2C2BAWI%2CIAAG%2CMAAS%3BEACR%2CaAAA%3B%3BAAIJ%2C0BAA2B%2C6BAA6B%2C4BAAC%3BEACrD%2CWAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAVR%2CmBAaI%3BEACI%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAlBR%2CmBAqBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAxBR%2CmBA2BI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAApCR%2CmBAuCI%3BEAEQ%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAXJ%2CgBAWK%3BEACG%2CUAAA%3B%3BAAGJ%2CmBAfJ%2CgBAeK%3BAACD%2CmBAhBJ%2CgBAgBK%3BEACG%2CsBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CmBAzBJ%2CgBAyBK%3BEACG%2CWAAW%2CaAAX%3B%3BAAGJ%2CmBA7BJ%2CgBA6BK%3BEACG%2CWAAW%2CcAAX%3B%3BAAKJ%2CmBADJ%2CiBACK%3BEACG%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBArBJ%2CiBAqBK%3BEACG%2C%2BBAAA%3B%3BAA%5C%2FFZ%2CmBAmGI%2CiBAAgB%3BEACZ%2CsBAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAGJ%3BEAEQ%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAANR%2C2BAaI%3BEACI%2CcAAA%3B%3BAAdR%2C2BAiBI%2CkBAAkB%3BEACd%2CaAAA%3B%3BAAIR%2CqBAAsB%3BEAClB%2CmBAAA%3B%3BAAGJ%2C8BAA8B%3BEAEtB%2C8BAAA%3BEACA%2CeAAA%3B%3BAAHR%2C8BAA8B%2CMAMxB%3BEAEM%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C8BAZsB%2CMAMxB%2CSAMG%3BEACG%2CQAAA%3B%3BAAbZ%2C8BAA8B%2CMAiBxB%3BEACE%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CwhBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C4BAA6B%3BAAC7B%2CqBAAsB%3BEAClB%2CkBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CmBAAA%3B%3BACjSR%3B%3B%3B%3BAAAA%2CmBACI%2CkBAAiB%3BEAET%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CmBAPJ%2CkBAAiB%2CQAOZ%3BEACG%2CmBAAA%3B%3BAATZ%2CmBAaI%2C2BAA0B%2CQAAS%2CkBAAiB%3BEAChD%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CmBAJJ%2C2BAA0B%2CQAAS%2CkBAAiB%2CQAI%5C%2FC%3BEACG%2CmBAAA%3B%3BAAlBZ%2CmBAsBI%2C4BAA4B%3BEACxB%2CcAAA%3B%3BAAvBR%2CmBA0BI%2C4BAA4B%2CkBAAiB%3BEACzC%2CkBAAA%3B%3BAA3BR%2CmBA8BI%2CyBAAyB%2CiBAAmB%3BEAEpC%2CiBAAA%3B%3BAAGJ%2CmBALJ%2CyBAAyB%2CiBAAmB%2CmBAKvC%3BEACG%2CmBAAA%3B%3BAApCZ%2CmBAwCI%2C0BAA0B%2CiBAAgB%3BEACtC%2C6BAAA%3B%3BAAzCR%2CmBA4CI%2C6BAA6B%3BEACzB%2CeAAA%3B%3BAA7CR%2CmBAgDI%2C6BAA6B%3BEACzB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAnDR%2CmBAsDI%2CsBAAqB%2CQAAS%2CkBAAiB%3BEAEvC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAPJ%2CsBAAqB%2CQAAS%2CkBAAiB%2CQAO1C%3BEACG%2CmBAAA%3B%3BAA9DZ%2CmBAkEI%3BEACI%2CUAAA%3B%3BAAIR%2C2BACI%3BEACI%2CUAAA%3B%3BAAFR%2C2BAKI%3B%3BEAGQ%2CcAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3B%3BAAGJ%2C2BATJ%2CgBASK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAfZ%2C2BAmBI%2CgBAAgB%3BEACZ%2CeAAA%3B%3BAAKR%2CcAAc%3BEACV%2CeAAA%3B%3BACrGJ%2CcACI%2C0BAAyB%3BEACrB%2CaAAA%3B%3BAAFR%2CcAMI%2CUAAY%2CkBAAe%2CMAAS%3BEAChC%2CqBAAA%3B%3BAAPR%2CcAWI%2CEAAC%3BEACG%2CYAAA%3BEACA%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACdR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CwBAII%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CwBASI%3BEACI%2CWAAA%3B%3BAAEJ%2CwBAAC%3BEACG%2CqBAAA%3BEACA%2CkBAAA%3B%3B%3BAAKR%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CgCAAC%3BEACG%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CgCAUI%3BEACI%2CcAAA%3B%3BAAXR%2CgCAcI%3BEACI%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAGR%2CqBACI%2CiCACI%2CeACI%3BEACI%2CSAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBANZ%2CiCACI%2CeACI%2CuBAIK%3BEACG%2CYAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CqBAdZ%2CiCACI%2CeACI%2CuBAYK%3BEACG%2CYAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAOpB%2CaACI%2CyBACI%3BEACI%2CaAAA%3B%3BAAKZ%2CuBAEI%3BAADJ%2CeACI%3BEACI%2CeAAA%3B%3BAAHR%2CuBAKI%3BAAJJ%2CeAII%3BEACI%2CgBAAA%3B%3BAAGR%2CuBACI%3BEACI%2CaAAA%3B%3BAAFR%2CuBACI%2CgBAEI%3BE1MmMR%2CmBAAA%3B%3BA0MtMA%2CuBAOI%2C8BAA8B%3BEAC1B%2CcAAA%3B%3BAAGR%2CkBACI%2CyBACI%3BEACI%2CaAAA%3B%3BAAIZ%2CSACI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CeACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CeACI%2CsBAII%3BEACI%2CoBAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CeAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CeAaI%3BEACI%2CkBAAA%3B%3BAAdR%2CeAgBI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CeAMI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3B%3BAAKR%3BAACA%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CqBAKI%2CeACI%3BAALR%2C0BAII%2CeACI%3BEACI%2CSAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBALR%2CeACI%2CuBAIK%3BAAAD%2C0BALR%2CeACI%2CuBAIK%3BEACG%2CYAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CqBAbR%2CeACI%2CuBAYK%3BAAAD%2C0BAbR%2CeACI%2CuBAYK%3BEACG%2CYAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAKhB%2C0BACI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGR%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CqBAAsB%3BEAClB%2CcAAA%3B%3BAAIR%2CwBACI%3BE1MoFJ%2C6BAAA%3B%3BA0MrFA%2CwBACI%2C0BAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAANZ%2CwBACI%2C0BAQI%3BEACI%2CmBAAA%3B%3BAAKZ%2CuBACI%2C2BACI%3BEACI%2CaAAA%3B%3BAAHZ%2CuBAMI%3BEACI%2CgBAAA%3B%3BAAKJ%2CgBAH2C%3BEAG3C%2CuBANA%3BIAIQ%2CWAAA%3B%3B%3BAAVZ%2CuBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CuBAcI%2CeAGI%3BE1MqDR%2CYAAA%3BEAAA%2CSAAA%3BEoBs7BA%2CUAAA%3B%3BAAEA%2CuBsLh%5C%2FBI%2CeAGI%2CuBtL6%2BBP%3BAACD%2CuBsLj%5C%2FBI%2CeAGI%2CuBtL8%2BBP%3BEpB34BD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEoBg8BI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CuBsL7%5C%2FBI%2CeAGI%2CuBtL0%5C%2FBP%3BEpBr8BD%2CyBAAA%3B%3BAoBy8BA%2CuBsLjgCI%2CeAGI%2CuBtL8%5C%2FBP%3BEpBz8BD%2C4BAAA%3BEoB28BI%2CQAAA%3B%3BAsLj%5C%2FBI%2CgBAZ2C%3BEAY3C%2CuBAlBJ%2CeAGI%3BIAMQ%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBAbZ%2CeAGI%2CuBAUS%3BEACD%2CuBAdZ%2CeAGI%2CuBAWS%3BIACG%2CWAAA%3B%3B%3BAAOpB%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAADJ%2CiBAEI%3BEACI%2CmBAAA%3B%3BAAIR%2CuBACI%3BEACI%2CcAAA%3B%3BAAIR%2CwBACI%2CuBACI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3B%3BAAMZ%2CsBAAsB%2CUAAU%3BEAC5B%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAmBR%2CgBAfuC%3BEACnC%2C0BACI%3BIACI%2CWAAA%3B%3BEAKJ%2CwBAAC%3BIACG%2CuBAAA%3BIACA%2CkBAAA%3B%3B%3B%3B%3B%3BAC1TZ%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CKAAK%2C4BACC%3BEACE%2CiBAAA%3B%3BAAGR%2CIAAI%2C4BACE%3BEACE%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BACbR%2CWACI%2CIAAG%3BEACC%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAII%2CWANR%2CIAAG%2CQAIC%2COAEK%2CMACG%3BAADJ%2CWANR%2CIAAG%2CQAKC%2CMACK%2CMACG%3BAADJ%2CWANR%2CIAAG%2CQAIC%2COAEK%2CMxM6FT%2CMAAK%2CcA0CD%2CiBAGM%3BAwM1IF%2CWANR%2CIAAG%2CQAKC%2CMACK%2CMxM6FT%2CMAAK%2CcA0CD%2CiBAGM%3BAwM1IF%2CWANR%2CIAAG%2CQAIC%2COAEK%2CMvMsDT%3BAuMtDQ%2CWANR%2CIAAG%2CQAKC%2CMACK%2CMvMsDT%3BEuMpDgB%2CmBAAA%3BEACA%2CcAAA%3B%3BAAVpB%2CWACI%2CIAAG%2CQAIC%2COASI%3BAAdZ%2CWACI%2CIAAG%2CQAKC%2CMAQI%3BAAdZ%2CWACI%2CIAAG%2CQAIC%2COxM%2BFJ%2CMAAK%2CcA0CD%2CiBAGM%3BAwMjJd%2CWACI%2CIAAG%2CQAKC%2CMxM8FJ%2CMAAK%2CcA0CD%2CiBAGM%3BAwMjJd%2CWACI%2CIAAG%2CQAIC%2COvMwDJ%3BAuM7DJ%2CWACI%2CIAAG%2CQAKC%2CMvMuDJ%3BEuM9CY%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA1BhB%2CWACI%2CIAAG%2CQA6BC%2COACI%3BAA%5C%2FBZ%2CWACI%2CIAAG%2CQA6BC%2COxMsEJ%2CMAAK%2CcA0CD%2CiBAGM%3BAwMjJd%2CWACI%2CIAAG%2CQA6BC%2COvM%2BBJ%3BEuM7BY%2CSAAA%3B%3BAAhChB%2CWACI%2CIAAG%2CQAmCC%2CMACI%3BAArCZ%2CWACI%2CIAAG%2CQAmCC%2CMxMgEJ%2CMAAK%2CcA0CD%2CiBAGM%3BAwMjJd%2CWACI%2CIAAG%2CQAmCC%2CMvMyBJ%3BEuMvBY%2CUAAA%3BEACA%2C8BAAA%3B%3BAAvChB%2CWACI%2CIAAG%2CQA0CC%2CYAAW%3BEACP%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAAKZ%2CYAAY%2CIACR%2CUAAS%3BEACL%2CiBAAA%3B%3BAAFR%2CYAAY%2CIAKR%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAATR%2CYAAY%2CIAYR%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAC3ER%2CgBACC%2CmBACC%2CWACC%3BEACC%2C6BAAA%3B%3BAAMJ%2CWACC%2CWACC%3BEACC%2C6BAAA%3BEACA%2CcAAA%3B%3BAAIH%2CSAAS%2CKAAK%2CQACb%3BEACC%2CiBAAA%3BEACA%2CcAAA%3B%3BA5KXE%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2COACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAXpB%2COACI%2CgBACI%2CUAGI%2CQASI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjBpB%2COACI%2CgBAqBI%3BEAEI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAA1BZ%2COACI%2CgBA4BI%2CMACM%3BEACE%2CgBAAA%3B%3BAA%5C%2FBhB%2COACI%2CgBAkCI%2CKACI%2CKAEM%3BEACE%2CWAAA%3B%3BAAvCpB%2COACI%2CgBA2CI%2CeACI%3BEACI%2CWAAA%3BEjCkPhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2COiC3CI%2CgBA2CI%2CeACI%2CiBjCDX%3BAACD%2COiC5CI%2CgBA2CI%2CeACI%2CiBjCAX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2COiCjDI%2CgBA2CI%2CeACI%2CiBjCKX%3BEACG%2CWAAA%3B%3BAiCnDJ%2COACI%2CgBA2CI%2CeACI%2CiB6KwDZ%3BEACI%2CWAAA%3B%3BA7KtGJ%2COACI%2CgBA2CI%2CeACI%2CiB6K7BZ%3BA7KhBA%2COACI%2CgBA2CI%2CeACI%2CiB6K5BZ%3BEACI%2CqBAAA%3B%3BA7KlBJ%2COACI%2CgBA2CI%2CeACI%2CiB6K7BZ%2CSAQI%2CEAAC%3BA7KxBL%2COACI%2CgBA2CI%2CeACI%2CiB6K5BZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BA7KzBR%2COACI%2CgBA2CI%2CeACI%2CiB6KfZ%2CSACI%3BE9MiQJ%2CiBAAA%3B%3BAiChSA%2COACI%2CgBA2CI%2CeACI%2CiB6KLZ%2CWAKI%2CEAAC%3BE9MmPL%2CeAAA%3B%3BAiChSA%2COACI%2CgBA2CI%2CeACI%2CiB6KWZ%3BA7KxDA%2COACI%2CgBA2CI%2CeACI%2CiB6KYZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BA7K3DJ%2COACI%2CgBA2CI%2CeACI%2CiBAQM%3BEACE%2CgBAAA%3B%3BAAtDpB%2COACI%2CgBA0DI%3BEACI%2CcAAA%3B%3BAA5DZ%2COACI%2CgBA8DI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAADJ%2CkBAII%3BEjCsNJ%2CiBAAA%3B%3BAiC1NA%2CkBAII%2CaAGI%3BEACI%2CgBAAA%3B%3BAARZ%2CkBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CkBAYI%2CSAGI%3BEACI%2CmBAAA%3B%3BAzB9EZ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BERoRX%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAQxRA%2CyBAQI%3BEACI%2CaAAA%3B%3BAATR%2CyBAgBI%3BEACI%2CmBAAA%3B%3BAAjBR%2CyBAoBI%2CQAAO%3BEACH%2CmBAAA%3B%3BAArBR%2CyBAwBI%2CWACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3BZ%2CyBAmCI%3BERqPJ%2CmBAAA%3BEQlPQ%2CkBAAA%3B%3BAAtCR%2CyBAmCI%2CsBAKM%2CSAAS%3BERgPnB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAQxRA%2CyBAmCI%2CsBASI%3BEACI%2CgBAAA%3B%3BAAEA%2CyBAZR%2CsBASI%2CgBAGK%3BEACG%2CaAAA%3B%3BAAhDhB%2CyBAmCI%2CsBASI%2CgBAOM%3BERqOd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEQnOgB%2CcAAA%3B%3BAArDhB%2CyBAmCI%2CsBAsBI%2CQAAO%2CMAGD%3BEACE%2CmBAAA%3B%3BAA7DhB%2CyBAmCI%2CsBA8BI%2CYACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApEhB%2CyBAmCI%2CsBAyCI%2CqBACM%3BEAEE%2CmBAAA%3B%3BAA%5C%2FEhB%2CyBAmFI%2CQACI%2COAAM%3BERoMd%2CgBAAA%3B%3BAQxRA%2CyBAmFI%2CQACI%2COAAM%2CIACF%3BERmMZ%2CgBAAA%3BEAAA%2CeAAA%3BEQhMgB%2CqBAAA%3B%3BAAxFhB%2CyBA%2BFI%2CEAAC%3BERyLL%2CcAAA%3B%3BAQxRA%2CyBAmGI%3BEACI%2CWAAA%3B%3BAuMpGR%3BE%5C%2FMwRA%2CmBAAA%3BEAAA%2CWAAA%3BE%2BMrRI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BE%5C%2FM2QR%2CiBAAA%3BE%2BMzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BE%5C%2FMqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAgN9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BE%5C%2FM6PR%2CiBAAA%3BE%2BM3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BE%5C%2FMwPR%2CeAAA%3BE%2BMtPY%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%3BE%5C%2FMuOR%2CiBAAA%3B%3BA%2BMxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BE%5C%2FM2Nb%2CiBAAA%3BE%2BMzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BA3M1EhB%2CyBACI%2CKACI%3BEACI%2C0BAAA%3B%3BAAHZ%2CyBACI%2CKAKI%3BEACI%2CgBAAA%3B%3BAAUZ%3BEJ8QA%2CmBAAA%3BEI3QI%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAJJ%2CaAMM%3BEACE%2CcAAA%3BEJuQR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAI9QA%2CaAWI%3BEAEI%2CgBAAA%3B%3BAAbR%2CaAWI%2COAII%3BEACI%2CcAAA%3B%3BAAhBZ%2CaAWI%2COAQI%3BEACI%2CuBAAA%3B%3BAApBZ%2CaAWI%2COAQI%2CUAGI%3BEACI%2CgBAAA%3B%3BAAEA%2CaAdZ%2COAQI%2CUAGI%2COAGK%3BEACG%2CeAAA%3B%3BAA1BpB%2CaAWI%2COAQI%2CUAWI%2CSACI%2COACM%3BEACE%2CeAAA%3B%3BAAwBxB%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CYAKI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CYAUI%2CUAAS%3BEACL%2CaAAA%3B%3BAAKR%2CKAAK%2CcACD%2COACI%2CMAAQ%3BEACJ%2C6BAAA%3B%3BAAHZ%2CKAAK%2CcACD%2COAKM%3BEACE%2CgCAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CKAbH%2CcAYD%2CKACK%2CIACG%3BEACI%2CgBAAA%3B%3BAAWR%2CKA1BH%2CcAyBD%2CMACK%2CQAAS%3BEACN%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CKAjCP%2CcAyBD%2CMAOI%2CKACK%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAArChB%2CKAAK%2CcA0CD%2CiBAGM%3BACpFV%3BEL4OA%2CqBAAA%3BEMxHA%2CqBAAA%3BEF7BY%2CmBAAA%3BEACA%2CkBAAA%3B%3BAE8BZ%2CKF%5C%2FEK%2CcA0CD%2CiBAGM%2CUEkCT%3BAACD%2CKFhFK%2CcA0CD%2CiBAGM%2CUEmCT%3BAACD%2CKFjFK%2CcA0CD%2CiBAGM%2CUEoCT%3BADxHD%2CYCsHC%3BADtHD%2CYCuHC%3BADvHD%2CYCwHC%3BEACG%2CqBAAA%3B%3BAF%5C%2FBQ%2CKAnDP%2CcA0CD%2CiBAGM%2CUAMG%3BAC1Fb%2CYD0Fa%3BEACG%2CeAAA%3B%3BAAMR%2CKA1DH%2CcAyDD%2CQACK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAjEH%2CcAgED%2CSACK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKA1EH%2CcAgED%2CSAUK%3BEACG%2CmBAAA%3B%3BAAGJ%2CKA9EH%2CcAgED%2CSAcK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CKAtFH%2CcAqFD%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAvFZ%2CKAAK%2CcA4FD%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA9FR%2CKAAK%2CcAmGD%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAApGR%2CKAAK%2CcA2GD%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CeAKI%3BEAEI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CeAKI%2CwBAKI%2CQAAO%3BAAVf%2CeAKI%2CwBuDlJJ%3BAvD6IA%2CeAKI%2CwBuD9IJ%3BEvDqJY%2CWAAA%3B%3BAAMZ%2CsBACI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CsBAOI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CsBAOI%2COAII%2COACM%3BEACE%2CgBAAA%3B%3BAAMhB%3BEACI%2CgCAAA%3B%3BAAOJ%2CMAAM%3BEACF%2CgBAAA%3B%3BAAGJ%2CcAEM%3BAADN%2CKAAM%2CeACA%3BEACE%2CcAAA%3B%3BAAIR%2CKAAK%2CcAED%2CKAAI%3BAADR%2CYAAY%2CcACR%2CKAAI%3BAAFR%2CKAAK%2CcAGD%2CKAAI%3BAAFR%2CYAAY%2CcAER%2CKAAI%3BAAHR%2CKAAK%2CcAID%2CKAAI%3BAAHR%2CYAAY%2CcAGR%2CKAAI%3BAAJR%2CKAAK%2CcAKD%2CKAAI%3BAAJR%2CYAAY%2CcAIR%2CKAAI%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BAACA%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CIACI%2CmBAAmB%2CGAAE%3BAADzB%2CIAEI%2CaAAa%2CGAAE%3BAAFnB%2CIAGI%3BEACI%2CaAAA%3B%3BAAIR%2CIAAI%2CMACA%3BEACI%2CwBAAA%3B%3BAAFR%2CIAAI%2CMAIA%2CmBAAmB%2CGAAE%3BAAJzB%2CIAAI%2CMAKA%2CaAAa%2CGAAE%3BEACX%2C4BAAA%3B%3BAsB1RR%2CeACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeACI%2CaAII%3BEACI%2CgBAAA%3B%3BAANZ%2CeAUI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAASI%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxBpB%2CeA8BI%3BEACI%2CaAAA%3B%3BAAEA%2CeAHJ%2CUAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAA3CZ%2CeA%2BCI%2CeACM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CeA%2BCI%2CeACM%2CWAII%3BEACE%2CmBAAA%3B%3BAAGI%2CeAThB%2CeACM%2CWAII%2CWAGE%2CQACK%3BAAAD%2CeAThB%2CeACM%2CWAII%2CWiCHd%3BAjCOoB%2CeAThB%2CeACM%2CWAII%2CWiCCd%3BEjCKwB%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CeAfpB%2CeACM%2CWAII%2CWAGE%2CQACK%2CQAMI%3BAAAD%2CeAfpB%2CeACM%2CWAII%2CWiCHd%2CiBjCayB%3BAAAD%2CeAfpB%2CeACM%2CWAII%2CWiCCd%2CcjCSyB%3BEACG%2CgBAAA%3B%3BAA%5C%2FD5B%2CeAuEI%3BAAvEJ%2CeAwEI%3BAAxEJ%2CeAyEI%3BAAzEJ%2CeA0EI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEIjDA%2CqBAAA%3BEACA%2CkBAAA%3BEJoEI%2CYAAA%3B%3BA1BtEJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BA0B2CJ%2CiBI9CA%3BEAEI%2CeAAA%3BE9B8OJ%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC%5C%2FOQ%2COhC%2BOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BE%5C%2FB2PL%2CWAAA%3B%3BA%2BBrPI%2CiBDKJ%2CiBCNC%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BA8BqEA%2CiBArTA%2CiBAqTC%3BE9BrED%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC%5C%2FOQ%2COhC%2BOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BE%5C%2FB2PL%2CWAAA%3B%3BA%2BBrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BA0BlMA%2CiBIyIA%3BE9ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CYAAA%3BE8BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE9B8CJ%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CyCAAA%3B%3BA0BlMA%2CiBIyIA%2CgBAsBI%3BE9BmCJ%2CSAAA%3B%3BA8B3BQ%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%3BE9BzSJ%2CsDAAA%3BE8B2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BE9B%5C%2FSJ%2CsDAAA%3BE8BiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2CgBAwUC%3BE9B%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA8BoRA%2CiBA7UA%2CgBA6UC%3BE9BpRD%2CWAAA%3BEAAA%2CUAAA%3B%3BA8BZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAJ1LR%2CiBAsBI%3BE1B4KJ%2CkBAAA%3B%3BA0BlMA%2CiBAsBI%2CgBAGI%3BEACI%2CaAAA%3B%3BAA1BZ%2CiBA8BI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlCZ%2CiBA8BI%2CSACI%2CSAKM%3BAApCd%2CiBA8BI%2CSACI%2CSAMM%3BEACE%2CeAAA%3B%3BAAMR%2CiBADJ%2CQACK%3BE1BsJT%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BE0B9IY%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAZJ%2CiBADJ%2CQACK%2CMK0IP%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CiBLiHI%2CQACK%2CMKlHR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC1OU%2COhC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBLoGA%2CQACK%2CMKtGR%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CiBL8FA%2CQACK%2CMKhGR%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BAM7CA%2CiBoB1GI%2CQACK%2CMpByGR%3BAACD%2CiBoB3GI%2CQACK%2CMpB0GR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBoBhHI%2CQACK%2CMpB%2BGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBoBrHI%2CQACK%2CMpBoHR%3BAACD%2CiBoBtHI%2CQACK%2CMpBqHR%3BAACD%2CQAAQ%2CUAAW%2CkBoBvHf%2CQACK%3BEpBuHL%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA0BvIQ%2CiBAhBJ%2CQAgBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAhBJ%2CQAgBK%2CSAOG%2CSAAQ%3BE1BgIpB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BE0B3HgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBArCZ%2CQAgBK%2CSAOG%2CSAAQ%2CIAcH%3BEACG%2CaAAA%3B%3BAAtBZ%2CiBAhBJ%2CQAgBK%2CSAOG%2CSAAQ%2CIAkBJ%2CQACM%3BE1B6GtB%2CeAAA%3B%3BA0BlMA%2CiBAiGI%3BEACI%2CgBAAA%3B%3BAAIR%3BE1B4FA%2CsBAAA%3BEAAA%2CeAAA%3BE0BzFI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BE1BmFA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA2BuFA%2CeAGI%3BEACI%2CeAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BE1B6Eb%2C0BAAA%3B%3BA0BzEQ%2CeAPJ%2CcAOK%3BEACG%2CcAAA%3B%3BAAXZ%2CeAuBI%2CsBACI%3BEACI%2CqBAAA%3B%3BAAzBZ%2CeA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CeAiCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CeAsCI%2CSACM%3BAAvCV%2CeAsCI%2CSAEM%3BEACE%2CWAAA%3B%3BAAzCZ%2CeAsCI%2CSAMI%3BE1BuCR%2CcAAA%3BE%2BBhOA%2CqBAAA%3BELkMY%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAK9LZ%2CeL6KI%2CSAMI%2CQKnLP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BALnGY%2CeAnBR%2CSAMI%2CQAaK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAKzIhB%2CeLmHI%2CSA0BK%2COACK%2CUK9Ib%3BE%5C%2FBgKD%2CSgC%5C%2FNM%2COhC%2BNN%3B%3BA0BnFA%2CeA0EI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA5ER%2CeA0EI%2CmBAII%3BE1BKR%2CcAAA%3B%3BA0BnFA%2CeAmFI%3BEACI%2CkBAAA%3B%3BAApFR%2CeAmFI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAAvFZ%2CeAmFI%2CsBAOI%3BAA1FR%2CeAmFI%2CsBAQI%3BEACI%2CeAAA%3B%3BAA5FZ%2CeAmFI%2CsBAYI%2CMAAK%3BE1BZb%2CiBAAA%3B%3BA0BnFA%2CeAmFI%2CsBAoBI%3BEACI%2CgBAAA%3B%3BAAxGZ%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%3BE1B1BhB%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BAL6IA%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%2COKtCd%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BB2CA%2CeLmPI%2CSAAQ%2CQACJ%2CSAAQ%2COKpPf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAL5JA%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%2COAUJ%3BEACI%2CaAAA%3B%3BAAxHhB%2CeAoII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtIR%2CeAyII%3BE1BtDJ%2CiBAAA%3BE0BwDQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA5IR%2CeA%2BII%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BE1BlET%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BAL%2BUQ%2CeADJ%2CQACK%2CKK7EP%3BAL8EM%2CeAFJ%2CQAEK%2COK9EP%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CeLwUI%2CQACK%2CKKzUR%3BAAAD%2CeLwUI%2CQAEK%2COK1UR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC1PY%2COhC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeL2TA%2CQACK%2CKK7TR%2CMACI%3BAAAD%2CeL2TA%2CQAEK%2COK9TR%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CeLqTA%2CQACK%2CKKvTR%2COACI%3BAAAD%2CeLqTA%2CQAEK%2COKxTR%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BA%2BBzKA%2CeLyOI%2CQAcK%2COKvPR%3BE%5C%2FByKD%2CSgC5PS%2COhC4PT%3B%3BAS3QA%3BET2QA%2CgBAAA%3B%3BAStQA%3BETsQA%2CgBAAA%3B%3BAStQA%2CYAWI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CcAAA%3B%3BAAIR%2CyBAGI%3BEACI%2CaAAA%3B%3BA4CpDR%3BErD2RA%2C6BAAA%3BEqDxRI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CsBAMI%3BErDqRJ%2CeAAA%3BEAAA%2CgBAAA%3BEqDlRQ%2CWAAA%3B%3BAATR%2CsBAMI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAOI%2CsBAHZ%2CkBACI%2CQACK%2CSACI%3BErDuQjB%2CWAAA%3B%3BAqDnQgB%2CsBAPZ%2CkBACI%2CQACK%2CSAKI%2CMAAM%3BErDmQvB%2CWAAA%3B%3BAU9PA%3BEV8PA%2CgBAAA%3BEU3PI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEVuPA%2CgBAAA%3BEUrPI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CsBAAC%3BEV%2BOL%2CmBAAA%3BEAAA%2CSAAA%3BEU5OQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEVoOT%2C0BAAA%3B%3BAU9NQ%2CsBADH%2CWACI%3BEV8NT%2C0BAAA%3B%3BAUvPA%2CsBA8BM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEVqNR%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAU1MQ%2CsBAfF%2COAeG%3BAACD%2CsBAhBF%2COAgBG%3BEVyMT%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEUpMY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CsBA5BF%2COA4BG%3BEV6LT%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEUvLY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEVsLZ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAUzKQ%2CsBADH%2CQACI%3BEACG%2CmBAAA%3B%3BAAFR%2CsBAAC%2CQAKK%3BEVqKV%2CWAAA%3B%3BAUlKY%2CsBARP%2CQAKK%2COAGG%3BEVkKb%2CmBAAA%3B%3BAU9JY%2CsBAZP%2CQAKK%2COAOG%3BEV8Jb%2CSgChPa%2COhCgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAUrJI%2CsBAAC%3BEACG%2CeAAA%3B%3BAADJ%2CsBAAC%2CUAGK%3BEVkJV%2CWAAA%3B%3BAU%5C%2FIY%2CsBANP%2CUAGK%2COAGG%3BEV%2BIb%2CSgChPa%2COhCgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA0DnRI%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BE1D2QR%2CiBAAA%3B%3BA0DtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BE1DkQZ%2CqBAAA%3B%3BA0D3PA%2CYACI%2CUACM%2CSACI%3BEACE%2CgBAAA%3B%3BAsJdhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BEhN%2BPL%2CYAAA%3B%3BAgN%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BEhNuPb%2CWAAA%3B%3BAgNrQA%2CcAoBI%3BEhN3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgNAA%2CcAwBI%3BEhN6OJ%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BAiLSA%2CcAwBI%2CsBjLiOF%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CciL2BI%2CsBjL3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSgC7NQ%2COhC6NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CciLcA%2CsBjLfH%2CMACI%3BE%5C%2FB2PL%2CWAAA%3B%3BAgNnOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BEhN%2BNT%2CYAAA%3B%3BAgN9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BEhNuNjB%2CWAAA%3B%3BAgNrQA%2CcAqDI%3BEhNgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEgNzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BEhN8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BEgNxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BEhNkLT%2C2BAAA%3B%3BAgN9KQ%2CcAlCJ%2CuBAkCK%3BEhN8KT%2C2BAAA%3BEgN5KY%2CUAAA%3BEACA%2CUAAA%3B%3BAA2DhB%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BIhNwHrC%2CyBAAA%3B%3BEgNrHA%2CcAAe%2CuBAAsB%3BIhNqHrC%2C4BAAA%3BIgNnHI%2CQAAA%3B%3B%3BA1K1IJ%2CYAMI%3BAANJ%2CYAOI%3BEtCsPJ%2CgBAAA%3BEsCpPQ%2CmBAAA%3B%3BAATR%2CYAMI%2CYAKI%2CUACI%3BAAZZ%2CYAOI%2CuBAII%2CUACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAdhB%2CYAmBI%3BEACI%2CYAAA%3B%3BAApBR%2CYAuBI%3BEtCsOJ%2C6BAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CUAAA%3BEsC9NQ%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BEtCwNT%2CqBAAA%3B%3BAsCrNY%2CYAjBR%2CuBAcK%2CcAGI%3BEtCqNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CSgChPa%2COhCgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEsC9MgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAArDhB%2CYAgEI%3BEACI%2CgBAAA%3B%3BAAGI%2CYAJR%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAtEhB%2CYA2EI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7ER%2CYAgFI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BAAAD%2CiBAFR%2CiBqB3EJ%3BArB6EY%2CiBAFR%2CiBqBvEJ%3BErB2EgB%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAOI%2CMACI%3BEtCoIR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAsC%5C%2FHY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C%2BBAdR%2CMAaI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAAvBpB%2C%2BBAOI%2CMAqBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAc5KhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BEpDgRR%2CcAAA%3BEoD9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BEpDmQR%2CYAAA%3BEoD%5C%2FPY%2CSAAA%3B%3BAbdZ%3BEvC6QA%2CeAAA%3B%3BAuC7QA%2C%2BBAGI%3BEvC0QJ%2C6BAAA%3BEuCvQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BEvCoQR%2CQAAA%3BEAAA%2CqBAAA%3BE%2BB9QA%2CqBAAA%3BEQsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CaRwPN%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2C%2BBQFI%2C4BAMI%2CaRJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC1PY%2COhC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBQfA%2C4BAMI%2CaRQP%2CMACI%3BE%5C%2FB2PL%2CWAAA%3B%3BA%2BBrPI%2C%2BBQrBA%2C4BAMI%2CaRcP%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BAuC7QA%2C%2BBA2BI%3BEvCkPJ%2CiBAAA%3B%3BAuC7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BAjBrCR%3BEtB8QA%2CmBAAA%3BEAAA%2CkBAAA%3BEsB1QI%2CgBAAA%3B%3BAAJJ%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BEtB6PR%2CWAAA%3BEsB3PY%2CcAAA%3B%3BAAnBZ%2CkBAuBI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIA%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BEtB%2BOhB%2CiBAAA%3BEsB7OgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAMI%3BAAPR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAKI%3BEACI%2CgBAAA%3B%3BAApCpB%2CkBA0CI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA5CR%2CkBAoDI%2CeACM%3BEACE%2CgCAAA%3BEtBwNZ%2CyBAAA%3BEsBtNY%2CeAAA%3BEtBsNZ%2CcAAA%3BE%2BBhOA%2CqBAAA%3BETYY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3DZ%2CkBAoDI%2CeACM%2CSS6MR%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BB2CA%2CkBTAI%2CeACM%2CSSDT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAT1RY%2CkBATR%2CeACM%2CSAQG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAhEhB%2CkBAoDI%2CeACM%2CSAcE%3BEtB2MZ%2CiBAAA%3BEsBzMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BASwChB%2CkBT1DI%2CeAsBK%2COACK%2CSSmCb%3BE%5C%2FBgKD%2CSgC%5C%2FNM%2COhC%2BNN%3B%3BAsB9QA%2CkBAoDI%2CeA4BI%3BEACI%2CkBAAA%3B%3BAAjFZ%2CkBA0FI%3BEtBoLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsBhLQ%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAApGZ%2CkBAwGI%2CcACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA5GZ%2CkBAwGI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlHZ%2CkBAwGI%2CcAaI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAvHZ%2CkBAwGI%2CcAkBI%3BEtBoJR%2CiBAAA%3BEsBlJY%2CgBAAA%3B%3BAAIA%2CkBAxBR%2CcAuBI%2CqBACQ%3BEACA%2CSAAA%3B%3BAADJ%2CkBAxBR%2CcAuBI%2CqBACQ%2CuBAGA%3BEtB2IhB%2CeAAA%3B%3BAsB9QA%2CkBA0II%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5IR%2CkBA0II%2CiBAII%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAApJZ%2CkBA0II%2CiBAII%2CWAQI%3BEACI%2CSAAA%3B%3BAkB%5C%2FJhB%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAQR%2CqBACI%3BExC6PJ%2CiBAAA%3BEwC3PQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CqBACI%2CaAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CqBAWI%2COACI%3BEACI%2CgBAAA%3B%3BAAbZ%2CqBAiBI%3BEACI%2CkBAAA%3B%3BAAlBR%2CqBAiBI%2CiBAGM%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CqBA%2BBI%2COAAM%3BEACF%2CSAAA%3B%3BAAhCR%2CqBA%2BBI%2COAAM%2COAGF%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApCZ%2CqBA%2BBI%2COAAM%2COAQF%2COACI%3BAAxCZ%2CqBA%2BBI%2COAAM%2COAQF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBAhBJ%2COAAM%2COAgBE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAAM%2COAgBE%2CSAMC%3BExCyMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEwCpMgB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAC3FhB%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAPJ%2CgBAOK%2CQACG%3BEACI%2CcAAA%3B%3BAAIR%2CwBAbJ%2CgBAaQ%2CkBACA%3BEzC8PZ%2C0BAAA%3B%3BAyClRA%2CwBAsCI%3BEzC4OJ%2CeAAA%3BEyC1OQ%2CSAAA%3B%3BAAxCR%2CwBAsCI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA7CZ%2CwBAsCI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAlDZ%2CwBAsDI%3BEACI%2CaAAA%3BEzC2NR%2CsBAAA%3B%3BAyCxNY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAAnEhB%2CwBAwEI%3BAAxEJ%2CwBAyEI%3BEzCyMJ%2CgBAAA%3B%3BAyClRA%2CwBA6EI%3BEACI%2CgBAAA%3B%3BAA9ER%2CwBAiFI%3BEACI%2CgBAAA%3B%3BAAlFR%2CwBAiFI%2C0BAGI%2CSACI%3BEACI%2CeAAA%3B%3BAAtFhB%2CwBAiFI%2C0BAaI%3BEzCoLR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BAyC7KQ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAAtGZ%2CwBAgHI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAnHR%2CwBAsHI%3BEACI%2CcAAA%3B%3BAM%5C%2FGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSf0ClB%2COe1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BE%5C%2FCwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BA%2BC%5C%2FQA%2CwBAuBI%2CsBAII%3BE%5C%2FCoPR%2CcAAA%3BEAAA%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BAAMA%2CwBgB9BI%2CsBAII%2CehB0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBgB3CA%2CsBAII%2CehBsCP%2CMACI%3BE%5C%2FB6ML%2CWAAA%3B%3BA%2BBvMI%2CwBgBjDA%2CsBAII%2CehB4CP%2COACI%3BE%5C%2FBuML%2CcAAA%3B%3BA%2BC%5C%2FQA%2CwBA0CI%3BE%5C%2FCqOJ%2CsBAAA%3B%3BA%2BC%5C%2FQA%2CwBA8CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FCR%2CwBAkDI%3BEACI%2CUAAA%3B%3BAAnDR%2CwBAkDI%2CmBAGI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBATR%2CmBAGI%2CMAMK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBATR%2CmBAGI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAjBR%2CmBAGI%2CMAcK%3BEACG%2CYAAA%3B%3BAApEhB%2CwBAkDI%2CmBAGI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA1EhB%2CwBAkDI%2CmBA4BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAAhFZ%2CwBAoFI%2COAKI%2CQACM%3BEACE%2CiBAAA%3B%3BAA3FhB%2CwBAoFI%2COAKI%2CQAKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhGhB%2CwBAoFI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAAtGhB%2CwBAoFI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAA5GhB%2CwBAoFI%2COA4BI%2CSAEI%3BAAlHZ%2CwBAoFI%2COA6BI%2CQACI%3BEACI%2CYAAA%3B%3BAAnHhB%2CwBAoFI%2COAmCM%2CSAAM%2CIACF%3BEACE%2CmBAAA%3BEACA%2CWAAA%3B%3BAA1HhB%2CwBAoFI%2COA0CI%2CKACI%3BEACI%2CWAAA%3B%3BAAIR%2CwBAhDJ%2COAgDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BApCzJxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEX%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAW9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEXiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAWhSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3B%3B%3B%3B%3BAsMxDJ%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAtLiBJ%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BE3BkQR%2CiBAAA%3B%3BAOiwBA%2CgBoB7%5C%2FBI%2CUpB6%5C%2FBH%3BEPjwBD%2CgBAAA%3BEO8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEPjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA2B1PQ%2CgBAFJ%2CUAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACA%2CQAGG%3BEACG%2CgBAAA%3B%3BAAMhB%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BE5BNJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3BE4BlBA%2CiBAAA%3B%3BAAOA%2CSADJ%2CUACK%2CMACK%2CSAGI%3BEACE%2CWAAA%3B%3BAAepB%2CQACI%2CQAAO%2CKACH%3BEACI%2CaAAA%3B%3BAAHZ%2CQACI%2CQAAO%2CKAKH%3BEACI%2CkBAAA%3B%3BAAPZ%2CQACI%2CQAAO%2CKAKH%2CSAEI%3BEACI%2CWAAA%3B%3BAAThB%2CQAwBI%3BEACI%2CgBAAA%3B%3BAAIA%2CQADJ%2CeACK%3BEACG%2CgBAAA%3B%3BAA9BZ%2CQA4BI%2CeAKI%3BEACI%2CkBAAA%3B%3BAAEA%2CQARR%2CeAKI%2CQAGK%3BEACG%2CeAAA%3B%3BAA2BhB%2CYAKI%3BE3BkHJ%2CmBAAA%3BE2BhHQ%2CeAAA%3B%3BAAPR%2CYAUI%3BEACI%2CeAAA%3B%3BAAEA%2CYAHJ%2CMAGK%3BEACG%2CaAAA%3B%3BAAdZ%2CYAUI%2CMAOI%3BAAjBR%2CYAUI%2CMAQM%3BEAEE%2CkCAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAtBZ%2CYAUI%2CMAeI%3BEACI%2CqBAAA%3B%3BAAEA%2CYAlBR%2CMAeI%2CEAGK%3BE3B2Fb%2CmBAAA%3B%3BA2BtFQ%2CYAvBJ%2CMAuBK%2CQACG%3BAADJ%2CYAvBJ%2CMAuBK%2CQAEG%3BE3BoFZ%2CqBAAA%3BEAAA%2CgBAAA%3B%3BA2BtFQ%2CYAvBJ%2CMAuBK%2CQAQG%3BE3B8EZ%2CqBAAA%3B%3BA2BvHA%2CYAUI%2CMAoCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAYJ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAQI%3BEACI%2CmBAAA%3B%3BAATR%2CMAQI%2COAGI%3BE3BkDR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA2BhDY%2COAAO%2CKAAM%2COALrB%2COAGI%3BEAGQ%2CeAAA%3B%3BAAdhB%2CMAmBI%2CEAAC%3BEACG%2CSAAA%3B%3BAApBR%2CMAuBI%3BEACI%2CeAAA%3B%3BAAQR%2CMAAM%2CSACF%3BE3BgJJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BA2BvLR%2CMAAM%2CSACF%2CSAII%3BE3BwLR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA2B%5C%2FLT%2CMAAM%2CSACF%2CSAQI%3BE3BoLR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE2BpLG%2CUAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAIA%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CqBADkB%2CyBACjB%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CQAAQ%3BE3BxCR%2CgBAAA%3B%3BA2BwCA%2CQAAQ%2CcAGJ%3BEACI%2CsBAAA%3B%3BAqB5UR%2CaAAa%3BEACT%2CmBAAA%3B%3BAADJ%2CaAAa%2CQAGT%3BEACI%2CgBAAA%3B%3BAAIR%2C4BACI%3BEACI%2CkBAAA%3B%3BAAIR%2CMAAM%2CUACF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMALF%2CUACF%2CiBAIK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAPZ%2CMAAM%2CUAWF%3BEACI%2CeAAA%3B%3BAAEA%2CMAdF%2CUAWF%2CqBAGK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CMAlBF%2CUAWF%2CqBAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAAnBZ%2CMAAM%2CUAuBF%3BEhD2PJ%2CiBAAA%3BEgDzPQ%2CeAAA%3BEACA%2CgBAAA%3B%3BAA1BR%2CMAAM%2CUA6BF%2CQAAO%3BEACH%2CYAAA%3B%3BAAIR%2C0BACI%3BEAEI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C0BAOI%2CwBACI%2COAAM%3BEACF%2CwBAAA%3B%3BANrDA%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BE1C2RvB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BE0CxRoB%2CgBAAA%3B%3BAAOpB%2CsBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CsBACI%2CiBAII%2COAAM%3BEACF%2CoBAAA%3B%3BAANZ%2CsBAUI%2CyBAAyB%2COAAM%3BEAC3B%2CgBAAA%3B%3BAOzBR%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAKI%2CsBACI%2CUAAS%3BEACL%2CmBAAA%3B%3BAAKZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAGI%3BEACI%2CgBAAA%3B%3BAALZ%2CYAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CYAaI%2CuBAGI%3BEACI%2CgBAAA%3B%3BA5CtBZ%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaACI%2COAGI%3BELoRR%2CWAAA%3BEAAA%2CgBAAA%3B%3BAK7QA%2CaAGI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CaACI%2CiBACM%3BEACE%2CWAAA%3B%3BAAHZ%2CaACI%2CiBACM%2CaAGE%3BEACI%2CqBAAA%3B%3BAAMhB%3BEL4OA%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BAAMA%2CYAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYADH%2CMACI%3BE%5C%2FB6ML%2CcAAA%3B%3BA%2BBvMI%2CYADH%2COACI%3BE%5C%2FBuML%2CcAAA%3B%3BA%2BBhKA%2CY1BlEK%2CO0BkEJ%3BAAAD%2CY1BjEK%2CQ0BiEJ%3BE%5C%2FBgKD%2CSgC%5C%2FNM%2COhC%2BNN%3B%3BAKpNI%2CKAAC%2CcACG%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CKAVP%2CcACG%2CcASK%3BEACG%2CcAAA%3B%3BAAUhB%3BEACI%2CSAAA%3B%3BA0B8BJ%2CgB1B5BK%2CQACG%2CO0B2BP%3BE%5C%2FBgKD%2CSgC%5C%2FNM%2COhC%2BNN%3B%3BAK%5C%2FLA%2CgBAYI%3BEAEI%2CkBAAA%3BEChER%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BAAMA%2CgB1BuCI%2CO0BvCH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgB1B0BA%2CO0B3BH%2CMACI%3BE%5C%2FB6ML%2CcAAA%3B%3BA%2BBvMI%2CgB1BoBA%2CO0BrBH%2COACI%3BE%5C%2FBuML%2CcAAA%3B%3BAM5MA%2CgBDyBI%2COCzBH%3BAACD%2CgBDwBI%2COCxBH%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CgBDYI%2COCZH%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CgBDAI%2COCAH%3BAACD%2CgBDDI%2COCCH%3BAACD%2CQAAQ%2CUAAW%2CiBDFf%3BELmLJ%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BADUI%2CgBAfJ%2COAeK%3BELoKT%2C%2BCAAA%3B%3BAK%5C%2FLA%2CgBAgCI%3BEL%2BJJ%2CgCAAA%3BEK5JQ%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAQR%2CoBACI%2CoBAEI%2CcACI%3BAAJZ%2CoBAEI%2CkCACI%2CcACI%3BEL%2BIZ%2CgBAAA%3BEK7IgB%2CcAAA%3B%3BAAOJ%2CoBAZR%2CoBAWI%2CGACK%3BAAAD%2CoBAXR%2CkCAUI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAdhB%2CoBACI%2CoBAqBI%3BAAtBR%2CoBAEI%2CkCAoBI%3BEACI%2CWAAA%3B%3BAAvBZ%2CoBA2BI%2CaAWI%2CQAAO%3BEL6Gf%2CqBAAA%3BE%2BBhOA%2CqBAAA%3BE1B2HY%2CmBAAA%3BEACA%2CkBAAA%3B%3BA0BtHZ%2CoB1BkGI%2CaAWI%2CQAAO%2CK0B7Gd%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA1B3KY%2CoBAtBR%2CaAWI%2CQAAO%2CKAWF%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BA0BjEhB%2CoB1BwCI%2CaAWI%2CQAAO%2CKAiBF%2CS0BpEZ%3BE%5C%2FBgKD%2CSgC%5C%2FNM%2COhC%2BNN%3B%3BAKlFA%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAkB%5C%2FMJ%2CwBAGI%2CiBAAgB%2CIAAI%3BAAFxB%2CuBAEI%2CiBAAgB%2CIAAI%3BEAChB%2CmBAAA%3B%3BAAJR%2CwBAOI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BAAThB%2CuBAMI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BEACI%2CWAAA%3B%3BAAiBpB%2CyBAKI%3BEACI%2CWAAA%3BEvB6PR%2CkBAAA%3B%3BAuBvPI%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CkBAAA%3B%3BAADJ%2CaAAc%2CMADb%2CaAAc%2CUAIX%3BEACI%2CgBAAA%3B%3BAAJR%2CaAAc%2CMADb%2CaAAc%2CUAIX%2COAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAARZ%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BAAZX%2CaAAc%2CMADb%2CaAAc%2CUoCuBnB%3BApCtBI%2CaAAc%2CMADb%2CaAAc%2CUoC2BnB%3BEpCbY%2CgBAAA%3B%3BAAOZ%3BEACI%2CmBAAA%3B%3BAAQQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAUhB%2C2BAKI%3BEACI%2CkBAAA%3B%3BAAIR%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CgCASI%3BEACI%2CgCAAA%3B%3BAAVR%2CgCAmBI%3BEACI%2CsBAAA%3B%3BAApBR%2CgCAmBI%2CKAGI%3BEACI%2CqBAAA%3B%3BAAvBZ%2CgCAmBI%2CKAOI%3BEvB6JR%2CiBAAA%3BEuB3JY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CgCAkCI%2CSACI%3BEAGI%2CgBAAA%3B%3BAAGJ%2CgCAPJ%2CSAOK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgCAbJ%2CSAaK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BA%2BBzIZ%2CcACI%3BEtD8QJ%2CeAAA%3BEsD5QQ%2CqBAAA%3B%3BAAHR%2CcAMI%3BEACI%2CmBAAA%3B%3BAAIR%3BEtDoQA%2CgBAAA%3BEsDlQI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAMI%3BEtDwPJ%2CmBAAA%3BEAAA%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BAuB9BA%2CmBAMI%2CUvB4OF%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BB2CA%2CmBuB9BI%2CUvB8BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCvNW%2COhCuNX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuBrTQ%2CmBAZJ%2CUAYK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CeAAA%3B%3BAAKI%2CmBAFP%2CQACG%2CKACK%3BEtDmNb%2CsBAAA%3BEsDjNgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlBhB%2CmBAuBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%2CUACM%3BEACE%2CeAAA%3B%3BAAEA%2CqBAJR%2CUACM%2CSAGG%3BEACG%2CaAAA%3B%3BAAMhB%2CsBACI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CYAAa%2CMAAK%2CMAGd%3BAAFJ%2CkBAEI%3BAADJ%2CmBACI%3BEAEI%2CcAAA%3B%3BAALR%2CYAAa%2CMAAK%2CMAGd%2CeAII%3BAANR%2CkBAEI%2CeAII%3BAALR%2CmBACI%2CeAII%3BEACI%2CWAAA%3B%3BAARZ%2CYAAa%2CMAAK%2CMAGd%2CeAQI%3BAAVR%2CkBAEI%2CeAQI%3BAATR%2CmBACI%2CeAQI%3BEACI%2CSAAA%3B%3BAAZZ%2CYAAa%2CMAAK%2CMAGd%2CeAQI%2CSAGM%3BAAbd%2CkBAEI%2CeAQI%2CSAGM%3BAAZd%2CmBACI%2CeAQI%2CSAGM%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAII%3BAAHJ%2CaAGI%3BEACI%2CiBAAA%3B%3BAAIA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAVZ%2CaAQI%2CeAKI%3BAAZR%2CaAOI%2CeAKI%3BEACI%2CgBAAA%3B%3BAASZ%2CcACI%3BEACI%2CoBAAA%3B%3BAAFR%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAPR%2CcAUI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CcAeI%3BEACI%2CmBAAA%3B%3BApB1LR%2CMAAM%2CQ%5C%2FBiKJ%2CQAGI%2CKACI%3BA%2BBrKV%2CMAAM%2CQ%5C%2FBkKJ%2CQAEI%2CKACI%3BA%2BBrKV%2CMAAM%2CQ%5C%2FBmKJ%2CQACI%2CKACI%3BA%2BBrKV%2CMAAM%2CQ%5C%2FBiKJ%2CQAGI%2CKAEI%3BA%2BBtKV%2CMAAM%2CQ%5C%2FBkKJ%2CQAEI%2CKAEI%3BA%2BBtKV%2CMAAM%2CQ%5C%2FBmKJ%2CQACI%2CKAEI%3BEHyHV%2C6BAAA%3B%3BAkC%5C%2FRA%2CMAAM%2CQ%5C%2FB4KJ%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BA%2BBhLV%2CMAAM%2CQ%5C%2FB6KJ%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BA%2BBhLV%2CMAAM%2CQ%5C%2FB8KJ%2CQAAK%2CYACD%2CKAAE%2CYACE%3BA%2BBhLV%2CMAAM%2CQ%5C%2FB4KJ%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BA%2BBjLV%2CMAAM%2CQ%5C%2FB6KJ%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BA%2BBjLV%2CMAAM%2CQ%5C%2FB8KJ%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BA%2BBlLZ%2CMAAM%2CQ%5C%2FBuLJ%2CQAAQ%3BEHwGV%2C6BAAA%3B%3BAkC%5C%2FRA%2CMAAM%2CQAKA%2CQAAQ%2CKAAK%3BEACX%2CgBAAA%3B%3BAANR%2CMAAM%2CQASF%3BEACI%2CgBAAA%3B%3BAAVR%2CMAAM%2CQAaF%2CWACI%3BEACI%2CeAAA%3B%3BAAfZ%2CMAAM%2CQAyBF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA7BR%2CMAAM%2CQAgCF%2CgBACI%3BEACI%2CaAAA%3B%3BAAlCZ%2CMAAM%2CQAgCF%2CgBAKI%3BEACI%2CoBAAA%3B%3BAUpCJ%2CqBADJ%2CQACK%3BE5C6RT%2CqBAAA%3BE%2BB9QA%2CqBAAA%3BEaTY%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBADJ%2CQACK%2CIbiRP%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CqBatBI%2CQACK%2CIbqBR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCpOU%2COhCoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBanCA%2CQACK%2CIbiCR%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CqBazCA%2CQACK%2CIbuCR%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BAY%5C%2FRA%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2COAGF%3BEACI%2CmBAAA%3B%3BAAJR%2CMAAM%2COAGF%2CcAGI%3BEACI%2CeAAA%3B%3BAAKZ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CmBAAA%3B%3BAAFR%2CeAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeAJJ%2CcAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAVZ%2CeAcM%3BEACE%2CmBAAA%3B%3BAAUR%3BEACI%2CSAAA%3B%3BAADJ%2CeAGI%3BEZkPJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEYhPQ%2CgBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CeASI%3BEACI%2CgBAAA%3B%3BAAVR%2CeASI%2CwBAGI%3BEACI%2CkBAAA%3B%3BAAbZ%2CeAiBI%3BEZoOJ%2CcAAA%3B%3BAYjOQ%2CeAHJ%2COAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CeAPJ%2COAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAASZ%2CSACI%3BEACI%2CcAAA%3B%3BAAFR%2CSAKI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CSAKI%2CMAKI%3BEACI%2CgBAAA%3B%3BAAXZ%2CSAKI%2CMASI%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAIR%2CSAAI%3BEACA%2CmBAAA%3B%3BA2CnGR%2CkBAAkB%2CMACd%2CQAAO%3BEvD8RX%2CSAAA%3B%3BAuDzRA%3BEvDyRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEkNlJA%2CaAAA%3BEACA%2CUAAA%3BE3J%5C%2FHI%2CsBAAA%3B%3BAATJ%2CU2J0EA%3BElN%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAuDzRA%2CU2J0EA%2CcAGI%3BElN4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAuDzRA%2CU2JuFA%3BElNkMA%2CgBAAA%3B%3BAuDzRA%2CU2JgGA%2CeACI%2CQAAO%3BElNwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAuDzRA%2CU2JgGA%2CeACI%2CQAAO%2CMnL4KT%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CUmL%2BEA%2CeACI%2CQAAO%2CMnLhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC1OU%2COhC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUmLkEJ%2CeACI%2CQAAO%2CMnLpEV%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CUmL4DJ%2CeACI%2CQAAO%2CMnL9DV%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BAM7CA%2CU4M5IA%2CeACI%2CQAAO%2CM5M2IV%3BAACD%2CU4M7IA%2CeACI%2CQAAO%2CM5M4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU4MlJA%2CeACI%2CQAAO%2CM5MiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU4MvJA%2CeACI%2CQAAO%2CM5MsJV%3BAACD%2CU4MxJA%2CeACI%2CQAAO%2CM5MuJV%3BAACD%2CQAAQ%2CUAAW%2CW4MzJnB%2CeACI%2CQAAO%3BE5MyJP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAkN%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BA3J3IJ%2CUAWI%3BEAEI%2CmBAAA%3B%3BAAbR%2CUAWI%2CgBAII%3BEACI%2CgBAAA%3B%3BAAGI%2CUARZ%2CgBAII%2CWAGI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAApBpB%2CUA0BI%2CeACI%3BEACI%2CaAAA%3B%3BAAOR%2CcAAC%2CIAAI%3BAAAL%2CmBADgB%2CeACf%2CIAAI%3BEACD%2CkBAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAADJ%2CcAGI%3BEACI%2C6BAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CMAAM%3BAnDsBN%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%3BAlDjBN%2CYkDiBM%3BEjDkKN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CMiD9KM%2CcjD8KL%3BAACD%2CMiD%5C%2FKM%2CcjD%2BKL%3BAFzJD%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcjD8KL%3BAFxJD%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcjD%2BKL%3BADhMD%2CYkDiBM%2CcjD8KL%3BAD%5C%2FLD%2CYkDiBM%2CcjD%2BKL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMiDpLM%2CcjDoLL%3BAF9JD%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcjDoLL%3BADrMD%2CYkDiBM%2CcjDoLL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMiDzLM%2CcjDyLL%3BAACD%2CMiD1LM%2CcjD0LL%3BAACD%2CQAAQ%2CUAAW%2COiD3Lb%3BAnDsBN%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcjDyLL%3BAFnKD%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcjD0LL%3BAACD%2CQAAQ%2CUFrKR%2CMAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%3BAlDjBN%2CYkDiBM%2CcjDyLL%3BAD1MD%2CYkDiBM%2CcjD0LL%3BAACD%2CQAAQ%2CUD5MR%2CakDiBM%3BEjD4LF%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CMwD1EM%2CcxD0EL%3BAKpDD%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcxD0EL%3BAM3FD%2CYkDiBM%2CcxD0EL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMwD%5C%2FEM%2CcxD%2BEL%3BAKzDD%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcxD%2BEL%3BAMhGD%2CYkDiBM%2CcxD%2BEL%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CMwDpFM%2CcxDoFL%3BAK9DD%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcxDoFL%3BAMrGD%2CYkDiBM%2CcxDoFL%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CMiDnIM%2CcjDmIL%3BAACD%2CMiDpIM%2CcjDoIL%3BAACD%2CMiDrIM%2CcjDqIL%3BAF%5C%2FGD%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcjDmIL%3BAF7GD%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcjDoIL%3BAF9GD%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcjDqIL%3BADtJD%2CYkDiBM%2CcjDmIL%3BADpJD%2CYkDiBM%2CcjDoIL%3BADrJD%2CYkDiBM%2CcjDqIL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CMiD1IM%2CcjD0IL%3BAACD%2CMiD3IM%2CcjD2IL%3BAACD%2CQAAQ%2CUAAW%2COiD5Ib%3BAnDsBN%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcjD0IL%3BAFpHD%2CKAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%2CcjD2IL%3BAACD%2CQAAQ%2CUFtHR%2CMAAK%2CcA0CD%2CiBAGM%2CUmDnEJ%3BAlDjBN%2CYkDiBM%2CcjD0IL%3BAD3JD%2CYkDiBM%2CcjD2IL%3BAACD%2CQAAQ%2CUD7JR%2CakDiBM%3BEvD2NN%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAO%5C%2FMA%2CSAAC%2CMAAM%3BEiB0IX%2CqBAAA%3BEACA%2CkBAAA%3BEjB7HQ%2CsBAAA%3B%3BAbuBR%2CSarCK%2CMAAM%2CObqCV%3BAACD%2CSatCK%2CMAAM%2CObsCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSa3CK%2CMAAM%2COb2CV%3BEACG%2CWAAA%3B%3BAa5CA%2CSAAC%2CMAAM%2COiB0bX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAjB5bA%2CSAAC%2CMAAM%2COiB%2BbX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAjBjcA%2CSAAC%2CMAAM%2COiB%2BcX%2COAAM%3BAjB%5C%2FcF%2CSAAC%2CMAAM%2COToFX%2CMAAK%2CcA0CD%2CiBAGM%2CU0B8UJ%3BAjB%5C%2FcF%2CSAAC%2CMAAM%2COR6CX%2CayBkaM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAjBjdA%2CSAAC%2CMAAM%2COiBodX%2COAAS%3BAjBpdL%2CSAAC%2CMAAM%2COToFX%2CMAAK%2CcA0CD%2CiBAGM%2CU0BmVD%3BAjBpdL%2CSAAC%2CMAAM%2COR6CX%2CayBuaS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAjBvdA%2CSAAC%2CMAAM%2COiBwJX%3BE9BiIA%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BAlBzDI%2CSAAC%2CMAAM%2COiBwJX%2CeCqHE%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BB2CA%2CSlB%5C%2FDK%2CMAAM%2COiBwJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSlB5EC%2CMAAM%2COiBwJX%2CeC7EC%2CMACI%3BE%5C%2FB6ML%2CWAAA%3B%3BA%2BBvMI%2CSlBlFC%2CMAAM%2COiBwJX%2CeCvEC%2COACI%3BE%5C%2FBuML%2CcAAA%3B%3BA8BuHA%2CSjBhZK%2CMAAM%2COiBwJX%2CeAwPC%3BE9BvHD%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BADuVA%2CSjBhZK%2CMAAM%2COiBwJX%2CeAwPC%2COCnIC%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BB2CA%2CSlB%5C%2FDK%2CMAAM%2COiBwJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC%5C%2FNM%2COhC%2BNN%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSlB5EC%2CMAAM%2COiBwJX%2CeAwPC%2COCrUA%2CMACI%3BE%5C%2FB6ML%2CWAAA%3B%3BA%2BBvMI%2CSlBlFC%2CMAAM%2COiBwJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BE%5C%2FBuML%2CcAAA%3B%3BAazRI%2CSAAC%2CMAAM%2COiBgOX%3BE9ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE8BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE9B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAazRI%2CSAAC%2CMAAM%2COiBgOX%2COAsBI%3BE9BmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA8B3BQ%2CSjB9PH%2CMAAM%2COiBgOX%2COAsBI%2CGAQK%3BE9B2BT%2CmBAAA%3BE8BzBY%2CeAAA%3B%3BAAuTZ%2CSjBvjBK%2CMAAM%2COiBgOX%2COAuVC%3BAACD%2CSjBxjBK%2CMAAM%2COiBgOX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSjBjkBK%2CMAAM%2COiBgOX%2COAiWC%3BEACG%2CiBAAA%3BE9BzSJ%2CsDAAA%3BE8B2SI%2CWAAA%3B%3BAAGJ%2CSjBvkBK%2CMAAM%2COiBgOX%2COAuWC%3BEACG%2CiBAAA%3BE9B%5C%2FSJ%2CsDAAA%3BE8BiTI%2CWAAA%3B%3BAAzDJ%2CSjBjhBK%2CMAAM%2COiBgOX%2COAiTC%3BE9BxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA8B6PA%2CSjBthBK%2CMAAM%2COiBgOX%2COAsTC%3BE9B7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA8BZA%2CSjB7QK%2CMAAM%2COiB6QV%3BEACG%2CiBAAA%3B%3BAADJ%2CSjB7QK%2CMAAM%2COiB6QV%2COAGG%3BEACI%2CcAAA%3B%3BAjBjRJ%2CSAAC%2CMAAM%2COAiBH%3BEACI%2CgBAAA%3B%3BAAlBR%2CSAAC%2CMAAM%2COAiBH%2COAEI%2CMACM%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CSAzBf%2CMAAM%2COAiBH%2COAEI%2CMAKK%2CWACI%3BEbgQrB%2CmBAAA%3B%3BAazRI%2CSAAC%2CMAAM%2COAiBH%2COAaI%3BEACI%2CUAAA%3B%3BAkBiFhB%2CiBlB7E0B%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMkByEhB%3BAAAD%2CclB5EuB%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMkByEhB%3BE%5C%2FByKD%2CSgC%5C%2FPkB%2COhC%2BPlB%3B%3BAa3OgB%2CiBAXU%2CUAnCrB%2CMAAM%2COAqCG%2CUASG%3BAAAD%2CcAVO%2CUApClB%2CMAAM%2COAqCG%2CUASG%3BAACD%2CiBAZU%2CUAnCrB%2CMAAM%2COAqCG%2CUAUG%3BAAAD%2CcAXO%2CUApClB%2CMAAM%2COAqCG%2CUAUG%3BAACD%2CiBAbU%2CUAnCrB%2CMAAM%2COAqCG%2CUAWG%3BAAAD%2CcAZO%2CUApClB%2CMAAM%2COAqCG%2CUAWG%3BEbyOjB%2CWAAA%3B%3BAanOgB%2CiBAnBU%2CUAnCrB%2CMAAM%2COAqDG%2CUAAO%2COACJ%3BAAAD%2CcAlBO%2CUApClB%2CMAAM%2COAqDG%2CUAAO%2COACJ%3BEACG%2C8BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAASJ%2CkBAJW%2CUAhEtB%2CMAAM%2COAmEC%2CQACK%3BAAAD%2CqBAHc%2CUAjEzB%2CMAAM%2COAmEC%2CQACK%3BAAAD%2CiBAFU%2CUAlErB%2CMAAM%2COAmEC%2CQACK%3BAACD%2CkBALW%2CUAhEtB%2CMAAM%2COAmEC%2CQAEK%3BAAAD%2CqBAJc%2CUAjEzB%2CMAAM%2COAmEC%2CQAEK%3BAAAD%2CiBAHU%2CUAlErB%2CMAAM%2COAmEC%2CQAEK%3BEboNjB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAahNgB%2CkBATW%2CUAhEtB%2CMAAM%2COAmEC%2CQAMK%3BAAAD%2CqBARc%2CUAjEzB%2CMAAM%2COAmEC%2CQAMK%3BAAAD%2CiBAPU%2CUAlErB%2CMAAM%2COAmEC%2CQAMK%3BEACG%2CUAAA%3B%3BAAKZ%2CKAAK%2CcAAe%2CUA%5C%2FEvB%2CMAAM%3BEAgFC%2CmBAAA%3B%3BAAGI%2CKAJH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUACG%3BEACG%2CgBAAA%3B%3BAAMhB%2CSAAC%2COAAO%3BEACJ%2CsBAAA%3BEb8LR%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEkNlJA%2CaAAA%3BEACA%2CUAAA%3B%3BArM9CI%2CSAAC%2COAAO%2CMqMhBZ%3BElN%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAa%5C%2FLI%2CSAAC%2COAAO%2CMqMhBZ%2CcAGI%3BElN4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAa%5C%2FLI%2CSAAC%2COAAO%2CMqMMZ%2CeACI%2CQAAO%3BElNwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAa%5C%2FLI%2CSAAC%2COAAO%2CMqMMZ%2CeACI%2CQAAO%2CMnL4KT%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CSlByEK%2COAAO%2CMqMMZ%2CeACI%2CQAAO%2CMnLhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC1OU%2COhC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSlB4DC%2COAAO%2CMqMMZ%2CeACI%2CQAAO%2CMnLpEV%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CSlBsDC%2COAAO%2CMqMMZ%2CeACI%2CQAAO%2CMnL9DV%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BAM7CA%2CSOlJK%2COAAO%2CMqMMZ%2CeACI%2CQAAO%2CM5M2IV%3BAACD%2CSOnJK%2COAAO%2CMqMMZ%2CeACI%2CQAAO%2CM5M4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSOxJK%2COAAO%2CMqMMZ%2CeACI%2CQAAO%2CM5MiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSO7JK%2COAAO%2CMqMMZ%2CeACI%2CQAAO%2CM5MsJV%3BAACD%2CSO9JK%2COAAO%2CMqMMZ%2CeACI%2CQAAO%2CM5MuJV%3BAACD%2CQAAQ%2CUAAW%2CUO%5C%2FJd%2COAAO%2CMqMMZ%2CeACI%2CQAAO%3BE5MyJP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAkN%5C%2FIA%2CSrMhDK%2COAAO%2CMqMgDX%3BEACG%2CUAAA%3B%3BArM7CI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEbsLL%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEkNhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSrM7DK%2CQqM6DJ%3BElNyHD%2CYAAA%3BEkNrHQ%2CyBAAA%3B%3BArM%5C%2FDA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAAUZ%3BEACI%2CkBAAA%3B%3BAAMY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAWZ%2C0BAhBJ%2CUAgBK%3BEACG%2CmBAAA%3B%3BAADJ%2C0BAhBJ%2CUAgBK%2CMAGG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BAzBJ%2CUAyBK%3BEb6IT%2CcAAA%3BEa3IY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAKA%2C0BAjCR%2CUAgCK%2CQACI%3BAACD%2C0BAlCR%2CUAgCK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAGJ%2C0BAtCR%2CUAgCK%2CQAMI%3BEACG%2CkBAAA%3B%3BAAIR%2C0BA3CJ%2CUA2CK%2CSAAS%3BEACN%2CkBAAA%3B%3BAAKZ%2C2BAKI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUR%2C8BAKI%3BEACI%2CkBAAA%3B%3BAAYR%2C0BACI%3BEbiFJ%2CiBAAA%3BEa%5C%2FEQ%2CmBAAA%3B%3BAAHR%2C0BACI%2CaAIM%3BEACE%2CgBAAA%3B%3BAANZ%2C0BAUI%3BEACI%2CWAAA%3B%3BAAXR%2C0BAcI%3BEACI%2CiBAAA%3B%3BAAfR%2C0BAkBI%3BEACI%2CWAAA%3B%3BAAEA%2C0BAHJ%2CmBAGK%2CMACG%3BEACI%2CmBAAA%3B%3BAAvBhB%2C0BA4BI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9BR%2C0BAiCI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BAW5PR%2CcAAC%2CQAEG%3BAADJ%2CcAAC%2CQACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CcAAC%2CQAEG%2CGAII%3BAALR%2CcAAC%2CQACG%2CGAII%3BEACI%2CWAAA%3B%3BAACA%2CcARX%2CQAEG%2CGAII%2CEAEK%3BAAAD%2CcAPX%2CQACG%2CGAII%2CEAEK%3BEACG%2CqBAAA%3B%3BAAThB%2CcAAC%2CQAcG%2CGAAE%3BAAbN%2CcAAC%2CQAaG%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CcAAC%2CQAmBG%3BAAlBJ%2CcAAC%2CQAkBG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CcAAC%2CQAmBG%2CaAII%2CeACI%3BAAvBZ%2CcAAC%2CQAkBG%2CaAII%2CeACI%3BEACI%2CiBAAA%3B%3BAAzBhB%2CcAAC%2CQAmBG%2CaAII%2CeAKI%3BAA3BZ%2CcAAC%2CQAkBG%2CaAII%2CeAKI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9BhB%2CcAAC%2CQAmBG%2CaAII%2CeAUI%3BAAhCZ%2CcAAC%2CQAkBG%2CaAII%2CeAUI%3BEACI%2CgBAAA%3B%3BAAlChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%3BAApCZ%2CcAAC%2CQAkBG%2CaAII%2CeAcI%3BEACI%2CcAAA%3B%3BAAtChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAGI%3BAAvChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1CpB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAQI%3BAA5ChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAQI%3BEACI%2CgBAAA%3B%3BAA9CpB%2CcAAC%2CQAoDG%2CgBACI%3BAApDR%2CcAAC%2CQAmDG%2CgBACI%3BEACI%2CaAAA%3B%3BAAtDZ%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeACI%3BAAxDhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeACI%3BEACI%2CWAAA%3B%3BAA1DpB%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeAKI%3BAA5DhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FDxB%2CcAsEI%3BEACI%2CmBAAA%3B%3BAAvER%2CcAsEI%2COAGI%3BEACI%2CgBAAA%3B%3BAA1EZ%2CcA8EI%3BEACI%2CgBAAA%3B%3BAA%5C%2FER%2CcA8EI%2CeAGI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAlFZ%2CcA8EI%2CeAOI%2CKACI%3BEACI%2CqBAAA%3B%3BAAWJ%2CcApBR%2CeAOI%2CKAaK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAA9GhB%2CcAmHM%3BEACE%2CgBAAA%3B%3BAApHR%2CcAuHI%2CiBACM%3BEACE%2CcAAA%3B%3BAAzHZ%2CcAuHI%2CiBACM%2CaAGE%3BEACI%2CmBAAA%3B%3BAAEA%2CcAPZ%2CiBACM%2CaAGE%2CQAGK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAhIpB%2CcAuHI%2CiBAcM%3BEACE%2CkBAAA%3B%3BAAtIZ%2CcA8II%3BEACI%2CgBAAA%3B%3BAAuBgB%2CcAfpB%2COAGI%2CkBACI%2CcACI%2CUASM%2CSACG%3BEACG%2CaAAA%3B%3BAAvK5B%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUASM%2CSAKE%3BEACI%2CqBAAA%3B%3BAA3K5B%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BEAEX%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAvLR%2CcAmLI%2CaAMI%3BAAzLR%2CcAoLI%2CeAAe%2COAKX%3BEACI%2CgBAAA%3B%3BAA1LZ%2CcAmLI%2CaAMI%2COAGI%3BAA5LZ%2CcAoLI%2CeAAe%2COAKX%2COAGI%3BExBoGZ%2CcAAA%3B%3BAwBhSA%2CcAkMI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BExBqFvB%2CiBAAA%3B%3BAwBtFI%2CcAAC%2CaAKG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAPZ%2CcAAC%2CaAWG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAzNZ%2CcA6NI%2CWACI%3BEACI%2CkBAAA%3B%3BAA%5C%2FNZ%2CcA6NI%2CWAKM%3BEACE%2CSAAA%3B%3BAAnOZ%2CcAuOI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAzOZ%2CcA6OI%2CoBACI%3BEACI%2CSAAA%3B%3BAA%5C%2FOZ%2CcA6OI%2CoBACI%2CUAGI%2CQAAO%3BEACH%2CeAAA%3B%3BAAlPhB%2CcA2PI%2CiBAAiB%2COAAM%3BExBqC3B%2CiBAAA%3BEwBnCQ%2CmBAAA%3B%3BAA7PR%2CcA2PI%2CiBAAiB%2COAAM%2COAInB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAMI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BA0BhRR%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2CWAGF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAALR%2CMAAM%2CWAQF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CMAAM%2CWAeF%3BEACI%2CSAAA%3B%3BAAhBR%2CMAAM%2CWAeF%2COAGI%3BElD4QR%2CqBAAA%3BE%2BB9QA%2CqBAAA%3BEmBSY%2CcAAA%3B%3BAnBHZ%2CMmBtBM%2CWAeF%2COAGI%2CSnBIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCnOY%2COhCmOZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmB5UY%2CMA3BN%2CWAeF%2COAGI%2CSASK%3BEACG%2CkBAAA%3B%3BAA5BhB%2CMAAM%2CWAiCF%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnCR%2CMAAM%2CWAsCF%3BEACI%2CaAAA%3B%3BAAvCR%2CMAAM%2CWA8CF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAjDR%2CMAAM%2CWAoDF%2CQAAO%3BEACH%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAiK5DR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAxKGA%2COADH%2CMACI%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAKJ%2COADH%2COACI%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2COAAC%2CWAIG%3BEACI%2CeAAA%3B%3BAAKZ%2CWAEI%2CQAAQ%3BAADZ%2CeACI%2CQAAQ%3BEACJ%2CcAAA%3BEACA%2CcAAA%3B%3BA7BnCR%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CwBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CkBAGI%3BEACI%2CoBAAA%3B%3BAAKR%2CcAYI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CcARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAArBhB%2CcA0BI%2CqBACM%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CsBAAb%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAnCZ%2CcAuCI%3BEACI%2CgBAAA%3B%3BAAxCR%2CcA2CI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA%5C%2FChB%2CcA2CI%2CcAQI%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAGJ%2CKAAK%3BAACL%2CcAAe%3BEACX%2CoBAAA%3B%3BAAGJ%2CwBAAyB%2COAAO%2CWAAW%3BAAC3C%2CQAAS%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CWAAW%3BAACrD%2CcAAe%2CWAAW%3BAAC1B%2CcAAe%2COAAO%2CWAAW%3BAACjC%2C0BAA2B%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CWAAW%3BAACvE%2CqBAAsB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CWAAW%3BAAClE%2CiBAAkB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CWAAW%3BEAC1D%2CaAAa%2CsBAAb%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAsM3FA%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%2FKvFJ%2CKAAK%2COAAQ%3BErCyRb%2CcAAA%3B%3BAqCtRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BEgLsEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAhLvEA%2CegL0EA%3BErNmMA%2CYAAA%3BEqNjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BErN2FA%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEqNxEA%2CSrLnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COqLmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAhL7LA%2CegL0EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BErN2FA%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEqNxEA%2CSrLnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COqLmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAhL7LA%2CegL0EA%2CeAsBM%2COAiBE%3BErNhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqCRA%2CeAGI%3BEACI%2CiBAAA%3B%3BAAIR%2CwBAEI%2CgBgL%2BGJ%3BAhLhHA%2CcACI%2CgBgL%2BGJ%3BErNxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqCOA%3BEgLzBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BErNqRD%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEqN1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSrLnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COqLmLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAhLUJ%2CoBgLPA%2CMAAK%3BErNPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqNMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAhLAhB%2CoBgLMA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAhLTJ%2CoBgLMA%2CMAKI%3BErNzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqNsBI%2CoBATJ%2CMASK%3BErN%2BOL%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEqN1GA%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%3BAhLhChB%2CoBgLyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSrLnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COqLmLR%3B%3BAhLtLA%2CoBgLyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSrLnLQ%2CQAAA%2CQAAA%2CQAAA%2COqLmLR%3B%3BAhLtLA%2CoBgLyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSrLnLQ%2CQAAA%2CQAAA%2COqLmLR%3B%3BAhLtLA%2CoBgLyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSrLnLQ%2CQAAA%2COqLmLR%3B%3BAhLtLA%2CoBgLyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSrLnLQ%2COqLmLR%3B%3BAhL7KI%2CMAAC%2CIAAI%3BEACD%2CmBAAA%3B%3BAADJ%2CMAAC%2CIAAI%2COAGC%3BErCkPV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqCrPI%2CMAAC%2CIAAI%2COAOD%3BErC8OR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEqC5OY%2CgBAAA%3B%3BAATR%2CMAAC%2CIAAI%2COAYD%2COAAM%3BEACF%2CkBAAA%3B%3BAAbR%2CMAAC%2CIAAI%2COAYD%2COAAM%2COAGF%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAlBZ%2CMAAC%2CIAAI%2COAYD%2COAAM%2COASF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CMAAC%2CQAAQ%2CKACH%3BErCwNV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqCnNY%2CMANP%2CQAAQ%2CKAKL%2CQACK%3BEACG%2CmBAAA%3B%3BAAGJ%2CMAVP%2CQAAQ%2CKAKL%2CQAKK%3BErC%2BMb%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqCxMA%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAADJ%2CgBAAgB%2CKAGZ%2CQAAO%3BAAHX%2CgBAAgB%2CKAIZ%3BAAJJ%2CgBAAgB%2CKAKZ%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CcAAA%3B%3BAATR%2CwBAYI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAjBR%2CwBAoBI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAvBR%2CwBAoBI%2CiBAKI%3BEACI%2CiBAAA%3B%3BAAwBZ%2CgBACI%3BEAEI%2CmBAAA%3B%3BAAHR%2CgBAMI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAVR%2CgBAaI%2CgBACI%3BEACI%2CmBAAA%3B%3BAAfZ%2CgBAaI%2CgBACI%2CwBAGI%3BEACI%2CmBAAA%3B%3BAAEA%2CgBAPZ%2CgBACI%2CwBAGI%2CMAGK%3BEACG%2CgBAAA%3B%3BAArBpB%2CgBAaI%2CgBAaI%3BErC4GR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEqC1GY%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7BZ%2CgBAaI%2CgBAmBI%3BEACI%2CmBAAA%3B%3BAAjCZ%2CgBAqCI%2CyBACI%3BAAtCR%2CgBAqCI%2CyBAEI%3BEACI%2CcAAA%3B%3BAAKZ%2CqBACI%3BEACI%2CcAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CkBAAA%3B%3BAANR%2CqBAKI%2CqBAGI%3BAARR%2CqBAKI%2CqBAII%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAZZ%2CqBAKI%2CqBAUI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAjBZ%2CqBAKI%2CqBAeI%3BEACI%2CgBAAA%3B%3BAAUR%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALH%2CQAKI%3BEACG%2CaAAA%3B%3BAANR%2COAAC%2CQASG%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAbR%2COAAC%2CQAgBG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CKACG%2CQAAO%2COAAO%3BErC8BtB%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMqDA%2CO%2BBpFK%2CKACG%2CQAAO%2COAAO%2CQ%5C%2FBmFrB%3BAACD%2CO%2BBrFK%2CKACG%2CQAAO%2COAAO%2CQ%5C%2FBoFrB%3BENtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM4DA%2CO%2BB3FK%2CKACG%2CQAAO%2COAAO%2CQ%5C%2FB0FrB%3BEN5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAqCzBI%2CSAAU%2CQAAC%2COAAO%3BEAEd%2CmBAAA%3B%3BAAFJ%2CSAAU%2CQAAC%2COAAO%2COAId%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2COAAC%2CaACG%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAADJ%2COAAC%2CKAGG%2CaAAa%3BErCKrB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqCAI%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BArC5OR%2COqCwOK%2CKrCxOJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAqC2OI%2COANH%2CKAMI%3BEACG%2CeAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAC%3BEACG%2CeAAA%3B%3BAAGJ%2COAAC%3BErCtBL%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEqCwBQ%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3B%3BAiLxTA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CmBAAA%3B%3BAALZ%2CkBACI%2CcAOI%3BAARR%2CkBAEI%2CcAMI%3BAARR%2CkBAGI%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAzLVZ%2CmBAGI%2COACI%2CSAAW%3BAAJnB%2CmBAGI%2COAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAAbZ%2CmBAWI%2CYAKI%2COAAM%2CeAAe%3BEACjB%2CgBAAA%3B%3BAAIA%2CmBAVR%2CYASI%2COACK%3BEACG%2CgBAAA%3B%3BAAtBhB%2CmBA2BI%2COAAM%3BEACF%2CgBAAA%3B%3BAAIR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAMI%3BEACI%2CgBAAA%3B%3BAARZ%2CuBACI%2CkBAUI%3BEACI%2CmBAAA%3B%3BAAEA%2CuBAbR%2CkBAUI%2CGAGK%3BEACG%2CgBAAA%3B%3BAAfhB%2CuBAoBI%3BEACI%2CmBAAA%3B%3BAAQR%2C4BAGI%2CoBACI%3BAAHR%2C0BAEI%2CoBACI%3BAAFR%2CyBACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAdlEZ%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CsBACI%3BEACI%2CkBAAA%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CoBAKI%2CaACM%3BEf0QV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEexQY%2CqBAAA%3B%3BAARZ%2CoBAYI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAArBhB%2CoBA0BI%2CmBACI%3BEACI%2CaAAA%3B%3BAA5BZ%2CoBA0BI%2CmBAKI%2CMAAQ%3BEACJ%2C6BAAA%3B%3BAAhCZ%2CoBAoCI%2CcACI%3BEACI%2CSAAA%3B%3BAAtCZ%2CoBAoCI%2CcAKI%3BEACI%2CgBAAA%3B%3BAAGJ%2CoBATJ%2CcASK%2CMACG%3BEACI%2CqBAAA%3B%3BAAEA%2CoBAbZ%2CcASK%2CMACG%2CGAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CoBATJ%2CcASK%2CMASG%3BEACI%2CSAAA%3B%3BAAMhB%2CoBACI%3BEACI%2CgBAAA%3B%3BAAKI%2CoBAFR%2CaACI%2CMACK%3BAACD%2CoBAHR%2CaACI%2CMAEK%3BEACG%2CeAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBAHJ%2CQAGK%3BEACG%2CSAAA%3B%3BAASZ%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CQAGI%2CoBACI%3BAAHR%2CuBAEI%2CoBACI%3BAAFR%2CiBACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAAOJ%2CmBADJ%2COACK%3BAACD%2CmBAFJ%2COAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CcAKI%2CcACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CwBAAA%3B%3BAATZ%2CcAKI%2CcAWI%2COAAM%3BEACF%2CqBAAA%3B%3BAAjBZ%2CcAqBI%3BEACI%2CqBAAA%3B%3BAAtBR%2CcAyBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAUJ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAGG%3BEACI%2CgBAAA%3B%3BAAJR%2CoBAAC%2CSAOG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAJhB%2CoBAAC%2CKACG%2CaACI%2CgBAKI%3BEACI%2CSAAA%3B%3BAARhB%2CoBAAC%2CKACG%2CaACI%2CgBAKI%2CSAGM%3BEACE%2CgBAAA%3B%3BAAEA%2CoBAbnB%2CKACG%2CaACI%2CgBAKI%2CSAGM%2CSAGG%3BEACG%2CSAAS%2CIAAT%3B%3BAAS5B%3BEACI%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CeAKI%3BEACI%2CqBAAA%3B%3BAANR%2CeASI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAoCzNR%2CYACI%3BEACI%2CgBAAA%3B%3BANER%2COAAO%2COAAO%3BEACV%2CiBAAA%3BE7C2RJ%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BAAMA%2COcpBO%2COAAO%2COdoBb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCnOY%2COhCmOZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAcrWA%2COAAO%2COAAO%2COASV%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BA0KhBR%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BEjNkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBiN9OI%2CQAAO%2COjN8OV%3BAACD%2CgBiN%5C%2FOI%2CQAAO%2COjN%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBiNpPI%2CQAAO%2COjNoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBiNzPI%2CQAAO%2COjNyPV%3BAACD%2CgBiN1PI%2CQAAO%2COjN0PV%3BAACD%2CQAAQ%2CUAAW%2CiBiN3Pf%2CQAAO%3BEjN4PP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CgBwN1II%2CQAAO%2COxN0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgBwN%5C%2FII%2CQAAO%2COxN%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgBwNpJI%2CQAAO%2COxNoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CgBiNnMI%2CQAAO%2COjNmMV%3BAACD%2CgBiNpMI%2CQAAO%2COjNoMV%3BAACD%2CgBiNrMI%2CQAAO%2COjNqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBiN1MI%2CQAAO%2COjN0MV%3BAACD%2CgBiN3MI%2CQAAO%2COjN2MV%3BAACD%2CQAAQ%2CUAAW%2CiBiN5Mf%2CQAAO%3BEvN2RX%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAiN3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BEjNuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEiNnLQ%2CkBAAA%3B%3BAjNgOR%2CsBiNnOI%2CQAAO%2CUjNmOV%3BAACD%2CsBiNpOI%2CQAAO%2CUjNoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBiNzOI%2CQAAO%2CUjNyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBiN9OI%2CQAAO%2CUjN8OV%3BAACD%2CsBiN%5C%2FOI%2CQAAO%2CUjN%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBiNhPf%2CQAAO%3BEjNiPP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CsBwN%5C%2FHI%2CQAAO%2CUxN%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBwNpII%2CQAAO%2CUxNoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsBwNzII%2CQAAO%2CUxNyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CsBiNxLI%2CQAAO%2CUjNwLV%3BAACD%2CsBiNzLI%2CQAAO%2CUjNyLV%3BAACD%2CsBiN1LI%2CQAAO%2CUjN0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBiN%5C%2FLI%2CQAAO%2CUjN%2BLV%3BAACD%2CsBiNhMI%2CQAAO%2CUjNgMV%3BAACD%2CQAAQ%2CUAAW%2CuBiNjMf%2CQAAO%3BEvNgRX%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAkNtNJ%2CSACI%3BEACI%2CkBAAA%3BExN8RR%2CiBAAA%3B%3BAwN3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BAnMZJ%2CQAAC%2CiBACG%3BEACI%2CYAAA%3B%3BAAFR%2CQAAC%2CiBAIG%2CMAAM%3BEACF%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAPR%2CQAAC%2CiBASG%3BAATJ%2CQAAC%2CiBAUG%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAU0GZ%2CcVpFI%2CQACK%2CWUmFR%3BAAAD%2CSVtFS%2CKAAK%2CMAEV%2CQACK%2CWUmFR%3BAAAD%2CiBVpFI%2CQACK%2CWUmFR%3BE%5C%2FByKD%2CSgC%5C%2FPkB%2COhC%2BPlB%3B%3BAqBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlBqHjC%2CQAGI%2CKACI%3BAkBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlBsHjC%2CQAEI%2CKACI%3BAkBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlBuHjC%2CQACI%2CKACI%3BAkBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlBqHjC%2CQAGI%2CKAEI%3BAkB1HV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlBsHjC%2CQAEI%2CKAEI%3BAkB1HV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlBuHjC%2CQACI%2CKAEI%3BEHyHV%2C6BAAA%3B%3BAqBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlBgIjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAkBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlBiIjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAkBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlBkIjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAkBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlBgIjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAkBrIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlBiIjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAkBrIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlBkIjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAkBtIZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlB2IjC%2CQAAQ%3BEHwGV%2C6BAAA%3B%3BAqBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAK%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAANR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAS%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2CgCAAA%3B%3BAAVR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAa%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%3BEACI%2CcAAA%3B%3BAAnBR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BEACI%2CsBAAA%3B%3BAAMJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAGJ%2CQAhCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKAKK%3BEACG%2CgBAAA%3B%3BAAGJ%2CQApCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKASK%3BEACG%2CeAAA%3B%3BAArCZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CcAAA%3B%3BAA1CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSA6C%5C%2FB%2CYAAW%3BEACP%2CmBAAA%3B%3BAA9CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAiD%5C%2FB%2CQAAO%3BAAjDX%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSsCkBnC%3BAtClBA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSsCsBnC%3BEtC4BQ%2CmBAAA%3B%3BAAlDR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAqD%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CeASI%3BEACI%2CkBAAA%3B%3BAAMA%2CcAFM%2CSACV%2CSACK%3BEACG%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CcANE%2CSACV%2CSACK%2CKAII%2CUAAU%3BEACP%2CcAAA%3B%3BAAGJ%2CcAVE%2CSACV%2CSACK%2CKAQI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BEACG%2CaAAA%3B%3BAAdR%2CcAFM%2CSACV%2CSACK%2CKAiBG%3BEACI%2CSAAA%3B%3BAAYJ%2CcAhCE%2CSACV%2CSACK%2CKA8BI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAtCE%2CSACV%2CSACK%2CKAoCI%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CcA1CN%2CSACV%2CSACK%2CKAoCI%2CQACK%2CIAGG%3BEACG%2CeAAA%3B%3BAAzChB%2CcAFM%2CSACV%2CSACK%2CKA8CG%2CYACI%2CMAAK%3BEACD%2CYAAA%3B%3BAoM9KvB%2CkBAAmB%2CQAAO%2CKACzB%3BEACC%2CeAAA%3BEACA%2CWAAA%3B%3BAAHF%2CkBAAmB%2CQAAO%2CKAKzB%3BEACC%2CgBAAA%3B%3BAANF%2CkBAAmB%2CQAAO%2CKAQzB%3BEACC%2CcAAA%3B%3BAATF%2CkBAAmB%2CQAAO%2CKAQzB%2CWAEC%3BEACC%2C0BAAA%3BEACA%2CWAAA%3B%3BAACA%2CkBAbgB%2CQAAO%2CKAQzB%2CWAEC%2CEAGE%3BEACA%2CWAAA%3B%3BAAdJ%2CkBAAmB%2CQAAO%2CKAkBzB%3BEACC%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAArBF%2CkBAAmB%2CQAAO%2CKAkBzB%2CcAIC%2CMAAK%3BEACJ%2CkBAAA%3B%3BAAvBH%2CkBAAmB%2CQAAO%2CKAkBzB%2CcAIC%2CMAAK%2CWAEJ%2COAAM%2COAAQ%3BEACb%2CaAAA%3B%3BAAzBJ%2CkBAAmB%2CQAAO%2CKAkBzB%2CcAUC%3BEACC%2CiBAAA%3B%3BAA7BH%2CkBAAmB%2CQAAO%2CKAkBzB%2CcAUC%2CSAEC%2CMAAK%3BEACJ%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBAnCe%2CQAAO%2CKAkBzB%2CcAUC%2CSAEC%2CMAAK%2CaAKH%3BAAAQ%2CkBAnCM%2CQAAO%2CKAkBzB%2CcAUC%2CSAEC%2CMAAK%2CaAKM%3BEACT%2CsBAAA%3B%3BAApCL%2CkBAAmB%2CQAAO%2CKAkBzB%2CcAsBC%2CQAAO%3BEACN%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3B%3BAAtDH%2CkBAAmB%2CQAAO%2CKAkBzB%2CcAsBC%2CQAAO%2COAeN%3BEACC%2CaAAA%3B%3BAAED%2CkBA1DgB%2CQAAO%2CKAkBzB%2CcAsBC%2CQAAO%2COAkBL%3BEACA%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAC%5C%2FDJ%2CGAAG%3BEACF%2CeAAA%3B%3BAAGD%2CSAAS%3BEACR%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAKC%2COADA%2CUACC%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COAJD%2CUACC%2CMAGC%3BEACA%2CmBAAA%3B%3BAAED%2COAPD%2CUACC%2CMAMC%2CmBAAmB%3BEACnB%2CSAAS%2CGAAT%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGF%2COAjBA%2CUAiBC%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGF%2COAAC%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAACA%2COAdA%2COAcC%3BEACA%2CyBAAA%3B%3BAAED%2COAjBA%2COAiBC%2CIAAI%2CWAAW%3BEACf%2CyBAAA%3BEACA%2CWAAA%3B%3BAAED%2COArBA%2COAqBC%2CMAAM%3BAACP%2COAtBA%2COAsBC%2CMAAM%2CIAAI%2CWAAW%3BEACrB%2CyBAAA%3B%3BAAED%2COAzBA%2COAyBC%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2COAlCD%2COAyBC%2CKASC%2CIAAI%2CWAAW%3BAAChB%2COAnCD%2COAyBC%2CKAUC%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGF%2COAxCA%2COAwCC%3BEACA%2CeAAA%3B%3BAACA%2COA1CD%2COAwCC%2CSAEC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAY%2C%2BNAAZ%3BEACA%2CYAAY%2CiDAAiD%2CwCAAoC%2CyCAAqC%2C0BAAqC%2C0BAAqC%2C0BAAmC%2C0BAAmC%2C0BAAqC%2C0BAAqC%2CyCAAqC%2CyCAArY%3BEACA%2CYAAY%2CkOAAZ%3BEACA%2CYAAY%2C6NAAZ%3BEACA%2CYAAY%2C8NAAZ%3BEACA%2CYAAY%2C0NAAZ%3BEACA%2CQAAQ%2CyDAA0D%2CyBAAyB%2C4BAA3F%3B%3BAAGF%2COA1DA%2COA0DC%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAbD%2COA1DA%2COA0DC%2CQAcA%3BEACC%2CwBAAA%3B%3BAAfF%2COA1DA%2COA0DC%2CQAiBA%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAACA%2COAjFF%2COA0DC%2CQAiBA%2CQAME%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAGF%2COAjGD%2COA0DC%2CQAuCC%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAACA%2COA1GF%2COA0DC%2CQAuCC%2CQASC%2CMAAS%3BEACT%2CcAAA%3B%3BAAVF%2COAjGD%2COA0DC%2CQAuCC%2CQAYA%3BEACC%2CwBAAA%3B%3BAAbF%2COAjGD%2COA0DC%2CQAuCC%2CQAeA%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAACA%2COAtHH%2COA0DC%2CQAuCC%2CQAeA%2CQAME%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2COAxIA%2COAwIC%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAED%2COA7IA%2COA6IC%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAACA%2COAhJD%2COA6IC%2CSAGC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CcAAc%2CcAAd%3BEACA%2CgBAAgB%2CcAAhB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGF%2COAhKA%2COAgKC%3BEACA%2CaAAa%2CyBAAb%3B%3BAAGF%2COAAC%3BEACA%2CcAAA%3B%3BAACA%2COAFA%2CIAEC%3BEACA%2CmBAAA%3B%3BAAGF%2COAAC%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAED%2COAAC%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAED%2COAAC%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAED%2COAAC%2CkBAAmB%2C%2BBAA%2BB%3BEAClD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BACxNC%3BEAEQ%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CeAMI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAVR%2CeAaI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAjBR%2CeAoBI%3BE3NuQJ%2CcAAA%3BE2NpQQ%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAzBR%2CeA4BI%3BAA5BJ%2CeA6BI%2CaAAY%3BEACR%2Cs1CAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAlCR%2CeAqCI%2CIAAG%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAxCR%2CeAqCI%2CIAAG%2CMAKC%2CIAAG%3BEACC%2CkBAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CSAAS%2CKACL%2CgBACI%3BEACI%2CkBAAA%3B%3BAAHZ%2CSAAS%2CKAOL%2CgBAAe%2CMAAM%2CIAAI%3BEACrB%2CsBAAA%3B%3BAARR%2CSAAS%2CKAWL%2COAAM%3BEACF%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CaAAA%3B%3BAAGJ%2CMAAM%2CgBAAiB%3BEACnB%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeAAgB%2CiBAAiB%2CMAAK%3BEAClC%2CeAAA%3BEACA%2CkBAAA%3B%3BACjGR%2CcAAc%2CIAAI%2CgBAAiB%3BEAClC%2CoBAAA%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CcAAc%2CIAAI%2CgBAAiB%2CeAOlC%3BEAZG%2CcAaS%2CcAbT%3BEACA%2CUAYS%2CcAZT%3BEACA%2CWAWS%2CcAXT%3BEAYF%2CeAAA%3BEACA%2CWAAA%3B%3BAAMA%2CIADA%2COACC%2CEAAG%2CeAAe%2CeAAe%3BEArBhC%2CcAsBU%2CcAtBV%3BEACA%2CUAqBU%2CcArBV%3BEACA%2CWAoBU%2CcApBV%3B%3BAAsBF%2CIAJA%2COAIC%2CEAAG%2CeAAe%2CeAAe%3BEAxBhC%2CcAyBU%2CcAzBV%3BEACA%2CUAwBU%2CcAxBV%3BEACA%2CWAuBU%2CcAvBV%3B%3BAAyBF%2CIAPA%2COAOC%2CEAAG%2CeAAe%2CeAAe%3BEA3BhC%2CcA4BU%2CcA5BV%3BEACA%2CUA2BU%2CcA3BV%3BEACA%2CWA0BU%2CcA1BV%3B%3BAA4BF%2CIAVA%2COAUC%2CEAAG%2CeAAe%2CeAAe%3BEA9BhC%2CcA%2BBU%2CcA%5C%2FBV%3BEACA%2CUA8BU%2CcA9BV%3BEACA%2CWA6BU%2CcA7BV%3B%3BAA%2BBF%2CIAbA%2COAaC%2CEAAG%2CeAAe%2CeAAe%3BEAjChC%2CcAkCU%2CcAlCV%3BEACA%2CUAiCU%2CcAjCV%3BEACA%2CWAgCU%2CcAhCV%3B%3BAAkCF%2CIAhBA%2COAgBC%2CEAAG%2CeAAe%2CeAAe%3BEApChC%2CcAqCU%2CcArCV%3BEACA%2CUAoCU%2CcApCV%3BEACA%2CWAmCU%2CcAnCV%3B%3BAAqCF%2CIAnBA%2COAmBC%2CEAAG%2CeAAe%2CeAAe%3BEAvChC%2CcAwCU%2CcAxCV%3BEACA%2CUAuCU%2CcAvCV%3BEACA%2CWAsCU%2CcAtCV%3B%3BAAwCF%2CIAtBA%2COAsBC%2CEAAG%2CeAAe%2CeAAe%3BEA1ChC%2CcA2CU%2CcA3CV%3BEACA%2CUA0CU%2CcA1CV%3BEACA%2CWAyCU%2CcAzCV%3B%3BAAwEH%2CQA5ByB%3BEAEvB%2CIADA%2COACC%2CEAAG%2CeAAe%2CeAAe%3BIAhDjC%2CcAiDW%2CcAjDX%3BIACA%2CUAgDW%2CcAhDX%3BIACA%2CWA%2BCW%2CcA%5C%2FCX%3B%3BEAiDD%2CIAJA%2COAIC%2CEAAG%2CeAAe%2CeAAe%3BIAnDjC%2CcAoDW%2CcApDX%3BIACA%2CUAmDW%2CcAnDX%3BIACA%2CWAkDW%2CcAlDX%3B%3BEAoDD%2CIAPA%2COAOC%2CEAAG%2CeAAe%2CeAAe%3BIAtDjC%2CcAuDW%2CcAvDX%3BIACA%2CUAsDW%2CcAtDX%3BIACA%2CWAqDW%2CcArDX%3B%3BEAuDD%2CIAVA%2COAUC%2CEAAG%2CeAAe%2CeAAe%3BIAzDjC%2CcA0DW%2CcA1DX%3BIACA%2CUAyDW%2CcAzDX%3BIACA%2CWAwDW%2CcAxDX%3B%3BEA0DD%2CIAbA%2COAaC%2CEAAG%2CeAAe%2CeAAe%3BIA5DjC%2CcA6DW%2CcA7DX%3BIACA%2CUA4DW%2CcA5DX%3BIACA%2CWA2DW%2CcA3DX%3B%3BEA6DD%2CIAhBA%2COAgBC%2CEAAG%2CeAAe%2CeAAe%3BIA%5C%2FDjC%2CcAgEW%2CcAhEX%3BIACA%2CUA%2BDW%2CcA%5C%2FDX%3BIACA%2CWA8DW%2CcA9DX%3B%3BEAgED%2CIAnBA%2COAmBC%2CEAAG%2CeAAe%2CeAAe%3BIAlEjC%2CcAmEW%2CcAnEX%3BIACA%2CUAkEW%2CcAlEX%3BIACA%2CWAiEW%2CcAjEX%3B%3BEAmED%2CIAtBA%2COAsBC%2CEAAG%2CeAAe%2CeAAe%3BIArEjC%2CcAsEW%2CcAtEX%3BIACA%2CUAqEW%2CcArEX%3BIACA%2CWAoEW%2CcApEX%3B%3B%3BAAkGJ%2CQA1B0B%3BEACxB%2CIAAC%2CEAAG%2CeAAe%2CeAAe%3BIA3EhC%2CcA4EU%2CcA5EV%3BIACA%2CUA2EU%2CcA3EV%3BIACA%2CWA0EU%2CcA1EV%3B%3BEA4EF%2CIAAC%2CEAAG%2CeAAe%2CeAAe%3BIA9EhC%2CcA%2BEU%2CcA%5C%2FEV%3BIACA%2CUA8EU%2CcA9EV%3BIACA%2CWA6EU%2CcA7EV%3B%3BEA%2BEF%2CIAAC%2CEAAG%2CeAAe%2CeAAe%3BIAjFhC%2CcAkFU%2CcAlFV%3BIACA%2CUAiFU%2CcAjFV%3BIACA%2CWAgFU%2CcAhFV%3B%3BEAkFF%2CIAAC%2CEAAG%2CeAAe%2CeAAe%3BIApFhC%2CcAqFU%2CcArFV%3BIACA%2CUAoFU%2CcApFV%3BIACA%2CWAmFU%2CcAnFV%3B%3BEAqFF%2CIAAC%2CEAAG%2CeAAe%2CeAAe%3BIAvFhC%2CcAwFU%2CcAxFV%3BIACA%2CUAuFU%2CcAvFV%3BIACA%2CWAsFU%2CcAtFV%3B%3BEAwFF%2CIAAC%2CEAAG%2CeAAe%2CeAAe%3BIA1FhC%2CcA2FU%2CcA3FV%3BIACA%2CUA0FU%2CcA1FV%3BIACA%2CWAyFU%2CcAzFV%3B%3BEA2FF%2CIAAC%2CEAAG%2CeAAe%2CeAAe%3BIA7FhC%2CcA8FU%2CcA9FV%3BIACA%2CUA6FU%2CcA7FV%3BIACA%2CWA4FU%2CcA5FV%3B%3BEA8FF%2CIAAC%2CEAAG%2CeAAe%2CeAAe%3BIAhGhC%2CcAiGU%2CcAjGV%3BIACA%2CUAgGU%2CcAhGV%3BIACA%2CWA%2BFU%2CcA%5C%2FFV%3B%3B%3BApKNA%2CcACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAQR%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CiBAMI%3BEACI%2CaAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CoBAHxB%3BEAIQ%2CcAAA%3B%3BAAVZ%2CiBAcI%2CSACI%3BEACI%2CqBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAJR%2COAOI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BExD0NJ%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BAyBmDA%2CczB%2BME%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CcAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC7OY%2COhC6OZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcADH%2CMACI%3BE%5C%2FB2PL%2CWAAA%3B%3BAwD7MQ%2COADJ%2CWACK%3BEACG%2CSxBhCE%2COwBgCF%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAIA%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3B%3BAxCrER%3BAACA%2CIAAI%3BEACA%2C6BAAA%3B%3BAAOY%2CYAHZ%2CiBACI%2CqBACM%2CuBACG%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CYAPZ%2CiBACI%2CqBACM%2CuBAKG%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAATpB%2CYACI%2CiBAaI%2CMAAK%3BEACD%2CeAAA%3B%3BAAfZ%2CYACI%2CiBAaI%2CMAAK%2CYAGD%3BEhBuOZ%2CiBAAA%3B%3BAgBnOY%2CYApBR%2CiBAaI%2CMAAK%2CYAOA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3B%3BAAMhB%3BEACI%2CgBAAA%3B%3BAAQA%2CSAAC%2CMACG%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%2CSAAC%3BAACD%2CSAAC%3BEACG%2CmBAAA%3B%3BAASJ%2CcAAC%3BEACG%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAQR%2CQAAQ%2CMAKJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAANR%2CQAAQ%2CMASJ%3BEhByJJ%2CcAAA%3BEAAA%2CiBAAA%3BEgBtJQ%2CcAAA%3B%3BAAZR%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAhBR%2CQAAQ%2CMAmBJ%2COAAM%3BEhB%2BIV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAiBQA%2CQAAQ%2CMAmBJ%2COAAM%2COjBrBR%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAiBAJ%2CQAAQ%2CMAmBJ%2COAAM%2COAGF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAIT%3BEACI%2CWAAA%3B%3BAALR%2CQAAQ%2CKAAK%2CSAIT%2CuBbpCF%2CQAGI%2CKACI%3BAa4BV%2CQAAQ%2CKAAK%2CSAIT%2CuBbnCF%2CQAEI%2CKACI%3BAa4BV%2CQAAQ%2CKAAK%2CSAIT%2CuBblCF%2CQACI%2CKACI%3BEHiKV%2CyBAAA%3B%3BAgBrIA%2CQAAQ%2CKAAK%2CSAIT%2CuBbpCF%2CQAGI%2CKAII%3BAayBV%2CQAAQ%2CKAAK%2CSAIT%2CuBbnCF%2CQAEI%2CKAII%3BAayBV%2CQAAQ%2CKAAK%2CSAIT%2CuBblCF%2CQACI%2CKAII%3BEH8JV%2CwBAAA%3B%3BAgBtHA%2CkBACI%2CoBACI%3BEACI%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CkBADJ%2COACK%3BAACD%2CkBAFJ%2COAEK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CkBAFR%2CSACK%2CUACI%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3BEhB%2BFhB%2CcAAA%3B%3BAgBjGY%2CkBAFR%2CSACK%2CUACI%2CIAKK%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAARR%2CkBAFR%2CSACK%2CUACI%2CIAWG%3BEACI%2CiBAAA%3B%3BAAIR%2CkBAlBR%2CSACK%2CUAiBI%3BEACG%2CcAAA%3B%3BAAIR%2CkBAvBJ%2CSAuBK%3BEACG%2CcAAA%3B%3BAA3CZ%2CkBA%2BCI%3BEACI%2CgBAAA%3B%3BAAhDR%2CkBAmDI%2CyBAAyB%3BEhBmE7B%2CiBAAA%3B%3BAgB9DA%2CwBACI%2CgCACI%3BEhB4DR%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEgBxDY%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAMI%2CwBAdZ%2CgCAWK%2CSAEG%2CQACK%3BAAAD%2CwBAdZ%2CgCAYK%2CUACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BEhB8CpB%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAgB9DA%2CwBA%2BBI%2COACI%3BEACI%2CcAAA%3B%3BAASZ%2CkBAEI%2CWACI%2CqBAAuB%3BAAF%5C%2FB%2CuBACI%2CWACI%2CqBAAuB%3BAAH%5C%2FB%2CkBAEI%2CWAEI%2CMAAQ%3BAAHhB%2CuBACI%2CWAEI%2CMAAQ%3BAAJhB%2CkBAEI%2CWAGI%3BAAJR%2CuBACI%2CWAGI%3BEhBeR%2CiBAAA%3BEgBbY%2CiBAAA%3BEACA%2CkBAAA%3B%3BAARZ%2CkBAEI%2CWACI%2CqBAAuB%2CuBAOnB%3BAATZ%2CuBACI%2CWACI%2CqBAAuB%2CuBAOnB%3BAAVZ%2CkBAEI%2CWAEI%2CMAAQ%2CuBAMJ%3BAATZ%2CuBACI%2CWAEI%2CMAAQ%2CuBAMJ%3BAAVZ%2CkBAEI%2CWAGI%2CMAKI%3BAATZ%2CuBACI%2CWAGI%2CMAKI%3BEhBUZ%2CiBAAA%3BEgBRgB%2CgBAAA%3B%3BAAZhB%2CkBAEI%2CWAcI%2CeAAe%3BAAfvB%2CuBACI%2CWAcI%2CeAAe%3BEhBIvB%2CiBAAA%3BEgBFY%2CgBAAA%3B%3BAAlBZ%2CkBAEI%2CWAmBI%3BAApBR%2CuBACI%2CWAmBI%3BEACI%2CmBAAA%3B%3BAAtBZ%2CkBA0BI%3BAAzBJ%2CuBAyBI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA5BR%2CkBA0BI%2CeAII%3BAA7BR%2CuBAyBI%2CeAII%3BEhBVR%2CiBAAA%3B%3BAgBpBA%2CkBA0BI%2CeAQI%2CaAAe%3BAAjCvB%2CuBAyBI%2CeAQI%2CaAAe%3BEACX%2CqBAAA%3B%3BAAOA%2CkBAHR%2CWAEI%2CaACK%3BAAAD%2CuBAHR%2CWAEI%2CaACK%3BAAAD%2CkBAFR%2CeACI%2CaACK%3BAAAD%2CuBAFR%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAA3ChB%2CkBAgDI%3BAA%5C%2FCJ%2CuBA%2BCI%3BEACI%2CcAAA%3B%3BAAjDR%2CkBAgDI%2CYAGI%2COAAM%3BAAlDd%2CuBA%2BCI%2CYAGI%2COAAM%3BEACF%2CmBAAA%3B%3BAApDZ%2CkBAgDI%2CYAOI%2CYAAW%3BAAtDnB%2CuBA%2BCI%2CYAOI%2CYAAW%3BEAEP%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3DZ%2CkBAgDI%2CYAcI%3BAA7DR%2CuBA%2BCI%2CYAcI%3BEACI%2CkBAAA%3B%3BAA%5C%2FDZ%2CkBAuEI%3BAAtEJ%2CuBAsEI%3BEACI%2CcAAA%3B%3BAAxER%2CkBA2EI%2CQAAO%3BAA1EX%2CuBA0EI%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAIR%3BEhB7DA%2CmBAAA%3BEgBgEI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CYAMI%3BEACI%2CqBAAA%3B%3BAAPR%2CYAUI%3BAAVJ%2CYAWI%3BAAXJ%2CYAYI%3BEACI%2CqBAAA%3B%3BAAbR%2CYAUI%2CqBAKI%3BAAfR%2CYAWI%2CqBAII%3BAAfR%2CYAYI%2CMAGI%3BEhB5ER%2CiBAAA%3BEgB8EY%2CgBAAA%3B%3BAAKZ%3BEhBnFA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAPvDA%2CyBAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEN%2BEnB%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAUiKJ%2CMAAM%2CQACF%2CQAAO%3BEACH%2CaAAA%3B%3BAAQR%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CQALR%2CeACI%2CcAIK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CQALR%2CeACI%2CcAIK%2CKAIG%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAIR%2CQAhBR%2CeACI%2CcAeK%3BEACG%2CaAAA%3B%3BAAGJ%2CQApBR%2CeACI%2CcAmBK%3BEACG%2CkBAAA%3B%3BAAGJ%2CQAxBR%2CeACI%2CcAuBK%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAA3BhB%2CQACI%2CeA8BI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAjCZ%2CQACI%2CeAmCI%3BEACI%2CiBAAA%3B%3BAArCZ%2CQACI%2CeAuCI%3BEhBzIR%2CcAAA%3BEAAA%2CiBAAA%3BEgB4IY%2CmBAAA%3B%3BAA3CZ%2CQACI%2CeA6CI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAjDhB%2CQACI%2CeA6CI%2CUAMI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAMR%2CQADJ%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAA%5C%2FDZ%2CQA2EI%3BEAEI%2CiBAAA%3B%3BAA7ER%2CQA2EI%2CsBAII%3BEAEI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAlFZ%2CQA0FI%2CqBACI%3BEACI%2CmBAAA%3B%3BAA5FZ%2CQA0FI%2CqBAKI%3BEACI%2CSAAA%3B%3BAAqKZ%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAUI%2CMAAK%3BAAVT%2CiBAWI%2CGAAE%3BEACE%2C%2BBAAA%3B%3BAAZR%2CiBAeI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAjBR%2CiBAeI%2CMAII%2CWAAU%3BEACN%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBATJ%2CMASK%2CQAAQ%3BAACT%2CiBAVJ%2CMAUK%2CQAAQ%3BEACL%2CgCAAA%3B%3BAAGJ%2CiBAdJ%2CMAcK%2CMACG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CiBAtBJ%2CMAsBK%3BEhBxZT%2CiBAAA%3B%3BAgBwZQ%2CiBAtBJ%2CMAsBK%2CUAEG%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAzChB%2CiBA8CI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAhDR%2CiBAmDI%3BEACI%2CcAAA%3B%3BAApDR%2CiBAuDI%3BAAvDJ%2CiBAwDI%3BAAxDJ%2CiBAyDI%2CSAAQ%3BAAzDZ%2CiBA0DI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA5DR%2CiBA%2BDI%3BEACI%2CgBAAA%3B%3BAAhER%2CiBA%2BDI%2CqBAGI%2CQAAO%3BAAlEf%2CiBA%2BDI%2CqBAII%2CQAAO%3BEhBtbf%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAgBmXA%2CiBA%2BDI%2CqBAQI%2CQAAO%3BEACH%2CUAAA%3B%3BAAxEZ%2CiBA4EI%2CMAAK%3BEACD%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FER%2CiBAsFI%2CsBACM%2CmBACI%3BEACE%2CgBAAA%3B%3BAAMR%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BEhBxdX%2CgBAAA%3BEgB0dI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAKI%2CcAAc%3BEACV%2CiBAAA%3B%3BAAIA%2CcADJ%2CQACK%3BEAEG%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CcA0BI%3BEACI%2CgBAAA%3B%3BA6MnyBX%2CMAAM%2CYACL%2CcAEC%3BEACC%2CSAAA%3BEACA%2CaAAA%3B%3BAACA%2CMANG%2CYACL%2CcAEC%2CaAGE%3BEACA%2CaAAa%2CaAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAVJ%2CMAAM%2CYACL%2CcAYC%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAhBH%2CMAAM%2CYACL%2CcAiBC%3BEACC%2CkBAAA%3BEACA%2CSAAA%3B%3BAApBH%2CMAAM%2CYACL%2CcAiBC%2CeAGC%2COAAM%2COAAQ%3BEACb%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA7BJ%2CMAAM%2CYACL%2CcAiBC%2CeAaC%3BEACC%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAA3CJ%2CMAAM%2CYACL%2CcAiBC%2CeA2BC%2CQAAO%3BEACN%2CaAAA%3B%3BAA9CJ%2CMAAM%2CYACL%2CcAgDC%2CQAAO%3BEACN%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAACA%2CMApEG%2CYACL%2CcAgDC%2CQAAO%2COAmBL%3BEACA%2CaAAa%2CaAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAxEJ%2CMAAM%2CYACL%2CcAgDC%2CQAAO%2COAyBJ%3BEACD%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAlFJ%2CMAAM%2CYAsFL%2CkBACC%3BEACC%2CUAAA%3B%3BAAxFH%2CMAAM%2CYAsFL%2CkBAIC%3BEACC%2CeAAA%3B%3BAA3FH%2CMAAM%2CYAsFL%2CkBAIC%2CcAEC%2CaAAY%3BEACX%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CMA%5C%2FFE%2CYAsFL%2CkBAIC%2CcAEC%2CaAAY%2CkBAGV%3BEACA%2CaAAa%2CaAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAnGL%2CMAAM%2CYAsFL%2CkBAIC%2CcAEC%2CaAAY%2CkBAST%3BEACD%2CaAAA%3B%3BAAtGL%2CMAAM%2CYAsFL%2CkBAIC%2CcAeC%3BEACC%2CkBAAA%3BEAEA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CSAAX%3BEACA%2CgBAAgB%2CSAAhB%3BEACA%2CmBAAmB%2CSAAnB%3BEACA%2CeAAe%2CSAAf%3BEACA%2CcAAc%2CSAAd%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CmCAAA%3BEACA%2C8BAAA%3B%3BAAED%2CMA%5C%2FHG%2CYAsFL%2CkBAIC%2CcAqCE%2COACA%2CaAAY%3BEACX%2CYAAA%3B%3BAACA%2CMAlIC%2CYAsFL%2CkBAIC%2CcAqCE%2COACA%2CaAAY%2CkBAEV%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAED%2CMAvIC%2CYAsFL%2CkBAIC%2CcAqCE%2COACA%2CaAAY%2CkBAOV%2CMAAM%3BAACP%2CMAxIC%2CYAsFL%2CkBAIC%2CcAqCE%2COACA%2CaAAY%2CkBAQV%2CMAAM%3BEACN%2CWAAA%3B%3BAAVH%2CMA%5C%2FHG%2CYAsFL%2CkBAIC%2CcAqCE%2COAaA%3BEACC%2CWAAW%2CSAAX%3BEACA%2CgBAAgB%2CSAAhB%3BEACA%2CmBAAmB%2CSAAnB%3BEACA%2CeAAe%2CSAAf%3BEACA%2CcAAc%2CSAAd%3BEACA%2CmBAAA%3B%3BAAlJL%2CMAAM%2CYAuJL%2CoBACC%3BEACC%2CgBAAA%3B%3BAAzJH%2CMAAM%2CYAuJL%2CoBAIC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAA7JH%2CMAAM%2CYAuJL%2CoBAIC%2CcAGC%2CaAAY%3BEACX%2CcAAA%3BEACA%2CeAAA%3B%3BAAhKJ%2CMAAM%2CYAuJL%2CoBAIC%2CcAGC%2CaAAY%2CkBAGT%3BEACD%2CaAAA%3B%3BAAlKL%2CMAAM%2CYAuJL%2CoBAIC%2CcAUC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2C%2BBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAW%2CSAAX%3BEACA%2CgBAAgB%2CSAAhB%3BEACA%2CmBAAmB%2CSAAnB%3BEACA%2CeAAe%2CSAAf%3BEACA%2CcAAc%2CSAAd%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3B%3BAA%5C%2FLJ%2CMAAM%2CYAuJL%2CoBAIC%2CcAUC%2CeA2BC%2CMAAK%2CWAAY%3BEAChB%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAnML%2CMAAM%2CYAuJL%2CoBAIC%2CcAUC%2CeAgCC%2CQAAO%3BEACN%2CWAAA%3BEACA%2CSAAA%3B%3BAACA%2CMAxMC%2CYAuJL%2CoBAIC%2CcAUC%2CeAgCC%2CQAAO%2COAGL%3BEACA%2CiBAAA%3B%3BAAIH%2CMA7MG%2CYAuJL%2CoBAIC%2CcAkDE%2COACA%3BEACC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CSAAX%3BEACA%2CgBAAgB%2CSAAhB%3BEACA%2CeAAe%2CSAAf%3BEACA%2CcAAc%2CSAAd%3BEACA%2CmBAAmB%2CSAAnB%3B%3BAARF%2CMA7MG%2CYAuJL%2CoBAIC%2CcAkDE%2COAUA%2CaAAY%3BEACX%2CYAAA%3B%3BAACA%2CMAzNC%2CYAuJL%2CoBAIC%2CcAkDE%2COAUA%2CaAAY%2CkBAEV%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA5NN%2CMAAM%2CYAuJL%2CoBA0EC%2CkBAAiB%2CQAChB%2CSAAQ%3BEACP%2CYAAA%3BEACA%2CWAAA%3B%3BAApOJ%2CMAAM%2CYAuJL%2CoBA0EC%2CkBAAiB%2CQAKd%3BEACD%2CaAAA%3B%3BAAvOJ%2CMAAM%2CYA2OL%2CmBACC%3BEACC%2CUAAA%3B%3BAA7OH%2CMAAM%2CYA2OL%2CmBAIC%3BEACC%2CeAAA%3B%3BAAhPH%2CMAAM%2CYA2OL%2CmBAIC%2CcAEC%2CaAAY%3BEACX%2CcAAA%3BEACA%2CeAAA%3B%3BAAnPJ%2CMAAM%2CYA2OL%2CmBAIC%2CcAEC%2CaAAY%2CkBAGT%3BEACD%2CaAAA%3B%3BAArPL%2CMAAM%2CYA2OL%2CmBAIC%2CcASC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3B%3BAAxQJ%2CMAAM%2CYA2OL%2CmBAIC%2CcASC%2CeAiBC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAA7QL%2CMAAM%2CYA2OL%2CmBAIC%2CcASC%2CeAuBC%2CMAAK%3BEACJ%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAlRL%2CMAAM%2CYA2OL%2CmBAIC%2CcASC%2CeAuBC%2CMAAK%2CWAIJ%2COAAM%2COAAQ%3BEACb%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CMAlSA%2CYA2OL%2CmBAIC%2CcASC%2CeAuBC%2CMAAK%2CWAIJ%2COAAM%2COAAQ%2COAeZ%3BEACA%2CaAAA%3B%3BAAnSP%2CMAAM%2CYA2OL%2CmBAIC%2CcASC%2CeAuBC%2CMAAK%2CWAIJ%2COAAM%2COAAQ%2COAkBX%3BEACD%2CaAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA3SP%2CMAAM%2CYA2OL%2CmBAIC%2CcASC%2CeAuDC%2CQAAO%2COAAO%3BEACb%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CMAtTG%2CYA2OL%2CmBAIC%2CcAuEE%2COACA%3BEACC%2CUAAA%3BEACA%2CmBAAA%3B%3BAAHF%2CMAtTG%2CYA2OL%2CmBAIC%2CcAuEE%2COAKA%2CaAAY%3BEACX%2CaAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3B%3BAACA%2CMAzUC%2CYA2OL%2CmBAIC%2CcAuEE%2COAKA%2CaAAY%2CkBAcV%3BEACA%2CSAAS%2COAAT%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CMA9UA%2CYA2OL%2CmBAIC%2CcAuEE%2COAKA%2CaAAY%2CkBAcV%2COAKC%2CMAAM%3BEACN%2CWAAA%3B%3BAA%5C%2FUP%2CMAAM%2CYA2OL%2CmBA0GC%2CkBAAiB%2CQAChB%2CSAAQ%3BEACP%2CYAAA%3BEACA%2CWAAA%3B%3BAAxVJ%2CMAAM%2CYA2OL%2CmBA0GC%2CkBAAiB%2CQAKd%3BEACD%2CaAAA%3B%3BAAsED%2CQA5D4B%3BEA4D5B%2CMAjaG%2CYA%2BVL%2CaAAY%2COACV%2CQACA%2CcAKE%3BIACC%2CcAAA%3B%3BEA0DH%2CMAjaG%2CYA%2BVL%2CaAAY%2COACV%2CQACA%2CcAKE%2CaAEC%3BIACC%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiDJ%2CMAjaG%2CYA%2BVL%2CaAAY%2COACV%2CQACA%2CcAkBE%3BIACC%2CkBAAA%3BIAEA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAW%2CSAAX%3BIACA%2CgBAAgB%2CSAAhB%3BIACA%2CeAAe%2CSAAf%3BIACA%2CcAAc%2CSAAd%3BIACA%2CmBAAmB%2CSAAnB%3BIACA%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3BIACA%2CwBAAA%3BIACA%2C2BAAA%3BIACA%2CgCAAA%3BIACA%2CmCAAA%3BIACA%2C%2BBAAA%3BIACA%2C8BAAA%3B%3BEAED%2CMAzYC%2CYA%2BVL%2CaAAY%2COACV%2CQACA%2CcAwCG%2COACA%3BIACC%2CWAAW%2CSAAX%3BIACA%2CgBAAgB%2CSAAhB%3BIACA%2CeAAe%2CSAAf%3BIACA%2CcAAc%2CSAAd%3BIACA%2CmBAAmB%2CSAAnB%3BIACA%2CmBAAA%3B%3BEAPF%2CMAzYC%2CYA%2BVL%2CaAAY%2COACV%2CQACA%2CcAwCG%2COASA%2CaAAY%3BIACX%2CYAAA%3B%3BEACA%2CMApZD%2CYA%2BVL%2CaAAY%2COACV%2CQACA%2CcAwCG%2COASA%2CaAAY%2CkBAEV%3BIACA%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAED%2CMA1ZD%2CYA%2BVL%2CaAAY%2COACV%2CQACA%2CcAwCG%2COASA%2CaAAY%2CkBAQV%3BEACD%2CMA3ZD%2CYA%2BVL%2CaAAY%2COACV%2CQACA%2CcAwCG%2COASA%2CaAAY%2CkBASV%3BIACA%2CWAAA%3B%3B%3BAAcJ%2CQAL0B%3BEAK1B%2CMA1aE%2CYA%2BVL%2CaAAY%2COAoEV%2CKACC%2COAAQ%2CcAEP%2CQAAO%3BIACN%2CQAAA%3B%3B%3BAAOD%2CQAH2B%3BEAG3B%2CMA9aC%2CYA%2BVL%2CaAAY%2COAoEV%2CKACC%2COAAQ%2CcAMR%3BIAEE%2CeAAA%3B%3B%3BAAMD%2CQAJ2B%3BEAI3B%2CMAlbC%2CYA%2BVL%2CaAAY%2COAoEV%2CKACC%2COAAQ%2CcAMR%3BIAKE%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAMF%2CQAJ4B%3BEAI5B%2CMAtbE%2CYA%2BVL%2CaAAY%2COAoEV%2CKACC%2COAAQ%2CcAMR%3BIASE%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAyBJ%2CQArB2B%3BEACzB%2CMAzbE%2CYA%2BVL%2CaAAY%2COAoEV%2CKAsBE%2CKAAM%3BIACN%2CgBAAA%3B%3BEADD%2CMAzbE%2CYA%2BVL%2CaAAY%2COAoEV%2CKAsBE%2CKAAM%2CeAEN%3BIACC%2CgBAAA%3B%3BEAHF%2CMAzbE%2CYA%2BVL%2CaAAY%2COAoEV%2CKAsBE%2CKAAM%2CeAEN%2CcAEC%3BIACC%2CUAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAPH%2CMAzbE%2CYA%2BVL%2CaAAY%2COAoEV%2CKAsBE%2CKAAM%2CeAEN%2CcAEC%2CeAIC%3BIACC%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CMAxcE%2CYA%2BVL%2CaAAY%2COAoEV%2CKAqCE%2CMAAO%2CcAAc%2CeAAe%2CMAAK%3BIACzC%2CeAAA%3BIACA%2CoBAAA%3B%3B%3BACjbF%2CsBACI%3BE9N6QJ%2CmBAAA%3BE8N3QQ%2CeAAA%3B%3BAAHR%2CsBAKI%3BEACI%2CeAAA%3B%3BAACA%2CsBAFJ%2CMAEK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAKI%2CMAMI%3BAAXR%2CsBAKI%2CMAOM%3BEACE%2CkCAAA%3BE9NiQZ%2CcAAA%3BE8N%5C%2FPY%2CcAAA%3BEACA%2C0BAAA%3B%3BAAhBZ%2CsBAKI%2CMAcI%3BEACI%2CqBAAA%3B%3BAAEA%2CsBAjBR%2CMAcI%2CEAGK%3BE9NwPb%2CmBAAA%3B%3BA8NnPQ%2CsBAtBJ%2CMAsBK%2CQACG%3BAADJ%2CsBAtBJ%2CMAsBK%2CQAEK%3BE9NiPd%2CqBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3B%3BA8NnPQ%2CsBAtBJ%2CMAsBK%2CQAQG%3BE9N2OZ%2CqBAAA%3B%3BA8N9QA%2CsBAKI%2CMAmCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BA7MxBZ%3BEjBuXA%2CoBAAA%3BEACQ%2CYAAA%3B%3BAiBhXJ%2COAAC%3BEAEG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CKAOI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CgBAAA%3B%3BAAUR%2COALG%2CKAKF%3BEjB8ML%2CmBAAA%3BEAAA%2CaAAA%3BEiB3MQ%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAGJ%2CQALI%2COAKH%3BAACD%2CQANI%2COAMH%3BEjBkLL%2CgBAAA%3BEAAA%2CkBAAA%3BE%2BNnQA%2CcAAA%3BE%5C%2FNmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEiBhLQ%2CSAAA%3B%3BAAHJ%2CQALI%2COAKH%2CS8MxDL%3BA9MyDI%2CQANI%2COAMH%2CO8MzDL%3BE%5C%2FN2OA%2CcAAA%3B%3BA%2BNxOI%2CQ9MgDI%2COAKH%2CS8MxDL%2CEAGK%3BAAAD%2CQ9MgDI%2COAMH%2CO8MzDL%2CEAGK%3BE%5C%2FNwOL%2CcAAA%3B%3BA%2BNpOI%2CQ9M4CI%2COAKH%2CS8MxDL%2CEAOK%3BAAAD%2CQ9M4CI%2COAMH%2CO8MzDL%2CEAOK%3BE%5C%2FNoOL%2CcAAA%3B%3BAiB7KI%2CQAXI%2COAWH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQAXI%2COAWH%2COAOG%3BEACI%2CgBAAA%3B%3BAAIR%2CQAvBI%2COAuBH%3BEjBiKL%2CgBAAA%3BEAAA%2CkBAAA%3BE%2BNnQA%2CcAAA%3BE%5C%2FNmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEiB%5C%2FJQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAvBI%2COAuBH%2CK8M1EL%3BE%5C%2FN2OA%2CcAAA%3B%3BA%2BNxOI%2CQ9MgDI%2COAuBH%2CK8M1EL%2CEAGK%3BE%5C%2FNwOL%2CcAAA%3B%3BA%2BNpOI%2CQ9M4CI%2COAuBH%2CK8M1EL%2CEAOK%3BE%5C%2FNoOL%2CcAAA%3B%3BAiBtJA%3BEAEI%2CgBAAA%3B%3BAAIA%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2COAAC%2CQAUG%2COACM%3BEACE%2CeAAA%3B%3BAAZZ%2COAAC%2CQAgBG%3BEACI%2CgBAAA%3B%3BAAlBZ%2COAsBI%3BAAtBJ%2COAuBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CYAAa%2COAAM%2CQAEf%3BAADJ%2CYACI%3BEACI%2CkBAAA%3B%3BAAHR%2CYAAa%2COAAM%2CQAEf%2CUAGI%3BAAJR%2CYACI%2CUAGI%3BEapIR%2CqBAAA%3BEACA%2CkBAAA%3B%3BA9BFA%2CYiBgIa%2COAAM%2CQAEf%2CUAGI%2CSjBrIP%3BAAAD%2CYiBkII%2CUAGI%2CSjBrIP%3BAACD%2CYiB%2BHa%2COAAM%2CQAEf%2CUAGI%2CSjBpIP%3BAAAD%2CYiBiII%2CUAGI%2CSjBpIP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYiB0Ha%2COAAM%2CQAEf%2CUAGI%2CSjB%5C%2FHP%3BAAAD%2CYiB4HI%2CUAGI%2CSjB%5C%2FHP%3BEACG%2CWAAA%3B%3BAiByHJ%2CYAAa%2COAAM%2CQAEf%2CUAGI%2CSajIR%3BAb6HA%2CYACI%2CUAGI%2CSajIR%3BE9BgPA%2CUAAA%3BE8B9OI%2CeAAA%3BE9B8OJ%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BAd4GA%2CYAAa%2COAAM%2CQAEf%2CUAGI%2CSajIR%2CeCoOE%3BAdvGF%2CYACI%2CUAGI%2CSajIR%2CeCoOE%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BB2CA%2CYdsGa%2COAAM%2CQAEf%2CUAGI%2CSajIR%2CeCsBC%3BAAAD%2CYdwGI%2CUAGI%2CSajIR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC9NQ%2COhC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYdyFS%2COAAM%2CQAEf%2CUAGI%2CSajIR%2CeCkCC%2CMACI%3BAAAD%2CYd2FA%2CUAGI%2CSajIR%2CeCkCC%2CMACI%3BE%5C%2FB6ML%2CcAAA%3B%3BA%2BBvMI%2CYdmFS%2COAAM%2CQAEf%2CUAGI%2CSajIR%2CeCwCC%2COACI%3BAAAD%2CYdqFA%2CUAGI%2CSajIR%2CeCwCC%2COACI%3BE%5C%2FBuML%2CcAAA%3B%3BA8BqEA%2CYbzLa%2COAAM%2CQAEf%2CUAGI%2CSajIR%2CeAqTC%3BAAAD%2CYbvLI%2CUAGI%2CSajIR%2CeAqTC%3BE9BrED%2CqBAAA%3BE%2BBhOA%2CqBAAA%3B%3BADqSA%2CYbzLa%2COAAM%2CQAEf%2CUAGI%2CSajIR%2CeAqTC%2COCjFC%3BADiFF%2CYbvLI%2CUAGI%2CSajIR%2CeAqTC%2COCjFC%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BB2CA%2CYdsGa%2COAAM%2CQAEf%2CUAGI%2CSajIR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CYdwGI%2CUAGI%2CSajIR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC%5C%2FNM%2COhC%2BNN%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYdyFS%2COAAM%2CQAEf%2CUAGI%2CSajIR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CYd2FA%2CUAGI%2CSajIR%2CeAqTC%2COCnRA%2CMACI%3BE%5C%2FB6ML%2CcAAA%3B%3BA%2BBvMI%2CYdmFS%2COAAM%2CQAEf%2CUAGI%2CSajIR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CYdqFA%2CUAGI%2CSajIR%2CeAqTC%2COC7QA%2COACI%3BE%5C%2FBuML%2CcAAA%3B%3BAiBpHA%2CYAAa%2COAAM%2CQAEf%2CUAGI%2CSasDR%3BAb1DA%2CYACI%2CUAGI%2CSasDR%3BE9ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE8BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE9B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAiBpHA%2CYAAa%2COAAM%2CQAEf%2CUAGI%2CSasDR%2CYAsBI%3BAbhFJ%2CYACI%2CUAGI%2CSasDR%2CYAsBI%3BE9BmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BA8B3BQ%2CYbzFK%2COAAM%2CQAEf%2CUAGI%2CSasDR%2CYAsBI%2CGAQK%3BAAAD%2CYbvFJ%2CUAGI%2CSasDR%2CYAsBI%2CGAQK%3BE9B2BT%2CmBAAA%3BE8BzBY%2CeAAA%3B%3BAAuTZ%2CYblZa%2COAAM%2CQAEf%2CUAGI%2CSasDR%2CYAuVC%3BAAAD%2CYbhZI%2CUAGI%2CSasDR%2CYAuVC%3BAACD%2CYbnZa%2COAAM%2CQAEf%2CUAGI%2CSasDR%2CYAwVC%3BAAAD%2CYbjZI%2CUAGI%2CSasDR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CYb5Za%2COAAM%2CQAEf%2CUAGI%2CSasDR%2CYAiWC%3BAAAD%2CYb1ZI%2CUAGI%2CSasDR%2CYAiWC%3BEACG%2CiBAAA%3BE9BzSJ%2CsDAAA%3BE8B2SI%2CWAAA%3B%3BAAGJ%2CYblaa%2COAAM%2CQAEf%2CUAGI%2CSasDR%2CYAuWC%3BAAAD%2CYbhaI%2CUAGI%2CSasDR%2CYAuWC%3BEACG%2CiBAAA%3BE9B%5C%2FSJ%2CsDAAA%3BE8BiTI%2CWAAA%3B%3BAAzDJ%2CYb5Wa%2COAAM%2CQAEf%2CUAGI%2CSasDR%2CYAiTC%3BAAAD%2CYb1WI%2CUAGI%2CSasDR%2CYAiTC%3BE9BxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA8B6PA%2CYbjXa%2COAAM%2CQAEf%2CUAGI%2CSasDR%2CYAsTC%3BAAAD%2CYb%5C%2FWI%2CUAGI%2CSasDR%2CYAsTC%3BE9B7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA8BZA%2CYbxGa%2COAAM%2CQAEf%2CUAGI%2CSamGP%3BAAAD%2CYbtGI%2CUAGI%2CSamGP%3BEACG%2CiBAAA%3B%3BAADJ%2CYbxGa%2COAAM%2CQAEf%2CUAGI%2CSamGP%2COAGG%3BAAHJ%2CYbtGI%2CUAGI%2CSamGP%2COAGG%3BEACI%2CcAAA%3B%3BAb5GR%2CYAAa%2COAAM%2CQAEf%2CUAGI%2CSAYI%2CGAAE%2CSACE%3BAAjBhB%2CYACI%2CUAGI%2CSAYI%2CGAAE%2CSACE%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAEA%2CYAtBP%2COAAM%2CQAEf%2CUAGI%2CSAYI%2CGAAE%2CSACE%2CEAIK%3BAAAD%2CYApBhB%2CUAGI%2CSAYI%2CGAAE%2CSACE%2CEAIK%3BEACG%2CqBAAA%3B%3BAAvBxB%2CYAAa%2COAAM%2CQAEf%2CUA2BI%3BAA5BR%2CYACI%2CUA2BI%3BEACI%2CeAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FBZ%2CYAAa%2COAAM%2CQAEf%2CUAoCI%3BAArCR%2CYACI%2CUAoCI%3BEACI%2CgBAAA%3B%3BAAgBZ%3BEACI%2CWAAA%3B%3BAAOJ%2CYAEI%2CQAAO%3BAADX%2CYACI%2CQAAO%3BEjBmDX%2CcAAA%3B%3BAiBtCA%2CcACI%3BEACI%2CUAAA%3B%3BAkB5PR%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2CQACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BEAEG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%2CKAEM%3BEACE%2CWAAA%3B%3BAAxBhC%2CQACI%2CgBACI%2CUAGI%2CQAyBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjCpB%2CQACI%2CgBAqCI%2CeACI%3BEACI%2CmBAAA%3B%3BAAxChB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%3BEACI%2CgBAAA%3B%3BAA3CpB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%2CSAGI%3BEACI%2CWAAA%3B%3BAA9CxB%2CQACI%2CgBAqCI%2CeACI%2CiBAWI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CQAzDR%2CgBAwDI%2CQACK%3BEnCsOb%2CqBAAA%3BE%2BB9QA%2CqBAAA%3BEI8CgB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIJ0NX%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CQIvBI%2CgBAwDI%2CQACK%2CIJlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCpOU%2COhCoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIpCA%2CgBAwDI%2CQACK%2CIJtBZ%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CQI1CA%2CgBAwDI%2CQACK%2CIJhBZ%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BAmC3NY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BEnCiNb%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAmCjNY%2CQA9ER%2CgBAwDI%2CQAsBK%2COJqMX%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CQIvBI%2CgBAwDI%2CQAsBK%2COJvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgC1OU%2COhC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIpCA%2CgBAwDI%2CQAsBK%2COJ3CZ%2CMACI%3BE%5C%2FB2PL%2CcAAA%3B%3BA%2BBrPI%2CQI1CA%2CgBAwDI%2CQAsBK%2COJrCZ%2COACI%3BE%5C%2FBqPL%2CcAAA%3B%3BAM7CA%2CQ6BlPI%2CgBAwDI%2CQAsBK%2CO7BoKZ%3BAACD%2CQ6BnPI%2CgBAwDI%2CQAsBK%2CO7BqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ6BxPI%2CgBAwDI%2CQAsBK%2CO7B0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ6B7PI%2CgBAwDI%2CQAsBK%2CO7B%2BKZ%3BAACD%2CQ6B9PI%2CgBAwDI%2CQAsBK%2CO7BgLZ%3BAACD%2CQAAQ%2CUAAW%2CS6B%5C%2FPf%2CgBAwDI%2CQAsBK%3BE7BkLT%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAkBhSA%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BA8MfR%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%3BEhOgQZ%2CiBAAA%3B%3BAgOlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BA7M5CR%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%3BEnB4QhB%2CqBAAA%3BE%2BB9QA%2CqBAAA%3B%3BAZFY%2CYAVR%2CeAGO%2CUAOE%2CSYoQX%3BAZnQU%2CYAXR%2CeAGO%2CUAQE%2CQYmQX%3BE%5C%2FBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBHA%2CYZlBI%2CeAGO%2CUAOE%2CSYQZ%3BAAAD%2CYZlBI%2CeAGO%2CUAQE%2CQYOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgCzOQ%2COhCyOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE%2BBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAZ5UgB%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%3BAY%2BEhB%2CYZjHI%2CeAGO%2CUA6BE%2CQYiFZ%3BE%5C%2FByKD%2CSgCxPQ%2COhCwPR%3B%3BAmBtPgB%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%3BEnB6NZ%2CmBAAA%3BEmB3NgB%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%3BEnB2MpB%2CiBAAA%3BEmBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BEnBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAoBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BEnB6LpB%2CiBAAA%3BEmB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BEnBuLxB%2CiBAAA%3B%3BAmBhSA%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%3BEnBwKzB%2CiBAAA%3BEmBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BEnBiKpB%2CiBAAA%3BEmB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BEnB4JpB%2CiBAAA%3B%3BAmBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%2CmBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%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%3BENiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEaqGwB%2CgBAAA%3B%3BAbpFxB%2CYa1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAACD%2CYa3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEN2MD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CYavCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEN%2BLD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CYanDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAACD%2CYapDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUAAW%2CaarDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEnB2HrB%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAawDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BA8MvKxB%2CmBAAC%3BAAAD%2CeAAC%3BEjO4RL%2CmBAAA%3B%3BAiO1RQ%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%3BACnBZ%2CIAAI%3BEAA0B%2CgBAAA%3B%3BAAAgB%3BEAAiB%2CYAAA%3B%3BAAAY%3BEAAoB%2CaAAA%3BEAAa%2CSAAA%3BEAAS%2C4BAAA%3BEAA4B%2CYAAA%3BEAAY%2CkBAAA%3B%3BAAAkB%3BEAAoB%2CmCAAA%3BEAAmC%2CYAAA%3BEAAY%2COAAA%3BEAAO%2CaAAA%3BEAAa%2CeAAA%3BEAAe%2CwCAAA%3BEAAwC%2CMAAA%3BEAAM%2C8BAAA%3BEAA8B%2C0BAAA%3BEAA0B%2CWAAU%2CaAAV%3BEAAwB%2CWAAA%3BEAAW%2CcAAA%3B%3BAAAc%2CmBAAoB%3BEAAE%2CsBAAA%3B%3BAAAsB%3BAAAa%3BAAAgB%3BAAAgB%3BEAAgB%2CSAAA%3BEAAS%2COAAA%3BEAAO%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2CMAAA%3B%3BAAAM%3BEAAgB%2CiCAAA%3BEAAiC%2CgBAAA%3B%3BAAAgB%3BEAAa%2CmBAAA%3BEAAmB%2CUAAA%3BEAAU%2C4BAAA%3BEAA4B%2C4BAAA%3BEAA4B%2C4BAA2B%2CiCAA3B%3B%3BAAAuD%2CiBAAkB%3BEAAa%2CYAAA%3BEAAW%2C4BAA2B%2CiCAA3B%3B%3BAAAuD%3BAAAkB%3BAAAkB%2CoBAAqB%3BAAAiB%3BEAAkB%2CcAAA%3BEAAc%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CwDAAA%3BEAAqD%2CkBAAA%3BEAAkB%2CcAAA%3B%3BAAAc%2CsBAAuB%3BAAAkB%2CsBAAuB%3BAAAkB%2CkBAAmB%2CqBAAqB%3BAAAiB%2CsBAAuB%3BEAAkB%2CUAAA%3BEAAU%2CwDAAA%3BEAAsD%2CmBAAA%3B%3BAAAmB%3BEAAkB%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2C4CAAA%3BEAA4C%2CYAAA%3BEAAY%2COAAA%3BEAAO%2CiBAAA%3BEAAiB%2CeAAA%3BEAAe%2C0BAAA%3BEAA0B%2CeAAA%3BEAAe%2CoBAAA%3BEAAoB%2CMAAA%3BEAAM%2C2BAAA%3BEAA2B%2CyBAAA%3BEAAyB%2CsBAAA%3BEAAsB%2CqBAAA%3BEAAqB%2CiBAAA%3B%3BAAAiB%3BEAAkB%2CQAAA%3BEAAQ%2CMAAA%3B%3BAAAM%3BEAAgB%2CcAAA%3BEAAc%2CiBAAA%3BEAAiB%2CWAAU%2CaAAV%3BEAAwB%2CcAAA%3B%3BAAAc%2CiBAAkB%3BEAAgB%2CgBAAA%3B%3BAAAgB%3BEAAgB%2CmCAAA%3BEAAmC%2CaAAA%3BEAAa%2CYAAA%3BEAAY%2COAAA%3BEAAO%2CaAAA%3BEAAa%2CcAAA%3BEAAc%2CiCAAA%3BEAAiC%2CaAAA%3BEAAa%2CkBAAA%3BEAAkB%2CkBAAA%3BEAAkB%2CMAAA%3BEAAM%2CsCAAA%3BEAAsC%2CmBAAA%3BEAAmB%2CWAAA%3BEAAW%2CcAAA%3B%3BAAAc%2CeAAe%3BEAAQ%2CSAAQ%2CEAAR%3BEAAW%2CqBAAA%3BEAAqB%2CYAAA%3BEAAY%2CYAAA%3BEAAY%2CsBAAA%3BEAAsB%2CQAAA%3B%3BAAAQ%2CoBAAqB%3BAAAgB%3BAAAyB%3BAAAsB%3BEAA0B%2CcAAA%3B%3BAAAc%3BEAAuB%2CgBAAA%3BEAAgB%2CeAAA%3B%3BAAAe%2CsBAAsB%3BEAAQ%2CaAAA%3B%3BAAAa%3BEAAsB%2CYAAA%3B%3BAAAY%3BEAAkB%2CgBAAA%3BEAAgB%2CqBAAA%3BEAAqB%2CSAAA%3BEAAS%2CeAAA%3BEAAe%2CcAAA%3BEAAc%2CiCAAA%3BEAAiC%2CaAAA%3BEAAa%2CkBAAA%3BEAAkB%2CgBAAA%3BEAAgB%2CsBAAA%3B%3BAAAsB%2CsBAAuB%3BEAAkB%2C2BAA0B%2C6BAA1B%3BEAAmD%2CmCAAA%3BEAAmC%2CuBAAA%3BEAAuB%2C4BAAA%3BEAA4B%2C0BAAA%3BEAA0B%2COAAA%3BEAAO%2CeAAA%3BEAAe%2CiBAAA%3BEAAiB%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CMAAA%3BEAAM%2C0BAAA%3BEAA0B%2CsCAAA%3BEAAsC%2CyBAAA%3BEAAyB%2CsBAAA%3BEAAsB%2CqBAAA%3BEAAqB%2CiBAAA%3BEAAiB%2CcAAA%3B%3BAAAc%2CqBAAsB%3BEAAkB%2CgBAAA%3B%3BAAAgB%2CoBAAqB%3BEAAkB%2CeAAA%3B%3BAAAe%2CiBAAkB%3BAAAkB%2CmBAAoB%3BEAAkB%2CYAAA%3B%3BAAAY%2CqBAAsB%3BEAAkB%2CgBAAA%3B%3BAAAgB%2CmBAAoB%3BEAAuB%2CYAAA%3B%3BAAAY%3BAAAgB%3BEAAoB%2CuBAAA%3BEAAuB%2CSAAA%3BEAAS%2CYAAA%3BEAAY%2COAAA%3BEAAO%2CSAAA%3BEAAS%2CgBAAA%3BEAAgB%2CeAAA%3BEAAe%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CMAAA%3BEAAM%2CyBAAA%3BEAAyB%2CsBAAA%3BEAAsB%2CqBAAA%3BEAAqB%2CiBAAA%3BEAAiB%2CWAAA%3B%3BAAAW%3BEAAoB%2CUAAA%3B%3BAAAU%2CuBAAwB%3BAAAkB%2CoBAAqB%3BAAAkB%2CoBAAqB%3BAAAkB%2CsBAAuB%3BEAAkB%2CYAAA%3BEAAY%2CiBAAA%3BEAAiB%2CUAAA%3BEAAU%2CWAAA%3B%3BAAAW%2CsBAAuB%3BEAAkB%2CgBAAA%3B%3BAAAgB%2CoBAAqB%3BEAAkB%2CmBAAA%3B%3BAAAmB%2CuBAAwB%3BEAAkB%2CgBAAA%3B%3BAAAgB%3BAAAiB%3BEAAgB%2CuBAAA%3BEAAuB%2CSAAA%3BEAAS%2CcAAA%3BEAAc%2CYAAA%3BEAAY%2CSAAA%3BEAAS%2CgBAAA%3BEAAgB%2CUAAA%3BEAAU%2CWAAA%3B%3BAAAW%3BEAAiB%2COAAA%3BEAAO%2CkBAAA%3BEAAkB%2CMAAA%3B%3BAAAM%3BEAAgB%2CgBAAA%3BEAAgB%2CeAAA%3BEAAe%2CgBAAA%3BEAAgB%2CaAAA%3BEAAa%2CWAAA%3B%3BAAAW%2CeAAgB%3BEAAE%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CiBAAA%3BEAAiB%2CSAAA%3BEAAS%2CUAAA%3B%3BAAAU%3BEAAiB%2CiCAAA%3BEAA6B%2CSAAA%3BEAAS%2CgBAAA%3BEAAgB%2CgBAAA%3BEAAgB%2CeAAA%3BEAAe%2CqBAAA%3BEAAqB%2CYAAA%3BEAAY%2CSAAA%3BEAAS%2CaAAA%3BEAAa%2CkBAAA%3BEAAkB%2CsBAAA%3BEAAqB%2CmBAAA%3BEAAmB%2CmBAAA%3BEAAmB%2CWAAA%3B%3BAAAW%3BAAAiB%2CgBAAgB%3BAAAM%2CgBAAgB%3BEAAS%2CWAAA%3B%3BAAAW%2CgBAAgB%3BEAAO%2CWAAA%3B%3BAAAW%2CgBAAgB%3BEAAO%2CaAAA%3B%3BAAAa%2CgBAAgB%3BEAAgB%2CmBAAA%3B%3BAAAmB%2CgBAAgB%3BAAAW%2CgBAAgB%2CUAAU%3BEAAO%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CaAAA%3B%3BAAAa%2CgBAAiB%3BEAAI%2CYAAA%3B%3BAAAY%2CgBAAiB%3BEAAI%2CcAAA%3BEAAc%2CYAAA%3BEAAY%2CiBAAA%3BEAAiB%2CkBAAA%3BEAAkB%2CWAAA%3B%3BAAAW%2CgBAAiB%2CIAAI%3BEAAK%2CkBAAA%3BEAAkB%2CeAAA%3B%3BAAAe%2CyBAA0B%2CIAAG%2CUAAU%3BAAAI%2CwBAAyB%2CIAAG%3BAAAa%2CuBAAwB%2CIAAG%3BAAAa%2CsBAAuB%2CIAAG%2CUAAU%3BEAAI%2CaAAA%3B%3BAAAa%3BEAAmB%2CmBAAA%3BEAAmB%2CWAAA%3BEAAW%2COAAA%3BEAAO%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2CMAAA%3BEAAM%2CWAAU%2CSAAV%3BEAAoB%2CmBAAA%3BEAAmB%2C8BAAA%3BEAA8B%2CkCAAA%3BEAAkC%2CcAAA%3B%3BAAAc%3BEAAsB%2CuBAAA%3BEAAuB%2CSAAA%3BEAAS%2CgBAAA%3BEAAgB%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CYAAA%3BEAAW%2CYAAA%3BEAAY%2CkBAAA%3BEAAkB%2CYAAA%3BEAAY%2CUAAA%3BEAAU%2CYAAA%3B%3BAAAY%2CqBAAqB%3BEAAO%2CWAAA%3BEAAW%2CUAAA%3B%3BAAAU%2CqBAAsB%3BEAAsB%2CmBAAA%3BEAAmB%2CaAAA%3BEAAa%2CQAAA%3BEAAQ%2CMAAA%3B%3BAAAM%2CsBAAsB%2CoBAAqB%3BEAAkB%2CgBAAA%3B%3BAAAgB%2CoBAAqB%3BAAAsB%2CqBAAqB%2CiBAAkB%3BEAAsB%2CaAAA%3B%3BAAAa%2CoBAAqB%3BEAAiB%2C4BAAA%3BEAA4B%2CaAAA%3BEAAa%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CKAAI%2CgBAAJ%3BEAAwB%2CWAAA%3B%3BAAAW%2CoBAAqB%2CiBAAiB%3BEAAI%2CYAAA%3B%3BAAAY%2CoBAAqB%3BEAA6B%2COAAA%3BEAAO%2CMAAK%2CyBAAL%3BEAA%2BB%2C2BAAA%3B%3BAAA2B%2CoBAAqB%3BEAA8B%2C2BAAA%3BEAA2B%2CQAAA%3BEAAQ%2COAAM%2C0BAAN%3B%3BAAAiC%3BEAAkB%2CYAAW%2CyMAAX%3BEAA0K%2CSAAA%3BEAAS%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CgBAAA%3BEAAgB%2COAAA%3BEAAO%2CgBAAA%3BEAAgB%2CuBAAA%3BEAAuB%2CoBAAA%3BEAAoB%2CQAAA%3BEAAQ%2CkBAAA%3BEAAkB%2CcAAA%3B%3BAAAc%3BEAA6B%3BIAAkB%2C4BAAA%3B%3B%3BAAA6H%3BEAA4B%2CiBAAA%3B%3BAAAiB%3BEAAwB%2CgBAAA%3BEAAgB%2CcAAA%3BEAAc%2CmBAAA%3B%3BAAAmB%2CiBAAkB%3BAAAE%2CiBAAkB%2CEAAC%3BAAAM%2CiBAAkB%2CEAAC%3BEAAS%2CWAAA%3BEAAW%2CqBAAA%3B%3BAAAqB%2CiBAAkB%2CEAAC%3BEAAO%2CWAAA%3BEAAW%2C0BAAA%3B%3BAAA0B%3BEAAkB%2C%2BBAAA%3BEAA%2BB%2CuBAAA%3BEAAuB%2CsBAAA%3BEAAsB%2CyBAAA%3BEAAyB%2CkBAAA%3BEAAkB%2CYAAA%3BEAAY%2CSAAA%3BEAAS%2CuBAAA%3BEAAuB%2CYAAA%3BEAAW%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2CWAAA%3BEAAW%2CcAAA%3B%3BAAAc%3BEAAa%3BIAAG%2CWAAU%2CaAAV%3B%3B%3BAAAyB%3BEAAmB%2C4BAA2B%2C2BAA3B%3B%3BAAAmD%2CkBAAkB%3BEAA0B%2CUAAA%3BEAAU%2CWAAU%2CwBAAV%3B%3BAAAiC%2CkBAAkB%3BEAAsB%2CUAAA%3BEAAU%2CWAAU%2CuBAAV%3B%3BAAAgC%2CkBAAkB%3BEAAyB%2CUAAA%3BEAAU%2CWAAU%2CaAAV%3B%3BAAAwB%2CiBAAiB%3BAAAsB%2CiBAAiB%3BEAA0B%2CUAAA%3BEAAU%2C4BAA2B%2C8BAA3B%3B%3BAAAqD%2CiBAAiB%3BEAAyB%2CUAAA%3B%3BAAAU%2CwBAAwB%3BEAA0B%2CUAAA%3BEAAU%2CWAAU%2CsBAAV%3B%3BAAA%2BB%2CwBAAwB%3BEAAsB%2CUAAA%3BEAAU%2CWAAU%2CsBAAV%3B%3BAAA4B%2CwBAAwB%3BEAAyB%2CUAAA%3BEAAU%2CWAAU%2CSAAV%3B%3BAAAoB%2CmBAAmB%3BEAA0B%2CUAAA%3BEAAU%2CWAAU%2CcAAV%3B%3BAAAyB%2CmBAAmB%3BEAAsB%2CUAAA%3BEAAU%2CWAAU%2CaAAV%3B%3BAAAwB%2CmBAAmB%3BEAAyB%2CUAAA%3BEAAU%2CWAAU%2CYAAV%3B%3BAAAuB%2CqBAAqB%3BEAA0B%2CUAAA%3BEAAU%2CWAAU%2CiBAAe%2CwBAAzB%3B%3BAAAgD%2CqBAAqB%3BEAAsB%2CUAAA%3BEAAU%2CWAAU%2CiBAAe%2CuBAAzB%3B%3BAAA%2BC%2CqBAAqB%3BEAAyB%2CUAAA%3BEAAU%2CWAAU%2CUAAU%2CaAApB%3B%3BAAAkC%2CiBAAiB%3BEAA0B%2CWAAU%2CyBAAuB%2CWAAU%2CYAA3C%3B%3BAAAwD%2CiBAAiB%3BEAAsB%2CWAAU%2CwBAAsB%2CWAAU%2CWAA1C%3B%3BAAAsD%2CiBAAiB%3BEAAyB%2CWAAU%2CcAAc%2CQAAxB%3B%3BAAAygB%2CQAA%5C%2Fc%3BEAAC%3BIAAgB%2CiBAAA%3BIAAiB%2CkBAAA%3B%3BEAAkB%3BIAAuB%2CcAAA%3B%3BEAAc%3BIAAsB%2CWAAA%3B%3BEAAW%2CsBAAuB%3BIAAsB%2CmBAAA%3BIAAmB%2CcAAA%3BIAAc%2CYAAA%3BIAAY%2CUAAA%3BIAAU%2CYAAA%3BIAAY%2CQAAA%3BIAAQ%2CMAAA%3BIAAM%2CWAAA%3B%3BEAAW%3BIAAkB%2CkBAAA%3BIAAkB%2CmBAAA%3B%3BEAAmB%3BIAA6B%3BMAAkB%2CkBAAA%3BMAAiD%2CmBAAA%3B%3B%3B%3BAAAqD%3BEAAgB%2CmBAAA%3BEAAmB%2CkBAAA%3BEAAkB%2CcAAA%3BEAAc%2CaAAA%3BEAAa%2CkBAAA%3B%3BAAAkB%2CeAAgB%3BEAAG%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CgBAAA%3BEAAgB%2CgBAAA%3B%3BAAAgB%2CeAAgB%3BEAAE%2CSAAA%3BEAAS%2CUAAA%3B%3BAAAU%3BEAAwB%2CSAAA%3BEAAS%2CkBAAA%3BEAAkB%2CqBAAA%3BEAAqB%2CeAAA%3BEAAe%2CgBAAA%3BEAAgB%2CiBAAA%3BEAAiB%2CkBAAA%3BEAAkB%2CgBAAA%3BEAAgB%2CeAAA%3BEAAe%2CqBAAA%3BEAAqB%2CoBAAA%3BEAAmB%2CyBAAA%3BEAAyB%2CsBAAA%3BEAAsB%2CqBAAA%3BEAAqB%2CiBAAA%3BEAAiB%2CmBAAA%3B%3BAAAmB%2CuBAAuB%3BAAAM%2CuBAAuB%3BEAAS%2CWAAA%3B%3BAAAW%2CuBAAuB%3BEAAO%2CqBAAA%3B%3BAAAqB%3BEAA4B%2CmBAAA%3B%3BAAAmB%2C2BAA2B%3BEAAO%2CmBAAA%3B%3BAAAmB%3BEAA4B%2CmBAAA%3B%3BAAAmB%2C2BAA2B%3BEAAO%2CmBAAA%3B%3BAAAmB%3BEAA4B%2CmBAAA%3B%3BAAAmB%2C2BAA2B%3BEAAO%2CmBAAA%3B%3BAAAmB%2CuBAAwB%3BEAAI%2CYAAA%3BEAAY%2CiBAAA%3BEAAiB%2CkBAAA%3BEAAkB%2CSAAA%3BEAAS%2CsBAAA%3BEAAsB%2CWAAA%3B%3BAAAW%2CuBAAwB%2CIAAI%3BEAAK%2CUAAA%3B%3BAAAU%3BEAAuB%2CuBAAA%3BEAAuB%2CSAAA%3BEAAS%2CgCAAA%3BEAAgC%2CgBAAA%3BEAAgB%2CcAAA%3BEAAc%2CeAAA%3BEAAe%2CgBAAA%3BEAAgB%2CaAAA%3BEAAa%2CkBAAA%3BEAAkB%2CWAAA%3B%3BAAAW%3BEAAiB%2CgBAAA%3BEAAgB%2CSAAA%3BEAAS%2CaAAA%3BEAAa%2CSAAA%3BEAAS%2CiCAAA%3BEAAiC%2C4CAAA%3BEAA4C%2CoBAAA%3BEAAoB%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2C6CAAA%3BEAA0C%2CMAAA%3BEAAM%2CYAAA%3BEAAY%2CcAAA%3B%3BAAAc%3BEAAmB%2CgBAAA%3BEAAgB%2CkBAAA%3B%3BAAAkB%2CqBAAsB%3BEAAiB%2CcAAA%3B%3BAAAc%2CqBAAsB%3BEAAgB%2CYAAA%3B%3BAAAY%3BEAAuB%2CYAAA%3BEAAY%2CYAAA%3BEAAY%2CgBAAA%3BEAAgB%2CSAAA%3BEAAS%2CkBAAA%3BEAAkB%2CgBAAA%3BEAAgB%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CkBAAA%3BEAAkB%2CmBAAA%3BEAAmB%2CWAAA%3B%3BAAAW%2CkBAAmB%3BEAAuB%2CgBAAA%3B%3BAAAgB%2CkBAAmB%2CuBAAsB%3BEAAoB%2CUAAA%3B%3BAAAU%2CkBAAmB%2CuBAAsB%3BEAA0B%2CgBAAA%3BEAAgB%2CmBAAA%3BEAAmB%2C4CAAA%3B%3BAAAwC%2CkBAAmB%2CuBAAsB%3BEAA0B%2CmBAAA%3BEAAmB%2CmBAAA%3B%3BAAAmB%2CsBAAuB%3BEAAE%2CmCAAA%3BEAAmC%2C2BAAA%3BEAA2B%2CoCAAA%3BEAAgC%2CwBAAA%3BEAAwB%2C4BAAA%3BEAA4B%2CsBAAA%3BEAAsB%2CeAAA%3BEAAe%2CWAAA%3BEAAW%2CYAAA%3BEAAY%2CWAAA%3BEAAW%2CYAAW%2CgBAAX%3BEAA%2BB%2CWAAU%2CeAAV%3BEAA6B%2CaAAA%3BEAAa%2CgBAAA%3BEAAgB%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CwCAAA%3BEAAwC%2CYAAA%3B%3BAAAY%2CsBAAuB%2CEAAC%3BEAAQ%2CyBAAA%3BEAAyB%2CSAAA%3BEAAS%2CSAAQ%2CEAAR%3BEAAW%2COAAA%3BEAAO%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2CMAAA%3BEAAM%2CqBAAmB%2CkDAAnB%3BEAAiD%2CcAAA%3B%3BAAAc%2CsBAAuB%2CEAAC%2CMAAM%3BEAAQ%2CYAAA%3B%3BAAAW%2CsBAAuB%2CEAAC%2CuBAAuB%3BEAAQ%2CUAAA%3B%3BAAA2K%2CQAAzI%3BEAAC%3BIAAiB%2CYAAA%3B%3BEAAY%2CqBAAsB%3BIAAgB%2CYAAA%3B%3BEAAY%2CsBAAuB%3BIAAE%2CWAAU%2CiBAAV%3B%3B%3BACEn%2BY%3BEACI%2CaAAa%2CuBAAb%3B%3BAAEJ%3BEACI%2CaAAa%2CsBAAb%3B%3BAAGJ%2CIACI%2COAAM%2CYAAa%2CYAAY%2CGAAG%3BEAC9B%2CWAAA%3B%3BAAFR%2CIAKI%2CmBAAmB%3BAALvB%2CIAK2B%2CiBAAiB%2CSAAS%3BAALrD%2CIAMI%2C0BAA4B%2CQAAM%3BAANtC%2CIAOI%2COAAM%2CYAAa%3BEACf%2CaAAa%2CuBAAb%3B%3BAARR%2CIAWI%3BAAXJ%2CIAWQ%3BAAXR%2CIAWa%3BAAXb%2CIAWiB%3BAAXjB%2CIAWsB%3BAAXtB%2CIAW0B%3BAAX1B%2CIAW%2BB%3BAAX%5C%2FB%2CIAWmC%3BAAXnC%2CIAWwC%3BAAXxC%2CIAW4C%3BAAX5C%2CIAWiD%3BAAXjD%2CIAWqD%3BAAXrD%2CIAYI%2CeAAe%2COAAO%2CcAAc%3BAAZxC%2CIAaI%2C4BAA4B%2COAAM%3BAAbtC%2CIAakD%2C4BAA4B%2COAAM%3BAAbpF%2CIAcI%2CaAAY%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGAAE%2COAAQ%2CIAAC%3BAAdvG%2CIAeI%2CKAAI%2CQAAS%2CQAAO%2CKAAM%2CaAAa%3BEACnC%2CaAAa%2CsBAAb%3BEACA%2CgBAAA%3B%3BAAjBR%2CIAoBI%3BAApBJ%2CIAoBQ%3BAApBR%2CIAqBI%2CoBAAoB%3BAArBxB%2CIAsBI%2CaAAa%3BAAtBjB%2CIAuBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzBR%2CIA4BI%3BAA5BJ%2CIA4BQ%3BAA5BR%2CIA6BI%2COAAM%2CYAAa%3BAA7BvB%2CIA8BI%2C4BAA4B%2CSAAQ%2CUAAU%3BAA9BlD%2CIA%2BBI%2C4BAA4B%2CSAAQ%2CUAAU%3BAA%5C%2FBlD%2CIAgCI%2CaAAY%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGAAE%2COAAO%2CIAAI%2CgBAAiB%2CoBAAoB%3BEACtI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAlCR%2CIAqCI%2COAAM%2CYAAa%2CYAAY%3BEAC3B%2CeAAA%3BEACA%2CmBAAA%3B%3BAAvCR%2CIA0CI%3BAA1CJ%2CIA0CQ%3BAA1CR%2CIA2CI%3BAA3CJ%2CIA2CQ%3BAA3CR%2CIA4CI%2CKAAI%3BAA5CR%2CIA6CI%2CQAAO%3BEACH%2CeAAA%3B%3BAA9CR%2CIAiDI%2CsBAAsB%2C4BAA4B%2CoBAAoB%3BEAClE%2CeAAA%3B%3BAAlDR%2CIAqDI%3BEACI%2C0BAAA%3B%3BAAKR%3BEACI%2CeAAA%3B%3BAC%5C%2FDJ%2CCAAC%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQAAW%3BEACP%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAGA%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BEACG%2CuBAAA%3B%3BAAKR%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2COAAO%3BEACH%2CaAAA%3B%3BAAiGR%2CwBA3C8C%3BEACtC%3BIACI%2CuBAAA%3B%3BEAIA%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIAEA%2CWAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2COAAO%2CiBAAP%3B%3BEAXR%2CmBAcM%3BIACE%2CaAAa%2CWAAb%3BIACA%2CyBAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CgCAAA%3BIACA%2CqBAAA%3B%3BEA1BR%2CmBA6BI%2CmBAAmB%3BIACf%2C0BAAA%3B%3BEA9BR%2CmBA6BI%2CmBAAmB%2CEAGf%3BIACI%2CyBAAA%3B%3B%3BAA%2BDpB%2CwBAL8C%3BEACtC%3BIACI%2CuBAAA%3B%3B%3BACjOR%2CQAAQ%2CSACF%2CSAAM%2CSAAY%2CSAAM%3BAAD9B%2CQAAQ%2CSAEF%2CSAAM%2CUAAa%2CSAAM%3BAAF%5C%2FB%2CQAAQ%2CSAGF%2CUAAU%2CSAAM%2CSAAY%2CSAAM%3BAAHxC%2CQAAQ%2CSAIF%2CUAAU%2CSAAM%2CUAAa%2CSAAM%3BEACjC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CGAAG%2CWAAW%3BAACd%2CGAAG%3BAACH%3BEACI%2CcAAA%3B%3BAAGJ%2CYAAY%2CQAAS%2CkBAAkB%3BEACnC%2CuBAAA%3B%3BAAGJ%3BAAAG%3BAAAQ%2CCAAC%3BAAAU%2CMAAM%3BEACxB%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CIACI%2CEAAC%3BEACG%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAANR%2CIASI%2CKAAI%3BAATR%2CIAUI%2CQAAO%3BAAVX%2CIAWI%2CKAAI%3BAAXR%2CIAWoB%2CQAAO%3BAAX3B%2CIAWmC%2CKAAI%3BAAXvC%2CIAWkD%2CQAAO%3BAAXzD%2CIAWgE%2CKAAI%3BAAXpE%2CIAW%2BE%2CQAAO%3BAAXtF%2CIAW6F%2CKAAI%3BAAXjG%2CIAWiH%2CQAAO%3BAAXxH%2CI5KyCA%3BA4KzCA%2CI5K6CA%3BE4KjCQ%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAfR%2CIAkBI%2CaAAY%2CYAAa%2CkBAAiB%3BEACtC%2CgBAAA%3B%3BAAnBR%2CIAsBI%2CUAAU%2CcAAa%2CIAAI%2CaAAc%2CSAAS%2COAAM%3BAAtB5D%2CIAuBI%2CUAAU%2CcAAa%2CIAAI%2CaAAc%2CSAAS%2COAAM%2CSAAS%3BAAvBrE%2CIAsBI%2CUAAU%2CcAAa%2CIAAI%2CaAAc%2CSnO%2BC7C%2CMAAK%2CcA0CD%2CiBAGM%2CUmO5FkD%3BAAtB5D%2CIAuBI%2CUAAU%2CcAAa%2CIAAI%2CaAAc%2CSnO8C7C%2CMAAK%2CcA0CD%2CiBAGM%2CUmO3FkD%2CSAAS%3BAAvBrE%2CIAsBI%2CUAAU%2CcAAa%2CIAAI%2CaAAc%2CSlOQ7C%2CakOR4D%3BAAtB5D%2CIAuBI%2CUAAU%2CcAAa%2CIAAI%2CaAAc%2CSlOO7C%2CakOP4D%2CSAAS%3BEAC7D%2CaAAA%3B%3BAAxBR%2CIA2BI%2CsBAAqB%2CWAAY%2CSAAQ%3BEACrC%2CuBAAA%3B%3BAA5BR%2CIAkCI%2COAAM%3BAAlCV%2CIAmCI%2C4BAA4B%2CGAAG%2CGAAE%3BEAC7B%2CaAAA%3B%3BAAIR%3BEACI%2CyBAAA%3B%3BAADJ%2C2BAGI%2CqBACI%3BEACI%2C0BAAA%3B%3BAALZ%2C2BASI%2CqBAAoB%2COAChB%3BEACI%2CyBAAA%3B%3BAAGJ%2C2BALJ%2CqBAAoB%2COAKf%3BEACG%2CiBAAA%3B%3BAAfZ%2C2BAmBI%2CqBAAoB%3BEAChB%2CSAAA%3B%3BAApBR%2C2BAuBI%2CqBAAoB%3BEAChB%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA1BR%2C2BA6BI%2CqBAAoB%2CUAEhB%3BAA%5C%2FBR%2C2BA8BI%2CqBAAoB%2CWAChB%3BEACI%2C0BAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C2BAPJ%2CqBAAoB%2CUAOf%3BAAAD%2C2BANJ%2CqBAAoB%2CWAMf%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2C2BAPJ%2CqBAAoB%2CUAOf%2CMAKG%3BAALJ%2C2BANJ%2CqBAAoB%2CWAMf%2CMAKG%3BEACI%2CqBAAA%3B%3BAA1ChB%2C2BA%2BCI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2C2BAZJ%2CuBAYK%3BEACG%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3B%3BAAOZ%2CIAAK%2C2BAA2B%3BEAC5B%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAACA%2CoBAAqB%3BAACrB%2C0BAA2B%3BAAC3B%2C0BAA2B%3BEACvB%2CaAAa%2CeAAb%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BAA4B%2CqBAAoB%3BEAC5C%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C2BAA4B%2CoBAAmB%2CQAAQ%2CIAAI%2CYAAe%3BEACtE%2CgBAAA%3B%3B%3BAAIJ%2CKAAK%2CWAAW%3BEACZ%2CkBAAA%3BEACA%2CUAAA%3B%3BAC3KJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAaR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEAEA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBAAC%3BEACG%2CcAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYAAC%3BEACC%2CUAAA%3B%3BAAEF%2CYAAC%3BEACC%2CmBAAA%3B%3BAAEF%2CYAAC%3BEACC%2CgBAAA%3B%3BAAdN%2CYAiBI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAAnBR%2CYAsBI%3BAAtBJ%2CYAuBI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA3BR%2CYAsBI%2CgBAOI%3BAA7BR%2CYAuBI%2CWAMI%3BEACI%2CaAAa%2CsBAAb%3BEACA%2CeAAA%3B%3BAAGJ%2CYAZJ%2CgBAYK%2CMAAS%3BAAAV%2CYAXJ%2CWAWK%2CMAAS%3BAACV%2CYAbJ%2CgBAaK%2CSAAY%3BAAAb%2CYAZJ%2CWAYK%2CSAAY%3BAAnCrB%2CYAsBI%2CgBAcI%2CWAAU%3BAApClB%2CYAuBI%2CWAaI%2CWAAU%3BEACN%2C0BAAA%3B%3BAArCZ%2CYAyCI%3BEACI%2CgCAAA%3BEACA%2CcAAA%3B%3BAAEA%2CYAJJ%2COAIK%3BEACG%2CmBAAA%3B%3BAAGJ%2CYARJ%2COAQK%3BEACG%2CeAAA%3B%3BAADJ%2CYARJ%2COAQK%2CUAGG%2CcAAc%3BEACV%2CWAAW%2CaAAX%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAvDhB%2CYAyCI%2COAkBM%2CMAAG%3BEACD%2CaAAA%3B%3BAAEA%2CYArBR%2COAkBM%2CMAAG%2CcAGA%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAhEhB%2CYAyCI%2COAkBM%2CMAAG%2CcAQD%3BEACI%2CiBAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2COAAO%2CiBAAP%3B%3BAAEA%2CYAjCZ%2COAkBM%2CMAAG%2CcAQD%2CgBAOK%3BEACG%2CgBAAA%3B%3BAAOpB%2CyBAAyB%3BEACrB%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAC5IJ%3BEACI%2CWAAA%3B%3BAAGJ%2CmBAAmB%3BAACnB%2CeAAe%3BEACX%2CgBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CkBAAC%3BAAAD%2CwBAAC%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CiBAAiB%2CgBAA5B%3BEACA%2CmBAAA%3B%3BAAKJ%3BAAAG%2CwBAAC%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAC%3BAAAQ%2CwBAAC%3BEACN%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CiBAAC%3BAAAQ%2CiBAAC%3BEACN%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CyBAMM%3BEACE%2CaAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CyBAJF%2CMAIG%2CSAAU%3BEACP%2CWAAA%3B%3BAAXZ%2CyBAeM%3BEACE%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAnBR%2CyBAeM%2CQAME%3BEACI%2CmBAAA%3B%3BAAtBZ%2CyBAeM%2CQASE%3BEACI%2CmBAAA%3B%3BAAKZ%2CiBACI%3BAADgB%2CiBAChB%3BAADoC%2CgBACpC%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CmBAGI%3BEACI%2CWAAA%3B%3BAAJR%2CmBAOI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CgBAKI%3BEACI%2CkBAAA%3B%3BAANR%2CgBAKI%2CGAGI%2CEAAC%3BEACG%2CWAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CiBAKI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CiBAKI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CkBAAmB%3BAACnB%2CgBAAiB%2CSAAS%3BEACtB%2CmBAAA%3B%3BAAiBJ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3B%3BAAJJ%2CgBAMI%3BAANJ%2CgBAOI%3BEACI%2COAAO%2CgBAAP%3B%3BAARR%2CgBAUI%3BEACI%2CkBAAA%3B%3BAAXR%2CgBAaI%3BEACI%2CsBAAA%3B%3BAAIR%2CgBAAiB%2CgBAAe%2CgBAAiB%3BEAC7C%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CaAAA%3B%3BAAGJ%2CSAAU%2CeAAe%2COAAO%3BEAC5B%2CgBAAA%3B%3BAAGJ%2CeACI%2CaACI%3BEACI%2CWAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3B%3BAADJ%2CeAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAARR%2CeAGI%2CiBAOI%3BEACI%2CWAAA%3BEACA%2CaAAa%2CsBAAb%3B%3BAAKZ%2CyBACI%2CUACI%3BEACI%2CcAAA%3B%3BAAKZ%2CgBACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIR%2CmBACI%2CeAAe%2COAAO%2CcAAc%2CaAAa%3BEAC7C%2CgBAAA%3B%3BAAFR%2CmBAKI%3BAALJ%2CmBAsjBJ%2CCAjjBW%3BAALP%2CmBAsjBJ%2CCAjjBc%3BAALV%2CmBAMI%3BAANJ%2CmBAOI%2CWAAW%2CeAAe%3BEACtB%2CWAAA%3B%3BAAIR%2CeACI%2CGAAE%3BEACE%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAEA%2CYAAC%2CIAAI%2CsBACD%3BEACI%2CoBAAA%3B%3BAALZ%2CYASI%2C8BAAgC%3BEAC5B%2COAAO%2CSAAP%3B%3BAAVR%2CYASI%2C8BAAgC%2CMAG5B%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CYAVR%2C8BAAgC%2CMAS5B%2C8BAA8B%2CcAAc%2CaACvC%3BEACG%2CqBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAAEA%2CYAhBZ%2C8BAAgC%2CMAS5B%2C8BAA8B%2CcAAc%2CaACvC%2CWAMI%3BEACG%2CSAAS%2COAAT%3BEACA%2CqCAAqC%2CSAArC%3BEACA%2C0BAAA%3B%3BAAGR%2CYAtBR%2C8BAAgC%2CMAS5B%2C8BAA8B%2CcAAc%2CaAavC%3BEACG%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAAEA%2CYA5BZ%2C8BAAgC%2CMAS5B%2C8BAA8B%2CcAAc%2CaAavC%2CWAMI%3BEACG%2CSAAS%2COAAT%3BEACA%2CqCAAqC%2CSAArC%3BEACA%2C0BAAA%3B%3BAAxCpB%2CYASI%2C8BAAgC%2CMAoC5B%2CeAAe%2COAAO%2CcAAc%3BEAChC%2CsBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FCZ%2CYAmDI%2CWAAW%3BEACP%2CWAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAARJ%2CgBAUI%3BEACI%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CWAAA%3B%3BAAfR%2CgBAiBI%3BEACI%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAC9VJ%3BEACI%2CwBAAA%3B%3BAADJ%2C6BAGI%3BEACI%2CqBAAA%3B%3BAAJR%2C6BAGI%2CcAGI%3BEACI%2C0BAAA%3B%3BAAPZ%2C6BAGI%2CcAOI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2C6BAzBR%2CcAOI%2CaAkBK%3BEACG%2CcAAA%3B%3BAAGJ%2C6BA7BR%2CcAOI%2CaAsBK%3BEACG%2CgDAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAGJ%2C6BArCR%2CcAOI%2CaA8BK%3BEACG%2CwBAAA%3B%3BAAGJ%2C6BAzCR%2CcAOI%2CaAkCK%3BEACG%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2C6BA7CZ%2CcAOI%2CaAkCK%2CWAII%3BEACG%2CSAAS%2COAAT%3B%3BAC7CpB%2CMAAM%2CYACF%2CaAAa%2CeACT%2CcACI%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAMhB%2CMAAM%2CYAAa%2CcAAc%2CeAAe%3BEAC5C%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAIJ%3B%3B%3B%3BAAAA%2CIACI%2COAAM%2CYAAa%2CkBAAkB%2CQAAO%2CSAAS%3BAADzD%2CIAEI%2C4BAA4B%2CGAAG%2CGAAG%2COAAO%2CeAAc%3BAAF3D%2CIAGI%2COAAM%2CYAAa%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BAAHhE%2CIAII%2COAAM%2CYAAa%2CkBAAkB%2CgBAAgB%2CUAAS%2CMAAM%3BAAJxE%2CIAKI%2CuBAAuB%2CkBAAkB%2CQAAO%2CSAAS%3BAAL7D%2CIAEI%2C4BAA4B%2CGAAG%2CGvOwEnC%2CMAAK%2CcA0CD%2CiBAGM%2CUuOrHmC%2CeAAc%3BAAF3D%2CIAEI%2C4BAA4B%2CGAAG%2CGtOiCnC%2CasOjC6C%2CeAAc%3BEAInD%2CoBAAA%3BEACA%2CSAAS%2CQAAT%3B%3BAAPR%2CIAUI%2COAAM%2CYAAa%2CkBAAkB%2CgBAAgB%2CUAAS%2CMAAM%3BEAChE%2CgBAAA%3B%3BAAXR%2CIAeI%2CaAAY%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGAAE%2COACpF%3BEACE%2CgBAAA%3BEACA%2CSAAA%3B%3BAAlBZ%2CIAeI%2CaAAY%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGAAE%2COACpF%2CsBAIE%2CGAAK%2CIAAC%3BEACF%2CcAAA%3B%3BAAIR%2CIAVJ%2CaAAY%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGAAE%2COAUrF%2CcAAe%3BEACZ%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAA5BZ%2CIAgCI%3BEACI%2CaAAA%3BEAAc%2C8BAAA%3BEAAgC%2CqBAAA%3BEAAuB%2COAAO%2CeAAP%3BEAA2B%2CmBAAA%3BEAAqB%2CiBAAA%3B%3BAAjC7H%2CIAgCI%2CqBAGI%3BAAnCR%2CIAgCI%2CqBAGQ%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CeAAb%3B%3BAAxCZ%2CIAgCI%2CqBAUI%3BEAAI%2CiBAAA%3B%3BAA1CZ%2CIA6CI%3BEAAiB%2CUAAA%3BEAAY%2CqBAAA%3BEAAuB%2CiBAAA%3B%3BAA7CxD%2CIA8CI%3BEAA2B%2C8BAAA%3BEAAgC%2C4BAAA%3BEAA8B%2CwBAAA%3BEAA0B%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3B%3BAAG1I%2CIADJ%2CmBAAmB%2CWACd%3BEACG%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CIANJ%2CmBAAmB%2CWAMd%3BEACG%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAzDZ%2CIA6DI%2CsBAAsB%3BEAClB%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAhER%2CIAuEI%2CaAAe%3BEACX%2CkBAAA%3B%3BAAxER%2CIA2EI%2COAAO%3BEACH%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAjFR%2CIA2EI%2COAAO%2CmBAQH%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAAvFZ%2CIA2EI%2COAAO%2CmBAcH%3BEACI%2CUAAA%3B%3BAA1FZ%2CIA2EI%2COAAO%2CmBAkBH%3BEACI%2CkBAAA%3B%3BAA9FZ%2CIA2EI%2COAAO%2CmBAsBH%3BEACI%2CcAAA%3B%3BAAlGZ%2CIA2EI%2COAAO%2CmBA0BH%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAEA%2CIAlCR%2COAAO%2CmBA0BH%2COAQK%3BEACG%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAIR%2CIA1CJ%2COAAO%2CmBA0CF%3BEACG%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAuBZ%2CuBACI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACjLJ%2CMAAM%3BEACF%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAFJ%2CMAAM%2CYAIF%2CSAAS%3BEACL%2CmBAAA%3B%3BAALR%2CMAAM%2CYAQF%2CQAAO%2CQACH%2CSAAS%3BEACL%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAZZ%2CMAAM%2CYAQF%2CQAAO%2CQACH%2CSAAS%2CeAKL%3BEACI%2CeAAA%3B%3BAAfhB%2CMAAM%2CYAQF%2CQAAO%2CQAWH%2CGAAE%3BEACE%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAtBZ%2CMAAM%2CYAQF%2CQAAO%2CQAWH%2CGAAE%2CaAKE%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAA1BhB%2CMAAM%2CYAQF%2CQAAO%2CQAsBH%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAnCZ%2CMAAM%2CYAQF%2CQAAO%2CQA8BH%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAMZ%2CaACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAIR%2CkBACI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAHR%2CkBACI%2CkBAII%3BEACI%2CgBAAA%3B%3BAANZ%2CkBAUI%2CwBACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAClEZ%2CwBACI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CwBAAC%2CMAAO%3BEACJ%2CkCAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CWAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CyBAAA%3BEACA%2CiCAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAJJ%2C6BAMI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAEI%2CaAAe%3BAADnB%2CcACI%2CaAAe%3BEACX%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CcAEI%2CaAAe%2CeAKX%3BAANR%2CcACI%2CaAAe%2CeAKX%3BEACI%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3BAAKZ%3B%3B%3B%3BAAAA%2CIASI%2CaAAa%2COAAO%2CMAAK%2CIAAI%2CaAAa%3BEACtC%2CsBAAA%3B%3BAAVR%2CIAiBI%2CeAAe%2COAAO%3BEAClB%2CkBAAA%3B%3BAAlBR%2CIAiBI%2CeAAe%2COAAO%2CcAGlB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAtBZ%2CIAiBI%2CeAAe%2COAAO%2CcAQlB%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAA5BZ%2CIAiCI%2CeAAe%2COAAO%2CcAAc%3BAAjCxC%2CIAkCI%2CeAAe%2COAAO%2CcAAc%2CmBAAmB%3BAAlC3D%2CIAmCI%2CWAAW%2CmBAAkB%2CWAAY%3BEACrC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAtCR%2CIAyCI%2CWAAU%2CcAAe%2CWAAa%3BAAzC1C%2CIA0CI%2C4BAA4B%2CWAAa%3BEACrC%2CeAAA%3B%3BAA3CR%2CIA8CI%2CeAAc%2CIAAI%2CgBAAiB%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAhDR%2CIAkDI%2CwBAAwB%2CeAAc%2CIAAI%2CgBAAiB%3BEACvD%2CcAAA%3B%3BAAnDR%2CIAqDI%2CeAAc%2CIAAI%2CgBAAiB%2CeAAe%3BEAC9C%2CeAAA%3B%3BAAtDR%2CIAyDI%2CwBAAwB%2CYAAY%3BEAChC%2CcAAA%3B%3BAA1DR%2CIA6DI%2CwBAAwB%2CYAAY%2CaAAa%3BEAC7C%2CmBAAA%3B%3BAA9DR%2CIAiEI%2CwBAAwB%2CYAAY%2CaAAa%2CaAAa%3BEAC1D%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3B%3BAApER%2CIAsEI%2CwBAAwB%2CYAAY%2CaAAa%2CaAAa%3BEAC1D%2CcAAA%3B%3BAAvER%2CIAyEI%2CwBAAwB%2CYAAY%2CaAAa%2CaAAa%2CyBAAyB%2CuBAAuB%3BEAC1G%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAA5ER%2CIA8EI%2CwBAAwB%2CYAAY%2CaAAa%2CaAAa%2CsBAAsB%3BEAChF%2CkBAAA%3BEACA%2CeAAA%3B%3BAAhFR%2CIAmFI%2CwBAAwB%2CYAAY%2CaAAa%2CaAAa%2CsBAAsB%3BEAChF%2CaAAA%3B%3BAApFR%2CIAuFI%2CwBAAwB%2CYAAY%2CaAAa%2CaAAa%2CsBAAsB%3BEAChF%2CaAAA%3B%3BAAxFR%2CIA2FI%2CwBAAwB%2CYAAY%2CaAAa%2CaAAa%2CsBAAsB%2CmBAAmB%3BEACnG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9FR%2CIAiGI%2CwBAAwB%2CYAAY%2CaAAa%2CaAAa%3BEAC1D%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAnGR%2CIAsGI%2CwBAAwB%3BEACpB%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAxGR%2CIA2GI%2CwBAAwB%2CaAAe%3BEACnC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9GR%2CIAiHI%3BEACI%2C0BAAA%3B%3BAAlHR%2CIAqHI%2CeAAe%2COAAO%2CcAAc%2CaAAa%2CoBAAoB%2CsBAAsB%2CmBAAqB%2CUAAU%3BAArH9H%2CIAsHI%2CWAAW%3BAAtHf%2CIAuHI%2CeAAe%2COAAO%2CcAAc%2CmBAAkB%2CMAAO%2CaAAY%2CIAAI%2CeAAe%2CIAAI%2CmBAAoB%3BEAChH%2CuBAAA%3B%3BAAxHR%2CIA2HI%2CKAAI%2CIAAI%2CWAAY%2CeAAe%2COAAO%3B%3B%3B%3B%3BAA3H9C%2CIA2HI%2CKAAI%2CIAAI%2CWAAY%2CeAAe%2COAAO%2CcACtC%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAAnIZ%2CIA2II%2CeAAe%2COAAO%2CcAClB%2CaAAa%2CoBAAoB%2CQAAO%3BEACpC%2CaAAA%3B%3BAAKA%2CIAPR%2CeAAe%2COAAO%2CcAKlB%3BAAEI%2CIAPR%2CeAAe%2COAAO%2CcAMlB%2CiBAAiB%3BAAEb%2CIARR%2CeAAe%2COAAO%2CcAKlB%2CqBAGQ%3BAAAJ%2CIARR%2CeAAe%2COAAO%2CcAMlB%2CiBAAiB%2CIAET%3BEACA%2CUAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CIAZR%2CeAAe%2COAAO%2CcAKlB%2CqBAOK%3BAAAD%2CIAZR%2CeAAe%2COAAO%2CcAMlB%2CiBAAiB%2CIAMZ%3BAACD%2CIAbR%2CeAAe%2COAAO%2CcAKlB%2CqBAQK%2CKAAQ%3BAAAT%2CIAbR%2CeAAe%2COAAO%2CcAMlB%2CiBAAiB%2CIAOZ%2CKAAQ%3BEACL%2CUAAA%3B%3BAAzJhB%2CIA2II%2CeAAe%2COAAO%2CcAkBlB%3BEACI%2CkBAAA%3B%3BAA9JZ%2CIA2II%2CeAAe%2COAAO%2CcAsBlB%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CmBAAmB%2CeAAnB%3BEACA%2CgBAAgB%2CeAAhB%3BEACA%2CcAAc%2CeAAd%3B%3BAAvKZ%2CIA2KI%2CeAAe%2CcAAc%3BEACzB%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAlLR%2CIAoLI%2CeAAe%2CcAAc%3BEACzB%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAA3LR%2CIA8LI%3BAA9LJ%2CIA8L4B%2CaAAa%3BEACjC%2CuBAAA%3B%3BAA%5C%2FLR%2CIAkMI%2CWAAW%2CeAAiB%3BEACxB%2CWAAA%3B%3BAAnMR%2CIAyMI%2CSACI%3BAA1MR%2CIAyMI%2CSAEI%3BEACI%2CaAAA%3B%3BAA5MZ%2CIAyMI%2CSAKI%2CoBAAoB%3BAA9M5B%2CIAyMI%2CSAMI%2CQAAQ%3BAA%5C%2FMhB%2CIAyMI%2CSAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAnNZ%2CIAuNI%2CqBACI%2CYAAY%2CeAAc%3BEACtB%2CaAAA%3BEACA%2CSAAA%3B%3BAA1NZ%2CIAuNI%2CqBAKI%2COAAM%2COAAO%3BEACT%2CYAAA%3B%3BAA7NZ%2CIAkOI%2CSAAQ%2CKAAM%2CIAAC%2CYAAY%3BEACvB%2CaAAA%3B%3BAAnOR%2CIAsOI%2CeAAe%2CQAAO%2CKAAM%3BAAtOhC%2CIAuOI%2CyBAAyB%2CQAAO%2CKAAM%3BEAClC%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAA1OR%2CIA4OI%2CeAAe%2CQAAO%2CKAAM%2CcAAc%2CMAAK%2CWAAY%2COAAM%2COAAQ%3BAA5O7E%2CIA6OI%2CyBAAyB%2CQAAO%2CKAAM%2CcAAc%2CMAAK%2CWAAY%2COAAM%2COAAQ%3BEAC%5C%2FE%2CaAAA%3B%3BAA9OR%2CIAgPI%2CeAAe%2CQAAO%2CKAAM%2CcAAc%2CSAAS%2CMAAK%3BAAhP5D%2CIAiPI%2CyBAAyB%2CQAAO%2CKAAM%2CcAAc%2CSAAS%2CMAAK%3BEAC9D%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAArPR%2CIAuPI%2CeAAe%2CQAAO%2CKAAM%2CcAAc%2CMAAK%3BAAvPnD%2CIAwPI%2CyBAAyB%2CQAAO%2CKAAM%2CcAAc%2CMAAK%3BEACrD%2CkBAAA%3B%3BAAzPR%2CIA2PI%2CeAAe%2CQAAO%2CKAAM%2CcAAc%2CQAAO%3BAA3PrD%2CIA4PI%2CyBAAyB%2CQAAO%2CKAAM%2CcAAc%2CQAAO%3BEACvD%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3B%3BAA1QR%2CIA4QI%2CeAAe%2CQAAO%2CKAAM%2CcAAc%2CQAAO%2COAAO%3BAA5Q5D%2CIA6QI%2CyBAAyB%2CQAAO%2CKAAM%2CcAAc%2CQAAO%2COAAO%3BEAC9D%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAlRR%2CIAoRI%2CeAAe%2CQAAO%2CKAAM%2CcAAc%2CQAAO%2COAAQ%3BAApR7D%2CIAqRI%2CyBAAyB%2CQAAO%2CKAAM%2CcAAc%2CQAAO%2COAAQ%3BEAC%5C%2FD%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3B%3BAAhBR%2CYAmBI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CmBAAC%3BEACG%2CkBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAJJ%2CmBAAC%2CiBAMG%3BEACI%2CcAAA%3B%3BAAPR%2CmBAAC%2CiBASG%3BEACI%2CiBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3B%3BAADJ%2CWAGI%3BEACI%2CqBAAA%3B%3BAAJR%2CWAOI%3BEACI%2CcAAA%3B%3BAARR%2CWAWI%3BEACI%2CkBAAA%3B%3BAAZR%2CWAWI%2CiBAGI%3BEACI%2CaAAa%2CeAAb%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAjBZ%2CWAWI%2CiBASI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAxBZ%2CWAWI%2CiBASI%2CkBAMI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWApBR%2CiBASI%2CkBAWK%3BEACG%2CWAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3B%3BAADJ%2CeAGI%3BEACI%2CaAAA%3B%3BAAJR%2CeAOI%3BEACI%2CaAAA%3B%3BAARR%2CeAOI%2COAGI%3BEACI%2CkBAAA%3B%3BAAXZ%2CeAOI%2COAGI%2CMAGI%3BEACI%2CaAAA%3B%3BAAIA%2CeAXZ%2COAGI%2CMAOI%2CEACK%3BEACG%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CeAAA%3B%3BAArBpB%2CeAOI%2COAGI%2CMAOI%2CEAOI%3BEACI%2CaAAA%3B%3BAAOpB%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CYAII%3BAAJJ%2CYzOnXA%2CMAAK%2CcA0CD%2CiBAGM%3BAyOsUV%2CYxO1ZA%3BEwO%2BZQ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CaACI%3BEACI%2CaAAA%3B%3BAAIR%2CsBAEI%3BAADJ%2CgBACI%3BEACI%2CaAAA%3B%3BAAIR%2CIAAI%2CoBAAqB%2COAAM%2COAAO%3BEAClC%2CeAAA%3B%3BAADJ%2CIAAI%2CoBAAqB%2COAAM%2COAAO%2CWAGlC%3BEACI%2CSAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAkMR%2CwBAVmD%2CuBAAmC%3BEAC9E%2CIAAK%2CmBAAmB%2CeAAe%2COAAO%2CcAAa%3BIACvD%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BACxrBX%2CeACC%2CeAAc%3BAADf%2CeAEC%2CmBAAmB%2CMAAK%3BEACpB%2CUAAA%3BEACH%2CWAAA%3B%3BAAJF%2CeAMC%2CeAAc%3BAANf%2CeAOC%2CmBAAmB%2CMAAK%3BEACtB%2CmBAAA%3B%3BAARH%2CeAUC%2CeAAc%3BAAVf%2CeAWC%2CmBAAmB%2CMAAK%3BEACpB%2CgBAAA%3BEACH%2CkBAAA%3B%3BAAbF%2CeAgBC%3BEACC%2CaAAA%3B%3BAAIF%2CeAAgB%3BAAAQ%3BEACjB%2CcAAA%3B%3BAAEJ%2CeAAgB%2COAAO%2CQAAM%2CKAAG%3BAAAI%2CMAAO%2CQAAM%2CKAAG%3BAAAI%2CMAAO%2CQAAM%2CKAAG%3BAAAI%2CMAAO%2CQAAM%2CKAAG%3BAAAI%2CMAAO%2CQAAM%2CKAAG%3BAAAI%2CMAAO%2CQAAM%2CKAAG%3BEAChI%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CeAAgB%2COAAO%2CGAAE%2CUAAU%2CKAAM%3BEACrC%2CsBAAA%3B%3BAAEJ%2CeAAgB%2COAAO%2CGAAE%2CUAAU%2CMAAO%3BEACtC%2CyBAAA%3B%3BAAIP%2CeACC%3BEACC%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAIF%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3B%3B%3BAAFD%2CkBAIC%2CEAAC%3BEACA%2CeAAA%3BEACG%2CmBAAA%3BEACA%2CaAAa%2CsBAAb%3B%3BAAPL%2CkBASC%2CEAAC%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CsBAAb%3B%3BAAXF%2CkBAaC%2CEAAC%3BEACA%2CeAAA%3BEACG%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAhBL%2CkBAqBC%2CIAAM%2CMAAG%2CIAAI%2CiCAAoC%3BEAChD%2CYAAA%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FBL%2CkBAqBC%2CIAAM%2CMAAG%2CIAAI%2CiCAAoC%2CQAY7C%3BAAjCL%2CkBAqBC%2CIAAM%2CMAAG%2CIAAI%2CiCAAoC%2CQAa7C%3BEACF%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAtCH%2CkBA2CC%2CgCACC%3BEACC%2CYAAA%3BEACG%2CeAAA%3BEACH%2CgBAAA%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAlDN%2CkBAuDC%3BEACC%2CeAAA%3BEACG%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA1DL%2CkBA6DC%3BEACC%2CmBAAA%3B%3BAA9DF%2CkBA6DC%2CuBAGI%3BEACC%2CoBAAA%3B%3BAAjEN%2CkBA6DC%2CuBAGI%2CMAGC%2CGAAE%3BEACD%2CgBAAA%3B%3BAApEP%2CkBA6DC%2CuBAWI%2COACA%3BEACD%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhFJ%2CkBA6DC%2CuBAWI%2COACA%2CWASD%2CGAAG%3BEACC%2CkBAAA%3B%3BAAnFR%2CkBA6DC%2CuBAWI%2COACA%2CWASD%2CGAAG%2CGAEC%3BEACC%2CiBAAA%3B%3BAArFT%2CkBA6FC%2CIAAG%3BEACD%2CaAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3B%3BAAhGH%2CkBA6FC%2CIAAG%2C2BAKA%3BEACC%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2CkBAVJ%2CIAAG%2C2BAKA%2CMAKE%3BEACA%2CeAAA%3B%3BAAxGN%2CkBA6FC%2CIAAG%2C2BAKA%2CMASC%3BEACC%2CiBAAA%3BEACC%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAlHP%2CkBA6FC%2CIAAG%2C2BAKA%2CMAmBD%3BAArHH%2CkBA6FC%2CIAAG%2C2BAKA%2CMAmBG%3BEACF%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAxHL%2CkBA6FC%2CIAAG%2C2BAKA%2CMAyBD%3BEACE%2CyBAAA%3BEACI%2C6BAAA%3B%3BAA7HT%2CkBA6FC%2CIAAG%2C2BAKA%2CMA%2BBD%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CyBAAA%3B%3BAASP%3BEACC%2CmBAAA%3BEACM%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAC7LJ%3BEACI%2CaAAA%3B%3BAAGJ%2CaACI%3BEACI%2CYAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CoBACI%2CsBACI%2CUAAS%3BEACL%2CkBAAA%3BEACA%2CSAAA%3B%3BAAJZ%2CoBACI%2CsBACI%2CUAAS%2COAGL%3BEACI%2CaAAA%3B%3BAANhB%2CoBACI%2CsBACI%2CUAAS%2COAML%2CQAAO%3BEACH%2CkBAAA%3B%3BAAgBJ%2CQAf6B%3BEAe7B%2CoBAxBR%2CsBACI%2CUAAS%2COAML%2CQAAO%3BIAGC%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3B%3B%3BAAUpB%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CYAAY%2CQACR%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAHR%2CYAAY%2CQACR%2CcAII%3BEACI%2CQAAA%3BEACA%2CiBAAA%3B%3BAAMZ%2CoBACI%2CIAAG%3BEACC%2CSAAA%3B%3BAAGI%2CoBAJR%2CIAAG%2CYAGC%2CQAAO%2CIAAK%3BAACL%2CoBAJX%2CIAAG%2CYAGC%2CQAAO%2CIAAK%2CMACD%3BEACH%2CmBAAA%3BEACA%2CSAAA%3B%3BAAPhB%2CoBACI%2CIAAG%2CYASC%2COAAM%2COAAQ%3BAAVtB%2CoBACI%2CIAAG%2CYAUC%2COAAM%2COAAQ%3BEACV%2CmBAAA%3B%3BAAKZ%2CoBACI%2CKAAK%3BEACD%2CmBAAA%3B%3BAAFR%2CoBAII%3BEACI%2CaAAA%3B%3BAALR%2CoBAOI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CKAAK%2CoBAAqB%2CiBAAmB%3BEACzC%2CaAAa%2CWAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEA%2CKALC%2CoBAAqB%2CiBAAmB%2CIAKxC%3BEACG%2CwBAAA%3B%3BAAIR%2CGAAG%2CKAAK%2CKAAK%2CQAAS%3BEAClB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAALR%2CoBAOI%3BEACI%2CiBAAA%3B%3BAARR%2CoBAUI%2CgBAAgB%2CwBAAwB%2CQAAO%3BAAVnD%2CoBAUI%2CgBAAgB%2CwBpL%5C%2FCpB%3BAoLqCA%2CoBAUI%2CgBAAgB%2CwBpL3CpB%3BEoL4CQ%2CeAAA%3BEACA%2CyBAAA%3B%3BAAZR%2CoBAeI%2CMAAK%2CKAAK%2CQAAS%3BEACf%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAApBR%2CoBAuBI%3BEACI%2CaAAA%3B%3BAAIR%2CKAAK%2CcACD%2CmBAAmB%3BEACf%2CaAAa%2CsBAAb%3B%3BAAIR%2CeACI%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CeAVJ%2CiBAAiB%2COAUZ%3BEACG%2CeAAA%3B%3BAAZZ%2CeAeI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAAGP%2COAAO%2CSACA%2CkBACI%3BEACI%2CaAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CiBAAiB%2CIAAC%3BEACnC%2CaAAA%3B%3BAAIJ%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CqBAII%2CWAAU%3BEACN%2CkBAAA%3B%3BAALR%2CqBAOI%3BEACI%2CmBAAA%3B%3BAARR%2CqBAUI%3BEACI%2CaAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAoBJ%2CwBAlByC%3BEAkBzC%2CqBAjBI%3BEAiBJ%2CqBAhBI%3BIACI%2CoBAAA%3BIACA%2CgCAAA%3B%3BEAcR%2CqBAZI%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CgCAAA%3B%3BEAOR%2CqBAZI%2CQAMI%3BIAEI%2CmBAAA%3B%3B%3BAAUhB%2CwBAN6C%3BEAM7C%2CqBALQ%3BEAKR%2CqBAJQ%3BIACI%2C%2BBAAA%3B%3B%3BAASZ%2CIACI%2COAAM%2CYAAa%2CkBAAkB%2CgBAAgB%2CUAAS%3BEAC1D%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CIAAC%2CoBACG%2CgBACI%3BEACI%2CWAAA%3B%3BAAHZ%2CIAAC%2CoBACG%2CgBAKI%2CsBACM%3BEACE%2CmBAAA%3B%3BAAQR%2CwBAL6C%3BEAK7C%2CIAhBP%2CoBACG%2CgBAKI%2CsBAMQ%3BIACI%2CgBAAA%3B%3B%3BAApBxB%2CIA4BI%2CEAAC%3BEACG%2CyBAAA%3BEACI%2CWAAA%3BEACJ%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApCR%2CIA4BI%2CEAAC%2CiBASG%3BEACI%2CsBAAA%3B%3BAAtCZ%2CIA4BI%2CEAAC%2CiBAYG%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA1CZ%2CIA6CI%2C0BAA0B%2CeAAe%2CSAAS%3BEAC9C%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAjDR%2CIA6CI%2C0BAA0B%2CeAAe%2CSAAS%2CSAM5C%3BEACE%2CWAAA%3B%3BAApDZ%2CIA6CI%2C0BAA0B%2CeAAe%2CSAAS%2CSAS9C%3BEACI%2CgBAAA%3BEACA%2CQAAA%3B%3BAAxDZ%2CIA6CI%2C0BAA0B%2CeAAe%2CSAAS%2CSAa9C%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA7DZ%2CIA6CI%2C0BAA0B%2CeAAe%2CSAAS%2CSAkB9C%2CQAAO%3BEACH%2CaAAA%3B%3BAAkBZ%2CiBACI%3BEACI%2CuBAAA%3B%3BAAFR%2CiBAII%2CEAAC%2COAAO%3BAAJZ%2CiBAII%2CEpLtPJ%3BAoLkPA%2CiBAII%2CEpLlPJ%3BEoLmPQ%2CgBAAA%3B%3BAAIR%2CMAAM%2CYAAa%2CkBAAkB%2CmBAAqB%2COAAI%3BEAC1D%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%2COAAM%2CYAAa%2CgBAAgB%2CkBAAkB%2CeAAiB%2CeAAe%2CYAAY%3BAAAW%2CaAAc%2COAAM%2CYAAa%2CgBAAgB%2CkBAAkB%2CeAAiB%2CeAAe%2CYAAY%2CuBAAuB%3BEAC5P%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAHJ%2CaAAc%2COAAM%2CYAAa%2CgBAAgB%2CkBAAkB%2CeAAiB%2CeAAe%2CYAAY%2CYAKzG%2CUAAO%3BAAL6G%2CaAAc%2COAAM%2CYAAa%2CgBAAgB%2CkBAAkB%2CeAAiB%2CeAAe%2CYAAY%2CuBAAuB%2CYAK1P%2CUAAO%3BEACL%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAATR%2CaAAc%2COAAM%2CYAAa%2CgBAAgB%2CkBAAkB%2CeAAiB%2CeAAe%2CYAAY%2CYAKzG%2CUAAO%2CYAML%3BAAXkH%2CaAAc%2COAAM%2CYAAa%2CgBAAgB%2CkBAAkB%2CeAAiB%2CeAAe%2CYAAY%2CuBAAuB%2CYAK1P%2CUAAO%2CYAML%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CaAAc%2COAAM%2CYAAa%2CgBAAgB%2CkBAAkB%2CeAAiB%2CeAAe%2CYAAY%2CYAiB3G%3BAAjBsH%2CaAAc%2COAAM%2CYAAa%2CgBAAgB%2CkBAAkB%2CeAAiB%2CeAAe%2CYAAY%2CuBAAuB%2CYAiB5P%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAGR%2CiBAEI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CiBAEI%2CiBAII%3BEACI%2CqBAAA%3B%3BAAPZ%2CiBAEI%2CiBAQI%3BEACI%2CaAAA%3B%3BAAXZ%2CiBAEI%2CiBAYI%3BEACI%2C0BAAA%3B%3BAAfZ%2CiBAmBI%2CUAAS%3BEACL%2CkBAAA%3BEACA%2CSAAA%3B%3BAArBR%2CiBAmBI%2CUAAS%2COAIJ%3BEACG%2CgBAAA%3B%3BAAEA%2CiBAPR%2CUAAS%2COAIJ%2CSAGI%2CIAAI%2CSAAU%3BEACX%2CaAAA%3B%3BAA3BhB%2CiBAmBI%2CUAAS%2COAYL%3BEACI%2CeAAA%3B%3BAAhCZ%2CiBAmBI%2CUAAS%2COAgBL%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAhDZ%2CiBAoDI%2CmBAAmB%3BEACf%2CaAAa%2CsBAAb%3B%3BAArDR%2CiBAwDI%3BAAxDJ%2CiBAyDI%2CWAAW%2CQAAO%3BEACd%2CyBAAA%3B%3BAAIR%2CMAAM%2CYAAa%2CGAAE%2CeAAgB%2CsBAAsB%2CaAAa%3BEACpE%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CMAJE%2CYAAa%2CGAAE%2CeAAgB%2CsBAAsB%2CaAAa%2CkBAInE%3BEACG%2CcAAA%3B%3BAAIR%2CMAAM%2CYAAa%2CIAAG%2CiBAAkB%2CeACnC%2CYAAU%3BEACP%2CeAAA%3B%3BAAFR%2CMAAM%2CYAAa%2CIAAG%2CiBAAkB%2CeAKpC%2CQAAO%3BEACH%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CMAVF%2CYAAa%2CIAAG%2CiBAAkB%2CeAKpC%2CQAAO%2CMAKF%3BEACG%2CeAAA%3B%3BAAKZ%2CqBAAsB%2CIAAG%3BEACrB%2CSAAA%3B%3BAAIA%2CuBAAC%3BEACC%2CUAAA%3B%3BAAEF%2CuBAAC%3BEACC%2CgBAAA%3B%3BAAIN%3BEACI%2CaAAA%3B%3BAAGJ%2CMAAM%2CSACF%3BEACI%2CaAAA%3B%3BAAFR%2CMAAM%2CSAIF%3BEACI%2CwBAAA%3B%3BAAIR%3BEACI%2CoBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3B%3BAALR%2CwBAQI%3BEACI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CSAAA%3B%3BAA8TZ%2CwBA5BmD%2CuBAAmC%3BEAE9E%2CoBACI%3BIACI%2CaAAA%3BIACA%2CsBAAA%3B%3BEAHR%2CoBAMI%2CqBAAqB%2CKAAI%3BIACrB%2CaAAA%3B%3BEAPR%2CoBAUI%2CMAAK%2CKAAK%2CQAAS%3BIACf%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CIAAI%2CUAAW%2CMAAK%2CcAAe%3BIAC%5C%2FB%2CkBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3B%3BACzxBR%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CUAMI%3BAANJ%2CUAMY%3BAANZ%2CUAMoB%3BEACZ%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAIR%3B%3B%3B%3BAAAA%2CIACI%2CeAAe%2CoBAAoB%3BEAC%5C%2FB%2CaAAA%3B%3BAAFR%2CIAKI%2CKAAI%2CIAAI%2CwBAAwB%2CIAAI%2CuBAAuB%2CcAAe%3BEACtE%2CeAAA%3B%3BAANR%2CIASI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAZR%2CIASI%2CoBAKM%3BEACE%2CQAAQ%2CeAAR%3BEACA%2CgBAAA%3B%3BAAhBZ%2CIASI%2CoBAKM%2CIAIE%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAApBhB%2CIAyBI%2CeACI%2CaACI%3BAA3BZ%2CIAyBI%2CeACI%2CaACQ%3BAA3BhB%2CIAyBI%2CeACI%2CaACY%3BEACJ%2CeAAA%3BEACA%2CmBAAA%3B%3BAA7BhB%2CIAyBI%2CeAQI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnCZ%2CIAyBI%2CeAYI%2CUAAU%3BEACN%2C0BAAA%3B%3BAAtCZ%2CIA8CI%3BEACI%2CuBAAA%3B%3BAA%5C%2FCR%2CIAiDI%3BEACI%2CaAAA%3B%3BAAMR%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAFJ%2C6BAIM%3BEACE%2CgBAAA%3BEACA%2COAAO%2CiBAAP%3B%3BAAIR%2CsBAAuB%3BEACnB%2CmBAAA%3B%3BAAGJ%2CIAAK%2C8BAA8B%2CeAAe%2COAAO%2CcAAc%2CmBAAkB%2CMAAO%2CaAAY%2CIAAI%2CeAAe%2CIAAI%2CmBAAoB%3BAACvJ%2CIAAK%2CKAAK%2CeAAe%2COAAO%2CcAAc%2CaAAa%2CoBAAoB%2CsBAAsB%2CmBAAmB%2CUAAQ%3BEAC5H%2CwBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CaAAc%2CcAAc%2CSAAW%2CSAAM%3BAAA7C%2CaAAc%2CcAAc%2CS5OQ5B%2CQAAK%2CcA0CD%2CiBAGM%2CU4OrDmC%3BAAA7C%2CaAAc%2CcAAc%2CS3O%5C%2FB5B%2Ce2O%2BB6C%3BEACzC%2CuBAAA%3B%3BAAGJ%2CIAAK%2C8BAA8B%2CeAAe%2COAAO%2CcACrD%2CaAAa%3BEACT%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CYAAX%3B%3BAAPR%2CIAAK%2C8BAA8B%2CeAAe%2COAAO%2CcAUrD%3BEACI%2CkBAAA%3B%3BAAXR%2CIAAK%2C8BAA8B%2CeAAe%2COAAO%2CcAcrD%2CaAAa%2CoBAAoB%2CsBAAsB%3BEACnD%2CWAAA%3BEACA%2CqBAAA%3B%3BAAhBR%2CIAAK%2C8BAA8B%2CeAAe%2COAAO%2CcAcrD%2CaAAa%2CoBAAoB%2CsBAAsB%2CmBAIlD%2CUAAQ%3BEACL%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CIAxBP%2C8BAA8B%2CeAAe%2COAAO%2CcAcrD%2CaAAa%2CoBAAoB%2CsBAAsB%2CmBAIlD%2CUAAQ%2CKAMJ%3BEACG%2CaAAA%3B%3BAAzBhB%2CIAAK%2C8BAA8B%2CeAAe%2COAAO%2CcAcrD%2CaAAa%2CoBAAoB%2CsBAAsB%2CmBAelD%2CUAAO%3BEACJ%2CaAAA%3B%3BAA9BZ%2CIAAK%2C8BAA8B%2CeAAe%2COAAO%2CcAkCrD%3BEACI%2CgBAAA%3B%3BAAnCR%2CIAAK%2C8BAA8B%2CeAAe%2COAAO%2CcAsCrD%2CaAAa%3BEACT%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CYAAX%3B%3BAA5CR%2CIAAK%2C8BAA8B%2CeAAe%2COAAO%2CcA%2BCrD%3BEACI%2CkBAAA%3B%3BAAhDR%2CIAAK%2C8BAA8B%2CeAAe%2COAAO%2CcAmDrD%2CaAAa%2CoBAAoB%2CsBAAsB%3BEACnD%2CWAAA%3BEACA%2CqBAAA%3B%3BAArDR%2CIAAK%2C8BAA8B%2CeAAe%2COAAO%2CcAmDrD%2CaAAa%2CoBAAoB%2CsBAAsB%2CmBAIjD%2CUACE%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CIA9DX%2C8BAA8B%2CeAAe%2COAAO%2CcAmDrD%2CaAAa%2CoBAAoB%2CsBAAsB%2CmBAIjD%2CUACE%2CKAMK%3BEACG%2CaAAA%3B%3BAAGR%2CIAlEP%2C8BAA8B%2CeAAe%2COAAO%2CcAmDrD%2CaAAa%2CoBAAoB%2CsBAAsB%2CmBAIjD%2CUAWG%3BEACG%2CaAAA%3B%3BAAOhB%2CiBAAkB%2C2BACd%3BAADJ%2CiBAAkB%2C2BAEd%3BAAFJ%2CiBAAkB%2C2BAGd%3BAAHJ%2CiBAAkB%2C2BAId%3BEACI%2CaAAA%3B%3BAALR%2CiBAAkB%2C2BAQd%3BEACI%2CgBAAA%3B%3BAATR%2CiBAAkB%2C2BAYd%2C4BAA4B%2CYAAY%2CUAAU%2CqBAAqB%2CQAAO%3BEAC1E%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAlBR%2CiBAAkB%2C2BAqBd%2C4BAA4B%2CoBAAoB%3BEAC5C%2CkBAAA%3B%3BAAtBR%2CiBAAkB%2C2BAyBd%3BEACI%2C0BAAA%3B%3BAAIR%2CiBACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAHR%2CiBAKI%3BEACI%2C6BAAA%3B%3BAANR%2CiBAQI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMX%3BEACG%2CkBAAA%3B%3BAADH%2CUAGI%3BEACF%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CUALE%2CgBAKD%2CMAAS%3BAACV%2CUANE%2CgBAMD%2CIAAI%2CoBAAuB%3BEAC1B%2CUAAA%3BEACA%2CWAAW%2CiBAAX%3B%3BAAXJ%2CUAeC%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CkDAAA%3B%3BAAKH%2CwBACC%2CaAAe%3BAADhB%2CwBAEC%2C0BAA0B%3BEACtB%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAIL%3BEAEC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHD%2CyBAKC%3BEACC%2CYAAA%3B%3BAANF%2CyBASC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAAfL%2CyBASC%2CcAQI%3BEACC%2CWAAA%3B%3BAAlBN%2CyBASC%2CcAYI%3BEACC%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAxBN%2CyBASC%2CcAYI%2CGAKC%3BEACC%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAMP%3BEACC%2CkBAAA%3BEACG%2CeAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CMAAM%2COAAO%3BEACZ%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGD%2CmBAAoB%2CqBAAqB%2CiBAAiB%2CWAAW%2CEAAC%2COAAO%3BEAC5E%2CaAAA%3B%3BAAGD%2CmBAAoB%3BEAChB%2CmBAAA%3B%3BAAIJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAJJ%2CcAMM%3BEACJ%2CmBAAA%3B%3BAAPF%2CcAUI%3BEACC%2CgBAAA%3B%3BAAXL%2CcAcM%3BEACJ%2CkBAAA%3B%3BAAfF%2CcAkBC%2COAAM%2COAAO%3BEACZ%2CmBAAA%3BEACG%2CaAAA%3B%3BAAIL%3BEACC%2CkBAAA%3B%3BAADD%2CgBAGC%2CIAAG%2CWAAW%3BAAHf%2CgBAIC%2CIAAG%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAARL%2CgBAUC%2CIAAG%2CWAAc%3BAAVlB%2CgBAWC%2CIAAG%2CWAAW%2CWAAc%3BEACxB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAIL%2CIACI%2CoBAAoB%2CqBAAqB%2CUAAY%3BAADzD%2CIAEI%2CiBAAiB%2CYAAY%2COAAM%3BEAC%5C%2FB%2CaAAA%3B%3BAAHR%2CIAMI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAVR%2CIAcI%2CoBAAoB%2CqBAAqB%2CUAAY%2CSAAM%2CIAAI%2CSAAS%2CUAAa%3BAAdzF%2CIAeI%2CoBAAoB%2CqBAAqB%2CUAAY%2CSAAM%2COAAQ%2COAAM%2CWAAW%2CUAAW%3BEAC3F%2CWAAA%3BEACA%2CUAAA%3B%3BAAjBR%2CIAoBI%2CyBACI%2CeAAe%2CoBAAoB%3BEAC%5C%2FB%2CsDAAA%3B%3BAAtBZ%2CIAoBI%2CyBAII%2CeAAe%2CoBAAoB%3BEAC%5C%2FB%2CsDAAA%3B%3BAAzBZ%2CIA%2BBC%2CkBAAiB%2CYAAa%2CoBAAoB%2CmBAAkB%3BEAChE%2CgBAAA%3B%3BAAhCL%2CIA%2BBC%2CkBAAiB%2CYAAa%2CoBAAoB%2CmBAAkB%2CiBAEhE%2CYAAW%3BEACT%2CaAAA%3B%3BAAlCP%2CIA%2BBC%2CkBAAiB%2CYAAa%2CoBAAoB%2CmBAAkB%2CiBAKhE%2CcACE%2CEAAC%3BEACC%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAA1CT%2CIA%2BBC%2CkBAAiB%2CYAAa%2CoBAAoB%2CmBAAkB%2CiBAKhE%2CcACE%2CEAAC%2CYAMC%3BEACE%2CkBAAA%3BEACA%2CSAAA%3B%3BAA7CX%2CIA%2BBC%2CkBAAiB%2CYAAa%2CoBAAoB%2CmBAAkB%2CiBAKhE%2CcACE%2CEAAC%2CYAUC%3BEACE%2CWAAA%3B%3BAAhDX%2CIAqDG%2CgBAAgB%2CmBAAkB%3BAArDrC%2CIAsDG%2CiBAAiB%2CmBAAkB%3BAAtDtC%2CIAuDG%2CwBAAwB%2CmBAAkB%3BEACxC%2CgBAAA%3B%3BAAxDL%2CIAqDG%2CgBAAgB%2CmBAAkB%2CiBAIhC%3BAAzDL%2CIAsDG%2CiBAAiB%2CmBAAkB%2CiBAGjC%3BAAzDL%2CIAuDG%2CwBAAwB%2CmBAAkB%2CiBAExC%3BEACE%2CuBAAA%3B%3BAA1DP%2CIAqDG%2CgBAAgB%2CmBAAkB%2CiBAIhC%2CcAEE%3BAA3DP%2CIAsDG%2CiBAAiB%2CmBAAkB%2CiBAGjC%2CcAEE%3BAA3DP%2CIAuDG%2CwBAAwB%2CmBAAkB%2CiBAExC%2CcAEE%3BEACE%2CgBAAA%3B%3BAA5DT%2CIAqDG%2CgBAAgB%2CmBAAkB%2CiBAIhC%2CcAEE%2CqBAEE%3BAA7DT%2CIAsDG%2CiBAAiB%2CmBAAkB%2CiBAGjC%2CcAEE%2CqBAEE%3BAA7DT%2CIAuDG%2CwBAAwB%2CmBAAkB%2CiBAExC%2CcAEE%2CqBAEE%3BEACE%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAlEX%2CIAqDG%2CgBAAgB%2CmBAAkB%2CiBAIhC%2CcAEE%2CqBAEE%2CaAME%3BAAnEX%2CIAsDG%2CiBAAiB%2CmBAAkB%2CiBAGjC%2CcAEE%2CqBAEE%2CaAME%3BAAnEX%2CIAuDG%2CwBAAwB%2CmBAAkB%2CiBAExC%2CcAEE%2CqBAEE%2CaAME%3BEACE%2CkBAAA%3BEACA%2CSAAA%3B%3BAArEb%2CIAqDG%2CgBAAgB%2CmBAAkB%2CiBAIhC%2CcAEE%2CqBAEE%2CaAUE%3BAAvEX%2CIAsDG%2CiBAAiB%2CmBAAkB%2CiBAGjC%2CcAEE%2CqBAEE%2CaAUE%3BAAvEX%2CIAuDG%2CwBAAwB%2CmBAAkB%2CiBAExC%2CcAEE%2CqBAEE%2CaAUE%3BEACE%2CWAAA%3BEACA%2CeAAA%3B%3BAASb%2CMAAM%2CYAAa%2CkBAAkB%2COAAM%2CSAAU%2CQAAO%3BEAC3D%2CYAAA%3BEACA%2CmBAAA%3BEACG%2CiBAAA%3B%3BAAEH%2CMALK%2CYAAa%2CkBAAkB%2COAAM%2CSAAU%2CQAAO%2COAK1D%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAOF%2CGAAG%2CgBAAiB%2CkBACnB%3BEACC%2CWAAW%2CcAAc%2CgBAAzB%3B%3BAAGD%2CGALE%2CgBAAiB%2CkBAKlB%2COAAQ%3BEACR%2CWAAW%2CcAAc%2CaAAzB%3B%3BAANF%2CGAAG%2CgBAAiB%2CkBASnB%2CYAAY%2CEAAC%3BEACZ%2CWAAA%3B%3BAAKF%2CMAAM%2CYAAa%2CaAAY%2CgBAAiB%2CkBAAkB%2CYAC3D%2CsBACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACT%2CaAAa%2CeAAb%3B%3BAAPN%2CMAAM%2CYAAa%2CaAAY%2CgBAAiB%2CkBAAkB%2CYAU3D%2CUAAU%3BEACN%2CgBAAA%3B%3BAAXX%2CMAAM%2CYAAa%2CaAAY%2CgBAAiB%2CkBAAkB%2CYAc3D%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAQR%2CmBAAoB%2CqBAAqB%2CUAAS%2COAAO%3BEACxD%2CmBAAA%3B%3BAAGD%2CIAAI%2CaACN%2CaAAe%3BEACd%2CUAAA%3B%3BAAIF%2CgCACC%2CKAAI%2CSAAS%2COAAQ%2CiBAAiB%2CQAAO%3BEAC5C%2CsBAAA%3B%3BACvRF%2CqBAKC%2CQAAO%2CSAAS%3BAAJjB%2CoBAIC%2CQAAO%2CSAAS%3BAAHjB%2CqBAGC%2CQAAO%2CSAAS%3BAAFd%2C2BAEF%2CQAAO%2CSAAS%3BAALjB%2CqBAMO%3BAALP%2CoBAKO%3BAAJP%2CqBAIO%3BAAHJ%2C2BAGI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACT%2CmBAAA%3BEACA%2CwBAAA%3BEACG%2CkBAAA%3B%3BAAXL%2CqBAKC%2CQAAO%2CSAAS%2CYAQN%3BAAZX%2CoBAIC%2CQAAO%2CSAAS%2CYAQN%3BAAXX%2CqBAGC%2CQAAO%2CSAAS%2CYAQN%3BAAVR%2C2BAEF%2CQAAO%2CSAAS%2CYAQN%3BAAbX%2CqBAMO%2CsBAOI%3BAAZX%2CoBAKO%2CsBAOI%3BAAXX%2CqBAIO%2CsBAOI%3BAAVR%2C2BAGI%2CsBAOI%3BAAbX%2CqBAKC%2CQAAO%2CSAAS%2CYASf%3BAAbF%2CoBAIC%2CQAAO%2CSAAS%2CYASf%3BAAZF%2CqBAGC%2CQAAO%2CSAAS%2CYASf%3BAAXC%2C2BAEF%2CQAAO%2CSAAS%2CYASf%3BAAdF%2CqBAMO%2CsBAQL%3BAAbF%2CoBAKO%2CsBAQL%3BAAZF%2CqBAIO%2CsBAQL%3BAAXC%2C2BAGI%2CsBAQL%3BEACa%2CYAAA%3BEACA%2CmBAAA%3B%3BAAhBf%2CqBAoBC%3BAAnBD%2CoBAmBC%3BAAlBD%2CqBAkBC%3BAAjBE%2C2BAiBF%3BAApBD%2CqBAqBO%3BAApBP%2CoBAoBO%3BAAnBP%2CqBAmBO%3BAAlBJ%2C2BAkBI%3BAArBP%2CqBAsBO%3BAArBP%2CoBAqBO%3BAApBP%2CqBAoBO%3BAAnBJ%2C2BAmBI%3BAAtBP%2CqBAuBO%3BAAtBP%2CoBAsBO%3BAArBP%2CqBAqBO%3BAApBJ%2C2BAoBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA5BX%2CqBAoBC%2CuBAUY%3BAA7Bb%2CoBAmBC%2CuBAUY%3BAA5Bb%2CqBAkBC%2CuBAUY%3BAA3BV%2C2BAiBF%2CuBAUY%3BAA9Bb%2CqBAqBO%2CoBASM%3BAA7Bb%2CoBAoBO%2CoBASM%3BAA5Bb%2CqBAmBO%2CoBASM%3BAA3BV%2C2BAkBI%2CoBASM%3BAA9Bb%2CqBAsBO%2CiCAQM%3BAA7Bb%2CoBAqBO%2CiCAQM%3BAA5Bb%2CqBAoBO%2CiCAQM%3BAA3BV%2C2BAmBI%2CiCAQM%3BAA9Bb%2CqBAuBO%2CqBAOM%3BAA7Bb%2CoBAsBO%2CqBAOM%3BAA5Bb%2CqBAqBO%2CqBAOM%3BAA3BV%2C2BAoBI%2CqBAOM%3BEACE%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAjCf%2CqBAqCC%2CQAAO%2CSAAS%2CYACf%3BAArCF%2CoBAoCC%2CQAAO%2CSAAS%2CYACf%3BAApCF%2CqBAmCC%2CQAAO%2CSAAS%2CYACf%3BAAnCC%2C2BAkCF%2CQAAO%2CSAAS%2CYACf%3BEACK%2CcAAA%3BEACH%2CYAAA%3BEACA%2CgBAAA%3B%3BAAzCJ%2CqBAqCC%2CQAAO%2CSAAS%2CYAOf%3BAA3CF%2CoBAoCC%2CQAAO%2CSAAS%2CYAOf%3BAA1CF%2CqBAmCC%2CQAAO%2CSAAS%2CYAOf%3BAAzCC%2C2BAkCF%2CQAAO%2CSAAS%2CYAOf%3BEACa%2CYAAA%3BEACA%2CmBAAA%3BEACZ%2CWAAA%3BEACG%2CmBAAA%3B%3BAAKN%2CoBAGC%2CQAAO%2CSAAS%3BAAFjB%2CqBAEC%2CQAAO%2CSAAS%3BAADd%2C2BACF%2CQAAO%2CSAAS%3BEACf%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAIF%2CoBAAqB%2CsBAAsB%3BEAC1C%2CwBAAA%3B%3BAAGE%2CqBACC%3BEACC%2CkBAAA%3B%3BAAFF%2CqBACC%2CyBAGC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKN%2CaAGI%3BEACF%2CuBAAA%3B%3BAAJF%2CaAMC%2CyBAAwB%3BEACpB%2CuBAAA%3B%3BAAPL%2CaAWC%2CgBACC%2C4BAA2B%3BEACvB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAfN%2CaAWC%2CgBAOC%3BEACC%2CaAAA%3B%3BAAKF%2CoBAAqB%2CcACpB%2C4BACI%3BEACC%2CaAAA%3B%3BAAHN%2CoBAAqB%2CcACpB%2C4BAKI%3BEACC%2CaAAA%3B%3BAAKN%2CqBAAsB%2CcACrB%3BEACC%2CaAAA%3B%3BAAFF%2CqBAAsB%2CcAKrB%2CUAAU%3BEACT%2CuBAAA%3B%3BAANF%2CqBAAsB%2CcASrB%2CwBAAwB%3BEACvB%2CeAAA%3B%3BACzHA%2CcAAc%2CSACV%2CoBACI%2CYAAc%3BEACV%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAANZ%2CcAAc%2CSACV%2CoBACI%2CYAAc%2CYAMV%2COAAM%2CIAAO%3BEACT%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAZhB%2CcAAc%2CSACV%2CoBACI%2CYAAc%2CYAMV%2COAAM%2CIAAO%2CWAMT%2CMAAK%3BEACD%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAhBpB%2CcAAc%2CSACV%2CoBACI%2CYAAc%2CYAkBV%2CQAAO%3BEACH%2CWAAA%3B%3BAAMhB%2CsBAAuB%2CMAAK%2CQAAS%3BAAAG%2CsBAAuB%2CMAAK%2CQAAW%3BEAC3E%2CkBAAA%3B%3BAAGJ%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAAU%2CWAAa%3BAAHzC%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKACoC%2CeAAe%2CWAAa%3BAAH3E%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKACsE%2CeAAe%2COAAO%2CWAAa%3BAAHpH%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKAC%2BG%2C2BAA2B%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CWAAa%3BAAHnM%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKAC8L%2CwBAAwB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CWAAa%3BAAH%5C%2FQ%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKAC0Q%2CkBAAkB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CWAAa%3BEACzU%2CgBAAA%3B%3BAAJZ%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKAKH%2CsBAAsB%3BAAP9B%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKAK4B%2CKAAI%2CQAAS%2CQAAO%2CKAAM%2C2BAA2B%3BAAP5F%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKAK0F%2CKAAI%2CQAAS%2CQAAO%2CKAAM%2CyBAAyB%3BAAPxJ%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKAKsJ%2CKAAI%2CQAAS%2CQAAO%2CKAAM%2CsBAAsB%3BEACrM%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAXZ%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKAYH%2CaAAa%3BEACT%2C0BAAA%3B%3BAAfZ%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKAgBH%2CSAAQ%3BEACJ%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAvBZ%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKAwBH%2CmBAAqB%2CYAAU%3BEAC3B%2CgBAAA%3BEACA%2CeAAA%3B%3BAA5BZ%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKA6BH%2CiBAAiB%2CWAAW%2CQAAO%3BEAC%5C%2FB%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAArCZ%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKAsCH%2CmBAAmB%2CiBAAiB%3BEAChC%2CkBAAA%3BEACA%2CUAAA%3B%3BAA1CZ%2CIAAK%2CKAAI%2CQAEL%2CQAAO%2CKA2CH%2CUAAU%3BEACN%2CgBAAA%3BEACA%2CeAAA%3B%3BAAUJ%2CqBAHJ%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CMAGlB%3BEACA%2CaAAA%3B%3BAANZ%2CqBAUI%2CEAAC%3BEACG%2CYAAA%3B%3BAAXR%2CqBAcI%2CaAAa%3BEACT%2CmBAAA%3BEACA%2CcAAA%3B%3BAAhBR%2CqBAcI%2CaAAa%2COAIT%3BEACI%2CSAAA%3B%3BAAnBZ%2CqBAcI%2CaAAa%2COAIT%2CmBAGM%3BEACE%2CcAAA%3B%3BAAtBhB%2CqBA2BI%2COAAM%3BAA3BV%2CqB%5C%2FOWA%2CMAAK%2CcA0CD%2CiBAGM%2CU%2BO7BA%3BAA3BV%2CqB9O5BA%2Ca8OuDU%3BEACF%2CaAAA%3B%3BAA5BR%2CqBA%2BBI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjCR%2CqBAoCI%3BEACI%2CaAAA%3B%3BAArCR%2CqBAwCI%2CSAAQ%2CiBAAkB%3BAAxC9B%2CqBAwC%2BC%2CSAAQ%2CiBAAkB%3BEACjE%2CaAAA%3B%3BAAzCR%2CqBA4CI%2CcACI%3BEACI%2CkBAAA%3BEACA%2CaAAa%2CsBAAb%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAjDZ%2CqBA4CI%2CcACI%2CmBAMI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAArDhB%2CqBA4CI%2CcAaI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA9DZ%2CqBAkEI%2CqBACI%2CeAAc%2CSAAU%2CeAAe%2CcAAc%3BEACjD%2CkBAAA%3B%3BAApEZ%2CqBAkEI%2CqBACI%2CeAAc%2CSAAU%2CeAAe%2CcAAc%2CmBAGjD%3BEACI%2CgBAAA%3B%3BAAvEhB%2CqBAkEI%2CqBAQI%2CeAAc%2CSAAU%2CeAAe%2CcAAc%2CmBAAmB%2CYAAY%3BEAChF%2CkBAAA%3B%3BAA3EZ%2CqBAkEI%2CqBAQI%2CeAAc%2CSAAU%2CeAAe%2CcAAc%2CmBAAmB%2CYAAY%2CUAGhF%2COAAM%3BEACF%2CWAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FEhB%2CqBAkEI%2CqBAQI%2CeAAc%2CSAAU%2CeAAe%2CcAAc%2CmBAAmB%2CYAAY%2CUAGhF%2COAAM%2CIAIF%2CSAAS%2CMAAK%3BEACV%2CWAAA%3B%3BAAlFpB%2CqBAkEI%2CqBAQI%2CeAAc%2CSAAU%2CeAAe%2CcAAc%2CmBAAmB%2CYAAY%2CUAYhF%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAzFhB%2CqBAkEI%2CqBAQI%2CeAAc%2CSAAU%2CeAAe%2CcAAc%2CmBAAmB%2CYAAY%2CUAYhF%2CsBAKI%2CQAAO%2COAAO%3BEACV%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA7FpB%2CqBAkEI%2CqBAgCI%2CiBAAmB%2CWAAS%2COAAM%3BAAlG1C%2CqBAkEI%2CqBAgCI%2CiBAAmB%2CW%5C%2FOvF3B%2CMAAK%2CcA0CD%2CiBAGM%2CU%2BO0CgC%3BAAlG1C%2CqBAkEI%2CqBAgCI%2CiBAAmB%2CW9O9H3B%2Ca8O8H0C%3BEAC9B%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CuBAAb%3B%3BAAEA%2CqBArCR%2CqBAgCI%2CiBAAmB%2CWAAS%2COAAM%2COAK7B%3BAAAD%2CqBArCR%2CqBAgCI%2CiBAAmB%2CW%5C%2FOvF3B%2CMAAK%2CcA0CD%2CiBAGM%2CU%2BO0CgC%2COAK7B%3BAAAD%2CqBArCR%2CqBAgCI%2CiBAAmB%2CW9O9H3B%2Ca8O8H0C%2COAK7B%3BEACG%2CiBAAA%3B%3BAAKZ%2CqBAAC%2CQAAS%2CQAAO%2CKAAM%2CiBAAiB%3BEACpC%2CuBAAA%3B%3BAClMR%2CMAAM%2CWAAY%2COAAO%2CSAAQ%3BEAC7B%2CQAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CIAAK%2CeAAe%2CaAAa%3BEAC7B%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CIAAK%2CeAAe%2CaAAa%2C2BAI7B%2COAAM%3BEACF%2CWAAA%3B%3BAALR%2CIAAK%2CeAAe%2CaAAa%2C2BAQ7B%2CeAAe%2CIAAG%2CWAAW%3BAARjC%2CIAAK%2CeAAe%2CaAAa%2C2BAS7B%2CeAAe%2CIAAG%3BEACd%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CIAAK%2CeAAe%2CaAAa%2C2BAc7B%2COAAM%2CWAAY%3BEACd%2CeAAA%3B%3BAAfR%2CIAAK%2CeAAe%2CaAAa%2C2BAkB7B%2CMAAK%3BAAlBT%2CIAAK%2CeAAe%2CaAAa%2C2BAmB7B%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CWAAb%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CIA7BH%2CeAAe%2CaAAa%2C2BAkB7B%2CMAAK%2CcAWA%3BAAAD%2CIA7BH%2CeAAe%2CaAAa%2C2BAmB7B%2CuBAUK%3BAACD%2CIA9BH%2CeAAe%2CaAAa%2C2BAkB7B%2CMAAK%2CcAYA%3BAAAD%2CIA9BH%2CeAAe%2CaAAa%2C2BAmB7B%2CuBAWK%3BEACG%2CWAAA%3B%3BAA%5C%2FBZ%2CIAAK%2CeAAe%2CaAAa%2C2BAmC7B%2COAAM%2CWAAY%3BEACd%2CWAAA%3BEACA%2CcAAA%3B%3BAArCR%2CIAAK%2CeAAe%2CaAAa%2C2BAmC7B%2COAAM%2CWAAY%2CSAId%3BAAvCR%2CIAAK%2CeAAe%2CaAAa%2C2BAmC7B%2COAAM%2CWAAY%2CShPuDtB%2CMAAK%2CcA0CD%2CiBAGM%3BAgPvIV%2CIAAK%2CeAAe%2CaAAa%2C2BAmC7B%2COAAM%2CWAAY%2CS%5C%2FOgBtB%3BE%2BOXY%2CWAAA%3B%3BAAxCZ%2CIAAK%2CeAAe%2CaAAa%2C2BA4C7B%2CeACI%2CIAAG%2CWAAW%3BAA7CtB%2CIAAK%2CeAAe%2CaAAa%2C2BA4C7B%2CeAEI%2CIAAG%3BEACC%2CgBAAA%3B%3BAAKZ%2CgCAAiC%3BEAC7B%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CgBAAA%3B%3BAAJR%2CsBAOI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAADJ%2CqBAGM%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAPR%2CqBAGM%2CMAMI%3BEACE%2CoBAAA%3BEACA%2CeAAA%3B%3BAAXZ%2CqBAGM%2CMAMI%2CMAIE%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CqBAAsB%3BEAClB%2CgBAAA%3B%3BAADJ%2CqBAAsB%2CsBAGjB%3BEACG%2CUAAA%3B%3BAAJR%2CqBAAsB%2CsBAGjB%2CMAGI%3BEACG%2CeAAA%3B%3BAAPZ%2CqBAAsB%2CsBAGjB%2CMAGI%2CMAGG%3BEACI%2CYAAA%3B%3BAAQpB%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CkBAII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAVR%2CkBAaI%3BEACI%2CSAAA%3B%3BAAIR%2C0BACI%3BEACI%2CkBAAA%3B%3BAAFR%2C0BAII%2COAAM%2CWAAY%3BEACd%2CgBAAA%3B%3BAALR%2C0BAII%2COAAM%2CWAAY%2CmBAGd%3BEACI%2C4BAAA%3B%3BAARZ%2C0BAII%2COAAM%2CWAAY%2CmBAOd%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2COAAO%2CiBAAP%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAC9Jf%2CGAAG%2CaAAgB%3BEACZ%2CWAAA%3B%3BAADP%2CGAAG%2CaAAgB%2CeAGZ%3BEACI%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAANX%2CGAAG%2CaAAgB%2CeAGZ%2CwBAKI%3BEACI%2CeAAA%3BEACA%2CaAAa%2CsBAAb%3B%3BAAVf%2CGAAG%2CaAAgB%2CeAGZ%2CwBASI%3BEACI%2CWAAA%3B%3BAAbf%2CGAAG%2CaAAgB%2CeAiBZ%2COAAM%3BEACF%2CeAAA%3BEACA%2CWAAA%3B%3BAAnBX%2CGAAG%2CaAAgB%2CeAiBZ%2COAAM%2CWAIF%2COAAM%3BEACF%2CeAAA%3B%3BAAtBf%2CGAAG%2CaAAgB%2CeAiBZ%2COAAM%2CWAOF%2COAAO%2CSAAQ%3BEACX%2CaAAA%3B%3BAAzBf%2CGAAG%2CaAAgB%2CeAiBZ%2COAAM%2CWAWF%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CGAjCZ%2CaAAgB%2CeAiBZ%2COAAM%2CWAWF%2CMAKK%3BEACG%2CWAAA%3B%3BAAlCnB%2CGAAG%2CaAAgB%2CeAiBZ%2COAAM%2CWAqBF%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA5Cf%2CGAAG%2CaAAgB%2CeAiBZ%2COAAM%2CWA8BF%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAjDf%2CGAAG%2CaAAgB%2CeAiBZ%2COAAM%2CWAmCF%2COAAM%3BAApDjB%2CGAAG%2CaAAgB%2CeAiBZ%2COAAM%2CWjP%2BEV%2CMAAK%2CcA0CD%2CiBAGM%2CUiPzFI%3BAApDjB%2CGAAG%2CaAAgB%2CeAiBZ%2COAAM%2CWhPwCV%2CagPLc%3BEACF%2CsBAAA%3B%3BAAMZ%2CIAAK%2CoCACD%2CIAAG%2CIAAI%2CUAAa%3BEAChB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAqCZ%2CwBApB8C%3BEACtC%2CGAAG%2CaAAgB%2CeACf%2COAAM%3BIACF%2CmBAAA%3B%3BEAFR%2CGAAG%2CaAAgB%2CeACf%2COAAM%2CWAGF%3BIACI%2CmBAAA%3B%3BEALZ%2CGAAG%2CaAAgB%2CeAaf%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAC5GZ%2CIAAK%2C2BAED%3BEACI%2CaAAA%3B%3BAAHR%2CIAAK%2C2BAMD%2CqBAAqB%2CwBAAwB%3BEACzC%2CkBAAA%3B%3BAAPR%2CIAAK%2C2BAMD%2CqBAAqB%2CwBAAwB%2CmBAGzC%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAXZ%2CIAAK%2C2BAMD%2CqBAAqB%2CwBAAwB%2CmBAGzC%2CsBAII%2CmBAAmB%3BEACf%2CgBAAA%3B%3BAAdhB%2CIAAK%2C2BAMD%2CqBAAqB%2CwBAAwB%2CmBAGzC%2CsBAQI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnBhB%2CIAAK%2C2BAMD%2CqBAAqB%2CwBAAwB%2CmBAGzC%2CsBAQI%2CYAII%3BEACI%2CWAAA%3B%3BAAtBpB%2CIAAK%2C2BAMD%2CqBAAqB%2CwBAAwB%2CmBAGzC%2CsBAQI%2CYAQI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3B%3BAA3BpB%2CIAAK%2C2BAMD%2CqBAAqB%2CwBAAwB%2CmBAGzC%2CsBAQI%2CYAaI%2CKAAK%2CSAAS%2CMAAK%3BEACf%2CSAAA%3B%3BAA%5C%2FBpB%2CIAAK%2C2BAqCD%2CeAAc%2CSAAU%3BEACpB%2CaAAA%3B%3BAAtCR%2CIAAK%2C2BAyCD%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAA3CR%2CIAAK%2C2BAyCD%2CsBAII%3BEACI%2CaAAA%3B%3BAA9CZ%2CIAAK%2C2BAyCD%2CsBAII%2CGAGI%3BEACI%2CkBAAA%3B%3BAAjDhB%2CIAAK%2C2BAsDD%3BEACI%2C6BAAA%3B%3BAAvDR%2CIAAK%2C2BAsDD%2CiBAGI%2CQAAO%3BEACH%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAC1Df%2CsBAEC%3BEACC%2CaAAA%3B%3BAAGD%2CsBAAC%2CYAAY%2CcAAe%3BEAC3B%2CUAAA%3B%3BAADD%2CsBAAC%2CYAAY%2CcAAe%2CeAG3B%3BEACC%2CqBAAA%3B%3BAAVH%2CsBAcC%2CqBACC%3BEACC%2CaAAA%3B%3BAAhBH%2CsBAcC%2CqBAKC%3BEACC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAtBH%2CsBA0BC%2CoBACC%3BEACC%2CWAAA%3BEACA%2CcAAA%3B%3BAAIF%2CsBAAC%2CYAAY%2CcAAe%3BEAC3B%2CgBAAA%3BEACG%2CgBAAA%3B%3BAAGJ%2CsBAAC%2CaAAc%2CcAAa%3BAAC5B%2CsBAAC%2CYAAa%2CcAAa%3BAAC3B%2CsBAAC%2CYAAa%2CcAAa%3BEAC1B%2CWAAA%3B%3BAAwDH%2CwBAT0C%2CuBAAwB%2CwBAA2B%3BEAC5F%2CsBAAuB%2CoBAAoB%3BIAC1C%2CuBAAA%3B%3B%3BAC9FD%3BEAEC%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAY%2CqDAAZ%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAGD%2CwBAA2B%3BEAE1B%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CuDAAA%3BEACA%2CoDAAA%3BEACA%2C%2BCAAA%3B%3BAAGD%2CwBAA2B%2CMAAM%3BEAAM%2CWAAA%3BEAAY%2CgBAAA%3B%3BAACnD%2CwBAA2B%2CMAAM%2CMAAM%2CMAAG%3BAAC1C%2CwBAA2B%2CMAAM%2CMAAM%2CMAAG%3BEAAS%2CSAAS%2CGAAT%3BEAAa%2CcAAA%3B%3BAAChE%2CwBAA2B%2CMAAM%2CMAAM%2CMAAG%3BEAAS%2CWAAA%3B%3BAACnD%2CwBAA2B%2CMAAM%2CMAAM%2CMAAI%3BEAAI%2CcAAA%3BEAAe%2CYAAA%3BEAAa%2CWAAA%3B%3BAAC3E%2CwBAA2B%2CMAAM%2CMAAM%2CMAAI%3BEAAI%2CeAAA%3BEAAgB%2CcAAA%3B%3BAAC%5C%2FD%2CwBAA2B%2CMAAM%2CMAAM%2CMAAI%2CEAAC%3BEAAU%2CcAAA%3BEAAe%2CgBAAA%3BEAAiB%2CYAAA%3BEAAa%2CWAAA%3B%3BAACnG%2CwBAA2B%2CMAAM%2CMAAM%2CMAAI%2CEAAC%2COAAO%3BEAAU%2CcAAA%3BEAAe%2CiBAAA%3B%3BAAC5E%2CwBAA2B%2CMAAM%2CMAAM%2CMAAI%2CEAAC%2COAAO%3BEAAc%2CcAAA%3BEAAe%2CiBAAA%3B%3BAAGhF%3BEAAoC%2CmBAAA%3BEAAoB%2C6BAAA%3BEAA8B%2C4BAAA%3B%3BAACtF%2CiCAAoC%3BEAAM%2CwBAAA%3B%3BAAE1C%2CiCAAoC%2CMAAI%2CMAAK%3BEAAoB%2CaAAA%3B%3BAACjE%2CiCAAoC%2CMAAI%2CMAAK%2CiBAAoB%3BEAAQ%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CsBAAA%3BEAAwB%2CqBAAA%3B%3BAACrM%2CiCAAoC%2CMAAI%2CMAAK%2CiBAAoB%2CQAAK%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CsBAAA%3BEAAwB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CMAAA%3BEAAQ%2CUAAA%3BEAAY%2CiDAAA%3BEAAiD%2CyCAAA%3B%3BAAClQ%2CiCAAoC%2CMAAI%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BEAAU%2CWAAA%3BEAAY%2CSAAA%3BEAAU%2CSAAA%3BEAAU%2CgBAAA%3BEAAiB%2CUAAA%3BEAAW%2C6BAAA%3BEAA8B%2C8BAAA%3BEAAgC%2CmBAAmB%2CaAAnB%3BEAAkC%2CWAAW%2CaAAX%3B%3BAAIpP%2CwBAAyB%3BEAAQ%2CcAAA%3BEAAe%2C4BAAA%3B%3BAAEhD%2CwBAA2B%2CMAAM%2CMAAM%2CMAAI%3BEAAuC%2CcAAA%3BEAAe%2CwBAAA%3BEAAyB%2CcAAA%3BEAAe%2CeAAA%3BEAAgB%2CeAAA%3B%3BAACzJ%2CwBAA2B%2CMAAM%2CMAAM%2CMAAI%3BEAAgC%2CaAAA%3B%3BAAE3E%2CIAAK%3BEAA2B%2CkBAAA%3B%3BAAChC%2CIAAK%2CyBAA2B%3BEAAM%2CwBAAA%3BEAAyB%2CqBAAA%3BEAAsB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAgB%2CYAAA%3B%3BAACvH%2CIAAK%3BEAAoC%2CyBAAA%3BEAA0B%2CgBAAA%3BEAAiB%2CYAAA%3B%3BAAWrF%2CQAPA%3BEACC%2CwBAA2B%3BIAAO%2CgBAAA%3B%3BEAClC%2CwBAA2B%2CMAAM%3BIAAM%2CgBAAA%3B%3BEAEvC%2CIAAK%3BIAA2B%2CeAAA%3B%3B%3BAASjC%2CQALA%3BEACC%2CwBAA2B%2CMAAM%3BIAAM%2CWAAA%3BIAAY%2CgBAAA%3B%3B%3BAChEnD%2CGAAG%3BEACF%2CUAAA%3BEACA%2CSAAA%3B%3BAAFD%2CGAAG%2CwBAIA%3BEACE%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAARL%2CGAAG%2CwBAWD%2CMAAI%2CMAAI%2CMAAI%3BAAXd%2CGAAG%2CwBAYD%2CMAAI%2CMAAI%2CMAAI%2CEAAC%2COAAO%3BAAZtB%2CGAAG%2CwBAaD%2CMAAI%2CMAAI%2CMAAI%2CEAAC%2COAAO%3BEACpB%2CWAAA%3B%3BAAdF%2CGAAG%2CwBAgBD%2CMAAI%2CMAAI%2CMAAI%3BEACZ%2C0BAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAArBF%2CGAAG%2CwBAwBF%3BEACC%2CeAAA%3B%3BAAzBF%2CGAAG%2CwBA4BD%2CMAAI%2CMAAI%2CMAAI%2CEAAC%3BEACb%2CiBAAA%3B%3BAA7BF%2CGAAG%2CwBAgCD%2CMAAI%2CMAAI%2CMAAI%3BEACZ%2CaAAa%2CeAAb%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAnCF%2CGAAG%2CwBAgCD%2CMAAI%2CMAAI%2CMAAI%2CEAKZ%3BEACC%2CaAAA%3B%3BAAtCH%2CGAAG%2CwBA0CD%2CMAAI%2CMAAI%2CMAAI%2CEAAC%2COAAO%3BAA1CtB%2CGAAG%2CwBA2CD%2CMAAI%2CMAAI%2CMAAI%2CEAAC%2COAAO%3BEACpB%2CgBAAA%3BEACG%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAIL%2CGAAG%2CwBAAyB%2CMAAI%2CMAAI%2CMAAI%2CEAAC%3BAACzC%2CGAAG%2CiCAAkC%2CMAAI%2CMAAK%2CeAAgB%3BAAC9D%2CGAAG%2CwBAAyB%3BEAC3B%2CaAAa%2CeAAb%3B%3BAAGD%2CGAAG%3BEACF%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAHD%2CGAAG%2CiCAKA%3BEACD%2CaAAA%3BEACA%2CmBAAA%3B%3BAAPF%2CGAAG%2CiCASD%2CMAAI%2CMAAK%2CeAAgB%3BEACzB%2CeAAA%3B%3BAAVF%2CGAAG%2CiCAYD%2CMAAI%2CMAAK%2CeAAgB%2CQAAK%3BEAC3B%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAfL%2CGAAG%2CiCAiBD%2CMAAI%2CMAAK%2CeAAe%2CQAAS%2CQAAK%3BEACnC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAIL%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmDAAA%3B%3BAAEA%2CgBAAC%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3B%3BACxGF%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CcAAC%3BEACG%2CoBAAA%3B%3BAAIA%2CcADF%2CMACG%2CYAAa%3BEACV%2CaAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CcAiBM%2CMAME%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FBZ%2CcAiBM%2CMAiBE%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CsBAAb%3B%3BAAxCZ%2CcA4CI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2CcALJ%2CmBAKK%3BEACG%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAb%3B%3BAChDf%2CIAAI%2CoBACH%2C4BAA4B%3BAAD7B%2CIAAI%2CoBAEH%2C4BAA4B%3BAAF7B%2CIAAI%2CoBAGH%3BAAHD%2CIAAI%2CoBAIH%2CgBAAkB%3BAAJnB%2CIAAI%2CoBAKH%3BEACC%2CaAAA%3B%3BAANF%2CIAAI%2CoBAWH%3BEACC%2CSAAA%3BEACA%2CSAAA%3B%3BAAbF%2CIAAI%2CoBAgBH%3BEACC%2CgBAAA%3BEACG%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CWAAb%3BEACA%2CeAAA%3B%3BAArBL%2CIAAI%2CoBAwBH%2CwBAAwB%3BEACpB%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA1BL%2CIAAI%2CoBA6BA%2CoBAAmB%2COAAO%3BAA7B9B%2CIAAI%2CoBA8BA%2CoBAAmB%2COAAO%3BAA9B9B%2CIAAI%2CoBA%2BBA%2C0BAA0B%2CiBAAc%3BEACvC%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAlCL%2CIAAI%2CoBAqCH%2C0BAA0B%3BEACtB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAxCL%2CIAAI%2CoBA2CH%3BEACC%2CaAAA%3B%3BAA5CF%2CIAAI%2CoBA%2BCH%3BEACI%2CgBAAA%3B%3BAAhDL%2CIAAI%2CoBAmDH%2CoBAAmB%2CQAAS%3BEAC3B%2CeAAA%3B%3BAApDF%2CIAAI%2CoBAuDH%2CeAAe%2C0BAA0B%3BAAvD1C%2CIAAI%2CoBAuDH%2CeAAe%2C0BvPwCb%2CMAAK%2CcA0CD%2CiBAGM%3BAuP5Ib%2CIAAI%2CoBAuDH%2CeAAe%2C0BtPCb%3BEsPAD%2CeAAA%3B%3BAAxDF%2CIAAI%2CoBA2DH%2CoBAAoB%3BEACnB%2CQAAQ%2CaAAa%2CgBAAgB%2CcAArC%3B%3BAAKF%3BEACC%2CmBAAA%3BEAIG%2C6BAAA%3B%3BAALJ%2CkBAOC%3BEACC%2CgBAAA%3BEACG%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAAIL%2CuBAAuB%3BEACtB%2CaAAA%3BEACG%2CyBAAA%3B%3BAAFJ%2CuBAAuB%2CMAInB%3BAAJJ%2CuBAAuB%2CMAKnB%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAATL%2CuBAAuB%2CMAYnB%3BEACC%2CiBAAA%3B%3BAAbL%2CuBAAuB%2CMAgBnB%2CcAAa%3BEACZ%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3B%3BAAnBL%2CuBAAuB%2CMAsBnB%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAASL%2CIAAI%2C2BACH%2CWAAW%3BEACV%2CeAAA%3BEACA%2CUAAA%3B%3BAAIF%3BEACC%2CkBAAA%3B%3BAADD%2C6BAGC%2CkBAAkB%3BEACjB%2CWAAA%3B%3BAAJF%2C6BAOC%2CgBACC%3BEACC%2CWAAA%3BEACG%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAZN%2C6BAgBC%3BEACC%2CiBAAA%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAApBL%2C6BAgBC%2CuBAMI%3BEACC%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAA7BN%2C6BAiCC%2CwBAAuB%3BEACtB%2CcAAA%3BEACG%2CkBAAA%3B%3BAAnCL%2C6BAiCC%2CwBAAuB%2CMAInB%3BEACC%2CaAAA%3B%3BAAtCN%2C6BAiCC%2CwBAAuB%2CMAQnB%3BEACC%2CkBAAA%3B%3BAA1CN%2C6BAiCC%2CwBAAuB%2CMAYnB%3BEACC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CWAAb%3B%3BAAjDN%2C6BAqDC%3BEACC%2CmBAAA%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAIL%2CiBAAiB%2CKAAK%2CMACrB%3BEACC%2CaAAA%3BEACG%2CkBAAA%3B%3BAAHL%2CiBAAiB%2CKAAK%2CMACrB%2CGAII%3BEACC%2CkBAAA%3B%3BAAKN%2CoBACC%3BEACC%2CaAAA%3B%3BAAKF%2CqBACC%3BEACC%2CyBAAA%3BEACG%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAKL%2C2BACC%2CcAAc%3BAADf%2C2BACC%2CcvPxHE%2CMAAK%2CcA0CD%2CiBAGM%3BAuP0Eb%2C2BACC%2CctP%5C%2FJE%3BEsPgKD%2CgBAAA%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2C2BAAC%2CYAAa%3BEACb%2CiBAAA%3B%3BAAED%2C2BAAC%2CYAAa%3BEACV%2C2BAAA%3B%3BAAIL%2CoBAAqB%2CgBAAgB%3BEACjC%2CaAAA%3BEACH%2CwCAAA%3B%3BAAED%2CoBAAqB%2CgBAAgB%3BEACpC%2CaAAA%3B%3B%3B%3B%3BAC3OE%2CyBACI%2COAAM%3BAADV%2CyBxP2FA%2CMAAK%2CcA0CD%2CiBAGM%2CUwPvIA%3BAADV%2CyBvPoDA%2CauPnDU%3BEACF%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CuBAAb%3B%3BAAEA%2CyBAPJ%2COAAM%2COAOD%3BAAAD%2CyBxPmFR%2CMAAK%2CcA0CD%2CiBAGM%2CUwPvIA%2COAOD%3BAAAD%2CyBvP4CR%2CauPnDU%2COAOD%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CYAAY%3BEACR%2CWAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CYALQ%2CkBAKP%2CMAAO%3BEACJ%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3B%3BAAPR%2CYAAY%2CkBAUR%3BEACI%2CmBAAmB%2CiBAAnB%3BEACA%2CWAAW%2CiBAAX%3B%3BAAZR%2CYAAY%2CkBAeR%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAjBR%2CYAAY%2CkBAoBR%3BEACI%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAzBR%2CYAAY%2CkBAoBR%2CkBAOI%3BEACI%2COAAA%3B%3BAA5BZ%2CYAAY%2CkBAoBR%2CkBAOI%2CeAGI%3BAA9BZ%2CYAAY%2CkBAoBR%2CkBAOI%2CeAII%3BEACI%2CYAAA%3B%3BAAhChB%2CYAAY%2CkBAoBR%2CkBAOI%2CeAQI%3BEACI%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAxChB%2CYAAY%2CkBAoBR%2CkBAOI%2CeAQI%2CSAOI%2COAAM%3BEACF%2COAAA%3B%3BAA3CpB%2CYAAY%2CkBAiDR%3BAAjDJ%2CYAAY%2CkBAkDR%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAApDR%2CYAAY%2CkBAuDR%3BEACI%2CSAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAA9DR%2CYAAY%2CkBAiER%2CeAAc%2CeACV%3BEACI%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAxEZ%2CYAAY%2CkBAiER%2CeAAc%2CeACV%2CsBAQI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CYA%5C%2FEJ%2CkBAiER%2CeAAc%2CeACV%2CsBAQI%2CKAKK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CYA1FA%2CkBAiER%2CeAAc%2CeACV%2CsBAwBK%2CIAAI%3BEACD%2C6BAAA%3B%3BAAGJ%2CYA9FA%2CkBAiER%2CeAAc%2CeACV%2CsBA4BK%2COACG%2CKAAI%3BEACA%2CWAAW%2CeAAX%3B%3BAAhGpB%2CYAAY%2CkBAiER%2CeAAc%2CeAoCV%2CwBACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYA1GJ%2CkBAiER%2CeAAc%2CeAoCV%2CwBACI%2CGAIK%2CmBACG%2CwBAAuB%3BEACnB%2CwBAAA%3B%3BAA5GxB%2CYAAY%2CkBAiER%2CeAAc%2CeAoCV%2CwBAYI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3B%3BAAtHhB%2CYAAY%2CkBAiER%2CeAAc%2CeAoCV%2CwBAYI%2CwBAOI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FHpB%2CYAAY%2CkBAiER%2CeAAc%2CeAoCV%2CwBA8BI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAvIhB%2CYAAY%2CkBAiER%2CeAAc%2CeAoCV%2CwBA8BI%2CMAMI%3BEACI%2CUAAA%3B%3BAA1IpB%2CYAAY%2CkBAiER%2CeAAc%2CeAoCV%2CwBA8BI%2CMAUI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAnJR%2CkBAiER%2CeAAc%2CeAoCV%2CwBA8BI%2CMAUI%2CEAMK%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYA9JR%2CkBAiER%2CeAAc%2CeAoCV%2CwBA8BI%2CMAUI%2CEAiBK%3BEACG%2CWAAA%3B%3BAAEA%2CYAjKZ%2CkBAiER%2CeAAc%2CeAoCV%2CwBA8BI%2CMAUI%2CEAiBK%2CuBAGI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAMR%2CYAzKR%2CkBAiER%2CeAAc%2CeAoCV%2CwBA8BI%2CMAqCI%2COACK%3BEACG%2CSAAQ%2CGAAR%3B%3BAAGJ%2CYA7KR%2CkBAiER%2CeAAc%2CeAoCV%2CwBA8BI%2CMAqCI%2COAKK%3BEACG%2CSAAQ%2CGAAR%3B%3BAA9KxB%2CYAAY%2CkBAqLR%2COAAM%3BEACF%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAA1LR%2CYAAY%2CkBA6LR%2CgBACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAhMZ%2CYAAY%2CkBA6LR%2CgBACI%2COAII%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3B%3BAAtMhB%2CYAAY%2CkBA6LR%2CgBACI%2COAII%2CMAMI%3BEACI%2CSAAA%3B%3BAAEA%2CYA3MR%2CkBA6LR%2CgBACI%2COAII%2CMAMI%2CiBAGK%3BEACG%2CSAAS%2CEAAT%3B%3BAA5MxB%2CYAAY%2CkBAmNR%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3B%3BAAvNR%2CYAAY%2CkBAmNR%2CoBAMI%3BAAzNR%2CYAAY%2CkBAmNR%2CoBxP5IJ%2CMAAK%2CcA0CD%2CiBAGM%3BAwPpHV%2CYAAY%2CkBAmNR%2CoBvPnLJ%3BEuP0LY%2CWAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAnOZ%2CYAAY%2CkBAmNR%2CoBAmBI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CwBAAyB%3BEACrB%2CwBAAA%3B%3BACxQJ%2CqBACI%2CWAAa%3BEACT%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAJR%2CqBAOI%3BAAPJ%2CqBAQI%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CqBATJ%2C4BASK%3BAAAD%2CqBARJ%2C6BAQK%3BEACG%2CSAAQ%2CEAAR%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAnBZ%2CqBAuBI%2CSAAQ%3BEACJ%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAA1BR%2CqBA6BI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3B%3B%3BAAKR%2CMAAM%2CuBAAuB%3BEACzB%2C6BAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2C4CAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CkBAAC%3BEACG%2CiCAAA%3B%3BAAIR%2CwBAAyB%2CSAAQ%3BEAC7B%2CwBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3B%3BAAIJ%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAVJ%2CiBAYI%3BEACG%2CmBAAA%3B%3BAAGH%2CiBAAC%3BEACG%2CyBAAA%3B%3BAAIR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CYAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CoBAAA%3BEACA%2CUAAA%3B%3BAC3HJ%3BEACI%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CYAAI%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAXR%2CYAcI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAEA%2CYALJ%2CmBAKQ%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CsBAAb%3B%3BAAtBZ%2CYA0BI%2CQAAO%3BEACH%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYAZJ%2CQAAO%2CWAYF%3BEACG%2CSAAS%2COAAT%3BEACA%2CwBAAA%3B%3BAAxCZ%2CYA0BI%2CQAAO%2CWAiBH%3BEACI%2CMAAM%2CaAAN%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYA1BJ%2CQAAO%2CWA0BF%2CYAAY%3BEACT%2CSAAS%2COAAT%3BEACA%2CaAAa%2CSAAb%3B%3BAAtDZ%2CYA0DI%3BAA1DJ%2CYA2DI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAA7DR%2CYAgEI%3BEACI%2CoBAAA%3B%3BAAjER%2CYAoEI%3BEACI%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CuBAAb%3B%3BAAzER%2CYAoEI%2CkBAOI%3BEACI%2CeAAA%3B%3BAA5EZ%2CYAoEI%2CkBAWI%3BEACI%2CgBAAA%3B%3BAAhFZ%2CYAoEI%2CkBAeI%2COAAM%3BEACF%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAvFZ%2CYA2FI%3BEACI%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA9FR%2CYA2FI%2C6BAKI%3BEACI%2CkBAAA%3B%3BAAjGZ%2CYA2FI%2C6BAKI%2CmBAGI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAxGhB%2CYA2FI%2C6BAiBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAC5HZ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CuBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAZR%2CuBAeI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CIAAI%2CqBACA%3BAADJ%2CIAAI%2CqBAEA%2C4BAA4B%2CYAAY%2COAAM%3BAAFlD%2CIAAI%2CqBAGA%2CsBAAsB%2CYAAY%2COAAM%3BAAH5C%2CIAAI%2CqBAIA%2C4BAA4B%2COAAM%3BAAJtC%2CIAAI%2CqBAKA%2C4BAA4B%2COAAM%3BAALtC%2CIAAI%2CqBAMA%2CeAAe%3BEACX%2CaAAA%3B%3BAAIR%3BEACI%2CaAAa%2CsBAAb%3BEACA%2CSAAA%3B%3BAAGJ%2CIACI%2CsBAEI%3BEACI%2CkBAAA%3B%3BAAJZ%2CIACI%2CsBAMI%2CkBAAkB%3BEACd%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAdZ%2CIACI%2CsBAgBI%2CSAAQ%2CUAAU%3BAAjB1B%2CIACI%2CsBAiBI%2CSAAQ%2CUAAU%3BEACd%2CmBAAA%3BEACA%2CiBAAA%3B%3BAApBZ%2CIACI%2CsBAsBI%2COAAO%3BEACH%2CaAAA%3B%3BAAxBZ%2CIA4BI%2CYAAY%3BEACR%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FBR%2CIAkCI%2CiBAAgB%2CeAAgB%2CaAAa%2CSAAS%2CKAAI%3BAAlC9D%2CIAmCI%2CiBAAgB%2CeAAgB%2CaAAa%2CSAAS%2CKAAI%2CWAAW%3BEACjE%2CsBAAA%3BEACA%2CkBAAA%3B%3BAArCR%2CIAwCI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA3CR%2CIAwCI%2C2BAKM%3BEACE%2CkBAAA%3B%3BAA9CZ%2CIAwCI%2C2BASI%3BAAjDR%2CIAwCI%2C2BAUI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAApDZ%2CIAwCI%2C2BAeI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAA5DZ%2CIAgEI%3BEACI%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAlER%2CIAqEI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAKR%2CwBACI%2CUAAY%2CSAAM%2CaAAa%2CIAAI%2CSAAY%3BEAC3C%2CcAAA%3B%3BAAFR%2CwBAII%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAATR%2CwBAYI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAwIZ%2CwBAbmD%2CuBAAmC%3BEAG9E%2C%2BBACI%2CMAAM%2CQAAU%3BIACZ%2CWAAA%3B%3BEAIR%2CIAAK%2CYAAY%3BIACb%2CeAAA%3B%3B%3BACtRR%3BEACE%2CuBAAA%3B%3BAAGF%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CqBAAsB%2C4BAA4B%3BEAC9C%2CSAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CwBACI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CwBACI%2CUAIM%3BEACE%2CWAAA%3BEACA%2CSAAA%3B%3BAAPZ%2CwBACI%2CUASM%2CgBAAgB%3BEACd%2CUAAA%3B%3BAAXZ%2CwBACI%2CUAaI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAArBZ%2CwBACI%2CUAaI%2CwBASI%2COAAM%3BEACF%2CyBAAA%3BEACA%2CaAAA%3B%3BAAzBhB%2CwBACI%2CUA4BI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAhCZ%2CwBACI%2CUA4BI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAMhB%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CIAAI%2CqBACA%2C4BACI%3BEACK%2CgBAAA%3B%3BAAHb%2CIAAI%2CqBACA%2C4BAKI%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3B%3BAARZ%2CIAAI%2CqBACA%2C4BAKI%2CoBAII%3BEACI%2CkBAAA%3B%3BAAXhB%2CIAAI%2CqBACA%2C4BAcI%2CoBACI%3BEACI%2CwBAAA%3BEACA%2C8BAAA%3B%3BAAlBhB%2CIAAI%2CqBACA%2C4BAcI%2CoBAMI%3BEACI%2CaAAA%3B%3BAA6BA%2CIAnDZ%2CqBACA%2C4BAcI%2CoBAmCI%2CQAAO%2CWACF%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CIA1DhB%2CqBACA%2C4BAcI%2CoBAmCI%2CQAAO%2CWAMF%2CMAEI%3BAAAD%2CIA1DhB%2CqBACA%2C4BAcI%2CoBAmCI%2CQAAO%2CWAOF%2CYACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CSAAb%3B%3BAA5DxB%2CIAAI%2CqBACA%2C4BAiEI%3BEACI%2CeAAA%3B%3BAAII%2CIAvEZ%2CqBACA%2C4BAiEI%2CkBAGI%2CMAEK%2CSACG%3BEACI%2CeAAA%3B%3BAAEA%2CIA3EpB%2CqBACA%2C4BAiEI%2CkBAGI%2CMAEK%2CSACG%2CQAGK%2CKAAM%3BEACH%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAATZ%2CIAvEZ%2CqBACA%2C4BAiEI%2CkBAGI%2CMAEK%2CSAYG%3BEACI%2CyBAAA%3B%3BAAEA%2CIAtFpB%2CqBACA%2C4BAiEI%2CkBAGI%2CMAEK%2CSAYG%2CSAGK%3BEACG%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA3F5B%2CIAAI%2CqBACA%2C4BAiGI%2CMAAM%2CQAAU%3BEACZ%2CSAAA%3B%3BAAMZ%3BEACI%2CcAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAALR%2CwBAQI%3BEACI%2CeAAA%3B%3BAATR%2CwBAYI%3BAAZJ%2CwBAYO%2CEAAC%3BAAZR%2CwBAYkB%2CEAAC%3BAAZnB%2CwBAY2B%2CEAAC%3BEACpB%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CiBAAkB%2CyBAA2B%2CYAAY%2CgBAAgB%2CWAAQ%3BEAC7E%2CWAAA%3B%3BAAyKR%2CwBAXmD%2CuBAAmC%3BEAE9E%2CIAAK%2CKAAI%2CqBAAsB%2C4BAA4B%2CoBAAoB%3BIAC3E%2CeAAA%3B%3BEAGJ%2C2BAA4B%2CYAAY%3BIACpC%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAChYX%2CIACC%2CSAAQ%2CMACE%2CcAAc%3BEACV%2CWAAA%3BEACA%2CSAAA%3B%3BAAJf%2CIACC%2CSAAQ%2CMAqBE%2CSAAQ%2CWAAY%3BEAChB%2CiBAAA%3B%3BAAvBf%2CIA2BO%3BEACI%2CYAAA%3BEACA%2C2BAAA%3B%3BAA7BX%2CIAgCO%2CIAAG%3BAAhCV%2CIAgCiB%2COAAM%3BEACZ%2CWAAA%3BEACA%2CmBAAA%3B%3BAAlCX%2CIAqCO%2CqBAAuB%2CeAAe%3BEAClC%2CUAAA%3BEACA%2CWAAA%3B%3BAAvCX%2CIA2CO%2CKACI%3BEACI%2CgBAAA%3B%3BAA7Cf%2CIA2CO%2CKAII%2CkBAAkB%3BEACd%2CUAAA%3B%3BAAhDf%2CIA2CO%2CKAOI%2CqBAAqB%3BAAlDhC%2CIA2CO%2CKAQI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAArDf%2CIA2CO%2CKAYI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CIAlBR%2CKAYI%3BAAMO%2CIAlBX%2CKAYI%2CiBAMQ%3BAAAO%2CIAlBnB%2CKAYI%2CiBAMgB%3BAAAU%2CIAlB9B%2CKAYI%2CiBAM2B%3BEACnB%2CWAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FDnB%2CIA2CO%2CKAuBI%3BEACI%2CkBAAA%3B%3BAAnEf%2CIA2CO%2CKA0BI%2CuBAAuB%2CEAAC%3BEACpB%2CsBAAA%3B%3BAAKZ%2CqBACI%3BEACI%2CsCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CqBAZJ%2CaAYK%3BEACG%2CwBAAA%3B%3BAAGJ%2CqBAhBJ%2CaAgBK%3BEACG%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CyCAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CeAAA%3B%3BAAIA%2CqBA7BR%2CaA4BK%2CYACI%3BEACG%2CSAAS%2COAAT%3B%3BAAMhB%2CqBACI%2CsBAAqB%3BEACjB%2CUAAA%3B%3BAAgDZ%2CQAT%2BB%2CwBAA6B%3BEAS5D%2CIARQ%2CsBAAsB%2CUAAU%2CYAAY%3BIACxC%2CQAAQ%2CmBAAR%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3B%3BAC9JR%2CCAAC%2CiCAAiC%3BEAC9B%2CYAAA%3B%3BAAGP%2CqBAAsB%2CSAAS%3BEACxB%2CeAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAGP%2CMAAM%2CQAAS%2CeAAe%2COAAO%2CcAAc%3BEAC5C%2CqBAAA%3B%3BAAGJ%2CuBAGI%3BAAFJ%2C8BAEI%3BAADJ%2CoBACI%3BEACI%2CqBAAA%3B%3BAAJR%2CuBAOI%2CaACI%3BAAPR%2C8BAMI%2CaACI%3BAANR%2CoBAKI%2CaACI%3BEACI%2C0BAAA%3B%3BAAMf%2CGAAG%2CMAAO%2CaAAY%3BEACf%2CSAAA%3B%3BAADP%2CGAAG%2CMAAO%2CaAAY%2CMAGb%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CQAAS%2CKAAI%2CMAIT%2CaAAY%3BAAHhB%2C0BAGI%2CaAAY%3BAAFhB%2CgCAEI%2CaAAY%3BAADhB%2C4BACI%2CaAAY%3BEACR%2CmBAAA%3B%3BAALR%2CQAAS%2CKAAI%2CMAQT%2CWAAW%3BAAPf%2C0BAOI%2CWAAW%3BAANf%2CgCAMI%2CWAAW%3BAALf%2C4BAKI%2CWAAW%3BEACP%2CWAAA%3B%3BAATR%2CQAAS%2CKAAI%2CMAYT%3BAAXJ%2C0BAWI%3BAAVJ%2CgCAUI%3BAATJ%2C4BASI%3BEACI%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAdR%2CQAAS%2CKAAI%2CMAiBT%3BAAhBJ%2C0BAgBI%3BAAfJ%2CgCAeI%3BAAdJ%2C4BAcI%3BEACI%2C8BAAA%3B%3BAAlBR%2CQAAS%2CKAAI%2CMAqBT%2CaAAe%3BAApBnB%2C0BAoBI%2CaAAe%3BAAnBnB%2CgCAmBI%2CaAAe%3BAAlBnB%2C4BAkBI%2CaAAe%3BEACX%2CcAAA%3B%3BAAtBR%2CQAAS%2CKAAI%2CMAwBT%2CmBAAmB%3BAAvBvB%2C0BAuBI%2CmBAAmB%3BAAtBvB%2CgCAsBI%2CmBAAmB%3BAArBvB%2C4BAqBI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAA3BR%2CQAAS%2CKAAI%2CMA8BT%2CeAAc%2CaAAc%2CaAAa%3BAA7B7C%2C0BA6BI%2CeAAc%2CaAAc%2CaAAa%3BAA5B7C%2CgCA4BI%2CeAAc%2CaAAc%2CaAAa%3BAA3B7C%2C4BA2BI%2CeAAc%2CaAAc%2CaAAa%3BEACrC%2CmBAAA%3B%3BAA%5C%2FBR%2CQAAS%2CKAAI%2CMAkCT%2COAAO%2CeAAe%3BAAjC1B%2C0BAiCI%2COAAO%2CeAAe%3BAAhC1B%2CgCAgCI%2COAAO%2CeAAe%3BAA%5C%2FB1B%2C4BA%2BBI%2COAAO%2CeAAe%3BEAClB%2CaAAA%3B%3BAAnCR%2CQAAS%2CKAAI%2CMAsCT%3BAArCJ%2C0BAqCI%3BAApCJ%2CgCAoCI%3BAAnCJ%2C4BAmCI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CQA3CC%2CKAAI%2CMAsCT%2CYAKK%3BAAAD%2C0BALJ%2CYAKK%3BAAAD%2CgCALJ%2CYAKK%3BAAAD%2C4BALJ%2CYAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnDZ%2CQAAS%2CKAAI%2CMAsDT%3BAArDJ%2C0BAqDI%3BAApDJ%2CgCAoDI%3BAAnDJ%2C4BAmDI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3B%3BAAEA%2CQA5DC%2CKAAI%2CMAsDT%2CYAMK%3BAAAD%2C0BANJ%2CYAMK%3BAAAD%2CgCANJ%2CYAMK%3BAAAD%2C4BANJ%2CYAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAMZ%2CQAAS%2CKAAI%2CMACP%2CMAAG%3BEACD%2CcAAA%3B%3BAAKI%2CQAPH%2CKAAI%2CMAIT%2CIAAG%2CaACC%2CkBAAiB%2CsBAEZ%3BAAAD%2CQAPH%2CKAAI%2CMAIT%2CIAAG%2CaAEC%2CkBAAiB%2CsBACZ%3BEACG%2CqBAAA%3B%3BAARhB%2CQAAS%2CKAAI%2CMAaT%2CkCACM%3BAAdV%2CQAAS%2CKAAI%2CMAaT%2CkCAEM%3BEACE%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQArBC%2CKAAI%2CMAaT%2CkCAQK%3BEACG%2CaAAA%3B%3BAAtBZ%2CQAAS%2CKAAI%2CMAaT%2CkCAYM%2CMAAG%3BEACD%2CMAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BACnJP%3BEACO%2CeAAA%3BEACA%2CkBAAA%3B%3BAAFP%2CkBAIO%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CkBAhBJ%2CkBAgBK%3BAACD%2CkBAjBJ%2CkBAiBK%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CkBA7BJ%2CkBA6BK%3BEACG%2CiBAAA%3BEACA%2CyDAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBAnCJ%2CkBAmCK%3BEACG%2CiBAAA%3BEACA%2CsDAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGR%2CkBAAC%2CMAAO%3BEACJ%2CcAAA%3B%3BAAKR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAiCR%2CwBAXmD%2CuBAAmC%3BEAG9E%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3B%3BACpFX%3BEACO%2CmBAAA%3B%3BAAGJ%2CyBACI%2CMAAK%3BEACD%2CWAAA%3B%3BAAFR%2CyBAKI%2CwBACI%3BEACI%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3B%3BAATZ%2CyBAKI%2CwBAMI%2CMAAM%3BEACF%2C0BAAA%3B%3BAAZZ%2CyBAKI%2CwBASI%2CIAAG%2CWAAW%3BAAdtB%2CyBAKI%2CwBAUI%2CIAAG%3BEACC%2CoBAAA%3B%3BAAIJ%2CyBADJ%2CMAAK%2CiBAAiB%2CqBAAwB%3BAAnBlD%2CyBAmBI%2CMAAK%2CiBAAiB%2CqBAAwB%2CQACvC%3BEACC%2CcAAA%3B%3BAAKZ%2CaAAc%2C0BAA0B%2CwBAAwB%3BEAC5D%2CSAAA%3B%3BAC%5C%2FBJ%2CIACI%3BEACI%2CaAAA%3B%3BAAFR%2CIAKI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAATR%2CIAYI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CIAiBI%2CwBAAwB%3BAAjB5B%2CIAkBI%2CwBAAwB%3BEACpB%2CcAAA%3BEACA%2CkBAAA%3B%3BACpBR%2CqBAEI%2CUAAU%2CMAAK%2CWAAW%2CIAAI%2CgBAAgB%3BEAC1C%2CYAAA%3BEACA%2CeAAA%3B%3BAAJR%2CqBAOI%2C4BAA4B%2CoBAAmB%3BEAC3C%2CaAAA%3B%3BAARR%2CqBAWI%3BEACI%2CaAAA%3B%3BAAIR%2CGAAG%2CYAAa%3BEACZ%2CgBAAA%3B%3BAAGJ%2CGAAG%2CkBACG%3BEACE%2CgBAAA%3B%3BAAIR%2CeAAgB%2CIAAG%3BEACf%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAEA%2CsBAAC%2CIAAI%2CUAAU%2CIAAI%2CYAAa%3BEAC5B%2CWAAA%3B%3BAAKR%2CIAAI%3BAACJ%2CIAAI%3BEACA%2CiBAAA%3B%3BAAFJ%2CIAAI%2CqBAIA%3BAAHJ%2CIAAI%2CoBAGA%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAANR%2CIAAI%2CqBAQA%3BAAPJ%2CIAAI%2CoBAOA%3BEACI%2CaAAA%3B%3BAAIR%2CIAAI%2CqBACA%3BEACI%2CiBAAA%3B%3BAAFR%2CIAAI%2CqBAKA%3BAALJ%2CIAAI%2CqBAMA%2CmBAAmB%3BAANvB%2CIAAI%2CqBAOA%2CiBAAiB%3BEACb%2CaAAA%3B%3BAARR%2CIAAI%2CqBAWA%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAbR%2CIAAI%2CqBAgBA%2CuBAAyB%3BAAhB7B%2CIAAI%2CqBAiBA%2CaAAa%3BAAjBjB%2CIAAI%2CqBAkBA%2CmBAAqB%3BAAlBzB%2CIAAI%2CqBAmBA%2CeAAe%2CsBAAsB%3BAAnBzC%2CIAAI%2CqBAoBA%2CgCAAgC%3BAApBpC%2CIAAI%2CqBAqBA%2CcAAa%2CwBAAyB%2CsBAAsB%2CaAAa%3BEACrE%2CaAAa%2CsBAAb%3BEACA%2CoBAAA%3B%3BAAvBR%2CIAAI%2CqBA2BA%2CeAAe%2CsBAAsB%3BAA3BzC%2CIAAI%2CqBA4BA%2CgCAAgC%3BAA5BpC%2CIAAI%2CqBA6BA%2CcAAa%2CwBAAyB%2CsBAAsB%2CaAAa%3BEACrE%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAhCR%2CIAAI%2CqBAmCA%3BEACI%2CSAAA%3B%3BAApCR%2CIAAI%2CqBAmCA%2CaAGI%2COAAO%3BAAtCf%2CIAAI%2CqBAmCA%2CalQWJ%2CMAAK%2CcA0CD%2CiBAGM%2CUkQrDK%3BAAtCf%2CIAAI%2CqBAmCA%2CajQ5BJ%2CaiQ%2BBe%3BEACH%2CaAAa%2CuBAAb%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA1CZ%2CIAAI%2CqBAmCA%2CaAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAhDZ%2CIAAI%2CqBAmCA%2CaAUI%2CaAKI%2CSACI%3BAAnDhB%2CIAAI%2CqBAmCA%2CaAUI%2CaAKI%2CSACW%3BAAnDvB%2CIAAI%2CqBAmCA%2CaAUI%2CaAKI%2CSACmB%3BEACX%2CkBAAA%3B%3BAApDpB%2CIAAI%2CqBA0DA%2CwBAAwB%3BEACpB%2CaAAa%2CuBAAb%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAvER%2CIAAI%2CqBA0EA%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAApFR%2CIAAI%2CqBAuFA%2CsBACI%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BAAxF1C%2CIAAI%2CqBAuFA%2CsBAEI%3BEACI%2CoBAAA%3B%3BAA1FZ%2CIAAI%2CqBA8FA%3BEACI%2CgBAAA%3B%3BAA%5C%2FFR%2CIAAI%2CqBA8FA%2CeAGI%3BEACI%2CwBAAA%3B%3BAAlGZ%2CIAAI%2CqBA8FA%2CeAWI%3BEACI%2CmBAAA%3B%3BAA1GZ%2CIAAI%2CqBA8FA%2CeAWI%2CsBAGI%3BEACI%2CgBAAA%3BEACA%2CaAAa%2CWAAb%3B%3BAA9GhB%2CIAAI%2CqBA8FA%2CeAWI%2CsBAQI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAEA%2CIArHZ%2CqBA8FA%2CeAWI%2CsBAQI%2CeAIK%3BEACG%2CaAAA%3B%3BAAtHpB%2CIAAI%2CqBA8FA%2CeAWI%2CsBAiBI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CIAhIJ%2CqBA8FA%2CeAkCK%2CeAAe%2CQAAS%2CeAAc%3BEACnC%2CSAAS%2COAAT%3B%3BAAjIZ%2CIAAI%2CqBA8FA%2CeAsCI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAtIZ%2CIAAI%2CqBA8FA%2CeAsCI%2CeAII%3BEACI%2CgBAAA%3B%3BAAzIhB%2CIAAI%2CqBA8FA%2CeAsCI%2CeAQI%2COAAM%3BAA5IlB%2CIAAI%2CqBA8FA%2CeAsCI%2CeASI%2COAAM%3BAA7IlB%2CIAAI%2CqBA8FA%2CeAsCI%2CelQtFR%2CMAAK%2CcA0CD%2CiBAGM%2CUkQiDQ%3BAA5IlB%2CIAAI%2CqBA8FA%2CeAsCI%2CelQtFR%2CMAAK%2CcA0CD%2CiBAGM%2CUkQkDQ%3BAA7IlB%2CIAAI%2CqBA8FA%2CeAsCI%2CejQ7HR%2CaiQqIkB%3BAA5IlB%2CIAAI%2CqBA8FA%2CeAsCI%2CejQ7HR%2CaiQsIkB%3BEACF%2CoBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FIhB%2CIAAI%2CqBA8FA%2CeAsCI%2CeAcI%2COAAO%3BEACH%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA1JhB%2CIAAI%2CqBA8FA%2CeAgEI%3BAA9JR%2CIAAI%2CqBA8FA%2CeAiEI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA3KZ%2CIAAI%2CqBA%2BKA%2CuBAAuB%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BAA%5C%2FK7D%2CIAAI%2CqBAgLA%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAC9B%2CWAAA%3B%3BAAjLR%2CIAAI%2CqBAoLA%2CMAAK%3BAApLT%2CIAAI%2CqBAoLoB%2CMAAK%3BAApL7B%2CIAAI%2CqBAoL4C%2CMAAK%3BAApLrD%2CIAAI%2CqBAoL%2BD%2CMAAK%3BAApLxE%2CIAAI%2CqBAqLA%2CMAAK%3BAArLT%2CIAAI%2CqBAqLsB%2CMAAK%3BAArL%5C%2FB%2CIAAI%2CqBAqL4C%2CMAAK%3BAArLrD%2CIAAI%2CqBAqLoE%2CMAAK%3BAArL7E%2CIAAI%2CqBAsLA%3BEACI%2CSAAA%3BEACA%2C6BAAA%3B%3BAAxLR%2CIAAI%2CqBA2LA%3BEACI%2CwBAAA%3BEACE%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAsB%2CgMAAtB%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3B%3BAAlMV%2CIAAI%2CqBAqMA%2C0BAA0B%2CiBAAmB%3BAArMjD%2CIAAI%2CqBAsMA%2CkBAAkB%2CiBAAiB%2CQAAO%3BAAtM9C%2CIAAI%2CqBAsMA%2CkBAAkB%2CiB3MpLtB%3BA2MlBA%2CIAAI%2CqBAsMA%2CkBAAkB%2CiB3MhLtB%3BE2MiLQ%2CWAAA%3BEACA%2CeAAA%3B%3BAAIR%2CYAAa%2CmBAAmB%3BEAC5B%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAGI%2CsBAAsB%2CQAAO%3BAAFjC%2C2BAEI%2CsBAAsB%2CQAAO%3BEACzB%2CgBAAA%3B%3BAAJR%2CoBAOI%2C6BAA4B%3BAANhC%2C2BAMI%2C6BAA4B%3BEACxB%2CkBAAA%3B%3BAAEA%2CoBAHJ%2C6BAA4B%2CcAGvB%3BAAAD%2C2BAHJ%2C6BAA4B%2CcAGvB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAO%2CiBAAP%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAlBZ%2CoBAOI%2C6BAA4B%2CcAcxB%3BAApBR%2C2BAMI%2C6BAA4B%2CcAcxB%3BEACI%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3B%3BAAzBZ%2CoBA6BI%3BAA5BJ%2C2BA4BI%3BEACI%2CcAAA%3B%3BAA9BR%2CoBAiCI%2CsBAAsB%3BAAhC1B%2C2BAgCI%2CsBAAsB%3BEAClB%2C2BAAA%3B%3BAAlCR%2CoBAqCI%3BAApCJ%2C2BAoCI%3BEACI%2CaAAA%3B%3BAAIR%2CqBACI%2CkBAAkB%3BEACd%2CSAAA%3B%3BAAFR%2CqBACI%2CkBAAkB%2CuBAGZ%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAANZ%2CqBACI%2CkBAAkB%2CuBAQd%2COAAM%2CKAAM%3BEACR%2CWAAA%3B%3BAAVZ%2CqBACI%2CkBAAkB%2CuBAYd%2CiBAAmB%3BEACf%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CqBACI%2CkBAAkB%2CuBAkBd%2CiBAAmB%2CyBAAsB%3BEACrC%2CeAAA%3B%3BAApBZ%2CqBAwBI%2CgBAAgB%2CgBAAkB%2CQAAM%3BAAxB5C%2CqBAyBI%3BEACI%2CaAAA%3B%3BAA1BR%2CqBA6BI%3BEACI%2CgBAAA%3B%3BAA9BR%2CqBA6BI%2CeAGI%3BAAhCR%2CqBA6BI%2CeAII%3BEACI%2CSAAA%3B%3BAAlCZ%2CqBAsCI%2CmBAEI%3BEACQ%2CaAAA%3B%3BAAzChB%2CqBAsCI%2CmBAMI%3BEACI%2CmBAAA%3B%3BAA7CZ%2CqBAsCI%2CmBAUI%2CyBACI%3BEACI%2CeAAA%3B%3BAAlDhB%2CqBAsCI%2CmBAgBI%2CcAAa%2CIAAI%2COAAO%2CIAAI%3BAAtDpC%2CqBAsCI%2CmBAiBI%3BEACI%2CSAAA%3BEACA%2CoBAAA%3B%3BAAzDZ%2CqBAsCI%2CmBAsBI%2CcAAa%2CIAAI%2COAAO%2CIAAI%2CSACxB%3BAA7DZ%2CqBAsCI%2CmBAsBI%2CcAAa%2CIAAI%2COAAO%2CIAAI%2CSACpB%3BEACA%2CiBAAA%3B%3BAA9DhB%2CqBAsCI%2CmBAsBI%2CcAAa%2CIAAI%2COAAO%2CIAAI%2CSAKxB%2COAAM%2COACF%3BAAlEhB%2CqBAsCI%2CmBAsBI%2CcAAa%2CIAAI%2COAAO%2CIAAI%2CSAKxB%2COAAM%2COACE%3BEACA%2C0BAAA%3B%3BAAnEpB%2CqBAsCI%2CmBAkCI%2CcAAc%3BEACV%2CWAAA%3BEACA%2C8BAAA%3B%3BAA1EZ%2CqBA8EI%2CUAAU%2CSAAM%2CIAAI%2CSAAU%3BEAC1B%2CcAAA%3BEACA%2CeAAA%3B%3BAAhFR%2CqBAmFI%2CgBAAgB%3BEACZ%2CkBAAA%3BEACA%2CWAAA%3B%3BAArFR%2CqBAwFI%3BEACI%2CSAAA%3B%3BAAzFR%2CqBA4FI%2CUACI%2CMAAK%2CWAAW%2CIAAI%3BAA7F5B%2CqBA4FI%2CUAC0C%2CMAAK%3BAA7FnD%2CqBA4FI%2CUAEI%2CMAAK%3BAA9Fb%2CqBA4FI%2CUAEqB%2CMAAK%3BAA9F9B%2CqBA4FI%2CUAEsC%2CMAAK%3BAA9F%5C%2FC%2CqBA4FI%2CUAGI%2CMAAK%3BAA%5C%2FFb%2CqBA4FI%2CUAG0B%2CMAAK%3BAA%5C%2FFnC%2CqBA4FI%2CUAII%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CuBAAb%3B%3BAAEA%2CqBAXR%2CUACI%2CMAAK%2CWAAW%2CIAAI%2CgBAUf%3BAAAD%2CqBAXR%2CUAC0C%2CMAAK%2CeAUtC%3BAAAD%2CqBAXR%2CUAEI%2CMAAK%2CUASA%3BAAAD%2CqBAXR%2CUAEqB%2CMAAK%2CUASjB%3BAAAD%2CqBAXR%2CUAEsC%2CMAAK%2CaASlC%3BAAAD%2CqBAXR%2CUAGI%2CMAAK%2CeAQA%3BAAAD%2CqBAXR%2CUAG0B%2CMAAK%2CYAQtB%3BAAAD%2CqBAXR%2CUAII%2COAOK%3BEACG%2CWAAA%3B%3BAAxGhB%2CqBA4FI%2CUAgBI%2CgBACI%2CcAAgB%3BEACZ%2CaAAA%3B%3BAA9GhB%2CqBA4FI%2CUAgBI%2CgBAII%2CSAAS%3BAAhHrB%2CqBA4FI%2CUAgBI%2CgBAKI%2CSAAS%3BEACL%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAnHhB%2CqBA4FI%2CUAgBI%2CgBAII%2CSAAS%2CsBAKL%3BAArHhB%2CqBA4FI%2CUAgBI%2CgBAKI%2CSAAS%2C2BAIL%3BEACI%2CWAAA%3B%3BAAOpB%2CyBACI%2CQAAO%2CKAAM%3BEACT%2CkBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAIJ%2CKAAK%2CuBAAuB%3BAAC5B%2CKAAK%2CsBAAsB%3BAAC3B%2CKAAK%2CoBAAoB%3BEACrB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CKAAK%2CsBAAsB%3BEACvB%2CSAAS%2CEAAT%3BEACA%2C8CAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CKAAK%2CoBAAoB%3BEACrB%2CSAAS%2CEAAT%3BEACA%2C%2BCAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CKAAK%2CuBAAuB%3BEACxB%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CwCAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAUJ%2CqBACI%2CMAAK%3BEACD%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAJR%2CqBAMI%2CMAAK%3BEACD%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%2CeAAgB%2CsBAAsB%3BAACtC%2CKAAK%2CgBAAgB%3BAACrB%2CKAAK%2CqBAAqB%3BAAC1B%2CKAAK%2CoBAAoB%3BAACzB%2CKAAK%2CkBAAkB%3BEACnB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CKAAK%2C4BAA6B%2COAAI%3BEAClC%2CiBAAA%3B%3BAAGJ%2CKAAK%2CMAAM%2CyBAAyB%3BEAChC%2CSAAS%2CYAAT%3B%3BAAGJ%2CeACI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeACI%2CsBAII%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CwBAAyB%2CsBAAsB%3BEAC3C%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeAAgB%2CKAAI%2C4BAA6B%3BEAC7C%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CKAAK%2CMAAM%2CgBAAgB%3BEACvB%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CsBAAA%3B%3BAAGJ%2CuBAAuB%2CMAAO%3BEAC1B%2CyBAAA%3B%3BAAGJ%2CcAAe%2CYAAW%3BEACtB%2CaAAA%3B%3BAAEJ%2CGAAG%2CeAAe%2CgBAAgB%3BEAC9B%2CcAAA%3B%3BAAIJ%2CyBACI%2CQAAO%3BEACH%2CaAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CyBAKI%3BEACI%2CQAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CYAAa%3BEACT%2CaAAA%3B%3BAADJ%2CYAAa%2CcAGT%2CiBAAiB%2CUAAS%3BEACtB%2CkBAAA%3B%3BAAIR%2CqBAAsB%3BEAClB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CsBACM%2COAAI%3BAADV%2CsBAEM%2COAAI%3BEACF%2CaAAA%3B%3BAAHR%2CsBAMM%3BEACE%2CiBAAA%3B%3BAAKI%2CsBAFP%2CYACK%2COACG%3BEACG%2CSAAS%2CKAAT%3B%3BAAMJ%2CsBAFP%2CWACK%2COACG%3BEACG%2CSAAS%2CKAAT%3B%3BAAQJ%2CsBAHP%2CYAEK%2COACG%3BAAAD%2CsBAFP%2CWACK%2COACG%3BEACG%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAOZ%2CsBAAC%3BEACG%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAALJ%2CmBAOI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAbR%2CmBAOI%2CEAQI%3BEACI%2CiBAAA%3B%3BAAKZ%2CKAAK%3BEACD%2CgBAAA%3B%3BAAEJ%2CKAAK%2C%2BBAAgC%2CMAAM%3BEACvC%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CwBAAyB%2CgBAAe%2CQAAS%3BEAC7C%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CwBAAyB%2CgBAAe%2CQAAS%2CwBAK7C%2C0BAAyB%3BEACrB%2CSAAA%3B%3BAAIR%2CwBAAyB%3BEACrB%2CSAAA%3B%3BAAGJ%2CuBAAuB%3BEACnB%2CmBAAA%3B%3BAAGJ%2C%2BBAAgC%2C8BAA8B%2CGAAE%3BEAC5D%2CaAAA%3B%3BAAGJ%2C%2BBAAgC%3BEAC5B%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CwBAAyB%2CwBAAwB%2CUAAY%3BEACzD%2CgBAAA%3B%3BAAGJ%2C%2BBAAgC%3BEAC5B%2CgBAAA%3B%3BAAGJ%2C%2BBAAgC%3BEAC5B%2CaAAA%3BEACA%2C8BAAA%3B%3BAAIJ%2C0BAGI%3BAAFJ%2CqBAEI%3BAADJ%2CWACI%3BEACI%2CWAAA%3B%3BAAJR%2C0BAMI%2COAAO%2CSAAQ%2CcAAe%3BAALlC%2CqBAKI%2COAAO%2CSAAQ%2CcAAe%3BAAJlC%2CWAII%2COAAO%2CSAAQ%2CcAAe%3BEAC1B%2CWAAA%3B%3BAAIR%2CkCACI%3BEACI%2CaAAA%3B%3BAAIR%2CyBAAyB%2CUACrB%2CgBAAe%2CMAAM%3BEACjB%2CaAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CsBACI%2CmBAAmB%2CiBAAmB%2CWAAS%3BEAC3C%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3B%3BAAMJ%2CMAAC%3BEACG%2CaAAA%3B%3BAADJ%2CMAAC%2CwCAGG%3BEACI%2CaAAA%3B%3BAAJR%2CMAAC%2CwCAGG%2CSAGI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAVZ%2CMAAC%2CwCAGG%2CSAGI%2CQAMI%3BEACI%2CsBAAA%3B%3BAAbhB%2CMAAC%2CwCAGG%2CSAGI%2CQAUI%3BEACI%2CqBAAA%3B%3BACjyBpB%3BEACI%2CaAAA%3B%3BAAGJ%2CSAAU%2CgBAAgB%2CMAAK%3BEAC3B%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAFJ%2CIAAI%2CyBAIA%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAATR%2CIAAI%2CyBAYA%3BEACI%2CWAAA%3B%3BAAbR%2CIAAI%2CyBAgBA%3BEACI%2CcAAA%3B%3BAAjBR%2CIAAI%2CyBAoBA%2CgBAAe%2CIAAI%3BEACf%2CkBAAA%3B%3BAAGJ%2CIAxBA%2CyBAwBC%2CUAAW%3BAAxBhB%2CIAAI%2CyBAyBA%3BEACI%2CaAAA%3B%3BAA1BR%2CIAAI%2CyBA6BA%3BEACI%2CgBAAA%3B%3BAA9BR%2CIAAI%2CyBAiCA%2CIAAG%2CMAAS%3BEACR%2CcAAA%3B%3BAAlCR%2CIAAI%2CyBAqCA%3BEACI%2CYAAA%3B%3BAAIR%2CqBAAsB%2CGAAE%2CwBAAyB%2CSAAW%2CwBAAqB%2CMAAM%2CIAAI%2CSAAY%2CQAAK%3BEACxG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAC1EN%3BEACM%2CsBAAsB%2CwBAAtB%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CmBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAAsB%3BEACrB%2CeAAA%3BEACA%2CaAAa%2CWAAb%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAED%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CSAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CuBAAwB%2CuBAAuB%3BEAC3C%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CSAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CuBAAwB%2CuBAAuB%3BEAC3C%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CIAAK%2CeAAe%2CaAAa%2CGAAE%3BEAClC%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAWL%2CQAP2B%3BEACvB%3BIACI%2CaAAA%3BIACA%2CeAAA%3B%3B%3BAAgCR%2CQA5B2B%3BEACvB%3BIACI%2C0BAAA%3B%3BEAEJ%2CuBAAwB%3BIACpB%2CaAAA%3B%3BEAEJ%2CuBAAwB%3BIACpB%2CUAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CuBAAwB%3BIACpB%2CUAAA%3B%3BEAEJ%2CuBAAwB%3BIACpB%2CUAAA%3B%3BEAEJ%2CuBAAwB%3BIACpB%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2C0BAA2B%3BIACvB%2CWAAA%3B%3B%3BAAiBR%2CQAd0B%3BEACtB%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3B%3B%3BAAsCP%2CQAnCyB%3BEACtB%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CcAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CcAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3B%3BACvNP%2CiBAAkB%3BEACjB%2CcAAA%3BEACA%2CYAAA%3B%3BAAED%2CiBAAkB%3BAAClB%2CiBAAkB%3BEACjB%2C6BAAA%3B%3BAAED%2CeAAgB%3BEACf%2CiBAAA%3B%3BACTD%2C0BACM%2CMACD%3BEACC%2CkBAAA%3BEACA%2CYAAA%3B%3BACJN%3BEACO%2CeAAA%3B%3BAAGI%2CqBADJ%2CaAAe%2CMACV%3BEACG%2CSAAS%2CKAAT%3B%3BAALf%2CqBASO%2CaAAY%2CWAAc%2CMAAG%3BEACzB%2CaAAA%3B%3BAAVX%2CqBAaO%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CqBATJ%2CEASK%3BAACD%2CqBAVJ%2CEAUK%2CQAAQ%3BEACL%2CcAAA%3B%3BAAEA%2CqBAbR%2CEASK%2CMAII%3BAAAD%2CqBAbR%2CEAUK%2CQAAQ%2CMAGJ%3BEACG%2CmBAAA%3B%3BAAIR%2CqBAlBJ%2CEAkBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CqBAAC%2CIAAI%3BEACD%2CaAAA%3BEACA%2CuBAAA%3B%3BAC5CR%2CGAAG%3BEACC%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CGAAG%2CsBAMC%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CGAfL%2CsBAMC%2CEASK%3BEACG%2CkBAAA%3B%3BAAhBZ%2CGAAG%2CsBAMC%2CEAaI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAvBZ%2CGAAG%2CsBAMC%2CEAoBI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA5BZ%2CGAAG%2CsBAMC%2CEAwBI%3BEACI%2C0BAAA%3B%3BAC9BZ%2CaACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CaACI%2CsBAII%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BACVZ%3BEACI%2CcAAA%3B%3BAAGJ%2CcACI%3BAADJ%2CcACU%3BEACF%2CgBAAA%3BEAEA%2CsBAAA%3BEACA%2CSAAA%3B%3BAALR%2CcAOI%2CKAAI%2CIAAI%3BAAPZ%2CcAO0B%3BEAClB%2CkCAAA%3BEACA%2CqBAAA%3B%3BAATR%2CcAYI%2COAAM%2CeAAe%2CIAAI%3BAAZ7B%2Cc1Q2FA%2CMAAK%2CcA0CD%2CiBAGM%2CU0Q5HA%2CeAAe%2CIAAI%3BAAZ7B%2CczQoDA%2CayQxCU%2CeAAe%2CIAAI%3BEACrB%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAdR%2CcAiBI%3BAAjBJ%2CcAiBmB%3BEACX%2CUAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAApBR%2CcAuBI%2CKAAI%2CIAAI%2CYAAa%3BAAvBzB%2CcAwBI%2CMAAK%2CIAAI%2CYAAa%3BEAClB%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAA3BR%2CcA8BI%3BEACI%2CgBAAA%3B%3BAA%5C%2FBR%2CcAiCI%2CaAAY%3BAAjChB%2CcAkCI%3BAAlCJ%2CcAmCI%2CKAAI%3BAAnCR%2CcAoCI%3BAApCJ%2CcAqCI%3BAArCJ%2CcAsCI%2CcAAa%3BAAtCjB%2CcAuCI%3BAAvCJ%2CcAwCI%3BEACI%2CaAAA%3B%3BAAzCR%2CcA2CI%2CcAAa%3BAA3CjB%2CcA2CyB%2CWAAU%3BAA3CnC%2CcA2C2C%2CYAAW%3BAA3CtD%2CcA2C8D%2CYAAW%3BAA3CzE%2CcA2CiF%2CaAAY%3BEACrF%2CUAAA%3BEACA%2CcAAA%3B%3BAA7CR%2CcA%2BCI%3BEACI%2CgBAAA%3B%3BAAhDR%2CcAkDI%3BEACI%2CYAAA%3B%3BAAnDR%2CcAsDI%3BAAtDJ%2CcAuDI%3BEACI%2CgBAAA%3B%3BAAxDR%2CcA0DI%3BAA1DJ%2CcA2DI%3BEACI%2CgBAAA%3B%3BAA5DR%2CcA%2BDI%3BAA%5C%2FDJ%2CcAgEI%3BEACI%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAnER%2CcAsEI%2CSAGI%3BAAzER%2CcAuEI%2CUAEI%3BAAzER%2CcAwEI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CuBAAb%3B%3BAAhFZ%2CcAsEI%2CSAaI%3BAAnFR%2CcAuEI%2CUAYI%3BAAnFR%2CcAwEI%2CeAWI%3BAAnFR%2CcAsEI%2CSAcI%3BAApFR%2CcAuEI%2CUAaI%3BAApFR%2CcAwEI%2CeAYI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAA5FZ%2CcAsEI%2CSAiCQ%2CMAAK%2CaAAa%2CIAAI%2CYAAY%3BAAvG9C%2CcAuEI%2CUAgCQ%2CMAAK%2CaAAa%2CIAAI%2CYAAY%3BAAvG9C%2CcAwEI%2CeA%2BBQ%2CMAAK%2CaAAa%2CIAAI%2CYAAY%3BEAC9B%2CWAAA%3BEACA%2CSAAS%2CiBAAT%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA5GhB%2CcAsEI%2CSAwCQ%2CMAAK%2CaAAa%2CIAAI%2CYAAY%2CMAAM%3BAA9GpD%2CcAuEI%2CUAuCQ%2CMAAK%2CaAAa%2CIAAI%2CYAAY%2CMAAM%3BAA9GpD%2CcAwEI%2CeAsCQ%2CMAAK%2CaAAa%2CIAAI%2CYAAY%2CMAAM%3BEACtC%2CSAAS%2CEAAT%3B%3BAA%5C%2FGd%2CcAsEI%2CSA6CI%3BAAnHR%2CcAuEI%2CUA4CI%3BAAnHR%2CcAwEI%2CeA2CI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAArHZ%2CcAyHI%2CcAAa%3BEACT%2CWAAA%3BEACA%2CUAAA%3B%3BAA3HR%2CcA8HI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjIR%2CcAmII%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAxIR%2CcA2II%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAA9IR%2CcAiJI%2CMAAK%3BEACD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CQAAQ%2CYAAR%3B%3BAAiER%2CwBA5B%2BC%2CuBAAkC%3BEAC7E%2COAAO%2CcACH%3BIACI%2CgBAAA%3BIACA%2CcAAA%3B%3BEAHR%2COAAO%2CcAMH%2COAAM%3BEANV%2COAAO%2Cc1QhGX%2CMAAK%2CcA0CD%2CiBAGM%2CU0QyDI%3BEANV%2COAAO%2CczQvIX%2CayQ6Ic%3BIACF%2CWAAA%3BIACA%2CeAAA%3B%3BEARR%2COAAO%2CcAWH%3BIACI%2CWAAA%3B%3BEAZR%2COAAO%2CcAeH%3BIACI%2C8BAAA%3B%3BEAhBR%2COAAO%2CcAmBH%3BIACI%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAyBhB%2CwBApBmD%2CwBAAmC%3BEAC9E%2COAAO%2CcACH%2COAAM%3BEADV%2COAAO%2Cc1Q5HX%2CMAAK%2CcA0CD%2CiBAGM%2CU0QgFI%3BEADV%2COAAO%2CczQnKX%2CayQoKc%3BIACF%2CWAAA%3BIACA%2CeAAA%3B%3BEAHR%2COAAO%2CcAMH%3BIACI%2CWAAA%3B%3BEAPR%2COAAO%2CcAUH%3BIACI%2CwBAAA%3B%3BEAXR%2COAAO%2CcAcH%3BIACI%2C2BAAA%3B%3B%3BAC3Of%2CkBACO%2CaAAa%3BEACT%2CkBAAA%3BEACA%2CkBAAA%3B%3BACHX%2CqBACO%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAJX%2CqBACO%2CwBAKI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAATf%2CqBACO%2CwBAWI%3BEACI%2CyBAAA%3BEACA%2CiCAAA%3BEACA%2CUAAA%3B%3BAAff%2CqBACO%2CwBAWI%2CeAKI%3BEACI%2CyBAAA%3B%3BAAIR%2CqBArBJ%2CwBAqBK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CkBAAkB%2C0CAAlB%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAAuEhB%2CwBAXmD%2CuBAAmC%3BEAC9E%3BIACI%2CiBAAA%3B%3BEAGJ%2CgBACI%2CWAAa%3BIACT%2CyBAAA%3B%3B%3BACnGZ%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CyBAAA%3B%3BAAbJ%2CyBAeI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3B%3BAAlBR%2CyBAqBI%2CEAAE%3BEACE%2C0BAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CWAAW%2CaAAX%3B%3BACtBX%2CIACO%2CwBAAuB%2CYACnB%3BEACI%2CyBAAA%3B%3BAAHf%2CIACO%2CwBAAuB%2CYACnB%2CkBAGI%3BEACI%2CUAAA%3B%3BAANnB%2CIACO%2CwBAAuB%2CYACnB%2CkBAGI%2CuBAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAXvB%2CIACO%2CwBAAuB%2CYACnB%2CkBAGI%2CuBAGI%2CqBAKI%2COAAO%3BEACH%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAjB3B%2CIACO%2CwBAAuB%2CYACnB%2CkBAGI%2CuBAGI%2CqBAYI%2CuBACI%2CQAAO%3BEACH%2CgBAAA%3B%3BAAtB%5C%2FB%2CIACO%2CwBAAuB%2CYACnB%2CkBAGI%2CuBAsBI%2CUAAS%3BEACL%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA9BvB%2CIACO%2CwBAAuB%2CYAiCnB%3BEACI%2CkBAAA%3B%3BAAMZ%2CsBACI%2CkBACI%3BEACI%2CSAAA%3BEACA%2CYAAA%3B%3BAAJZ%2CsBACI%2CkBAMI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAATZ%2CsBAaI%2CeAAe%3BEACX%2CeAAA%3B%3BAAdR%2CsBAiBI%2CeAAe%3BEACX%2CcAAA%3B%3BAAlBR%2CsBAqBI%2C0BACI%3BEACI%2CcAAA%3BEACA%2CaAAa%2CsBAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA3BZ%2CsBAqBI%2C0BASI%3BEACI%2CgBAAA%3BEACA%2CaAAa%2CsBAAb%3B%3BAAhCZ%2CsBAqBI%2C0BAcI%2CQAAO%3BEACH%2CgBAAA%3B%3BAApCZ%2CsBAwCI%3BEACI%2CgBAAA%3B%3BAAzCR%2CsBAwCI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2COAAO%2CiBAAP%3BEACA%2CsBAAA%3B%3BAA%5C%2FCZ%2CsBAwCI%2CeAUI%3BEACI%2CkBAAA%3B%3BAAnDZ%2CsBAuDI%2CgBACI%3BAAxDR%2CsBAuDI%2CgBA4dR%2CCA3dc%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAA1DZ%2CsBAuDI%2CgBAKI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FDZ%2CsBAuDI%2CgBAWI%3BEACI%2C0BAAA%3B%3BAAnEZ%2CsBAuEI%3BEACI%2CaAAA%3B%3BAAxER%2CsBA2EI%2CiBACI%3BEACI%2CmBAAA%3B%3BAA7EZ%2CsBA2EI%2CiBAKI%3BAAhFR%2CsBA2EI%2CiB9QrBJ%2CMAAK%2CcA0CD%2CiBAGM%3BA8QnGV%2CsBA2EI%2CiB7Q5DJ%3BE6QkEY%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CWAAb%3BEACA%2CkBAAA%3B%3BAAMZ%2CIAAK%2CwBAAuB%2CYACxB%2CkBAAkB%2CuBAAuB%2CqBAAqB%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAC5G%2CMAAK%3BAAFb%2CIAAK%2CwBAAuB%2CYACxB%2CkBAAkB%2CuBAAuB%2CqBAAqB%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAE5G%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CwBAAA%3BEACA%2C2BAA2B%2CiBAA3B%3BEACA%2CgBAAA%3B%3BAAEA%2CIAXP%2CwBAAuB%2CYACxB%2CkBAAkB%2CuBAAuB%2CqBAAqB%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAC5G%2CMAAK%2CcASA%3BAAAD%2CIAXP%2CwBAAuB%2CYACxB%2CkBAAkB%2CuBAAuB%2CqBAAqB%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAE5G%2CuBAQK%3BEACG%2CWAAA%3B%3BAAGJ%2CIAfP%2CwBAAuB%2CYACxB%2CkBAAkB%2CuBAAuB%2CqBAAqB%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAC5G%2CMAAK%2CcAaA%3BAAAD%2CIAfP%2CwBAAuB%2CYACxB%2CkBAAkB%2CuBAAuB%2CqBAAqB%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAE5G%2CuBAYK%3BEACC%2CgBAAA%3B%3BAAMd%2CKAAK%2CuBAAuB%2CYAAa%2CkBAAkB%3BEACvD%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CKANC%2CuBAAuB%2CYAAa%2CkBAAkB%2CcAMtD%3BEACG%2CWAAA%3B%3BAAKR%3BAACA%3BEACI%2CoBAAA%3B%3BAAGJ%2CYAAa%3BAACb%2CYAAa%3BEACT%2CoBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2C0CAAA%3B%3BAAGJ%3BAAAa%3BEACT%2CuBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CwCAAA%3B%3BAAmMR%2CwBAhF%2BC%3BEAE1C%2CGAAG%2CsBACL%2CeAAe%3BIACX%2CcAAA%3B%3BEAIF%2CeAAkB%3BIACjB%2CuBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CWAAA%3B%3BEAGJ%2CeAAgB%2CMAAI%3BIAChB%2CqBAAA%3BIACA%2C4BAAA%3B%3BEAIJ%2CeAAgB%3BEAChB%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CeAAA%3B%3BEAGJ%2CSAAS%3BIACL%2CyBAAA%3B%3BEAGJ%3BIACI%2C4BAAA%3B%3BEAGJ%2CIACO%2CwBAAuB%2CYAAY%2CYAC%5C%2FB%2CkBACI%2CuBACI%3BIACI%2CgBAAA%3B%3BEALvB%2CIACO%2CwBAAuB%2CYAAY%2CYAC%5C%2FB%2CkBACI%2CuBACI%2CqBAGI%3BIACI%2CqBAAA%3B%3BEAR3B%2CIACO%2CwBAAuB%2CYAAY%2CYAC%5C%2FB%2CkBACI%2CuBASI%2CgBACM%3BIACE%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3B%3BEAhB3B%2CIACO%2CwBAAuB%2CYAAY%2CYAC%5C%2FB%2CkBACI%2CuBASI%2CgBACM%2CMAKE%3BIACI%2CcAAA%3BIACA%2CmBAAA%3B%3BEApB%5C%2FB%2CIACO%2CwBAAuB%2CYAAY%2CYAC%5C%2FB%2CkBACI%2CuBASI%2CgBACM%2CMAUE%3BIACI%2CWAAA%3B%3B%3BACjY7B%3BEACI%2CsBAAA%3B%3BAADJ%2C0BAGK%2CmBAAgB%2CMAAO%3BAAH5B%2C0BAIK%2CmBAAgB%2COAAQ%3BAAJ7B%2C0BAKK%2CgBAAa%3BEACV%2CgBAAA%3BEACA%2CSAAA%3B%3BAAPR%2C0BAUK%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C0BARH%2CgBAQI%3BEACG%2CQAAQ%2CWAAR%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmCAAA%3B%3BAAtBZ%2C0BA0BK%2CmBAAgB%2CQAAS%3BEACtB%2CyBAAA%3BEACA%2CSAAA%3B%3BAA5BR%2C0BA0BK%2CmBAAgB%2CQAAS%2CgBAItB%3BEACI%2CWAAA%3B%3BAA%5C%2FBZ%2C0BAmCI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAMR%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CkBAAA%3B%3BAAKR%2CuBACI%2CcAAc%3BEACV%2CWAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CuBAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CuBASI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CuBATJ%2CQAAO%2CeASF%3BEACG%2CsBAAA%3B%3BAAnBZ%2CuBAuBI%2CcAAa%3BAAvBjB%2CuBAwBI%2CgBAAe%3BAAxBnB%2CuBAyBI%2CcAAa%3BAAzBjB%2CuBA0BI%2CgBAAe%3BEACX%2CgBAAA%3BEACA%2CUAAA%3B%3BAAKR%2CqBAAsB%2CwBAAuB%2CYAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BAAC5G%2CuBAAwB%3BEACpB%2CgBAAA%3B%3BACzFJ%2CiBACI%2CoBAAoB%2CsBAAsB%3BEACtC%2CaAAA%3B%3BAAFR%2CiBAKI%3BEACI%2CmBAAA%3B%3BAANR%2CiBAKI%2CoBAGI%3BAARR%2CiBAKI%2CoBAII%2COAAM%3BEACF%2CaAAA%3B%3BAAVZ%2CiBAKI%2CoBAOI%2CUAAY%3BEACR%2CgBAAA%3B%3BAAbZ%2CiBAKI%2CoBAWI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAKZ%2CiBAEI%2CoBAAoB%2CsBAAsB%3BAAD9C%2CqBACI%2CoBAAoB%2CsBAAsB%3BEACtC%2CaAAA%3B%3BAAHR%2CiBAMI%2CqBAAqB%2CaAAe%3BAALxC%2CqBAKI%2CqBAAqB%2CaAAe%3BEAChC%2CkBAAA%3B%3BAAPR%2CiBAUI%2CQAAO%3BAATX%2CqBASI%2CQAAO%3BEACH%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAbR%2CiBAgBI%2CoBAAoB%3BAAfxB%2CqBAeI%2CoBAAoB%3BEAChB%2CeAAA%3B%3BAAjBR%2CiBAoBI%3BAAnBJ%2CqBAmBI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAtBR%2CiBAyBI%3BAAxBJ%2CqBAwBI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAA7BR%2CiBAgCI%3BAA%5C%2FBJ%2CqBA%2BBI%3BEACI%2CaAAA%3B%3BAAjCR%2CiBAoCI%2COAAM%3BAAnCV%2CqBAmCI%2COAAM%3BEAMF%2CaAAA%3B%3BAA1CR%2CiBA6CI%3BAA5CJ%2CqBA4CI%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3B%3BAA%5C%2FCR%2CiBAkDI%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAY%2CQAAQ%2CKAAK%2CKAAE%2CIAAI%3BAAjDxD%2CqBAiDI%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAY%2CQAAQ%2CKAAK%2CKAAE%2CIAAI%3BEAChD%2CaAAA%3B%3BAAnDR%2CiBAsDI%3BAArDJ%2CqBAqDI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxDR%2CiBA2DI%2CaAAa%3BAA1DjB%2CqBA0DI%2CaAAa%3BEACT%2CeAAA%3B%3BAAEA%2CiBAHJ%2CaAAa%2CMAGR%3BAAAD%2CqBAHJ%2CaAAa%2CMAGR%3BEACG%2CwBAAA%3B%3BAA%5C%2FDZ%2CiBAmEI%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSACnB%2CWAAa%3BAAnErB%2CqBAkEI%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSACnB%2CWAAa%3BEACT%2CeAAA%3B%3BAArEZ%2CiBAmEI%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAInB%2CaAAe%3BAAtEvB%2CqBAkEI%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAInB%2CaAAe%3BEACX%2CgBAAA%3BEACA%2CeAAA%3B%3BAAzEZ%2CiBA6EI%3BAA5EJ%2CqBA4EI%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAjFR%2CiBAoFI%2CQAAO%3BAAnFX%2CqBAmFI%2CQAAO%3BEACH%2CaAAA%3B%3BAArFR%2CiBAwFI%2C2BAA2B%3BAAvF%5C%2FB%2CqBAuFI%2C2BAA2B%3BEACvB%2CaAAA%3B%3BAAzFR%2CiBA2FI%2C2BAA6B%3BAA1FjC%2CqBA0FI%2C2BAA6B%3BEACzB%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CiBARJ%2C2BAA6B%2CgBAQxB%3BAAAD%2CqBARJ%2C2BAA6B%2CgBAQxB%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CYAAX%3BEACI%2CWAAA%3B%3BAAxGhB%2CiBA2FI%2C2BAA6B%2CgBAgBzB%3BAA1GR%2CqBA0FI%2C2BAA6B%2CgBAgBzB%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAW%2CYAAX%3B%3BAAjHZ%2CiBAqHI%3BAApHJ%2CqBAoHI%3BEACI%2CkBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3B%3BAAGJ%2CyBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CyBACI%2CaAKI%3BEACI%2C0BAAA%3B%3BAAPZ%2CyBAUI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAEA%2CyBALJ%2CeAKK%3BAAAS%2CyBALd%2CeAKe%3BEACP%2CuBAAA%3B%3BAAhBZ%2CyBAUI%2CeASI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAtBZ%2CyBAUI%2CeASI%2CKAKI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAA1BhB%2CyBAUI%2CeASI%2CKAUI%2CGAAE%3BEACE%2C0BAAA%3B%3BAA9BhB%2CyBAUI%2CeASI%2CKAUI%2CGAAE%2CQAEE%3BAA%5C%2FBhB%2CyBAUI%2CeASI%2CKAUI%2CGAAE%2CQAEM%3BEACA%2CUAAA%3B%3BAAhCpB%2CyBAUI%2CeASI%2CKAUI%2CGAAE%2CQAME%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAUpB%2CwBACI%2CMAAK%3BEACD%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CwBACI%2CMAAK%2CSAID%2COAAM%3BEACF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAATZ%2CwBACI%2CMAAK%2CSAWD%2CMAAM%3BEACF%2CcAAA%3B%3BACrGZ%3B%3B%3B%3B%3B%3B%3B%3BAAAA%2CIAKI%2CkCAAoC%2CMAAM%2CMAAG%2CIAAI%3BAALrD%2CIAMI%2CQAAO%2CQAAQ%2CmBAAsB%2CMAAG%2CIAAI%3BAANhD%2CIAOI%2CQAAO%2CQAAQ%2CmBAAoB%2COAAM%3BAAP7C%2CIAQI%2C4BAA4B%3BAARhC%2CIASI%2CyBAAyB%3BEACrB%2CaAAA%3B%3BAAVR%2CIAaI%2C4BAA6B%2CeAAe%2COAAO%3BAAbvD%2CIAcI%2CyBAAyB%2CeAAe%2COAAO%3BEAC3C%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAlBR%2CIAqBI%2CQAAO%2CQAAQ%2CmBAAsB%2CMAAG%3BEACpC%2CSAAA%3B%3BAAgBJ%2CwBAbyC%3BEAazC%2CIAZI%2C4BAA6B%2CeAAe%2COAAO%3BEAYvD%2CIAXI%2CyBAAyB%2CeAAe%2COAAO%3BIAC3C%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3B%3BAA%5C%2FBZ%2CIAsCI%2CMAAM%2CQAAU%3B%3BEACZ%2CQAAQ%2CaAAR%3B%3BAAvCR%2CIA0CI%2C0BAA0B%2CoBAAoB%3BEAC1C%2CaAAA%3B%3BAA3CR%2CIA8CI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAhDR%2CIAmDI%2CaAAY%2CQAAS%3BAAnDzB%2CIAoDI%2CaAAY%2CQAAS%2CgBAAe%3BAApDxC%2CIAqDI%2CaAAY%2CQAAS%2CgBAAe%3BEAChC%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAvDR%2CIA0DI%3BEACI%2CwBAAA%3BEACA%2CeAAA%3B%3BAA5DR%2CIA%2BDI%3BEACI%2CgBAAA%3B%3BAAhER%2CIAmEI%2CgBAAgB%3BEACZ%2CUAAA%3B%3BAApER%2CIAsEI%2CgBAAgB%3BEACZ%2CcAAA%3B%3BAAvER%2CIA4EI%2C0CAA0C%2CIAAG%3BEACzC%2CWAAA%3BEACA%2CYAAA%3B%3BAA9ER%2CIAiFI%2C0CAA0C%2CIAAG%2CeAAgB%3BEACzD%2CWAAA%3B%3BAAlFR%2CIAsFI%2CiBACI%2CQAAO%2CYACL%3BEACI%2CkBAAA%3B%3BAAMd%2CIACE%2CqBAAqB%2CEAAE%3BEACrB%2CiBAAA%3B%3BAAIJ%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAkBR%2CwBALmD%2CuBAAmC%3BEAC9E%2CeAAgB%2CEAAE%3BIAChB%2CeAAA%3B%3B%3BAAQN%2CoBAAqB%2CiBAAgB%2CeACjC%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAAqB%2CiBAAgB%2CeAKjC%2CcAAc%3BEACV%2CaAAa%2CsBAAb%3BEACA%2CoBAAA%3B%3BAAPR%2CoBAAqB%2CiBAAgB%2CeASjC%2CaACI%3BEACI%2CaAAA%3B%3BAAKZ%2CeAAgB%3BEACZ%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BEAChC%2CaAAa%2CsBAAb%3B%3BAAIJ%2CIACI%3BEACI%2CaAAa%2CuBAAb%3B%3BAAaA%2CwBAR6C%3BEAQ7C%2CIAVH%2CqBACG%2CeAEQ%3BIACI%2CaAAA%3B%3BEAMZ%2CIAVH%2CqBACG%2CeAKQ%3BIACI%2CcAAA%3B%3B%3BAAZpB%2CIAkBI%3BEACI%2CeAAA%3B%3BAAIR%2CKAAK%2CkBAAkB%3BEACnB%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C0DAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC%5C%2FRJ%2CQAAQ%2CuBACJ%3BEACI%2CaAAA%3B%3BAAFR%2CQAAQ%2CuBAKJ%3BEACI%2CmBAAA%3B%3BAANR%2CQAAQ%2CuBAKJ%2CsCAGM%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAXZ%2CQAAQ%2CuBAKJ%2CsCAGM%2CMAKI%3BEACE%2CgBAAA%3B%3BAAdhB%2CQAAQ%2CuBAmBJ%2COAAM%3BAAnBV%2CQAAQ%2CuBAoBJ%2COAAM%2COAAO%2CIAAI%3BAApBrB%2CQAAQ%2CuBAqBJ%2COAAM%2COAAO%2CIAAI%3BAArBrB%2CQAAQ%2CuBAsBJ%2CSAAQ%3BEACJ%2CwBAAA%3B%3BAAvBR%2CQAAQ%2CuBA0BJ%3BEACI%2CaAAA%3B%3BAA3BR%2CQAAQ%2CuBA8BJ%2C%2BBAAiC%3BEAC7B%2CkBAAA%3B%3BAA%5C%2FBR%2CQAAQ%2CuBAkCJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAApCR%2CQAAQ%2CuBAuCJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAzCR%2CQAAQ%2CuBAuCJ%2C6BAII%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CQA%5C%2FCJ%2CuBAuCJ%2C6BAII%2CMAIK%3BEACG%2CeAAA%3B%3BAAhDhB%2CQAAQ%2CuBAuCJ%2C6BAaI%3BEACI%2CYAAA%3B%3BAArDZ%2CQAAQ%2CuBAyDJ%3BEACI%2CmBAAA%3B%3BAA1DR%2CQAAQ%2CuBA6DJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAhER%2CQAAQ%2CuBAmEJ%3BEtRgOJ%2CiBAAA%3BEsR9NQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA3ER%2CQAAQ%2CuBAgFJ%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAvFR%2CQAAQ%2CuBA0FJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA5FR%2CQAAQ%2CuBA%2BFJ%3BEtRwTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEsRxTQ%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAlGR%2CQAAQ%2CuBAqGJ%3BEtRkTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEsRrWA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CQAhHA%2CuBAqGJ%2CYAWK%3BEACG%2CqBAAA%3B%3BAAGJ%2CQApHA%2CuBAqGJ%2CYAeK%3BEACG%2CkBAAA%3B%3BAArHZ%2CQAAQ%2CuBAqGJ%2CYAmBK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAA7HZ%2CQAAQ%2CuBAqGJ%2CYAmBK%2CMAOG%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjIhB%2CQAAQ%2CuBAqGJ%2CYAgCI%3BEACI%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA1IZ%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAApJhB%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%2CGAUI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAxJpB%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%2CGAUI%2CGAII%3BEACI%2CYAAA%3B%3BAA3JxB%2CQAAQ%2CuBAkKJ%3BEtRqPJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEsRxSA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQA7KA%2CuBAkKJ%2CYAWK%3BEACG%2CmDAAA%3BEACA%2CsDAAA%3BEACA%2CsBAAA%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQA3LA%2CuBAkKJ%2CYAyBK%3BEhR%2BCT%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEsRtGY%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAhRqDZ%2CQgRtPQ%2CuBAkKJ%2CYAyBK%2CchR2DR%3BAACD%2CQgRvPQ%2CuBAkKJ%2CYAyBK%2CchR4DR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQgR5PQ%2CuBAkKJ%2CYAyBK%2CchRiER%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQgRjQQ%2CuBAkKJ%2CYAyBK%2CchRsER%3BAACD%2CQgRlQQ%2CuBAkKJ%2CYAyBK%2CchRuER%3BAACD%2CQAAQ%2CUAAW%2CSgRnQX%2CuBAkKJ%2CYAyBK%3BEhRyEL%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAsR%5C%2FFQ%2CQApMA%2CuBAkKJ%2CYAkCK%3BEACG%2CaAAA%3B%3BAAGJ%2CQAxMA%2CuBAkKJ%2CYAsCK%3BEACG%2CkBAAA%3B%3BAAzMZ%2CQAAQ%2CuBA6MJ%2CgBAEI%3BEACI%2CaAAA%3B%3BAAhNZ%2CQAAQ%2CuBA6MJ%2CgBAMI%3BEACI%2CSAAA%3B%3BAApNZ%2CQAAQ%2CuBA6MJ%2CgBAUI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAA1NZ%2CQAAQ%2CuBA8NJ%2CkBAEI%3BAAhOR%2CQAAQ%2CuBA8NJ%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnOZ%2CQAAQ%2CuBA2OJ%2C%2BBAEI%3BEACI%2CgBAAA%3B%3BACxOZ%3BEvRiZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEuRjZI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3B%3BAADJ%2CqCAGI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2C6BAAA%3BEACA%2CqCAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAkB%2CyCAAlB%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2C4BAA4B%2CSAExB%3BAADJ%2C4BAA4B%2CKACxB%3BEACI%2CWAAA%3B%3BAAQR%3BEACI%2CYAAY%2CiEAAZ%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2C0CAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2CyCAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAADJ%2CgCAGI%3BEACI%2CSAAA%3B%3BAAJR%2CgCAOI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAATR%2CgCAYI%3BEACI%2CqBAAA%3B%3BAAQR%3BEACI%2CWAAA%3B%3BAAOJ%2CMAAM%3BAnR%5C%2FEN%2CKAAK%2CcA0CD%2CiBAGM%2CUmRkCJ%3BAlRtHN%2CYkRsHM%3BEACF%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmFAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BAnR7FjC%2CKAAK%2CcA0CD%2CiBAGM%2CUmRgDJ%2C2BAA2B%3BAlRpIjC%2CYkRoIM%2C2BAA2B%3BEAC7B%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BAnRnGjC%2CKAAK%2CcA0CD%2CiBAGM%2CUmRsDJ%2C2BAA2B%3BAlR1IjC%2CYkR0IM%2C2BAA2B%3BEAC7B%2CsBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BAnRvGjC%2CKAAK%2CcA0CD%2CiBAGM%2CUmR0DJ%2C2BAA2B%3BAlR9IjC%2CYkR8IM%2C2BAA2B%3BEAC7B%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BAnR5GvC%2CKAAK%2CcA0CD%2CiBAGM%2CUmR%2BDJ%2C2BAA2B%2CMAAM%3BAlRnJvC%2CYkRmJM%2C2BAA2B%2CMAAM%3BEACnC%2C2EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BAnRhHvC%2CKAAK%2CcA0CD%2CiBAGM%2CUmRmEJ%2C2BAA2B%2CMAAM%3BAlRvJvC%2CYkRuJM%2C2BAA2B%2CMAAM%3BEACnC%2C4EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BAnRpHvC%2CKAAK%2CcA0CD%2CiBAGM%2CUmRuEJ%2C2BAA2B%2CMAAM%3BAlR3JvC%2CYkR2JM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BAnRxHvC%2CKAAK%2CcA0CD%2CiBAGM%2CUmR2EJ%2C2BAA2B%2CMAAM%3BAlR%5C%2FJvC%2CYkR%2BJM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BAnR5HvC%2CKAAK%2CcA0CD%2CiBAGM%2CUmR%2BEJ%2C2BAA2B%2CMAAM%3BAlRnKvC%2CYkRmKM%2C2BAA2B%2CMAAM%3BEACnC%2CsBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BAnRhIvC%2CKAAK%2CcA0CD%2CiBAGM%2CUmRmFJ%2C2BAA2B%2CMAAM%3BAlRvKvC%2CYkRuKM%2C2BAA2B%2CMAAM%3BEACnC%2CkDAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BAnRpIvC%2CKAAK%2CcA0CD%2CiBAGM%2CUmRuFJ%2C2BAA2B%2CMAAM%3BAlR3KvC%2CYkR2KM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BAnRxIjC%2CKAAK%2CcA0CD%2CiBAGM%2CUmR2FJ%2C2BAA2B%3BAlR%5C%2FKjC%2CYkR%2BKM%2C2BAA2B%3BEAC7B%2CWAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BAnR5IvC%2CKAAK%2CcA0CD%2CiBAGM%2CUmR%2BFJ%2C2BAA2B%2CMAAM%3BAlRnLvC%2CYkRmLM%2C2BAA2B%2CMAAM%3BEACnC%2C0EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BAnRhJvC%2CKAAK%2CcA0CD%2CiBAGM%2CUmRmGJ%2C2BAA2B%2CMAAM%3BAlRvLvC%2CYkRuLM%2C2BAA2B%2CMAAM%3BEACnC%2CyEAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CwBAAyB%2CmBAAkB%2C4BAA6B%3BEACpE%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CWAAA%3B%3BAAGJ%2CwCACI%2COAAO%2CUACH%2COACI%3BEACI%2CgBAAA%3B%3BAAGJ%2CwCANR%2COAAO%2CUACH%2COAKK%2CSAAU%2CSAAM%3BEACb%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEvRgBhB%2CiBAAA%3BEuRdgB%2CiBAAA%3B%3BAAXhB%2CwCACI%2COAAO%2CUACH%2COAYI%3BEACI%2CqBAAA%3B%3BAAfhB%2CwCACI%2COAAO%2CUACH%2COAYI%2CSAGI%2CMAAK%2CaAAa%3BAAjBlC%2CwCACI%2COAAO%2CUACH%2COAYI%2CSAII%2CMAAK%2CeAAe%3BEAChB%2CgBAAA%3B%3BAAOpB%2C6BACI%3BEACI%2CWAAA%3B%3BAAFR%2C6BACI%2CSAGI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAANZ%2C6BACI%2CSAGI%2CQAII%3BEACI%2CYAAA%3B%3BAAMhB%2CkCACI%3BEACI%2CiBAAA%3B%3BAAOA%2CkCADJ%2COACK%2CSACG%3BAADJ%2CwCADJ%2COACK%2CSACG%3BEACI%2CgBAAA%3B%3BAAEA%2CkCALZ%2COACK%2CSACG%2COAGK%3BAAAD%2CwCALZ%2COACK%2CSACG%2COAGK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEvR%5C%2FBpB%2CiBAAA%3BEuRiCoB%2CiBAAA%3B%3BAAXpB%2CkCAEI%2COAcI%3BAAfR%2CwCACI%2COAcI%3BEACI%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CatRxUS%2CaCMC%2C8CqRkUV%3BEvR5CZ%2CiBAAA%3BEuR8CY%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CkCA5BR%2COAcI%2CgBAcK%2CgCAAgC%2CIAAI%2CkCAAmC%3BAAAxE%2CwCA5BR%2COAcI%2CgBAcK%2CgCAAgC%2CIAAI%2CkCAAmC%3BEACpE%2CYAAA%3BEACA%2CUAAA%3B%3BAAhChB%2CkCAEI%2COAkCI%3BAAnCR%2CwCACI%2COAkCI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEvR5DZ%2CiBAAA%3BEuR8DY%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BAACA%3BEACI%2CYAAA%3B%3BAAOJ%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEACI%2CgBAAA%3B%3BAAOJ%2CyBACI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBANJ%2CgBAMK%2CgCAAgC%2CIAAI%2CkCAAmC%3BEACpE%2CYAAA%3BEACA%2CUAAA%3B%3BAATZ%2CyBAaI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEvR1GR%2CiBAAA%3BEuR4GQ%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CyBAA0B%2CKAItB%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2C2BAIK%3BEACG%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAPR%2C2BAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2C2BALJ%2CKAKK%3BEACG%2CWAAA%3B%3BAAGJ%2C2BATJ%2CKASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2C2BATJ%2CKASK%2CyBAMI%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BAtBR%2CKASK%2CyBAaI%3BEACG%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAvChB%2C2BA4CK%2CMAAI%3BEACD%2CYAAA%3B%3BAAKA%2C2BAFJ%2CWAEK%3BAACD%2C2BAHJ%2CWAGK%3BEACG%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BARJ%2CWAQK%3BEACG%2CYAAA%3B%3BAAGJ%2C2BAZJ%2CWAYK%3BEACG%2CYAAA%3B%3BAAMR%2C4CAAC%3BEACG%2CoBAAA%3B%3BAADJ%2C4CAAC%2CIAGG%3BAACA%2CsBAAuB%2C6CAJ1B%3BEAKO%2CiBAAA%3B%3BAAIR%2C4CAAC%3BEACG%2CeAAA%3B%3BACtdR%2CwBAJ%2BC%3BExEuH%5C%2FC%2CcACI%3BIhNqJJ%2CYAAA%3BIAAA%2CSAAA%3BIgNlJQ%2CUAAA%3B%3B%3BAwEnHR%2CwBAJqD%3BEpQ4DrD%3BEJqaA%2CkBAAmB%2CYACf%2CSACI%2CQAAO%3BIV3Rf%2CWAAA%3B%3BEckSA%3BIpB7eA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BE6B4CD%2CmBACI%2CUACM%2CmB7B%5C%2FCT%3BE6B6CD%2CmBACI%2CUACM%2CmB7B9CT%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BE6BuCD%2CmBACI%2CUACM%2CmB7BzCT%3BIACG%2CWAAA%3B%3BEoB22BJ%3BEPvmBQ%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%3BIbxBZ%2CcAAA%3BI%2BB9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BElB%2BRO%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%2CKkBhSX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgCpOU%2COhCoOV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEX4lBA%3BEPvrBQ%2C0BAFJ%2CUAEK%2COAGG%3BEiN7LZ%2CsBAOI%3BI1M22BA%2CgCAAA%3BIACA%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIpB3qBJ%2CcAAA%3BI%2BBhOA%2CqBAAA%3B%3BEAMA%2C0BAAC%3BElBwMO%2C0BAFJ%2CUAEK%2COAGG%2CekB3MX%3BE%2BLcD%2CsBAOI%2CO%5C%2FLrBH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgC9NQ%2COhC8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEX4mBI%2C0BAAC%3BEPvsBG%2C0BAFJ%2CUAEK%2COAGG%2CeOosBP%3BE0Mj4BL%2CsBAOI%2CO1M03BC%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEWx1BR%2C0BX21BK%2COW31BJ%3BElB8IO%2C0BAFJ%2CUAEK%2COAGG%2CeO0sBP%2COW31BJ%3BE%2BL5CD%2CsBAOI%2CO1Mg4BC%2COW31BJ%3BI%5C%2FBgKD%2CSgC%5C%2FNM%2COhC%2BNN%3B%3BEoB8uBA%2CyBACI%3BEADJ%2CyBAEI%3BEAFJ%2CyBAGI%3BEO1qBJ%2CQAKI%2CSPmqBA%3BEOxqBJ%2CQAKI%2CSPoqBA%3BEOzqBJ%2CQAKI%2CSPqqBA%3BEPhqBJ%2CyBO8pBI%3BEP9pBJ%2CyBO%2BpBI%3BEP%5C%2FpBJ%2CyBOgqBI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAqGR%2C%2BBACI%3BEhBxxBJ%2CeACI%2CWgBuxBA%3BIACI%2CkBAAA%3B%3BEAIA%2C%2BBADJ%2CQACK%3BEACD%2C%2BBAFJ%2CQAEK%3BEACD%2C%2BBAHJ%2CQAGK%3BEhB%5C%2FxBT%2CeACI%2CWgB2xBA%2CQACK%3BEhB7xBT%2CeACI%2CWgB2xBA%2CQAEK%3BEhB9xBT%2CeACI%2CWgB2xBA%2CQAGK%3BIACG%2CmBAAA%3B%3BEAGJ%2C%2BBAPJ%2CQAOK%3BEACD%2C%2BBARJ%2CQAQK%3BEhBpyBT%2CeACI%2CWgB2xBA%2CQAOK%3BEhBnyBT%2CeACI%2CWgB2xBA%2CQAQK%3BIACG%2CcAAA%3B%3BEAgHZ%3BE4L5mCA%2CcACI%3BIhNqJJ%2CYAAA%3BIAAA%2CSAAA%3BIoBs7BA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BE4L%5C%2FkCD%2CcACI%2CuB5L6kCH%3BE4L9kCD%2CcACI%2CuB5L8kCH%3BIpB34BD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIoBg8BI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BE4L3lCD%2CcACI%2CuB5L0lCH%3BIpBr8BD%2CyBAAA%3B%3BEoBy8BA%2CiDAAC%3BE4L%5C%2FlCD%2CcACI%2CuB5L8lCH%3BIpBz8BD%2C4BAAA%3BIoB28BI%2CQAAA%3B%3BEqCtsCJ%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%3BEACA%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CQAAS%3BEACT%2CmBAAoB%3BIAChB%2CiBAAA%3BIACA%2CkBAAA%3B%3BEgBlCR%2CQAAQ%2CKAAK%3BICkIb%2CSAAA%3BIACA%2CUAAA%3B%3BEDnIA%2CQAAQ%2CKAAK%2CMCqIX%2CQAAK%3BIACH%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEDxIJ%2CQAAQ%2CKAAK%2CMCqIX%2CQAAK%2CMAKD%3BIACE%2CcAAA%3B%3BED3IR%2CQAAQ%2CKAAK%2CMC%2BIX%2CQAAK%3BIAEH%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BE1E7HJ%2CQyEvBQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQ1ExHN%3BEACD%2CQyExBQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQ1EvHN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQyE7BQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQ1ElHN%3BIACG%2CWAAA%3B%3BE0EwHA%2CQDtJI%2CKAAK%2CMC%2BIX%2CQAAK%2CQAOF%3BIACG%2CcAAA%3B%3BEDvJR%2CQAAQ%2CKAAK%2CMC4MP%2CQAAK%3BI1E%2BDX%2CeAAA%3B%3BEyE3QA%2CQAAQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%3BI1E0DN%2CmBAAA%3BIAAA%2CgCAAA%3BIAAA%2C8BAAA%3BIAAA%2C%2BBAAA%3BIAAA%2C6BAAA%3BIAAA%2CYAAA%3BIAAA%2C0BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEDjJA%2CQ0E1HQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CU3EvFL%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CQ0E%5C%2FHQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CU3ElFL%3BIC4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEDvIA%2CQ0EpIQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CU3E7EL%3BICuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE0E9BI%2CQD7OI%2CKAAK%2CMCgNX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD9OI%2CKAAK%2CMCgNX%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BI1E6B9B%2CmBAAA%3B%3BE0EzBI%2CQDlPI%2CKAAK%2CMCgNX%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDnPI%2CKAAK%2CMCgNX%2CQAAK%2CMAmCF%2COAAU%3BEACX%2CQDpPI%2CKAAK%2CMCgNX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BEAClB%2CQDrPI%2CKAAK%2CMCgNX%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BI1EsBtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3B%3BEyE3QA%2CQAAQ%2CKAAK%2CMC6PX%2CQAAK%3BI1EcP%2CmBAAA%3BIAAA%2CyBAAA%3BIAAA%2CeAAA%3BIAAA%2C4BAAA%3B%3BEyE3QA%2CQAAQ%2CKAAK%2CMAGT%2CMAAK%3BIACD%2CcAAA%3B%3BEAJR%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACC%3BIACE%2CqBAAA%3B%3BEATZ%2CQAAQ%2CKAAK%2CMAaP%2CQAAK%3BIACH%2CuBAAA%3B%3BEOgNJ%2CYAAC%3BIhF6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEgF5NA%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%3BIhFsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEgFpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC2DhB%2CaDvDA%3BIhFwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIgFrOI%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%3BIjFuKJ%2CyBAAA%3BIiFrKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BIjFyJR%2CwCAAA%3B%3BEiFnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BIjFgJzB%2CyBAAA%3B%3BEiF3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BIjF%2BHJ%2CeAAA%3BIAAA%2CgBAAA%3B%3BEkFxOA%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%3BE0LXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BEpLgBJ%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%3BEmDgCJ%3BIACI%2CeAAA%3B%3BEMyDJ%2CoBAAoB%2CiBA1IpB%2CsBAAqB%2CSAAY%3BIAC7B%2CQRuBiB%2CSQvBjB%3B%3BEAyIJ%2CoBAAoB%2CiBAtIpB%3BIACI%2CmBAAA%3B%3BEAqIJ%2CoBAAoB%2CiBAlIpB%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3BEAoIJ%3BIACI%2CoBAAA%3B%3BEDiJJ%2CsBAnSA%3BEAmSA%2CsBAtQA%2CcAAc%2CaAAY%3BEAsQ1B%2CsBApCA%2CiBAAgB%3BEAoChB%2CsBAtQA%2CcAAc%2CaAkOd%2CgBAAgB%3BIA7PR%2CUAAA%3B%3BEAGJ%2CsBALJ%2CuBAKK%3BEAAD%2CsBAwBJ%2CcAAc%2CaAAY%2CsBAxBrB%3BEAAD%2CsBA0PJ%2CiBAAgB%2CcA1PX%3BEAAD%2CsBAwBJ%2CcAAc%2CaAkOd%2CgBAAgB%2CcA1PX%3BIACG%2CUAAA%3B%3BEAGJ%2CsBATJ%2CuBASK%3BEAAD%2CsBAoBJ%2CcAAc%2CaAAY%2CsBApBrB%3BEAAD%2CsBAsPJ%2CiBAAgB%2CcAtPX%3BEAAD%2CsBAoBJ%2CcAAc%2CaAkOd%2CgBAAgB%2CcAtPX%3BIACG%2CWAAA%3B%3BEAyRR%2CsBArRA%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEG4BJ%2CoBAAqB%2CsBAAqB%2CoBACtC%2CiBAAgB%3BIACZ%2CoBAAA%3B%3BEAFR%2CoBAAqB%2CsBAAqB%2CoBAKtC%3BIACI%2COAAO%2CqBAAP%3B%3BE4InDR%2CGAAG%3BIACC%2CSAAA%3B%3BEzI2TA%2C0BAAC%2COAAQ%3BIACL%2CcAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CeAAA%3B%3BEAIR%2CYAAa%3BIACT%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2C2BACI%3BIACI%2CaAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIR%2C6BAA8B%3BIAC1B%2CgBAAA%3BIACA%2CYAAA%3B%3BEKoPJ%3BIACI%2CiBAAA%3B%3BEO%5C%2FXJ%2CmBAAoB%3BIAChB%2CgBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CiBAAA%3B%3BEOvDA%2CyBADqB%2CQACpB%3BIA1ID%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CyBAmIyB%2CQACpB%2CMApIJ%3BIACG%2CoBAAA%3B%3BEAGJ%2CyBA%2BHyB%2CQACpB%2CMAhIJ%3BI3BKD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CoCAAhB%3B%3BE2ByHI%2CyBADqB%2CQACpB%2CMA5HL%3BIACI%2CaAAA%3B%3BEA%2BHA%2CyBALqB%2CQAKpB%3BIAzHD%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BEAGJ%2CyBA%2BGyB%2CQAKpB%2CKApHJ%3BIACG%2CoBAAA%3B%3BEAGJ%2CyBA2GyB%2CQAKpB%2CKAhHJ%3BI3BTD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CsCAAhB%3B%3BEiCiBA%2CcAAe%2CQAAO%2COAAQ%2CgBAAe%2CeAAe%2CwBAA2B%3BIACnF%2CUAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CcAAe%2CQAAO%2COAAQ%2CgBAAe%3BIAErC%2CkBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CcANW%2CQAAO%2COAAQ%2CgBAAe%2CwBAMrC%3BIACA%2CUAAA%3B%3BEAPR%2CcAAe%2CQAAO%2COAAQ%2CgBAAe%2CwBAUzC%3BIACI%2CaAAA%3BIACA%2CiBAAA%3B%3BEAZR%2CcAAe%2CQAAO%2COAAQ%2CgBAAe%2CwBAezC%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CcAAe%2CQAAO%2COAClB%2CqBAAqB%3BEADzB%2CcAAe%2CQAAO%2COAElB%3BEAFJ%2CcAAe%2CQAAO%2COAGlB%2CQAAQ%3BEAHZ%2CcAAe%2CQAAO%2COAIlB%2CqBAAqB%3BEAJzB%2CcAAe%2CQAAO%2COAKlB%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAPR%2CcAAe%2CQAAO%2COAUlB%2CsBAAqB%3BIACjB%2CWAAA%3B%3BED8RR%2CuBAAwB%2CWAAW%2COAAM%2CgBAAiB%2CMAAM%3BIAC5D%2CkBAAA%3B%3BEAGJ%2CeACI%2CmBAAmB%2CMAAM%2CkBAAoB%3BEADjD%2CeAEI%2CmBAAmB%3BIACf%2CkBAAA%3B%3BEAHR%2CeAMI%2COAAM%2CIAAI%2CiBAAiB%2CgBAAmB%2CQAAK%2CaAAc%2CgBAAe%2CSAAU%2CMAAK%3BEANnG%2CeAOI%2CqBAAqB%2COAAM%2CgBAAiB%2CMAAK%2CeAAe%2CIAAI%3BEAPxE%2CeAQI%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%2CmCAAsC%2CQAAK%3BIACtE%2CiBAAA%3B%3BEAIR%2CoBAAqB%2CwBAAwB%2COAAO%3BIAChD%2CcAAA%3B%3BEAGJ%2CkBAAmB%3BEACnB%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAAM%3BE%5C%2FGgBhF%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAKtE%3BI%2BGpBA%2CaAAA%3B%3BEAGJ%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAEnE%2CkBAAoB%3BEADxB%2CeAAgB%2C4BAA8B%2COAAK%2CMAC%5C%2FC%2CkBAAoB%3BEAFxB%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAGnE%2CkBAAoB%2CQAAK%3BEAF7B%2CeAAgB%2C4BAA8B%2COAAK%2CMAE%5C%2FC%2CkBAAoB%2CQAAK%3BEAH7B%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAInE%2CkBAAoB%2CQAAK%3BEAH7B%2CeAAgB%2C4BAA8B%2COAAK%2CMAG%5C%2FC%2CkBAAoB%2CQAAK%3BEAJ7B%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAKnE%2CkBAAoB%2CQAAK%2CiBAAoB%3BEAJjD%2CeAAgB%2C4BAA8B%2COAAK%2CMAI%5C%2FC%2CkBAAoB%2CQAAK%2CiBAAoB%3BIACzC%2CUAAA%3B%3BEAIR%2CeACI%2COAAM%2CiBAAkB%2CMAAK%2CaAAc%2CgBAAe%2CSAAU%2CMAAM%3BEAD9E%2CeAEI%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAAM%2CgBAAe%3BEAFnF%2CeAGI%2CqBAAqB%2COAAO%2CgBAAe%3BEAH%5C%2FC%2CeAII%2CkBAAkB%2CMAAM%2CEAAC%3BIACrB%2CkBAAA%3B%3BEALR%2CeAQI%2CkBAAiB%2CgBAAiB%2CMAAQ%2CoBAAoB%2CIAAC%3BIAC3D%2CkBAAA%3B%3BEATR%2CeAYI%2CkBAAiB%2CiBAAkB%3BIAC%5C%2FB%2CaAAA%3B%3BEAIR%2CiBAAiB%3BEArHb%2CaAAC%3BIAsHD%2CWAAA%3B%3BEAIA%2CeADY%2CQAAQ%2CcACnB%3BIACG%2CWAAA%3B%3BEAGJ%2CeALY%2CQAAQ%2CcAKnB%3BIACG%2CmBAAA%3B%3BEG%5C%2FVR%3BIAEQ%2CmBAAA%3B%3BEAFR%2CsBAKI%2COAAM%2CsBAAuB%2CMAAQ%3BIACjC%2CkBAAA%3B%3BE%2BGRR%2CeAAgB%2CMAAK%3BIpJ9DrB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIAEA%2CQAAA%3BIoJZI%2CkBAAA%3B%3BEAGJ%2CeA%2BDgB%2CMAAK%2CiBA%5C%2FDjB%3BIpJcA%2CsBAAA%3BIACA%2CqBAAA%3BIoJZA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEtJfJ%2CKAAM%2CgBsJmEU%2CMAAK%2CiBA%5C%2FDjB%3BItJHA%2CqBAAA%3B%3BEGDJ%2CKAAM%2CgBmJmEU%2CMAAK%2CiBA%5C%2FDjB%3BInJHA%2CqBAAA%3B%3BECDJ%2CKAAM%2CgBkJmEU%2CMAAK%2CiBA%5C%2FDjB%3BIlJHA%2CqBAAA%3B%3BEFqBJ%2CKAAM%2CgBoJ6CU%2CMAAK%2CiBA%5C%2FDjB%3BIpJmBA%2CqBAAA%3B%3BEoJLJ%2CeAiDgB%2CMAAK%2CiBAjDjB%2CmBAAgB%3BEACpB%2CeAgDgB%2CMAAK%2CiBAhDjB%2CmBAAgB%3BIAChB%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAGJ%2CeAoCgB%2CMAAK%2CiBApCjB%2CmBAAgB%3BIAChB%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CeA%2BBgB%2CMAAK%2CiBA%5C%2FBjB%2CmBAAgB%3BIAChB%2CioCAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CeA0BgB%2CMAAK%2CiBA1BjB%2CmBAAgB%2CMAAM%3BEAC1B%2CeAyBgB%2CMAAK%2CiBAzBpB%2CQAAW%2CmBAAgB%3BIACxB%2CqBAAA%3B%3BEAGJ%2CeAqBgB%2CMAAK%2CiBArBpB%2CQAAW%2CmBAAgB%3BIACxB%2CSAAS%2CEAAT%3B%3BEAKA%2CUAAW%2CgBAeC%2CMAAK%2CiBAjBpB%2COAAU%2CmBAAgB%3BEAEvB%2CUAAW%2CgBAeC%2CMAAK%2CiBAhBpB%2CMAAS%2CmBAAgB%3BEAEtB%2CeAcY%2CMAAK%2CiBAjBpB%2COAAU%2CmBAAgB%3BEAGvB%2CeAcY%2CMAAK%2CiBAhBpB%2CMAAS%2CmBAAgB%3BIAGlB%2CqBAAA%3B%3BEAIR%2CeASgB%2CMAAK%2CiBATpB%2CIAAI%2CUAAU%2CWAAc%2CmBAAgB%3BIACzC%2CqBAAA%3B%3BE1FwwBJ%2C0BAA2B%3BIACvB%2CaAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2C0BAA2B%2COAAS%3BIAChC%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2C0BAA2B%2COAAS%3BIAChC%2CsBAAA%3B%3BEOx0BJ%2CcAAe%2C0BAAyB%2CUACpC%2CgBAAe%3BIACX%2CQAAA%3B%3BEAFR%2CcAAe%2C0BAAyB%2CUAKpC%3BIACI%2CQAAA%3B%3BEANR%2CcAAe%2C0BAAyB%2CUASpC%2CgBAAe%3BIACX%2CQAAA%3B%3BEAVR%2CcAAe%2C0BAAyB%2CUAapC%2CgBAAe%3BIACX%2CQAAA%3B%3BErMuQJ%2CKAAC%3BIACG%2CiBAAA%3B%3BEAIQ%2CKALX%2CcAGG%2CMACI%2CKACK%2CIAAI%3BIACD%2CaAAA%3B%3BEAMR%2CKAZP%2CcAWG%2CKACK%3BEACD%2CKAbP%2CcAWG%2CKAEK%3BEACD%2CKAdP%2CcAWG%2CKAGK%3BEACD%2CKAfP%2CcAWG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CKAvBX%2CcAWG%2CKACK%2CIAWI%2CSAAS%3BEAAV%2CKAvBX%2CcAWG%2CKAEK%2CMAUI%2CSAAS%3BEAAV%2CKAvBX%2CcAWG%2CKAGK%2CSASI%2CSAAS%3BEAAV%2CKAvBX%2CcAWG%2CKAIK%2CKAQI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2CKA%5C%2FBP%2CcAWG%2CKAoBK%3BIACG%2CmBAAA%3B%3BEAhCZ%2CKAAC%2CcAoCG%2CMACI%2CKAAI%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAYhB%3BEACA%3BIACI%2C0BAAA%3B%3BEAGJ%2CyBACI%2CUAGI%2CKAAI%3BEAJZ%2CyBAEI%2CqBAEI%2CKAAI%3BEAJZ%2CyBAGI%2CgCACI%2CKAAI%3BIACA%2CcAAA%3B%3BEAKZ%2CqBACI%2CaACI%3BEAFR%2CqBACI%2CaAEI%2CeAAe%3BIACX%2CwBAAA%3B%3BEAJZ%2CqBAQI%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3B%3BEAZR%2CqBAQI%2CmBAMI%3BEAdR%2CqBAQI%2CmBAqLR%2CCA%5C%2FKe%3BIACC%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAhBZ%2CqBAoBI%3BIACI%2CkBAAA%3BIACA%2CQAAA%3B%3BEAtBR%2CqBAyBI%2CQAAQ%3BIACJ%2C2BAAA%3B%3BEA1BR%2CqBAyBI%2CQAAQ%2CMAGJ%3BIACI%2C2BAAA%3B%3BEA7BZ%2CqBAiCI%2COAAM%2COAAQ%2CMAAM%3BIAChB%2C2BAAA%3B%3BEAlCR%2CqBAqCI%2CUAAS%2COAAQ%2CMACb%3BIACI%2CwBAAA%3B%3BEAvCZ%2CqBAqCI%2CUAAS%2COAAQ%2CMAKb%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEA5CZ%2CqBAgDI%2CGAAE%3BIACE%2CiBAAA%3B%3BE4M7RR%2CcACI%3BIhNqJJ%2CYAAA%3BIAAA%2CSAAA%3BIgNlJQ%2CUAAA%3B%3BEvKOR%2CwBACI%3BIzC0IJ%2CeAAA%3B%3BEyC3IA%2CwBAKI%3BIzCsIJ%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEyC3IA%2CwBAUI%3BIzCiIJ%2CaAAA%3B%3BEyC3IA%2CwBAcI%3BIzC6HJ%2CoBAAA%3B%3BEyC3IA%2CwBAkBI%2C0BACI%3BIACI%2CgBAAA%3B%3BEMFZ%2CwBACI%3BI%5C%2FCwHJ%2CeAAA%3B%3BE%2BCzHA%2CwBACI%2CgBAGI%3BI%5C%2FCqHR%2CaAAA%3B%3BE%2BCzHA%2CwBACI%2CgBAOI%3BI%5C%2FCiHR%2CoBAAA%3B%3BEiNvQA%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEtL6TJ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%3BIACI%2CgBAAA%3B%3BEAQR%2CQAAQ%2CcACJ%3BI3BlFJ%2CmBAAA%3BI2BoFQ%2CcAAA%3B%3BEAIR%2CuBACI%3BIACI%2CkBAAA%3B%3BEAIR%2CKAAK%2COAAO%2CSACR%2COAAM%2CMACF%2CYACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEtB1KhB%2CaACI%2CiBACI%3BILqER%2CeAAA%3BIKnEY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIL6DA%2C6BAAA%3BIK3DI%2CgBAAA%3B%3BEAIA%2CKAAC%2CcACG%3BIACI%2CmBAAA%3B%3BEiDtCZ%3BItD2FA%2CgCAAA%3BIsDzFI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAIR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEVxMhB%2CqBACI%3BEADJ%2CqBAEI%2COAAM%3BI5C4QV%2CgBAAA%3B%3BEYlLA%2CiBACI%2CSACI%3BIZgVR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuDlXT%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BE1C%2BKR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEAMA%2C0BATR%2CUAEK%2COAOI%3BIACG%2CgCAAA%3BIbUhB%2CmBAAA%3BIaRgB%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2C0BAfZ%2CUAEK%2COAOI%2CMAMI%3BIACG%2CcAAA%3B%3BEAPR%2C0BATR%2CUAEK%2COAOI%2CMAUG%3BIACI%2CeAAA%3B%3BEAEA%2C0BAtBhB%2CUAEK%2COAOI%2CMAUG%2CMAGK%3BIACG%2CaAAA%3B%3BEAGJ%2C0BA1BhB%2CUAEK%2COAOI%2CMAUG%2CMAOK%3BIACG%2CaAAA%3B%3BEAlBZ%2C0BATR%2CUAEK%2COAOI%2CMAUG%2CMAWI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BAnCpB%2CUAEK%2COAOI%2CMAUG%2CMAWI%2CEAKK%3BIbfzB%2CmBAAA%3B%3BEa8BQ%2C0BAlDJ%2CUAkDK%2CMACG%3BIb%5C%2FBZ%2CiBAAA%3B%3BEaqCQ%2C0BAzDJ%2CUAyDK%3BIACG%2CmBAAA%3B%3BEAKA%2C0BA%5C%2FDR%2CUA8DK%2CQACI%3BEACD%2C0BAhER%2CUA8DK%2CQAEI%3BIACG%2CmBAAA%3B%3BEAQJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAIA%2CuBAAwB%2CeAV1B%2CSACV%2CSACK%2CKAOI%3BIAEO%2CiBAAA%3B%3BEAQJ%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAaI%3BEAIG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAcI%3BEAGG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAeG%3BEAEI%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAgBI%3BIAEO%2CkBAAA%3B%3BEApBpB%2CcAAc%2CSA0BV%3BIACI%2CaAAA%3B%3BEW0GR%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAKI%3BIACI%2CiBAAA%3B%3BEVtXR%2CcACI%2CqBACM%3BIACE%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CwBAAyB%2COAAO%2CWAAW%3BEAC3C%2CQAAS%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CWAAW%3BEACrD%2CcAAe%2CWAAW%3BEAC1B%2CcAAe%2COAAO%2CWAAW%3BEACjC%2C0BAA2B%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CWAAW%3BEACvE%2CqBAAsB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CWAAW%3BEAClE%2CiBAAkB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CWAAW%3BIAC1D%2CeAAA%3B%3BEwMlGJ%2CgBACM%3BIACE%2CgBAAA%3B%3BEzL0ER%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEdgMxB%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BEwM1RR%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%3BElMqJZ%2CcAAc%3BIACV%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEI%2CcAJM%2CSAGV%2CSACK%3BIACG%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CcARE%2CSAGV%2CSACK%2CKAII%3BIACG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAbE%2CSAGV%2CSACK%2CKASI%3BIrBgFb%2CiBAAA%3B%3BEqB5EY%2CcAjBE%2CSAGV%2CSACK%2CKAaI%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CcAjBE%2CSAGV%2CSACK%2CKAaI%2CQAIG%3BIACI%2CkBAAA%3B%3BEAEA%2CcAxBN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAGK%3BIACG%2CeAAA%3B%3BEAGJ%2CcA5BN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAOK%3BIACG%2CWAAA%3B%3BEAGJ%2CcAhCN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAWK%3BIACG%2CYAAA%3B%3BEAGJ%2CcApCN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAeK%3BEACD%2CcArCN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAgBK%3BIACG%2CeAAA%3B%3BEAKZ%2CcA3CE%2CSAGV%2CSACK%2CKAuCI%3BEACD%2CcA5CE%2CSAGV%2CSACK%2CKAwCI%3BEAxCL%2CcAJM%2CSAGV%2CSACK%2CKAyCG%3BEACA%2CcA9CE%2CSAGV%2CSACK%2CKA0CI%3BIACG%2CiBAAA%3B%3BEA3CR%2CcAJM%2CSAGV%2CSACK%2CKA8CG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAhDR%2CcAJM%2CSAGV%2CSACK%2CKA8CG%2CYAII%3BIACI%2CeAAA%3B%3BEAnDZ%2CcAJM%2CSAGV%2CSACK%2CKAuDG%3BEAvDJ%2CcAJM%2CSAGV%2CSACK%2CKAwDG%2COAAM%3BIACF%2CaAAA%3B%3BEAIR%2CcAjEM%2CSAGV%2CSA8DK%3BIACG%2CeAAA%3B%3BEAWJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEACA%2CqBAHR%2CSACK%2CKAEI%3BIACG%2CWAAA%3B%3BEsMzJhB%2CSAAU%3BIACN%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAgB%3BIACZ%2CgBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3B%3BE3MwVJ%2CqBACI%2CQAAO%3BIhB1FX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEgBmDR%2CqBAMI%2CSAAQ%3BIhBnDZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEgB8DT%2CMAAM%2CQACF%2CQAAO%3BIACH%2CcAAA%3BIACA%2CaAAA%3B%3BEAIR%3BEACA%2CoBAAqB%2CQAAO%3BEAC5B%2CqBAAsB%2CmBAAqB%2CUAAO%3BEAClD%3BIACI%2CaAAA%3B%3BE8MvbJ%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEALJ%2CsBAWI%3BIACI%2CgCAAA%3BIACA%2CaAAA%3B%3BEAEA%2CsBAJJ%2CSAIK%3BIACG%2CcAAA%3B%3BEE5CZ%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%3BEKTZ%2CeAAgB%2CaAAa%3BEAC7B%2CeAAgB%2CaAAa%3BIACzB%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BECSA%2CMAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2CMAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2CMAAC%3BIACG%2CgBAAA%3B%3BEAIJ%2CSAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2CSAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2CSAAC%3BIACG%2CmBAAA%3B%3BEAKR%2CqBAAqB%2CIAAI%2C4BAA6B%2CqBAAqB%3BIACvE%2CaAAA%3B%3BEAGJ%2CIAAK%2CKAAK%2CeAAe%2CGAAE%2CYAAa%2CmBAAmB%2CGAAE%2CYAAa%2CEAAE%3BEAC5E%2CYAAY%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGAAE%2COAAQ%3BIAC9F%2C6BAAA%3B%3BECwDJ%3BIACI%2CWAAA%3B%3BEAGJ%2CIACI%2C2BAA2B%3BIACvB%2CsBAAA%3BIACA%2CcAAA%3B%3BEAHR%2CIAMI%3BIACI%2C%2BBAAA%3B%3BEAPR%2CIAUI%2C4BACI%3BIACI%2CaAAA%3BIACA%2CiBAAA%3B%3BEAbZ%2CIAUI%2C4BAMI%2CQAAO%3BEAhBf%2CIAUI%2C4B5K3HJ%3BE4KiHA%2CIAUI%2C4B5KvHJ%3BI4K8HY%2CqBAAA%3BIACA%2CaAAA%3B%3BEAlBZ%2CIAUI%2C4BAWI%2CqBAAoB%3BIAChB%2CmBAAA%3B%3BEAtBZ%2CIA0BI%3BIACI%2CoBAAA%3B%3BEA3BR%2CIA8BI%2C4BACI%2CqBAAoB%3BEA%5C%2FB5B%2CIA8BI%2C4BAEI%2CqBAAoB%3BIAChB%2CcAAA%3BIACA%2CiBAAA%3B%3BEAlCZ%2CIAsCI%2CIAAG%2CIAAI%2CUACD%2CWAAQ%3BEAvClB%2CIAsCI%2CIAAG%2CIAAI%2CUACe%2CWAAQ%3BEAvClC%2CIAsCI%2CIAAG%2CIAAI%2CUACgC%2CWAAQ%3BEAvCnD%2CIAsCI%2CIAAG%2CIAAI%2CUACmD%2CWAAQ%3BEAvCtE%2CIAsCI%2CIAAG%2CIAAI%2CUACqE%2CWAAQ%3BIAC5E%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BECzDZ%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BECwLJ%2CSACI%3BIACI%2CSAAA%3B%3BEAIR%2CeACI%2CGAAE%3BIACE%2CyBAAA%3BIACA%2CaAAA%3B%3BEAIR%3BIACI%2C2BAAA%3B%3BEAGJ%2CoBACI%2CWAAa%3BIACT%2CSAAA%3B%3BEAFR%2CoBAII%2CcAAa%2CcAAe%2CkBAAkB%3BIAC1C%2CmBAAA%3B%3BEAIR%2CqCAAsC%3BIAClC%2CuBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CGAAG%2CyBAA4B%3BIAC3B%2CuBAAA%3BIACA%2CWAAA%3B%3BEAIJ%3BIACI%2CcAAA%3B%3BEADJ%2CqBAGI%3BIACI%2CWAAA%3B%3BEAJR%2CqBAOI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CeAAA%3B%3BEADJ%2CqBAGI%3BIACI%2CWAAA%3B%3BEAJR%2CqBAOI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3B%3BEAIR%3BIACI%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CaAAc%2CkBAAkB%3BIAC5B%2CgBAAA%3B%3BEAGJ%2CeACI%3BIACI%2CaAAA%3B%3BEAIR%2CeACI%3BIACI%2CYAAA%3B%3BEAFR%2CeACI%2CiBAGI%3BEAJR%2CeACI%2CiBAGQ%3BIACA%2CeAAA%3B%3BEALZ%2CeACI%2CiBAMI%3BEAPR%2CeACI%2CiBAMQ%3BIACA%2CeAAA%3B%3BEAKZ%3BIACI%2CaAAA%3B%3BEADJ%2CgBAEI%3BIACI%2CyBAAA%3B%3BEAHR%2CgBAKI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAIR%3BEACA%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BEAIJ%3BIACI%2CkBAAA%3BIACA%2CuBAAA%3B%3BEAFJ%2CuBAII%3BEAJJ%2CuBAKI%3BIACI%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CkCAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBAjBJ%2C6BAiBK%3BEAAD%2CuBAhBJ%2CeAgBK%3BIACG%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CkBAAkB%2CuDAAlB%3BIACA%2COAAA%3BIACA%2CWAAA%3B%3BECxbZ%2C6BACI%2CcACI%3BIACI%2CwBAAA%3B%3BECyHZ%2CIACI%2COAAM%2CYACF%2CcAAc%2CaAAY%3BIACtB%2CeAAA%3B%3BEAHZ%2CIACI%2COAAM%2CYAKF%2CmBACI%3BIACI%2CWAAA%3B%3BEARhB%2CIACI%2COAAM%2CYAKF%2CmBAKI%3BIACI%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAMhB%2CYAAY%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGACpF%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAIA%2CYAPI%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGAMnF%2COACI%2CIAAI%2CgBAAiB%2CoBAAoB%2CGAAG%3BIACzC%2CkBAAA%3B%3BEADJ%2CYAPI%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGAMnF%2COACI%2CIAAI%2CgBAAiB%2CoBAAoB%2CGAAG%2CGAGzC%2CGAAK%3BIACD%2CkCAAA%3BIACA%2CaAAA%3B%3BEAIR%2CYAhBI%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGAMnF%2COAUI%2CcAAe%3BIACZ%2C0BAAA%3B%3BEAIR%2CYArBQ%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGAqBnF%2COAAQ%3BIACL%2CWAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CkBAII%3BIACI%2CeAAA%3B%3BEAIR%2CGAAG%2CYAAY%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGACvF%2CaAAe%2CeAAY%3BIACvB%2CSAAS%2COAAT%3B%3BEAGJ%2CGALD%2CYAAY%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CGAKtF%2CYAAe%2CeAAe%2CeAAY%3BIACvC%2CSAAS%2COAAT%3BIACA%2CWAAW%2CcAAX%3BIACA%2CqBAAA%3B%3BEAIR%2CIAAK%2CaAAa%3BIACd%2CoBAAA%3B%3BECjLJ%2CMAAM%3BIACF%2CeAAA%3B%3BEADJ%2CMAAM%2CYAGF%2CQAAO%2CQACH%2CWAAW%3BEAJnB%2CMAAM%2CYAGF%2CQAAO%2CQAEH%2CWAAW%3BIACP%2CgBAAA%3B%3BEANZ%2CMAAM%2CYAGF%2CQAAO%2CQAMH%2CEAAC%3BIACG%2CgBAAA%3B%3BEAVZ%2CMAAM%2CYAcF%2CSAAS%3BIACL%2CoBAAA%3B%3BEAIR%2CMAAM%2CYAAa%2CQAAO%2CQAAS%2CWAAU%3BIACzC%2CSAAA%3BIACA%2CiBAAA%3B%3BEC6ZJ%2CwBACI%3BIACI%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAW%2CaAAX%3B%3BEAIR%2CgBACI%3BIACI%2CoBAAA%3B%3BEAFR%2CgBACI%2CeAGI%3BEAJR%2CgBACI%2CeAGwB%3BIAChB%2CiBAAA%3B%3BEAKZ%2C6BACI%3BIACI%2CcAAA%3B%3BEAIR%2CcACI%3BIACI%2CYAAY%2CkBAAZ%3B%3BEAFR%2CcAII%2CeAAe%3BIACX%2CgBAAA%3B%3BEAIR%2CWACI%3BIACI%2CgBAAA%3B%3BEAFR%2CWACI%2CiBAGI%3BIACI%2CeAAA%3B%3BEALZ%2CWACI%2CiBAGI%2CkBAGI%3BIACI%2CcAAA%3B%3BEAMhB%3BIACI%2CaAAA%3B%3BEAGJ%2CkBACM%3BIACE%2CsBAAA%3B%3BEAFR%2CkBACM%2C4BAGE%3BIACI%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3B%3BEAPZ%2CkBACM%2C4BAGE%2CkBAKI%3BEATZ%2CkBACM%2C4BAGE%2CkBAMI%3BIACI%2CUAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAfhB%2CkBACM%2C4BAGE%2CkBAKI%2CoBAQI%3BEAjBhB%2CkBACM%2C4BAGE%2CkBAMI%2CgBAOI%3BIACI%2CSAAA%3B%3BEAlBpB%2CkBACM%2C4BAGE%2CkBAkBI%2CgBACI%3BIACI%2CyBAAA%3BIACA%2CeAAA%3B%3BEAzBpB%2CkBACM%2C4BAGE%2CkBAkBI%2CgBAKI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEA9BpB%2CkBACM%2C4BAGE%2CkBA8BI%3BIACI%2CuBAAA%3B%3BEAnChB%2CkBACM%2C4BAGE%2CkBA8BI%2CoBAGI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CkBA1Cd%2C4BAGE%2CkBA8BI%2CoBAGI%2CeAMK%3BIACG%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAQxB%2CIACI%2CeAAe%2COAAO%2CcAClB%3BIACI%2CWAAA%3BIACA%2CqBAAA%3B%3BEAJZ%2CIACI%2CeAAe%2COAAO%2CcAKlB%2CmBAAoB%2CaAAW%3BIAC3B%2CSAAA%3B%3BEAPZ%2CIAUI%2CmBAAmB%2CeAAe%2COAAO%2CcAAa%3BIAClD%2CcAAA%3BIACA%2CeAAA%3B%3BEAIR%3BIACI%2CsBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAEJ%2CyBAA0B%3BIACtB%2CaAAA%3B%3BEAGJ%2CkBACI%2CeAAe%2COAAO%3BEADN%2COAAO%2CQACvB%2CeAAe%2COAAO%3BIAClB%2CmBAAA%3B%3BEAIR%2CMAAO%2CeAAe%2CeAAe%2CcAAa%3BIAC9C%2CUAAU%2CUAAV%3BIACA%2CWAAW%2CUAAX%3B%3BEAKA%2CIAAC%2CIAAI%2CwBAAwB%2CIAAI%2CuBAAwB%2CoBAAmB%3BEADhF%2CIAEI%2CoBAAmB%3BIACf%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CeAAA%3B%3BEAGJ%2CYACI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3BECjeX%3BIACI%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAFJ%2CkBAII%3BIACC%2C6BAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAPL%2CkBASC%3BIACI%2CUAAA%3BIACA%2CiBAAA%3B%3BEAXL%2CkBAcC%2CIAAG%3BIACF%2CsBAAA%3B%3BEAIF%2CeACC%3BIACC%2CUAAA%3B%3BEAGF%2CeAAe%2CYAAY%2CYAAY%2CcAAc%3BIACpD%2COAAA%3BIACG%2CMAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAJJ%2CeAAe%2CYAAY%2CYAAY%2CcAAc%2CMAMjD%3BIACF%2CQAAQ%2CkBAAR%3B%3BEAIF%2CeAAe%2CYAAY%2CcAAe%3BIACzC%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGD%2CeAAe%2CYAAa%3BIAC3B%2CkBAAA%3BIACG%2CWAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEALJ%2CeAAe%2CYAAa%2CcAOvB%3BIACG%2CoBAAA%3BIACH%2CkBAAA%3B%3BEAML%2CKAAK%2CeAAgB%2CmBAAmB%3BIACpC%2CeAAA%3B%3BEAGJ%2CKAAK%2CeAAgB%2COAAS%2CQAAQ%2CKAAK%3BEAC3C%2CKAAK%2CeAAgB%2COAAS%2CQAAQ%2CKAAK%3BEAC3C%2CKAAK%2CeAAgB%2COAAS%2CQAAQ%2CKAAK%3BEAAI%2CMAAS%2CQAAQ%2CKAAK%3BEACrE%2CKAAK%2CeAAgB%2COAAS%2CQAAQ%2CKAAK%3BEAAI%2CMAAS%2CQAAQ%2CKAAK%3BIACjE%2CYAAA%3B%3BECuOD%2CeACM%3BIACE%2CaAAA%3B%3BEAIR%2CIAAK%2C0BAA0B%2CeAAe%2CSAAS%2CSAAS%2CQAAO%3BIACnE%2CaAAA%3B%3BEAGJ%2CeAAgB%2CSAAS%3BIACrB%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CMAAM%2CYAAa%2CkBAAkB%2CeAAgB%3BIACjD%2CaAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CeACI%2CgBAAgB%2CiBAAiB%3BIAC7B%2CWAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CeAMI%2CgBACI%2COAAO%2COAAO%3BIACV%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3B%3BEAXZ%2CeAMI%2CgBAQI%2CUAAS%2COAAQ%2CQAAO%3BIACpB%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CoBAEI%2CMAAK%2CKAAM%3BIACP%2CkBAAA%3BIACA%2CaAAA%3B%3BEAJR%2CoBAOI%2CKAAI%3BIACA%2CiBAAA%3B%3BEARR%2CoBAWI%2CKAAI%3BEAXR%2CoBAYI%2CKAAI%3BEAZR%2CoBAaI%3BIACI%2CaAAA%3B%3BEAdR%2CoBAiBI%2CKAAI%3BEAjBR%2CoBAkBI%2CKAAI%3BEAlBR%2CoBAmBI%2CKAAI%3BIACA%2CSAAA%3B%3BEApBR%2CoBAuBI%2CKAAI%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEA3BR%2CoBAuBI%2CKAAI%2CQAMA%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEA%5C%2FBZ%2CoBAuBI%2CKAAI%2CQAMA%2CiBAIM%2CIAAC%3BIACC%2CUAAA%3B%3BEAMhB%2CeAAgB%2CWAAW%3BIACvB%2CaAAA%3B%3BEAGJ%2CIAAI%2CoBAAqB%2CgBACrB%2CwBAAwB%2CQAAO%3BEADnC%2CIAAI%2CoBAAqB%2CgBAErB%2CsBAAsB%2CMAAG%3BEAF7B%2CIAAI%2CoBAAqB%2CgBACrB%2CwBpL5fJ%3BEoL2fA%2CIAAI%2CoBAAqB%2CgBACrB%2CwBpLxfJ%3BIoL0fQ%2CgBAAA%3B%3BEAIR%2CIACI%3BIACI%2CcAAA%3B%3BEAFR%2CIAII%2CsBAAwB%3BIACpB%2CgBAAA%3B%3BEAIR%2CIAAI%2CoBAEA%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJR%2CIAAI%2CoBAOA%3BIACI%2CcAAA%3B%3BEARR%2CIAAI%2CoBAWA%2C6BAA4B%3BIACxB%2C8BAAA%3BIACA%2C0BAAA%3B%3BEAbR%2CIAAI%2CoBAgBA%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAnBR%2CIAAI%2CoBAgBA%2CgBAKI%2CwBAAwB%2CQAAO%3BEArBvC%2CIAAI%2CoBAgBA%2CgBAKI%2CwBpLhiBR%3BEoL2gBA%2CIAAI%2CoBAgBA%2CgBAKI%2CwBpL5hBR%3BIoL6hBY%2CmBAAA%3B%3BEAtBZ%2CIAAI%2CoBAgBA%2CgBASM%3BIACE%2CWAAA%3B%3BEA1BZ%2CIAAI%2CoBAgBA%2CgBAYI%3BIACI%2CQAAA%3B%3BEA7BZ%2CIAAI%2CoBAgBA%2CgBAgBI%3BIACI%2CQAAA%3B%3BEAEA%2CIAnCR%2CoBAgBA%2CgBAgBI%2CsBAGQ%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAMhB%2CKAAK%2CcACD%3BIACI%2CeAAA%3B%3BEAFR%2CKAAK%2CcAID%2CmBAAmB%3BIACf%2CqBAAA%3B%3BEAKR%2CoBACI%2CKAAI%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CoBACI%2CKAAI%2CKAIA%3BIACI%2CkBAAA%3BIACA%2CaAAA%3B%3BEAPZ%2CoBAWI%2CKAAI%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CoBACI%2CWAAW%2CMAAK%2CcACZ%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEANZ%2CoBACI%2CWAAW%2CMAAK%2CcAOZ%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAVZ%2CoBAcI%2CqBACI%2CKAAI%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAnBZ%2CoBAcI%2CqBACI%2CKAAI%2CQAMA%3BIACI%2CWAAA%3BIACA%2CqBAAA%3B%3BEAvBhB%2CoBAcI%2CqBAaI%2CKAAI%3BIACA%2CaAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3B%3BEA9BZ%2CoBAcI%2CqBAaI%2CKAAI%2CKAKA%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEApChB%2CoBA8CI%2CIAAG%3BIACC%2CaAAA%3B%3BEAIR%2CKAAK%2CcAAe%2CKAAI%2CMAAM%2CSAAS%3BIACnC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2CKAAK%3BEAC1B%2CoBAAqB%2CKAAK%3BIACtB%2CgBAAA%3B%3BEAQJ%2CGAAG%2CKAAK%3BIACJ%2CiBAAA%3B%3BEAGJ%2CIAAK%2CKAAI%2CIAAI%2CwBAAwB%2CIAAI%2CuBAAuB%2CoBAAqB%2CoBAAmB%3BIACpG%2CmBAAA%3B%3BEAUJ%3BIACI%2CwBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CmCAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3B%3BECzhBJ%2CsBAAyB%2CyBACrB%3BIACI%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CYAAY%2CiBACX%3BIACC%2CYAAA%3BIAEA%2CoBAAA%3B%3BEAJF%2CYAAY%2CiBACX%2C2BAKG%3BIACD%2CkBAAA%3B%3BEAPH%2CYAAY%2CiBACX%2C2BAKG%2CwBAGD%3BIACC%2CeAAA%3B%3BEAMP%2CYAAY%2CYAAY%2CiBAAiB%2CcAAc%3BIACtD%2CkBAAA%3BIACA%2COAAA%3BIACG%2CMAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2C0BAAA%3B%3BEAGD%2CYAAY%2CiBACX%3BIACC%2CWAAA%3B%3BEAFF%2CYAAY%2CiBACX%2C4BAGE%2CSAAQ%3BIACP%2CUAAA%3BIACD%2CSAAA%3B%3BEANH%2CYAAY%2CiBAUX%3BIACC%2CoBAAA%3BIACA%2CWAAA%3B%3BEAZF%2CYAAY%2CiBAeX%2CkBAAkB%2CyBAAyB%3BIAC1C%2CgBAAA%3BIACA%2CWAAA%3B%3BEAjBF%2CYAAY%2CiBAmBX%2CkBAAkB%2CyBAA2B%2CYAAY%2CgBAAgB%3BIACxE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEArBF%2CYAAY%2CiBAwBX%3BIACC%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEA3BF%2CYAAY%2CiBAwBX%2CcAKC%3BIACC%2CUAAA%3B%3BEAKH%2C6BACM%3BIACE%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAHR%2C6BAKI%2CcAAc%2CSAAQ%3BIAClB%2CwBAAA%3B%3BEAIR%2CaAAa%2CcAAe%2CkBAAkB%3BIAC1C%2CgBAAA%3B%3BEAIJ%2CiBACI%3BIACI%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAHR%2CiBAKM%2CSAAS%3BIACP%2CUAAA%3B%3BEANR%2CiBAQI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CiBAAkB%3BEAClB%2CeAAkB%3BIACd%2CUAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CiBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3B%3BEC%5C%2FBP%3BIACC%2CgBAAA%3BIACG%2CaAAA%3B%3BEAGJ%2CwBACC%3BIACI%2CgBAAA%3B%3BEAIL%2CGAAG%2CgBAAiB%2CkBAAkB%2CYAAc%3BIAChD%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CsBAAsB%2CMAAI%3BIAC5C%2CoBAAA%3B%3BEAGJ%2CMAAM%2CYAAa%2CIAAG%2CYAAa%2CkBAClC%3BIACC%2CwBAAA%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAVL%2CMAAM%2CYAAa%2CIAAG%2CYAAa%2CkBAalC%3BIACC%2CWAAW%2CcAAc%2CgBAAzB%3B%3BEAGD%2CMAjBK%2CYAAa%2CIAAG%2CYAAa%2CkBAiBjC%2COAAQ%3BIACR%2CWAAW%2CeAAX%3B%3BEAIF%2CMAAM%2CYAAa%2CcAAa%2COAAQ%3BIACvC%2CWAAW%2CaAAX%3BIACA%2CmBAAmB%2CaAAnB%3BIACM%2CgBAAgB%2CaAAhB%3BIACA%2CcAAc%2CaAAd%3B%3BEAGP%2CMAAM%2CYAAa%2CkBAAkB%3BIACpC%2CWAAW%2CgBAAX%3BIACM%2CmBAAmB%2CgBAAnB%3BIACA%2CgBAAgB%2CgBAAhB%3BIACA%2CcAAc%2CgBAAd%3B%3BEAGP%2CMAAM%2CYAAa%2CkBAAiB%2COAAQ%3BIAC3C%2CWAAW%2CaAAX%3BIACA%2CmBAAmB%2CaAAnB%3BIACM%2CgBAAgB%2CaAAhB%3BIACA%2CcAAc%2CaAAd%3B%3BEAGP%2CyBACC%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3B%3BEAKL%2CyBACC%2CcACI%3BIACC%2CeAAA%3B%3BEAHN%2CyBACC%2CcAKI%3BIACC%2CeAAA%3B%3BEAPN%2CyBACC%2CcAKI%2CGAGC%3BIACC%2CeAAA%3B%3BEASJ%2CuBAAwB%2CmBAAmB%2CYAAW%2CIAAI%3BEAC1D%2CgBAAiB%2CmBAAmB%2CYAAW%2CIAAI%3BIAC%5C%2FC%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CaAAa%2CsBAAb%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BECnQP%2CaAGC%2CyBAAwB%3BIACpB%2CgBAAA%3B%3BEAIJ%2CoBAAqB%2CcACpB%3BIACC%2CWAAA%3BIACG%2CgBAAA%3B%3BEC4DH%2CIAAK%2CKAAI%2CQACL%2CSACI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CoBAAA%3B%3BEALZ%2CIAAK%2CKAAI%2CQACL%2CSAOI%2COAAO%3BIACH%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEAbZ%2CIAAK%2CKAAI%2CQACL%2CSAeI%2COAAO%3BIACH%2CaAAa%2CeAAb%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CIAxBP%2CKAAI%2CQACL%2CSAeI%2COAAO%2COAQF%3BIACG%2CaAAA%3B%3BEAzBhB%2CIAAK%2CKAAI%2CQACL%2CSAeI%2COAAO%2COAYH%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEA9BhB%2CIAAK%2CKAAI%2CQAmCL%2CoBAAoB%3BIAChB%2CuBAAA%3B%3BEAIR%2CIAAK%2CKAAI%2C0BAA0B%2CQAAS%2CSAAS%2CSAAQ%3BIACzD%2CQAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAHJ%2CIAAK%2CKAAI%2C0BAA0B%2CQAAS%2CSAAS%2CSAAQ%2CaAKzD%3BIACI%2CgBAAA%3B%3BEAIR%2CQAAS%3BIACL%2CgBAAA%3B%3BEAGJ%2CIAAK%2CqBAAqB%2CeAAc%2CSAAU%3BIAC9C%2CmBAAA%3B%3BEAGJ%2CIAAI%2CQACA%2CiBAAiB%2CWAAW%2CQAAO%3BIAC%5C%2FB%2CcAAA%3BIACA%2CyBAAA%3B%3BEChGR%2CqBACM%2CMACI%3BIACE%2CUAAA%3B%3BEAHZ%2CqBACM%2CMACI%2CMAGE%3BIACI%2CYAAA%3B%3BEAMhB%2CcACI%3BEADJ%2CchPxFA%2CMAAK%2CcA0CD%2CiBAGM%3BEgP2CV%2Cc%5C%2FO%5C%2FHA%3BI%2BOiIQ%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIR%2C0BACI%2COAAM%3BIACE%2CWAAA%3B%3BEAIZ%2CIAAK%2CeAAe%2CaAAa%2C2BAC7B%2CaAAa%2CGAAE%3BIACX%2CeAAA%3BIACA%2CmBAAA%3B%3BEGnJV%2CsBAAC%2CYAAY%2CYAAY%2CcAAe%3BIACpC%2CeAAA%3BIACA%2CQAAA%3B%3BEAHL%2CsBAMC%2CqBACC%3BIACC%2CeAAA%3B%3BEAsCH%3BIACC%2C6BAAA%3B%3BEEYD%2CGAAG%2CwBACD%3BIACG%2CkBAAA%3B%3BEAFL%2CGAAG%2CwBAID%2CMAAI%2CMAAI%2CMAAI%2CEAAC%2COAAO%3BEAJtB%2CGAAG%2CwBAKD%2CMAAI%2CMAAI%2CMAAI%2CEAAC%2COAAO%3BIACpB%2CeAAA%3BIACA%2C0BAAA%3BIACG%2C2BAAA%3B%3BEAIL%2CGAAG%3BIACC%2CaAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CGAAG%2CiCAIE%3BIACA%2CUAAA%3B%3BEALL%2CGAAG%2CiCAOD%2CMAAI%2CMAAK%2CeAAgB%3BIACtB%2CkBAAA%3B%3BECtEF%3BIACI%2CYAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAGI%2CcADF%2CMACG%2CUAAU%3BIACP%2CaAAA%3B%3BEAEJ%2CcAJF%2CMAIG%2CUAAU%3BIACP%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CcARF%2CMAQG%2CUAAU%3BIACP%2CkBAAA%3BIACA%2CWAAA%3B%3BECgLf%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIACC%2CcAAA%3B%3BEAGD%2CIAAI%2CoBAAoB%2CqBAAsB%2C4BAA4B%2CoBAC1E%2CKAAI%2CoBAAoB%2CqBAAsB%2C4BAA4B%3BIACtE%2CaAAA%3B%3BEAKJ%2C6BACC%3BIACC%2CeAAA%3BIACG%2CaAAa%2CeAAb%3BIACA%2CeAAA%3B%3BEAJL%2C6BAMC%3BIACC%2CeAAA%3BIACA%2CeAAA%3B%3BEARF%2C6BAWC%3BEAXD%2C6BAYC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAdF%2C6BAiBC%2C4BACG%3BIACD%2CgBAAA%3B%3BEAnBH%2C6BAuBC%2CwBAAuB%3BIACnB%2CSAAA%3BIACA%2CcAAA%3B%3BECpBF%3BIACI%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CuBAAA%3B%3BEAHJ%2CyBAKI%2CSAAQ%3BIACJ%2CoBAAA%3B%3BEANR%2CyBASI%3BIACI%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3B%3BEAhBR%2CyBASI%2CoBASI%2COAAM%3BEAlBd%2CyBASI%2CoBxP5LJ%2CMAAK%2CcA0CD%2CiBAGM%2CUwPwJI%3BEAlBd%2CyBASI%2CoBvPnOJ%2CauP4Oc%3BIACF%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3B%3BEAtBZ%2CyBA0BI%2CgBAAe%3BIACX%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAhCR%2CyBA0BI%2CgBAAe%2COAQX%3BIACI%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEArCZ%2CyBA0BI%2CgBAAe%2COAcX%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CYAAY%2CkBAAmB%2CkBAAkB%3BIAC7C%2C%2BBAAA%3B%3BECjMJ%2CiCAAkC%3BIAC9B%2CwBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CYAAY%3BIACR%2CWAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CoBAAA%3B%3BECfJ%3BIACI%2CwBAAA%3B%3BECgCJ%2CqBAAqB%2CIAAI%2C4BAA6B%2CqBAAqB%3BIACvE%2CaAAA%3B%3BEAGJ%2CcAAe%2COAAO%2CcAAc%2CmBAAmB%3BIACnD%2C8BAAA%3B%3BEAGJ%2CIAEI%2CKAAI%2CqBACA%2CkBAAkB%2CyBAAyB%3BIACvC%2CaAAA%3B%3BEAJZ%2CIAEI%2CKAAI%2CqBAIA%3BIACI%2CkBAAA%3B%3BEAPZ%2CIAEI%2CKAAI%2CqBAQA%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CIAAI%2CqBAAqB%2CIAAI%2CaAEzB%2CiBAAgB%3BIACZ%2CeAAA%3B%3BEAHR%2CIAAI%2CqBAAqB%2CIAAI%2CaAEzB%2CiBAAgB%2CeAGZ%2CcAAc%2CkBAAoB%3BIAC9B%2COAAO%2CiBAAP%3B%3BEAKZ%2CiBAAkB%2CyBAAyB%3BEAC3C%2CIAAI%2CqBAAsB%2C4BAA4B%2CYAAY%2CQAAO%2CQAAQ%3BEAAjF%2CIAAI%2CqBAAsB%2C4BAA4B%2CYpM9ItD%2CiBoM8IiF%3BEAAjF%2CIAAI%2CqBAAsB%2C4BAA4B%2CYpM1ItD%2CcoM0IiF%3BIAC7E%2CeAAA%3B%3BEAGJ%2CiBAAkB%2CyBAEZ%2CYAAY%2CgBAAgB%3BIAC1B%2CgBAAA%3B%3BEAEA%2CiBALU%2CyBAEZ%2CYAAY%2CgBAAgB%2CWAGzB%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEArBZ%2CiBAAkB%2CyBAyBd%3BIACI%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACI%2CqBAAA%3BIACJ%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CiBAtCU%2CyBAyBd%2CwBAaK%3BIACG%2CkBAAA%3BIACA%2CcAAA%3B%3BEC9BZ%2CIAAI%2CqBAAqB%2CIAAI%2CaACzB%3BIACI%2CkBAAA%3B%3BEAFR%2CIAAI%2CqBAAqB%2CIAAI%2CaAKzB%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAPR%2CIAAI%2CqBAAqB%2CIAAI%2CaAUzB%2C4BAA4B%2CyBAA2B%2CYAAY%2CSAAM%3BIACrE%2CmBAAA%3B%3BEAIR%2CIAAI%2CqBAAqB%2CIAAI%2CaAAa%2CwBAEtC%2C4BAA4B%3BEAFhC%2CIAAI%2CqBAAqB%2CIAAI%2CaAAa%2CwBAGtC%2C4BAA4B%3BIACxB%2CkBAAA%3B%3BEAJR%2CIAAI%2CqBAAqB%2CIAAI%2CaAAa%2CwBAOtC%2C4BAA4B%2CwBAAwB%3BIAChD%2CkBAAA%3BIACA%2CYAAA%3BIACA%2COAAO%2CUAAP%3B%3BEAIR%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAKA%2CIAAI%2CqBACA%2C4BACI%3BIACI%2CmBAAA%3B%3BEAHZ%2CIAAI%2CqBACA%2C4BAII%3BIACI%2CgBAAA%3B%3BEANZ%2CIAAI%2CqBACA%2C4BAII%2CoBAGI%2CYAAY%3BIACR%2CuBAAA%3BIACA%2CeAAA%3B%3BEAVhB%2CIAAI%2CqBACA%2C4BAaI%2CyBAA2B%2CYAAY%2CSAAM%2CaACzC%2CIAAG%3BIACC%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEArBhB%2CIAAI%2CqBACA%2C4BAwBI%2CMAAM%2CQAAQ%3BIACV%2CWAAA%3B%3BEAWA%2CIALZ%2CqBAAqB%2CIAAI%2CaACzB%2C4BACI%2CyBACM%3BEAHd%2CIAAI%2CqBAAqB%2CIAAI%2CaACzB%2C4BACI%2CyBACM%2CYAEO%2CYAAW%3BIACZ%2CSAAA%3B%3BEANpB%2CIAAI%2CqBAAqB%2CIAAI%2CaACzB%2C4BAUI%2CwBAAwB%3BIACpB%2CeAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3B%3BEAjBZ%2CIAAI%2CqBAAqB%2CIAAI%2CaACzB%2C4BAUI%2CwBAAwB%2CYAQpB%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEArBhB%2CIAAI%2CqBAAqB%2CIAAI%2CaACzB%2C4BAwBI%2CKAAO%2CMAAG%2CWAAW%2CIAAI%2CyBAA0B%2CQAAO%2CQAAQ%3BEAzB1E%2CIAAI%2CqBAAqB%2CIAAI%2CaACzB%2C4BAwBI%2CKAAO%2CMAAG%2CWAAW%2CIAAI%2CyBrMzPjC%2CiBqMyP0E%3BEAzB1E%2CIAAI%2CqBAAqB%2CIAAI%2CaACzB%2C4BAwBI%2CKAAO%2CMAAG%2CWAAW%2CIAAI%2CyBrMrPjC%2CcqMqP0E%3BIAC9D%2CeAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIAEA%2CcAAA%3BIACA%2CWAAA%3B%3BEA%5C%2FBZ%2CIAAI%2CqBAAqB%2CIAAI%2CaACzB%2C4BAiCI%2CoBAAoB%2CYAAY%3BIAC5B%2CuBAAA%3BIACA%2CeAAA%3B%3BEApCZ%2CIAAI%2CqBAAqB%2CIAAI%2CaACzB%2C4BAqCI%2CMAAM%2CQAAQ%3BIACV%2CWAAA%3B%3BEAKZ%3BIACI%2CeAAA%3B%3BEAYJ%2CGAAG%2CwBAAyB%2CUAAU%2CiBAAiB%3BIACnD%2CeAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CwBAAyB%3BIACrB%2CoBAAA%3B%3BEC%5C%2FOX%2CqBACO%2CsBAAqB%3BIACjB%2CoBAAA%3B%3BEAIR%2CqCAAsC%3BIAClC%2CuBAAA%3BIACA%2CoBAAA%3B%3BECyBJ%2CuBAGI%3BEAFJ%2C8BAEI%3BEADJ%2CoBACI%3BIACI%2C0BAAA%3B%3BEAIR%2CQAAS%2CKAAI%2CMAKT%2CIAAG%2CMAAO%2CaAAY%2CMAAS%3BEAJnC%2C0BAII%2CIAAG%2CMAAO%2CaAAY%2CMAAS%3BEAHnC%2CgCAGI%2CIAAG%2CMAAO%2CaAAY%2CMAAS%3BEAFnC%2C4BAEI%2CIAAG%2CMAAO%2CaAAY%2CMAAS%3BIAC3B%2CeAAA%3B%3BEANR%2CQAAS%2CKAAI%2CMAST%2CIAAM%2CIAAC%3BEARX%2C0BAQI%2CIAAM%2CIAAC%3BEAPX%2CgCAOI%2CIAAM%2CIAAC%3BEANX%2C4BAMI%2CIAAM%2CIAAC%3BIACH%2CsBAAA%3BIACA%2CSAAA%3B%3BEAXR%2CQAAS%2CKAAI%2CMAcT%2CGAAG%3BEAbP%2C0BAaI%2CGAAG%3BEAZP%2CgCAYI%2CGAAG%3BEAXP%2C4BAWI%2CGAAG%3BEAdP%2CQAAS%2CKAAI%2CMAeT%2CIAAM%2CIAAC%2CiCAAkC%3BEAd7C%2C0BAcI%2CIAAM%2CIAAC%2CiCAAkC%3BEAb7C%2CgCAaI%2CIAAM%2CIAAC%2CiCAAkC%3BEAZ7C%2C4BAYI%2CIAAM%2CIAAC%2CiCAAkC%3BIACrC%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3B%3BEApBR%2CQAAS%2CKAAI%2CMAuBT%3BEAtBJ%2C0BAsBI%3BEArBJ%2CgCAqBI%3BEApBJ%2C4BAoBI%3BIACI%2CSAAA%3B%3BEAxBR%2CQAAS%2CKAAI%2CMAuBT%2CcAGI%3BEAzBR%2C0BAsBI%2CcAGI%3BEAxBR%2CgCAqBI%2CcAGI%3BEAvBR%2C4BAoBI%2CcAGI%3BIACI%2CmBAAA%3B%3BEA3BZ%2CQAAS%2CKAAI%2CMA8BT%3BEA7BJ%2C0BA6BI%3BEA5BJ%2CgCA4BI%3BEA3BJ%2C4BA2BI%3BIACI%2CUAAA%3B%3BEA%5C%2FBR%2CQAAS%2CKAAI%2CMAiCT%3BEAhCJ%2C0BAgCI%3BEA%5C%2FBJ%2CgCA%2BBI%3BEA9BJ%2C4BA8BI%3BIACI%2CWAAA%3B%3BEAlCR%2CQAAS%2CKAAI%2CMAqCT%2CIAAG%2CMAAO%2CaAAY%2CMAAS%3BEApCnC%2C0BAoCI%2CIAAG%2CMAAO%2CaAAY%2CMAAS%3BEAnCnC%2CgCAmCI%2CIAAG%2CMAAO%2CaAAY%2CMAAS%3BEAlCnC%2C4BAkCI%2CIAAG%2CMAAO%2CaAAY%2CMAAS%3BIAC3B%2CgBAAA%3B%3BEAIR%2CQAAS%2CKAAI%2CMACT%2CkCACM%3BIACE%2CeAAA%3B%3BEAHZ%2CQAAS%2CKAAI%2CMACT%2CkCAIM%2CMAAG%3BIACD%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CQAAS%2CKAAI%2CMACT%2CIAAG%2CaACC%2CkBAAiB%3BIACb%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3B%3BEALZ%2CQAAS%2CKAAI%2CMACT%2CIAAG%2CaAMC%2CkBAAiB%3BIACb%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3B%3BEAKZ%2CQAAS%2CKAAI%2CMAIT%3BEAHJ%2C0BAGI%3BEAFJ%2CgCAEI%3BEADJ%2C4BACI%3BIACI%2CQAAA%3BIACA%2CUAAA%3B%3BEANR%2CQAAS%2CKAAI%2CMAQT%3BEAPJ%2C0BAOI%3BEANJ%2CgCAMI%3BEALJ%2C4BAKI%3BIACI%2CQAAA%3BIACA%2CWAAA%3B%3BECrLR%3BIACI%2CmBAAA%3B%3BECzBJ%2CIACI%2C0BAA0B%2CgBACtB%3BIACI%2CWAAA%3B%3BEAHZ%2CIACI%2C0BAA0B%2CgBAItB%3BIACI%2CcAAA%3B%3BEANZ%2CIACI%2C0BAA0B%2CgBAOtB%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAXZ%2CIACI%2C0BAA0B%2CgBAYtB%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAlBZ%2CIACI%2C0BAA0B%2CgBAYtB%2CuBAOI%3BIACI%2CcAAA%3B%3BEC%5C%2FBhB%2CIAAK%3BIACD%2CkBAAA%3BIACA%2CmBAAA%3B%3BECmxBJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CSAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CiBAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CSAAA%3B%3BEAFJ%2CmBAII%3BIACI%2CeAAA%3B%3BEALR%2CmBAII%2CEAGI%3BIACI%2CaAAA%3B%3BEAQJ%2CqBADJ%2C2BACK%2CSAAY%3BIACT%2CgBAAA%3B%3BEAJZ%2CqBAQI%2CaACI%3BEATR%2CqBAQI%2CaAEI%3BIACI%2CaAAA%3B%3BEAXZ%2CqBAQI%2CaAMI%2CyBAAwB%2CSAAY%3BIAChC%2CSAAA%3B%3BEAfZ%2CqBAQI%2CaASI%3BIACI%2CeAAA%3B%3BEAIR%2CqBAAC%2CkBAAmB%3BIAChB%2CUAAA%3B%3BEAvBR%2CqBA0BI%3BIACI%2CcAAA%3B%3BEA3BR%2CqBA8BI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAhCR%2CqBA8BI%2CwBAII%3BIACI%2CWAAA%3B%3BEAKZ%2CgBAAiB%2CsBACb%2CMAAK%2CcACC%2CQACE%3BIACI%2CQAAA%3BIACA%2CMAAA%3B%3BEAOhB%2CaAAc%3BIACV%2CgBAAA%3B%3BEAIA%2CcADW%2CeAAe%2COACzB%3BEACD%2CcAFW%2CeAAe%2COAEzB%3BEADD%2CcADW%2CelQvyBf%2CMAAK%2CcA0CD%2CiBAGM%2CUkQ2vBL%3BEACD%2CcAFW%2CelQvyBf%2CMAAK%2CcA0CD%2CiBAGM%2CUkQ4vBL%3BEADD%2CcADW%2CejQ90Bf%2CaiQ%2B0BK%3BEACD%2CcAFW%2CejQ90Bf%2CaiQg1BK%3BIACG%2CWAAA%3B%3BEAIR%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAHJ%2CSAKI%2CcAAa%3BIACT%2CYAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAjBR%2CSAKI%2CcAAa%2CoBAcT%3BIACI%2CWAAW%2CaAAX%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAtBZ%2CSA2BI%3BIACI%2CaAAA%3B%3BEAMR%2CqBACI%2COAAM%2CYAAa%2CSAAS%3BIACxB%2CcAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CgBAAA%3B%3BEANR%2CqBAKI%2CqBAGI%2CMAAQ%3BIACJ%2CkBAAA%3BIACA%2CgCAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CqBATR%2CqBAGI%2CMAAQ%2CMAMH%3BIACG%2CgBAAA%3B%3BEAfhB%2CqBAKI%2CqBAGI%2CMAAQ%2CMAUJ%3BIACI%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEArBhB%2CqBAKI%2CqBAGI%2CMAAQ%2CMAUJ%2CUAKI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3B%3BEAOpB%2CYAAY%2CIAAI%3BIACZ%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CaAAa%2CYAAa%3BIACtB%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CaARS%2CYAAa%2CcAQrB%3BIACG%2CSAAS%2CGAAT%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CaAdS%2CYAAa%2CcAcrB%2CKAAK%3BIACF%2CSAAS%2CGAAT%3B%3BEAfR%2CaAAa%2CYAAa%2CcAkBtB%3BIACI%2CaAAA%3B%3BEAIR%2CkBAAmB%2CcAAc%2CoBAAoB%3BIACjD%2CqBAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%3BIACrC%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CGAAG%2CYAAa%3BEAChB%2CGAAG%2CkBAAqB%3BIACpB%2CeAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3BEG1%2BBP%2CiBAAkB%3BEAClB%2CiBAAkB%3BIACd%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CiBAAkB%3BEAClB%2CeAAkB%3BIACd%2CUAAA%3B%3BEAEJ%2CiBAAoB%2CSAAS%3BIACzB%2CUAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CIAAK%2CkBAAkB%2CaAAa%2CGAAE%3BIACrC%2CeAAA%3B%3BEGME%2CGAAG%3BIACC%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CGAAG%2CsBAIC%3BIACI%2C4BAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3BIACA%2CgCAAA%3B%3BEATR%2CGAAG%2CsBAIC%2CEAOI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAhBZ%2CGAAG%2CsBAIC%2CEAeI%3BIACI%2CaAAA%3B%3BEApBZ%2CGAAG%2CsBAIC%2CEAmBI%3BIACI%2CeAAA%3B%3BEC3CZ%3BIACI%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAJJ%2CaAMI%2CsBACI%3BIACI%2CWAAW%2CQAAX%3BIACA%2C4BAAA%3B%3BECsIZ%2COAAO%2CcACH%2COAAM%3BEADV%2COAAO%2Cc1QvEP%2CMAAK%2CcA0CD%2CiBAGM%2CU0Q2BA%3BEADV%2COAAO%2CczQ9GP%2CayQ%2BGU%3BIACF%2CWAAA%3BIACA%2CeAAA%3B%3BEAHR%2COAAO%2CcAMH%3BIACI%2CWAAA%3B%3BEAPR%2COAAO%2CcAUH%3BIACI%2C2BAAA%3B%3BEAXR%2COAAO%2CcAcH%3BIACI%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BECzKX%3BIACO%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAFP%2CkBAIO%2CaACM%3BIACE%2CYAAA%3B%3BEANf%2CkBAIO%2CaAII%3BIACI%2CeAAA%3B%3BEATf%2CkBAYO%3BIACI%2CiBAAA%3B%3BECcX%2CqBACO%3BIAEI%2CkBAAA%3B%3BEAHX%2CqBACO%2CwBAII%3B%3BIAEI%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAVf%2CqBACO%2CwBAYI%3BIACI%2CoBAAA%3B%3BEAdf%2CqBACO%2CwBAYI%2CeAGI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CqBArBJ%2CwBAqBK%3BIACG%2CYAAA%3BIACA%2CYAAA%3B%3BEAxBf%2CqBA4BO%2CeAAc%3BIACV%2CYAAA%3B%3BEAKR%2CgBACI%3BIACI%2CwBAAA%3B%3BEC7CR%2CyBACI%3BIACI%2CUAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CUAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2C2BAAA%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CUAAA%3B%3BEAEA%2CqBARkB%2C0BAQjB%3BIACG%2CWAAW%2CaAAX%3B%3BECiKf%2CuBAAuB%2CYAAY%2CYAAY%2CcAAc%3BIACtD%2COAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAKP%2CGAAG%2CsBAEF%3BIACU%2CkBAAA%3B%3BEAEA%2CGALR%2CsBAEF%2CkBAGW%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CkBAAkB%2C0CAAlB%3BIACA%2COAAA%3BIACA%2CYAAA%3B%3BEAbf%2CGAAG%2CsBAEF%2CkBAcU%3BIACL%2CaAAA%3BIACG%2CiBAAA%3BIACA%2C2BAAA%3B%3BEAnBT%2CGAAG%2CsBAwBF%3BIACE%2CkBAAA%3BIACG%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2C0BAAA%3B%3BEA9BN%2CGAAG%2CsBAwBF%2COAQc%2CaACI%3BIACI%2CQAAQ%2CSAAR%3BIACA%2CWAAA%3B%3BEAnCvB%2CGAAG%2CsBAuCF%2C0BAEC%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CaAAa%2CWAAb%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3BIACI%2CSAAA%3B%3BEApDV%2CGAAG%2CsBAuCF%2C0BAeC%3BIACC%2CkBAAA%3BIACG%2CUAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CaAAa%2CWAAb%3BIACA%2C0BAAA%3B%3BEA%5C%2FDN%2CGAAG%2CsBAmEF%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAAY%2CMAAK%3BEAnEpE%2CGAAG%2CsBAoEF%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAAY%3BIAC7D%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3B%3BEAvEF%2CGAAG%2CsBA0EF%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAAY%2CSAAS%2CQAAO%3BIAC1E%2CeAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEAIL%2CuBAAuB%2CYAAa%2CkBAAkB%2CuBAAuB%2CqBAAqB%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAAY%3BIACzJ%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEW%5C%2FSJ%3BIACI%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAFJ%2C6BAIM%3BIACE%2CqBAAA%3B%3BEALR%2C6BAIM%2CMAEI%3BIACE%2CcAAA%3B%3BEAIZ%3BIACI%2CQAAQ%2CmBAAR%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEV6EJ%3BIACI%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAHJ%2C0BAKI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3BECmHR%2CyBACI%3BIACI%2CsBAAA%3B%3BEAKJ%2CqBAAC%3BIACG%2CgBAAA%3B%3BEAEJ%2CqBAAC%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAoB%2CMAAQ%2CKAAK%2CKAAE%3BIACjF%2CiBAAA%3B%3BEAEJ%2CqBAAC%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAoB%2CMAAQ%2CKAAK%2CKAAE%3BIACjF%2CoBAAA%3B%3BEAEJ%2CqBAAC%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%3BEACnF%2CqBAAC%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%3BIAC%5C%2FE%2CiBAAA%3B%3BEC8DR%2CYAAY%2CIAAI%2CmBAAoB%2CiBAAiB%2CoBAAoB%2CeAAe%2CUAAU%2CKAAG%3BIACjG%2CgBAAA%3BIACA%2CuBAAA%3B%3BECtDJ%2CQAAQ%2CuBACJ%3BIACI%2CsBAAA%3B%3BEAFR%2CQAAQ%2CuBACJ%2CaAGK%3BIACG%2CuBAAA%3B%3BEALZ%2CQAAQ%2CuBACJ%2CaAGK%2CMAGI%2CMAAG%3BIACA%2CmBAAA%3B%3BEARhB%2CQAAQ%2CuBACJ%2CaAGK%2CMAGI%2CMAAG%2CYAGA%3BIACI%2CkBAAA%3B%3BEAIR%2CQAfJ%2CuBACJ%2CaAGK%2CMAWI%3BIACG%2CmBAAA%3BIACA%2CeAAA%3B%3BEAjBhB%2CQAAQ%2CuBAsBJ%3BIACI%2CgBAAA%3B%3BECgPR%3BIACI%2CcAAA%3B%3BEADJ%2CqCAGI%3BIACI%2CWAAA%3B%3BEAIR%2CGAAG%2C2BACE%2CMAAI%3BIACD%2CWAAA%3B%3BEAIA%2CGANL%2C2BAKC%2CWACK%2CiBAAiB%3BIACd%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CGAXL%2C2BAKC%2CWAMK%3BIACG%2CYAAA%3B%3B%3BAC9eZ%2CwBAJqD%3BEpQgerD%3BEGpVQ%2CyBADJ%2CKAAI%2CQACC%3BIvBnJT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEoBgwBD%2C0BACI%2CMAAM%2CGpBlwBT%3BEoBiwBD%2C0BACI%2CMAAM%2CGpBjwBT%3BEgEsCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGhE3CnB%3BEgEuCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGhE1CnB%3BEuBwHD%2CyBACI%2CKAAI%2CQvB1HP%3BEuByHD%2CyBACI%2CKAAI%2CQvBzHP%3BEemMD%2CQAaI%2CSfjNH%3BEeoMD%2CQAaI%2CSfhNH%3BEwBwQG%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGpBlwBT%3BEwByQG%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGpBjwBT%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEoB2vBD%2C0BACI%2CMAAM%2CGpB5vBT%3BEgEiCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGhErCnB%3BEuBmHD%2CyBACI%2CKAAI%2CQvBpHP%3BEe8LD%2CQAaI%2CSf3MH%3BEwBmQG%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGpB5vBT%3BIACG%2CWAAA%3B%3BEoB4vBI%2C0BADJ%2CMAAM%2CGACD%2CIAAI%3BEI1fT%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGACD%2CIAAI%3BIACD%2CgCAAA%3B%3BEAOI%2C0BATZ%2CMAAM%2CGAOF%2CKACK%2CKACI%3BEIlgBb%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKACK%2CKACI%3BIACG%2CaAAA%3B%3BEAIR%2C0BAdR%2CMAAM%2CGAOF%2CKAOK%3BEACD%2C0BAfR%2CMAAM%2CGAOF%2CKAQK%3BEACD%2C0BAhBR%2CMAAM%2CGAOF%2CKASK%3BEIzgBT%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKAOK%3BEIvgBT%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKAQK%3BEIxgBT%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKASK%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2C0BAvBZ%2CMAAM%2CGAOF%2CKAOK%2CIASI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CGAOF%2CKAQK%2CMAQI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CGAOF%2CKASK%2CSAOI%2CSAAS%3BEIhhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKAOK%2CIASI%2CSAAS%3BEIhhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKAQK%2CMAQI%2CSAAS%3BEIhhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKASK%2CSAOI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA5BpB%2C0BACI%2CMAAM%2CGAgCF%3BEIzhBJ%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAgCF%3BIACI%2CSAAA%3B%3BEAoKZ%3BE4Cr7BoB%2CcAhBhB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAaA%2CsBACG%2CMACI%3BI5Cy6B5B%2CaAAA%3B%3BEAoDA%2C2BACI%3BEADJ%2C2BAEI%3BEAFJ%2C2BAGI%3BEGv2BJ%2C6BHq2BI%3BEGr2BJ%2C6BHs2BI%3BEGt2BJ%2C6BHu2BI%3BIACI%2CmBAAA%3B%3BE4Cv%5C%2FBR%3BI7DsUA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BI6DxUI%2CkBAAA%3B%3BEAKY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%3BI7DscrB%2CYAAA%3BIACA%2CcAAA%3B%3BE6DvcgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB7DycnB%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BE6D1cY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB7D6cnB%3BIACE%2CcAAA%3B%3BE6D9cY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB7D6cnB%2CQAGI%3BIACE%2CcAAA%3B%3BE6DjdQ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB7D6cnB%2CQAGI%2CKAGE%3BE6DndQ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB7D6cnB%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CcAAA%3B%3BEG0OY%2Cc6D5dR%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB7D6cnB%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2Cc6D5dR%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB7D6cnB%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEgE%5C%2FOgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAGD%2CMAAQ%2CKACF%2CKAAE%3BIACA%2CiBAAA%3B%3BEALZ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAGD%2CMAAQ%2CKAKF%2CKAAE%3BIACA%2CoBAAA%3B%3BEAWI%2CcAvB5B%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAaA%2CsBACG%2CMAKI%2CGACK%3BIACG%2CYAAA%3BIACA%2CgBAAA%3B%3BEAYxB%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%3BIACI%2CcAAA%3B%3BEAFR%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAGA%2CcAVpB%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGAIK%2CYACG%3BEADJ%2CcAVpB%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGAIK%2CYAEG%3BIACI%2CiBAAA%3B%3BEAXpB%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAeI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAtBZ%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAwBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAQxB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMAAM%3BEATV%2C2BAUI%2CMAAM%3BIACF%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEpCvBA%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BEmGtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BE2EwSR%2CwBACI%3BI1M1BJ%2C0BAAA%3B%3BE0M%2BBA%2C0BACI%2CeACI%3BIACI%2CYAAA%3B%3BEAEA%2C0BAJR%2CeACI%2CuBAGK%3BEACD%2C0BALR%2CeACI%2CuBAIK%3BIACG%2CWAAA%3B%3BEAMhB%2CaACI%2CwBACI%2CeACI%3BIACI%2CYAAA%3B%3BEAEA%2CaALZ%2CwBACI%2CeACI%2CuBAGK%3BEACD%2CaANZ%2CwBACI%2CeACI%2CuBAIK%3BIACG%2CWAAA%3B%3BEAOpB%2CeACI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAHR%2CeACI%2CeAII%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAEA%2CeARR%2CeAII%2CuBAIK%3BEACD%2CeATR%2CeAII%2CuBAKK%3BIACG%2CWAAA%3B%3B%3B%3BEC3UhB%2CuBACM%3BIACE%2C2BAAA%3B%3BE1KoER%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2COAPR%2CgBAMI%2CQACK%3BIjCuLb%2CqBAAA%3BIMzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BINgDA%2CgBAAA%3B%3BEiCvLY%2COAPR%2CgBAMI%2CQACK%2COF2KX%3BI%5C%2FBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BBHA%2COE0EI%2CgBAMI%2CQACK%2COFjFZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgC1OU%2COhC0OV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CeAAA%3BIAAA%2CmBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COE6DA%2CgBAMI%2CQACK%2COFrEZ%2CMACI%3BI%5C%2FB2PL%2CcAAA%3B%3BE%2BBrPI%2COEuDA%2CgBAMI%2CQACK%2COF%5C%2FDZ%2COACI%3BI%5C%2FBqPL%2CcAAA%3B%3BEM7CA%2CO2BjJI%2CgBAMI%2CQACK%2CO3B0IZ%3BEACD%2CO2BlJI%2CgBAMI%2CQACK%2CO3B2IZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO2BvJI%2CgBAMI%2CQACK%2CO3BgJZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO2B5JI%2CgBAMI%2CQACK%2CO3BqJZ%3BEACD%2CO2B7JI%2CgBAMI%2CQACK%2CO3BsJZ%3BEACD%2CQAAQ%2CUAAW%2CQ2B9Jf%2CgBAMI%2CQACK%3BI3BwJT%2CoBAAA%3BIN%2BBJ%2CYAAA%3B%3BE0BkGA%3BIACI%2CgBAAA%3B%3BE1BvVJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BE0B%2BUJ%2CiBAGI%2CSACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEANZ%2CiBASI%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEjB1UR%2CYACI%3BIT4NJ%2CeAAA%3BIS1NQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BE6ByHR%2CYACI%3BItC%2BFJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEsChGA%2CYAOI%3BItCyFJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIsCrFQ%2CWAAA%3B%3BEAEA%2CYANJ%2CuBAMK%3BItCmFT%2C4BAAA%3BIsCjFY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BItC%2BEZ%2CWAAA%3B%3BEsChGA%2CYAuBI%3BEAvBJ%2CYAwBI%3BItCwEJ%2CgBAAA%3B%3BEsChGA%2CYA4BI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEA%5C%2FBR%2CYAkCI%3BIACI%2CWAAA%3B%3BEAnCR%2CYAsCI%3BItC0DJ%2CqBAAA%3BI%2BB9QA%2CqBAAA%3BIO8NQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAnDR%2CYAsCI%2CmBP8CF%3BI%5C%2FBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BBHA%2CYO8MI%2CmBP9MH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgC1PY%2COhC0PZ%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYOiMA%2CmBPlMH%2CMACI%3BI%5C%2FB2PL%2CcAAA%3B%3BE%2BBrPI%2CYO2LA%2CmBP5LH%2COACI%3BI%5C%2FBqPL%2CcAAA%3B%3BEoDnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIpD6OR%2CYAAA%3BIoD3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BEbIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEZuRR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEtBtGJ%2CKAAC%2CcACG%3BIACI%2CgCAAA%3BIACA%2CmBAAA%3B%3BEkBjFZ%2CyBAQI%2COAAM%3BEARV%2CyBASI%2COAAM%3BIACF%2CqBAAA%3B%3BEAIR%2CyBACI%3BIACI%2CmBAAA%3B%3BEC0GI%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CkBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CmBAAA%3B%3BEAGJ%2CcALJ%2CeAAe%2CKAKV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAPpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAOI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEArCxB%2CcAgDI%2CiBACI%3BIACI%2CmBAAA%3B%3BEAlDZ%2CcAgDI%2CiBAKM%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BETnGZ%2CQACI%2CqBACI%2CmBACI%3BEAHZ%2CQACI%2CqBACI%2CmBAEI%3BEAJZ%2CQACI%2CqBACI%2CmBAGI%3BEALZ%2CQACI%2CqBACI%2CmBAII%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEARhB%2CQAaI%2CSAGI%3BIACI%2CYAAA%3B%3BEAjBZ%2CQAaI%2CSAOI%3BIACI%2CWAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CcAAA%3B%3BEAFR%2CoBACI%2CMAGI%3BEAJR%2CoBACI%2CMAII%3BIACI%2CcAAA%3B%3BEAKZ%2CcACI%2COAAM%2CkBACF%2CMACI%2CGAAE%3BIACE%2CWAAA%3B%3BEAKhB%2CYAAY%2CcACR%2CKAAI%3BEADR%2CYAAY%2CcAER%2CKAAI%3BEAFR%2CYAAY%2CcAGR%2CKAAI%3BEAHR%2CYAAY%2CcAIR%2CKAAI%3BIACA%2CgBAAA%3B%3BEM9GR%2CcAAc%2CSACV%3BIACI%2CgCAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEA%2CcANM%2CSACV%2CcAKK%3BIACG%2C6BAAA%3B%3BE0OrCZ%2CIAAI%2CqBAAqB%2CIAAI%2CaACzB%2C4BAEI%2CYAAY%3BEAHpB%2CIAAI%2CqBAAqB%2CIAAI%2CaAEzB%2CsBACI%2CYAAY%3BIACR%2CUAAA%3BIACA%2CaAAA%3B%3BEwBuVZ%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BACjdJ%2CwBAJsD%3BErNkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEqFgMR%3BIACI%2CeAAA%3BIACA%2C8BAAA%3B%3BEAFJ%2CiBAII%3BIACI%2CWAAA%3B%3BEAEA%2CiBAHJ%2CcAGK%2CIAAI%3BIACD%2CeAAA%3B%3BEEqJZ%3BIACI%2C8BAAA%3BIACA%2CaAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CSAAA%3B%3BEhI%5C%2FBJ%2CiBAAkB%3BIACd%2CYAAA%3B%3BEsL7PJ%2CYACI%2CeACI%3BIhN8JR%2CYAAA%3B%3B%3BAwRrPJ%2CgBAJ2C%3BEpQyEvC%3BIAnBA%2CYAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEA%2BNJ%3BEIwBQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BIJjFhB%2CcAAA%3B%3BEAyKA%3BIpB7LA%2CcAAA%3B%3BEoBuOA%3BIpBnfA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEwB6SD%2CcAwDI%2CexBtWH%3BEwB8SD%2CcAwDI%2CexBrWH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEwBwSD%2CcAwDI%2CexBhWH%3BIACG%2CWAAA%3B%3BEoBoiBJ%3BEI7PA%2CcA8BI%2CgBACI%3BEA%5C%2FBR%2CcAwDI%2CeAEI%3BEA1DR%2CcAwDI%2CeAQI%3BIJ6KR%2CsBAAA%3B%3BE2DzgBI%2CUAAC%3BIACG%2CYAAA%3B%3BE6CPR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BE%2BBsQJ%2C0BACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEALR%2C0BAQI%2CgBAAe%3BIACX%2CgBAAA%3B%3BE1H7MI%2COAFR%2CgBACI%2CQACK%3BI3B4Gb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BINgDA%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIM5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BI2BxEgB%2CeAAA%3B%3BE3BqHhB%2CO2B1HI%2CgBACI%2CQACK%2CO3BwHZ%3BEACD%2CO2B3HI%2CgBACI%2CQACK%2CO3ByHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO2BhII%2CgBACI%2CQACK%2CO3B8HZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO2BrII%2CgBACI%2CQACK%2CO3BmIZ%3BEACD%2CO2BtII%2CgBACI%2CQACK%2CO3BoIZ%3BEACD%2CQAAQ%2CUAAW%2CQ2BvIf%2CgBACI%2CQACK%3BI3BsIT%2CoBAAA%3BIN%2BBJ%2CYAAA%3B%3BEDjJA%2COkCtBI%2CgBACI%2CQACK%2COlCoBZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2COkC3BI%2CgBACI%2CQACK%2COlCyBZ%3BIC4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2COkChCI%2CgBACI%2CQACK%2COlC8BZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEMxFA%2CO2B%5C%2FEI%2CgBACI%2CQACK%2CO3B6EZ%3BEACD%2CO2BhFI%2CgBACI%2CQACK%2CO3B8EZ%3BEACD%2CO2BjFI%2CgBACI%2CQACK%2CO3B%2BEZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CO2BtFI%2CgBACI%2CQACK%2CO3BoFZ%3BEACD%2CO2BvFI%2CgBACI%2CQACK%2CO3BqFZ%3BEACD%2CQAAQ%2CUAAW%2CQ2BxFf%2CgBACI%2CQACK%3BIjCqKb%2CcAAA%3BIAAA%2CYAAA%3BIM5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEkBoIJ%2CcACI%2CiBAKI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEATZ%2CcACI%2CiBAKI%2CWAKI%3BIACI%2CiBAAA%3B%3BEAEA%2CcAbZ%2CiBAKI%2CWAKI%2CQAGK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAhBpB%2CcAsBI%3BIACI%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CeAAe%3BIACX%2CgBAAA%3B%3BEA3BR%2CcA8BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CcA8BI%2CgBAOI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAQQ%2CcAlBhB%2CgBAOI%2CqBAKI%2CUAKI%2COACK%3BIACG%2CaAAA%3B%3BEAjDxB%2CcAwDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA7DZ%2CcAwDI%2CeAQI%3BIAEI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAQG%2CKAAI%3BIACA%2CUAAA%3B%3BEAzFZ%2CcA8FI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAGI%2CcALZ%2CiBACI%2CcAAgB%2CYAGZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEArGpB%2CcA8FI%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcApBR%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAQjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BEavIhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CeAAA%3B%3BEAIR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CeAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BEhB5ER%2CqBACI%2CeACI%3BIACI%2CmBAAA%3B%3BEAHZ%2CqBACI%2CeAKI%3BIACI%2CSAAA%3B%3BE2M9MZ%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 *//** 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
}
.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%}/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .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,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);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/Tunda/Genny/en_US/Amasty_Storelocator/vendor/chosen/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/Tunda/Genny/en_US/Amasty_Storelocator/vendor/chosen/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:url(../../frontend/Tunda/Genny/en_US/Amasty_Storelocator/vendor/chosen/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;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.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,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));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,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));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:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.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,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);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/Tunda/Genny/en_US/Amasty_Storelocator/vendor/chosen/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,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));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;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);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 .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:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../frontend/Tunda/Genny/en_US/Amasty_Storelocator/vendor/chosen/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-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../frontend/Tunda/Genny/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.powerstep-success {
    overflow: hidden;
}

.powerstep-product {
    float: left;
}

.powerstep-product img {
    vertical-align: top;
}

.powerstep-actions {
    float: right;
}

.clerk_powerstep_header,
.clerk_powerstep_image {
    text-align: center;
}

.clerk_powerstep_header h2:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAq1BMVEUAAAApsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsinO2zpuAAAAOHRSTlMAAQIEBQsMDQ4QERITFhceHytBQ0lKS0xNTk9QUVJUVVZXWF5pb3N/g5WotMXHyMrMztzm6Ovx8+xBc0UAAAESSURBVFjD7dPJVgIxEIXhio3zDM7zBKKCM/Z9/ydzwTkKsdK5qXIHd9nJ9686IvPN6sL6ksu3a2CwYvc3AIDRms/bC9eAq/DrbYUrwFWY9sBoscxfIt6j0wMLBf4CvsC55p+cvl6l/Znqt/7T7/T67ZDyp3l/BwDDltl3xx/f1MIJ7YHXls9rheMiD7xEhaNCHxcI34mPnycKh8T/84l0gfGVcmVYjc8OCC9SJwv7lJdb7dqgor3Ig17YY70EtfCh+k31regF3tOFpCcLDZ4qNHqikPHZQtZnCl9531igfEOB9MkC7ROFAq8WirxSKPR/CsU+Khj8VMHkJwpG/1Mwe5FwD+B9w+xFZHl3O3j8fDO2bzO4/xLnWGFuAAAAAElFTkSuQmCC);
    background-size: 28px;
    vertical-align: top;
    margin-right: 5px;
}

.clerk_powerstep_clear {
    overflow: hidden;
}

.clerk_powerstep_continue {
    float: right;
}/* Add to cart button */
@-webkit-keyframes fadeInFromNone {
  0% {
    -webkit-transform: rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(359deg);
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    -moz-transform: rotate(0);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(359deg);
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    -o-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -o-transform: rotate(359deg);
  }
}
@keyframes fadeInFromNone {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: rotate(359deg);
  }
}
/* Add to cart button */
@-webkit-keyframes fadeInFromNone {
  0% {
    -webkit-transform: rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(359deg);
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    -moz-transform: rotate(0);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(359deg);
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    -o-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -o-transform: rotate(359deg);
  }
}
@keyframes fadeInFromNone {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: rotate(359deg);
  }
}
.products-grid .action.tocart.tocart-loading:before {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.product-info-main .action.tocart.tocart-loading .fa,
.products-list .action.tocart.tocart-loading .fa {
  -webkit-animation: fadeInFromNone 1s linear infinite;
  -moz-animation: fadeInFromNone 1s linear infinite;
  animation: fadeInFromNone 1s linear infinite;
  width: 18px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
.product-info-main .action.tocart.tocart-loading .fa:before,
.products-list .action.tocart.tocart-loading .fa:before {
  content: "\ee77";
  line-height: 1;
  display: block;
  font-family: "icomoon";
}
/* Ajax Cart Success */
.ajax_cart-popup.popup__columns .ajax_header {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  color: #000;
  font-size: 16px;
  position: relative;
  padding-right: 30px;
  font-weight: 600;
}
.ajax_cart-popup.popup__columns .ajax_header .action-close {
  display: none;
}
.ajax_cart-popup.popup__columns .popup__table {
  margin-top: 20px;
}
.ajax_cart-popup.popup__columns .popup__table:after {
  clear: both;
  content: "";
  display: table;
}
.ajax_cart-popup.popup__columns .popup__table .popup__table-col {
  float: left;
  width: 100px;
}
.ajax_cart-popup.popup__columns .popup__table .popup__table-col + .popup__table-col {
  width: calc(100% - 100px);
  padding-left: 30px;
}
.ajax_cart-popup.popup__columns .popup__table .product-confirm-name {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ajax_cart-popup.popup__columns .popup__table .title {
  color: #969696;
  font-weight: 500;
  margin-right: 10px;
}
.ajax_cart-popup.popup__columns .popup__table .title:after {
  content: ":";
}
.ajax_cart-popup.popup__columns .popup__table .product-confirm-subtotal .price {
  font-weight: 700;
  color: #222;
}
.ajax_cart-popup.popup__columns .ajax_footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
  text-align: right;
}
.ajax_cart-popup.popup__columns .ajax_footer .actions .btn.btn-tocart {
  margin-left: 17px;
  background-color: #008000;
  color: #fff;
  border-color: #008000;
}
.ajax_cart-popup.popup__columns .ajax_footer .actions .btn.btn-tocart:hover {
  background-color: #006100;
  border-color: #006100;
}
.ajax_cart-popup.popup__columns + .mfp-close {
  display: none;
}
.ajax_cart-popup.popup__columns + .popup__related {
  border-top: 1px solid #eee;
  margin: 20px 0 0;
}
.ajax_cart-popup.popup__columns + .popup__related .block-title {
  padding: 10px 0;
}
.ajax_cart-popup.popup__columns + .popup__related .block-title h5 {
  color: #000;
  font-size: 16px;
  position: relative;
  padding-right: 30px;
  font-weight: 600;
}
.catalog-product-view .block.popup__related .block-content .products-grid {
  margin: 0;
}
.catalog-product-view .block.popup__related .block-content .products-grid .product-item {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.catalog-product-view .block.popup__related .block-content .products-grid .product-item .product-item-details {
  padding: 15px 0 0;
}
.ajax_cart-popup.popup__columns + .popup__related .products-grid .owl-carousel .owl-dots {
  margin-top: 10px;
}
.ajax_cart-popup.popup__columns + .popup__related .products-grid .product-item-info {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .ajax_cart-popup.popup__columns {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 575.98px) {
  .ajax_cart-popup.popup__columns {
    padding: 10px;
  }
  .ajax_cart-popup.popup__columns .popup__table {
    margin-top: 15px;
  }
  .ajax_cart-popup.popup__columns .popup__table .popup__table-col {
    width: 80px;
  }
  .ajax_cart-popup.popup__columns .popup__table .popup__table-col + .popup__table-col {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
  .ajax_cart-popup.popup__columns .popup__table .product-confirm-subtotal .title {
    display: block;
  }
  .ajax_cart-popup.popup__columns .ajax_footer {
    margin-top: 15px;
    padding-top: 0;
  }
  .ajax_cart-popup.popup__columns .ajax_footer .actions .btn {
    margin: 10px 0 0 0 !important;
    width: 100%;
  }
}
/* Fly Cart */
.flycart-animated-add {
  width: 80px !important;
  height: auto !important;
}
.flycart-animated-add span {
  display: block;
  width: 100% !important;
  padding: 0 !important;
  height: auto !important;
}
.flycart-animated-add .product-image-photo {
  position: static;
}
.footer_minicart_container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
}
.cart-footer {
  position: relative;
}
.cart-footer.number:empty {
  display: none;
}
.cart-footer .subtitle {
  display: none;
}
.cart-footer .subtitle.empty {
  font-weight: 500;
  display: block;
  padding: 35px 15px;
  width: 100%;
}
.cart-footer .cart-qty {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  display: inline-block;
  cursor: pointer;
}
.cart-footer .fixed-mini-cart {
  background-color: #fff;
  box-shadow: 0 0px 3px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cart-footer .fixed-mini-cart:after {
  content: "";
  display: table;
  clear: both;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.empty {
  display: none !important;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.cart-items {
  -ms-flex: 0 0 calc(100% - 340px);
  flex: 0 0 calc(100% - 340px);
  max-width: calc(100% - 340px);
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions {
  border-left: 1px solid #ddd;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions > .primary,
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions button {
  width: 100%;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions > .summary-content {
  width: 100%;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions > .summary-content .summary-field {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions > .summary-content .title {
  text-transform: uppercase;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions > .summary-content .value {
  font-weight: 700;
  color: #222;
  font-size: 15px;
}
.cart-footer .fixed-mini-cart .cart-items-inner {
  white-space: nowrap;
  max-width: 100%;
  overflow-x: auto;
  padding: 20px;
}
.cart-footer .fixed-mini-cart .cart-items .item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 80px;
  border: 1px solid #d8d8d8;
  line-height: 1;
}
.cart-footer .fixed-mini-cart .cart-items .item img {
  width: 100%;
  height: auto;
}
.cart-footer .fixed-mini-cart .cart-items .item .product {
  line-height: 0;
}
.cart-footer .fixed-mini-cart .cart-items .item .product .item-qty {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background-color: #c61932;
  text-align: center;
  color: #fff;
  line-height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: 600;
}
.cart-footer .fixed-mini-cart .cart-items .item .edit-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: rgba(47, 47, 47, 0.8);
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 4px 0 0;
  text-align: center;
  display: block;
}
.cart-footer .fixed-mini-cart .cart-items .item .edit-icon:before {
  font-size: 14px;
  line-height: 24px;
  content: "\e672";
  font-family: 'Linearicons';
}
.cart-footer .fixed-mini-cart .item-actions {
  background-color: #ddd;
  bottom: -1px;
  left: 100%;
  padding: 8px;
  position: absolute;
  top: -1px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  min-width: 100%;
}
.cart-footer .fixed-mini-cart .item-actions.show-actions {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions {
  white-space: nowrap;
  text-align: center;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions > div {
  display: inline-block;
  vertical-align: top;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action {
  line-height: 20px;
  height: 20px;
  display: block;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action span {
  font-size: 0;
  line-height: 0;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action:after {
  color: #222;
  content: "\e681";
  font-family: "Linearicons";
  font-size: 18px;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action.edit:after {
  content: "\e672";
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action:hover:after {
  color: #c61932;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty {
  white-space: nowrap;
  text-align: center;
  margin-bottom: 12px;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .label {
  display: none;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .item-qty {
  width: 40px;
  padding: 0;
  text-align: center;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item {
  width: 40px;
  height: 30px;
  font-size: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  vertical-align: top;
  text-align: center;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item:hover {
  background-color: #000;
  border-color: #000;
}
.cart-footer-actions {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #f68872;
  z-index: 101;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}
.cart-footer-actions .cart-qty {
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
  opacity: 1;
}
.cart-footer-actions .cart-qty.active {
  opacity: 0;
}
.cart-footer-actions .icon-cart-footer:before {
  font-family: 'Linearicons';
  content: "\e74d";
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.cart-footer-actions .number {
  border-radius: 20px;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  padding: 0;
  position: absolute;
  top: -8px;
  right: -8px;
  text-align: center;
  background-color: #222;
}
.close-footer-cart {
  padding: 4px 10px;
  position: absolute;
  top: -34px;
  left: 0;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 0 5px 0 0;
  border-bottom-color: #fff;
  background: #fff;
}
.close-footer-cart:before {
  content: "\e93a";
  font-family: 'Linearicons';
}
@media (max-width: 767px) {
  .cart-footer-actions,
  .footer_minicart_container {
    display: none !important;
  }
}
.page-product-grouped.catalog-product-view .product-info-main > .product-info-price .price-box {
  display: none;
}
.success-ajax--popup.modal-popup .modal-header,
.ajaxCartForm.modal-popup .modal-header {
  padding: 0;
  height: 0;
  position: relative;
  z-index: 1;
}
.ajaxCartForm.modal-popup .modal-header .action-close {
  right: 20px;
}
.success-ajax--popup.modal-popup .modal-header .action-close {
  padding: 0;
  right: 0;
  top: -10px;
}
.success-ajax--popup.modal-popup .modal-header .action-close:before,
.ajaxCartForm.modal-popup .modal-header .action-close:before {
  font-size: 24px;
  content: "\e935";
  font-family: "Linearicons";
}
.success-ajax--popup.modal-popup .modal-header .action-close:before {
  font-size: 18px;
}
.success-ajax--popup.modal-popup._inner-scroll .modal-inner-wrap,
.ajaxCartForm.modal-popup._inner-scroll .modal-inner-wrap {
  width: 768px;
  top: 50%;
  margin: 0 auto;
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 30px);
  transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) scale(0.95);
  -moz-transform: translateY(-50%) scale(0.95);
  -webkit-transform: translateY(-50%) scale(0.95);
  -o-transform: translateY(-50%) scale(0.95);
}
.success-ajax--popup.modal-popup .modal-inner-wrap .modal-content,
.ajaxCartForm.modal-popup .modal-inner-wrap .modal-content {
  padding: 0;
  overflow-y: visible;
}
.success-ajax--popup.modal-popup._inner-scroll._show .modal-inner-wrap {
  padding: 20px;
  overflow-y: auto;
}
.success-ajax--popup.modal-popup._inner-scroll._show .modal-inner-wrap,
.ajaxCartForm.modal-popup._inner-scroll._show .modal-inner-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
}
.ajaxCartForm.modal-popup .product_quickview_content {
  height: 400px;
  max-height: 100vh;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.ajaxCartForm.modal-popup .column.main {
  width: 100%;
  float: none;
}
.ajaxCartForm.modal-popup .catalog-product-view .product-info-main {
  width: 100%;
  padding: 30px;
}
.ajaxcart-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  background-image: url('../../frontend/Tunda/Genny/en_US/MGS_AjaxCart/images/oval.svg');
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
}
.ajaxcart-loading-overlay.loading {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMGS_AjaxCart%5C%2Fcss%5C%2Fstyle.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAACA%3BEACE%3BIACE%2CmBAAmB%2CSAAnB%3BIACA%2CUAAA%3B%3BEAEF%3BIACE%2CmBAAmB%2CcAAnB%3BIACA%2CUAAA%3B%3B%3BAAGJ%3BEACE%3BIACE%2CgBAAgB%2CSAAhB%3BIACA%2CUAAA%3B%3BEAEF%3BIACE%2CgBAAgB%2CcAAhB%3BIACA%2CUAAA%3B%3B%3BAAGJ%3BEACE%3BIACE%2CcAAc%2CYAAd%3BIACA%2CUAAA%3B%3BEAEF%3BIACE%2CUAAA%3BIACA%2CcAAc%2CcAAd%3B%3B%3BAAGJ%3BEACE%3BIACE%2CWAAW%2CYAAX%3BIACA%2CUAAA%3B%3BEAEF%3BIACE%2CUAAA%3BIACA%2CWAAW%2CcAAX%3B%3B%3B%3BAAIJ%3BEACE%3BIACE%2CmBAAmB%2CSAAnB%3BIACA%2CUAAA%3B%3BEAEF%3BIACE%2CmBAAmB%2CcAAnB%3BIACA%2CUAAA%3B%3B%3BAAGJ%3BEACE%3BIACE%2CgBAAgB%2CSAAhB%3BIACA%2CUAAA%3B%3BEAEF%3BIACE%2CgBAAgB%2CcAAhB%3BIACA%2CUAAA%3B%3B%3BAAGJ%3BEACE%3BIACE%2CcAAc%2CYAAd%3BIACA%2CUAAA%3B%3BEAEF%3BIACE%2CUAAA%3BIACA%2CcAAc%2CcAAd%3B%3B%3BAAGJ%3BEACE%3BIACE%2CWAAW%2CYAAX%3BIACA%2CUAAA%3B%3BEAEF%3BIACE%2CUAAA%3BIACA%2CWAAW%2CcAAX%3B%3B%3BAAGJ%2CcAAe%2CQAAO%2COAAO%2CeAAe%3BEAC1C%2C0CAAA%3BEACA%2CuCAAA%3BEACA%2CkCAAA%3B%3BAAEF%2CkBAAmB%2CQAAO%2COAAO%2CeAAgB%3BAACjD%2CcAAe%2CQAAO%2COAAO%2CeAAgB%3BEAC3C%2CoDAAA%3BEACA%2CiDAAA%3BEACA%2C4CAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAEF%2CkBAAmB%2CQAAO%2COAAO%2CeAAgB%2CIAAG%3BAACpD%2CcAAe%2CQAAO%2COAAO%2CeAAgB%2CIAAG%3BEAC9C%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CSAAb%3B%3B%3BAAGF%2CgBAAgB%2CeAAgB%3BEAC9B%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CgBAAgB%2CeAAgB%2CaAAa%3BEAC3C%2CaAAA%3B%3BAAEF%2CgBAAgB%2CeAAgB%3BEAC9B%2CgBAAA%3B%3BAAEF%2CgBAAgB%2CeAAgB%2CcAAa%3BEAC3C%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgBAAgB%2CeAAgB%2CcAAc%3BEAC5C%2CWAAA%3BEACA%2CYAAA%3B%3BAAEF%2CgBAAgB%2CeAAgB%2CcAAc%2CkBAAoB%3BEAChE%2COAAO%2CkBAAP%3BEACA%2CkBAAA%3B%3BAAEF%2CgBAAgB%2CeAAgB%2CcAAc%3BEAC5C%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CgBAAgB%2CeAAgB%2CcAAc%3BEAC5C%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CgBAAgB%2CeAAgB%2CcAAc%2COAAM%3BEAClD%2CSAAS%2CGAAT%3B%3BAAEF%2CgBAAgB%2CeAAgB%2CcAAc%2C0BAA0B%3BEACtE%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEF%2CgBAAgB%2CeAAgB%3BEAC9B%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CgBAAgB%2CeAAgB%2CaAAa%2CSAAS%2CKAAI%3BEACxD%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEF%2CgBAAgB%2CeAAgB%2CaAAa%2CSAAS%2CKAAI%2CWAAW%3BEACnE%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEF%2CgBAAgB%2CeAAkB%3BEAChC%2CaAAA%3B%3BAAEF%2CgBAAgB%2CeAAkB%3BEAChC%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CgBAAgB%2CeAAkB%2CkBAAgB%3BEAChD%2CeAAA%3B%3BAAEF%2CgBAAgB%2CeAAkB%2CkBAAgB%2CaAAa%3BEAC3D%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAAsB%2COAAM%2CeAAgB%2CeAAe%3BEAC1D%2CSAAA%3B%3BAAED%2CqBAAsB%2COAAM%2CeAAgB%2CeAAe%2CeAAe%3BEACzE%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAED%2CqBAAsB%2COAAM%2CeAAgB%2CeAAe%2CeAAe%2CcAAc%3BEACvF%2CiBAAA%3B%3BAAED%2CgBAAgB%2CeAAkB%2CkBAAgB%2CeAAe%2CcAAc%3BEAC7E%2CgBAAA%3B%3BAAEF%2CgBAAgB%2CeAAkB%2CkBAAgB%2CeAAe%3BEAC%5C%2FD%2CgBAAA%3B%3BAAOF%2CQAL6B%3BEAC3B%2CgBAAgB%3BIACd%2CWAAW%2CiBAAX%3B%3B%3BAA8BJ%2CQA3B6B%3BEAC3B%2CgBAAgB%3BIACd%2CaAAA%3B%3BEAEF%2CgBAAgB%2CeAAgB%3BIAC9B%2CgBAAA%3B%3BEAEF%2CgBAAgB%2CeAAgB%2CcAAc%3BIAC5C%2CWAAA%3B%3BEAEF%2CgBAAgB%2CeAAgB%2CcAAc%2CkBAAoB%3BIAChE%2COAAO%2CiBAAP%3BIACA%2CkBAAA%3B%3BEAEF%2CgBAAgB%2CeAAgB%2CcAAc%2C0BAA0B%3BIACtE%2CcAAA%3B%3BEAEF%2CgBAAgB%2CeAAgB%3BIAC9B%2CgBAAA%3BIACA%2CcAAA%3B%3BEAEF%2CgBAAgB%2CeAAgB%2CaAAa%2CSAAS%3BIACpD%2C6BAAA%3BIACA%2CWAAA%3B%3B%3B%3BAAIJ%3BEACE%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAEF%2CqBAAsB%3BEACpB%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAEF%2CqBAAsB%3BEACpB%2CgBAAA%3B%3BAAEF%3BEACE%2CeAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAEF%3BEACE%2CkBAAA%3B%3BAAEF%2CYAAY%2COAAO%3BEACjB%2CaAAA%3B%3BAAEF%2CYAAa%3BEACX%2CaAAA%3B%3BAAEF%2CYAAa%2CUAAS%3BEACpB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEF%2CYAAa%3BEACX%2CoCAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CYAAa%3BEACX%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CYAAa%2CiBAAgB%3BEAC3B%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CgBAAe%3BEAC3C%2CwBAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CgBAAe%3BEAC3C%2CcAAc%2CkBAAd%3BEACA%2CUAAU%2CkBAAV%3BEACA%2CWAAW%2CkBAAX%3B%3BAAEF%2CYAAa%2CiBAAiB%2CgBAAe%3BEAC3C%2C2BAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CgBAAe%2CmBAAsB%3BAACnE%2CYAAa%2CiBAAiB%2CgBAAe%2CmBAAoB%3BEAC%5C%2FD%2CWAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CgBAAe%2CmBAAsB%3BEACjE%2CWAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CgBAAe%2CmBAAsB%2CmBAAiB%3BEAClF%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CgBAAe%2CmBAAsB%2CmBAAiB%3BEAClF%2CyBAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CgBAAe%2CmBAAsB%2CmBAAiB%3BEAClF%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%3BEAC5B%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CYAAY%3BEACxC%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CYAAY%2CMAAM%3BEAC9C%2CWAAA%3BEACA%2CYAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CYAAY%2CMAAM%3BEAC9C%2CcAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CYAAY%2CMAAM%2CSAAS%3BEACvD%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CYAAY%2CMAAM%3BEAC9C%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CuCAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CYAAY%2CMAAM%2CWAAU%3BEACxD%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3B%3BAAEF%2CYAAa%2CiBAAiB%3BEAC5B%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAa%3BEACzC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAc%2CSAAQ%3BEAClD%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAc%2CSAAQ%2CQAAW%3BEAC7D%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAc%2CSAAQ%2CQAAS%3BEAC3D%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAc%2CSAAQ%2CQAAS%2CQAAQ%3BEACnE%2CYAAA%3BEACA%2CcAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAc%2CSAAQ%2CQAAS%2CQAAO%3BEAClE%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAc%2CSAAQ%2CQAAS%2CQAAO%2CKAAK%3BEACvE%2CSAAS%2COAAT%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAc%2CSAAQ%2CQAAS%2CQAAO%2CMAAM%3BEACxE%2CcAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAc%3BEAC1C%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAc%2CaAAa%3BEACvD%2CaAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAc%2CaAAa%3BEACvD%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAc%2CaAAa%3BEACvD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CYAAa%2CiBAAiB%2CcAAc%2CaAAa%2CkBAAiB%3BEACxE%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEF%3BEACE%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CoBAAqB%3BEACnB%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAEF%2CoBAAqB%2CUAAS%3BEAC5B%2CUAAA%3B%3BAAEF%2CoBAAqB%2CkBAAiB%3BEACpC%2CaAAa%2CaAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEF%2CoBAAqB%3BEACnB%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEF%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CkBAAkB%3BEAChB%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3B%3BAAQF%2CQAN0B%3BEACxB%3BEACA%3BIACE%2CwBAAA%3B%3B%3BAAGJ%2CqBAAqB%2CqBAAsB%2CmBAAqB%2CsBAAoB%3BEAClF%2CaAAA%3B%3BAAKF%2CoBAAoB%2CYAAa%3BAACjC%2CaAAa%2CYAAa%3BEACxB%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEF%2CaAAa%2CYAAa%2CcAAc%3BEACtC%2CWAAA%3B%3BAAEF%2CoBAAoB%2CYAAa%2CcAAc%3BEAC9C%2CUAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAED%2CoBAAoB%2CYAAa%2CcAAc%2CcAAa%3BAAC5D%2CaAAa%2CYAAa%2CcAAc%2CcAAa%3BEACnD%2CeAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3B%3BAAEF%2CoBAAoB%2CYAAa%2CcAAc%2CcAAa%3BEAC3D%2CeAAA%3B%3BAAED%2CoBAAoB%2CYAAY%2CcAAe%3BAAC%5C%2FC%2CaAAa%2CYAAY%2CcAAe%3BEACtC%2CYAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CiBAAX%3BEACA%2CYAAY%2CkBAAZ%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CiBAAiB%2CWAA5B%3BEACA%2CgBAAgB%2CiBAAiB%2CWAAjC%3BEACA%2CmBAAmB%2CiBAAiB%2CWAApC%3BEACA%2CcAAc%2CiBAAiB%2CWAA%5C%2FB%3B%3BAAEF%2CoBAAoB%2CYAAa%2CkBAAkB%3BAACnD%2CaAAa%2CYAAa%2CkBAAkB%3BEAC1C%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CoBAAoB%2CYAAY%2CcAAc%2CMAAO%3BEACpD%2CaAAA%3BEACA%2CgBAAA%3B%3BAAED%2CoBAAoB%2CYAAY%2CcAAc%2CMAAO%3BAACrD%2CaAAa%2CYAAY%2CcAAc%2CMAAO%3BEAC5C%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CiBAAiB%2CQAA5B%3BEACA%2CgBAAgB%2CiBAAiB%2CQAAjC%3BEACA%2CmBAAmB%2CiBAAiB%2CQAApC%3BEACA%2CcAAc%2CiBAAiB%2CQAA%5C%2FB%3B%3BAAEF%2CaAAa%2CYAAa%3BEACxB%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CaAAa%2CYAAa%2CQAAO%3BEAChC%2CWAAA%3BEACA%2CWAAA%3B%3BAAED%2CaAAa%2CYAAa%2CsBAAsB%3BEAC%5C%2FC%2CWAAA%3BEACA%2CaAAA%3B%3BAAGD%3BEACC%2CeAAA%3BEACG%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CoCAAA%3BEACA%2CYAAA%3BEACH%2CsBAAsB%2CqBAAtB%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAED%2CyBAAyB%3BEACxB%2CUAAA%3BEACA%2CmBAAA%22%7D */.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Tunda/Genny/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Tunda/Genny/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKA%3BAAqCI%2CuBAAC%3BACOL%3BAA0BA%3BAAgDA%3BAAsOA%2CgBAOI%3BEDlWA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACwCA%2CeAKI%3BED5CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BAC%2BCA%2CmBAAoB%3BED9ChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADiPA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAySA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAA8ML%2CqBACI%2CwBAeI%3BEDnyBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BAC6GA%3BAAgTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED5ZD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACmRA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED1RJ%2C0BAAA%3B%3BAAGJ%3BACwPA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED1PA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACpCA%3BAAiUA%3BAA0BA%3BAACA%3BAACA%3BEDxTI%2CiBAAA%3B%3BAAGJ%3BACoRA%3BEDnRI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACuDA%3BAAmBA%3BEDzEI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAC4DA%3BAASA%3BAAoIA%3BEE1OI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BACiEA%3BEDhEI%2CuBAAA%3B%3BAAGJ%3BACqJA%3BAA4CA%3BAAiHA%3BEDjTI%2CsBAAA%3B%3BAAGJ%3BACoMA%3BAAgEA%3BEDnQI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACvDA%3BAA0BA%3BAAoDA%3BAAUA%3BAASA%3BAAiOA%3BAACA%3BAACA%3BED5QI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD4VJ%2CcAWI%3BAA4BJ%3BAAgCA%3BAAsdA%3BAAmCA%3BEDj1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECsHA%3BECpNA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED4VJ%2CcAWI%3BEA4BJ%3BEAgCA%3BEAsdA%3BEAmCA%3BID30BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3BAD%5C%2FCR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%3BAACA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CwBAAuB%3BAAJ3B%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAATR%2CqBAWI%3BEACI%2CUAAA%3B%3BAAZR%2CqBAcI%3BEACI%2CUAAA%3B%3BAACA%2CqBAFJ%2CqBAEK%3BEACG%2CUAAA%3B%3BAAjBZ%2CqBAoBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAAkB%3BAAClB%2CgBAAiB%3BEACb%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAOJ%3BEAGI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAGI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEAMI%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CoBAOI%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAEI%3BEACI%2C0BAAA%3B%3BAACA%2CsBAFJ%2CsBAEK%3BEACG%2C2BAAA%3B%3BAALZ%2CsBAQI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAACA%2CqBAJH%2CiBAAkB%2CsBAId%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAACA%2CqBAHiB%2CMAAO%2CCAGvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEAGI%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAUI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBALJ%2CEAKK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAIR%3BEAGI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAOJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEEpSI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlYJ%2CqBAMI%3BEAEI%2CsCAAA%3B%3BAARR%2CqBAeI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAARR%2CcAWI%3BEE5YA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA3RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEAEI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CaAAA%3B%3BAAYR%2CqBACI%3BEACI%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEExcI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA%5C%2FNA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BAACtB%2CsBAAuB%2CiBAAiB%3BEACpC%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CgBAAiB%3BAACjB%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2C4BAA4B%2C8BACxB%3BAADJ%2C4BAA4B%2C8BAExB%3BEACI%2CUAAA%3B%3BAACA%2C4BAJoB%2C8BACxB%2CeAGK%3BAAAD%2C4BAJoB%2C8BAExB%2C2BAEK%3BEACG%2CUAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BACzB%3BAADJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BEACI%2CaAAA%3B%3BAACA%2CqBAJP%2C4BAA4B%2C8BACzB%2CeAGK%3BAAAD%2CqBAJP%2C4BAA4B%2C8BAEzB%2C2BAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CqBAAC%2CsBACG%3BAADJ%2CqBAAC%2CsBAEG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEE7jBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEEhkB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEnkB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFokBA%2CqBAAC%2CsBACG%3BEExkBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFokBA%2CqBAAC%2CsBAIG%3BEE3kBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFokBA%2CqBAAC%2CsBAOG%3BEE9kBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBJ%2CqBACI%2CeAAc%2CIAAI%3BAADtB%2CqBAEI%2C2BAA0B%2CIAAI%3BAAFlC%2CqBAGI%2CsBAAqB%2CIAAI%3BAAH7B%2CqBAII%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAMJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEEjmBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFmmBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEvmB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFymBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEE5mBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF8mBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEElnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFonBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAASJ%2CqBALkB%2CiBAKjB%3BAAAD%2CqBAJkB%2CeAIjB%3BAAAD%2C2BAHwB%2CiBAGvB%3BAAAD%2C2BAFwB%2CeAEvB%3BAAAD%2CqBADkB%2CiBACjB%3BAACD%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEE3pBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF0pBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEE7pBJ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CsBAAf%3BEACA%2CcAAc%2CsBAAd%3BEACA%2CWAAW%2CsBAAX%3BEF4pBQ%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAATR%2CkBAWI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEEzwBJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2wBI%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJA%2CgBAHkC%3BEAGlC%2CuBAVJ%3BIAQQ%2CUAAA%3B%3B%3BAAUZ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAALR%2C6BAQI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAVR%2C6BAQI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CkCAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAII%3BAALR%2CqBACI%2CwBAKI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CqBACI%2CwBAeI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA5BR%2CwBAeI%2CqBAaK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CqBAlCR%2CwBAeI%2CqBAmBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CqBACI%2CwBAuCI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAMR%2C%2BBAAC%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAKI%3BAALJ%2C%2BBAMI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAZR%2C%2BBAKI%2C4BAQI%3BAAbR%2C%2BBAMI%2C6BAOI%3BEE32BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAmMQ%2CWAAA%3B%3BAAfZ%2C%2BBAkBI%3BEACI%2COAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CQAAA%3B%3BAAMR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEE53BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEF43BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAZZ%2C6BAeI%3BEACI%2CMAAA%3B%3BAAhBR%2C6BAkBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BACI%3BAADJ%2C4BAEI%3BEACI%2C6BAAA%3B%3BAAHR%2C4BAKI%3BEACI%2CkBAAA%3B%3BAANR%2C4BAQI%2CwBAAuB%3BEACnB%2CmBAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CiCAAA%3B%3BAAIR%2C4BACI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEEt4BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFo4BR%2CeAAe%2CIAAI%2CgCACf%3BAADJ%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BEE74BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFw4BW%2CIAAI%2CgCACf%2C2BEz4BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAEf%2CoBE14BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAGf%2CmBE34BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFq4BW%2CIAAI%2CgCACf%2C2BEt4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAEf%2CoBEv4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAGf%2CmBEx4BC%3BEACG%2C0CAAA%3B%3BAF44BR%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAOA%2CgBANkC%3BEAMlC%3BIALI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAEJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKR%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CuBAAwB%3BEACpB%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CyBAEpB%3BEACI%2CaAAA%22%7D */.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider {
  position: relative;
  display: block;
  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;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.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-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  padding: 5px 0;
}
.slick-arrow.slick-hidden {
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
/* Gallery List */
.mfp-img-gallery .mfp-img {
  background: #fff;
}
/* Gallery Full Width */
.product.media a.lb {
  cursor: zoom-in;
  display: block;
  line-height: 0;
}
.product.media .gallery-list .product.item-image + .product.item-image {
  margin-top: 30px;
}
.product.media .zoomImg {
  cursor: move;
}
.product.media .item-image-video .zoomImg {
  display: none !important;
}
.product.media .product.item-image {
  position: relative;
}
.product.media .product.item-image img:not(.zoomImg) {
  min-width: 100%;
}
.product.media .product.item-image .label-video {
  position: absolute;
  z-index: 1;
  background-color: #f68872;
  color: #fff;
  border-radius: 3px;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.product.media .product.item-image .lb.video-link {
  display: block;
  position: relative;
  cursor: pointer;
}
.product.media .product.item-image .lb.video-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .product.item-image .lb.video-link:before {
  content: "\e6f9";
  font-family: "Linearicons";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
  z-index: 3;
  font-size: 36px;
  color: #f68872;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.product.media .product.item-image .lb.video-link:hover:after,
.product.media .product.item-image .lb.video-link:hover:before {
  opacity: 1;
  visibility: visible;
}
.product.media .item-thumb .popup-video-thumb,
.product.media .product.item-image .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .product.item-image:hover .popup-video {
  opacity: 1;
  visibility: visible;
}
.product.media .product.item-image .popup-video span {
  position: relative;
  display: block;
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
  font-size: 36px;
  color: #f68872;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.product.media .item-thumb.slick-slide .popup-video-thumb {
  top: 5px;
  bottom: 5px;
}
.product.media .item-thumb .popup-video-thumb {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #f68872;
  justify-content: center;
  font-size: 24px;
}
.extra-gallery-fullwidth.catalog-product-view .product.media {
  width: 100%;
  overflow: hidden;
  margin-bottom: 111px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .extra-gallery-fullwidth.catalog-product-view .product.media {
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .extra-gallery-fullwidth.catalog-product-view .product.media {
    margin-bottom: 0;
  }
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-info-price {
  justify-content: center;
}
.extra-gallery-fullwidth.catalog-product-view .product.attribute.overview {
  margin: 42px 0 39px;
}
.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .field.qty,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart .field.qty {
  width: 200px;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links,
.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links {
  -webkit-order: 10;
  order: 10;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links .action,
.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links .action {
  margin: 0 0 0 10px;
}
.extra-gallery-fullwidth.catalog-product-view .product.media > .owl-carousel {
  margin: 0 auto;
}
.extra-gallery-fullwidth.catalog-product-view .product.media.item-xl-1 > .owl-carousel {
  width: 50%;
}
.extra-gallery-fullwidth.catalog-product-view .product.media.item-xl-2 > .owl-carousel {
  width: 66.667%;
}
.extra-gallery-fullwidth.catalog-product-view .product.media.item-xl-3 > .owl-carousel {
  width: 75%;
}
.extra-gallery-fullwidth.catalog-product-view .product.media > .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.extra-gallery-fullwidth.catalog-product-view .product.media .owl-item {
  padding: 0 15px;
}
.extra-gallery-fullwidth .product.media .owl-carousel .owl-dots {
  display: none;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main {
  width: 100%;
  padding: 0;
  text-align: center;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .bundle-actions,
.extra-gallery-fullwidth.catalog-product-view .product.attribute.overview,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-social-links .share-this-container,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper {
  text-align: left;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt {
  text-align: center;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .swatch-attribute .swatch-attribute-options {
  display: table;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-reviews-summary {
  margin-left: auto;
  margin-right: auto;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  text-align: center;
}
.product.media .owl-carousel .owl-nav button {
  left: -140px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.product.media .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -140px;
}
@media (min-width: 1200px) {
  .extra-gallery-sticky.catalog-product-view .product-info-main {
    width: calc(50% - -15px);
    padding: 0 0 0 30px;
  }
}
.extra-gallery-grid .product.media .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.extra-gallery-grid .product.media .gallery-list .item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  margin: 0 0 10px !important;
}
.extra-gallery-grid .product.media .product.item-image .label-video {
  left: 20px;
}
.product.media .product-thumbnail .gallery-horizontal .owl-dots {
  display: none;
}
.product.media .horizontal-thumbnail {
  width: calc(100% - 70px);
  margin: 30px auto 0;
}
.product.media .horizontal-thumbnail .owl-item {
  padding: 0 15px;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: none;
  border: none;
  text-align: left;
  left: -35px;
  right: auto;
  font-size: 18px;
  color: #bbbbbb;
  line-height: 1;
  margin-top: -10px;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button:hover {
  color: #000;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button:before {
  content: "\e93b";
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button.owl-next {
  text-align: right;
  left: auto;
  right: -35px;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button.owl-next:before {
  content: "\e93c";
}
.product.media .vertical-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.product.media .vertical-gallery #vertical-thumbnail-wrapper {
  width: 90px;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical {
  width: calc(100% - 100px);
  margin-left: 10px;
}
.product.media .vertical-gallery.no-thumb .owl-carousel.gallery-vertical {
  width: 100%;
  margin-left: 0;
}
.product.media .vertical-gallery .slick-vertical > .slick-list.draggable {
  overflow: hidden;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical .owl-nav button {
  left: 30px;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}
.product.media .owl-carousel.gallery-horizontal .owl-nav button {
  left: 30px;
}
.product.media .owl-carousel.gallery-horizontal .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}
.product.media .vertical-gallery .icon-angle-up:before {
  font-family: "Linearicons";
  content: "\e939";
}
.product.media .vertical-gallery .icon-angle-down:before {
  font-family: "Linearicons";
  content: "\e93a";
}
.product.media .vertical-gallery .vertical-thumbnail {
  position: relative;
}
.product.media .item-thumb {
  transition: all 300ms;
  opacity: 0.6;
  cursor: pointer;
  position: relative;
}
.product.media .item-thumb.active {
  opacity: 1;
}
.product.media .vertical-gallery .slick-arrow {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
  color: #333;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.5));
}
.product.media .vertical-gallery .slick-arrow.icon-angle-down {
  bottom: 0;
  top: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #fff);
}
.gallery-float-right.catalog-product-view .product-info-clearfix > .product.media {
  float: right;
}
.gallery-float-right.catalog-product-view .product-info-clearfix > .product.media + .product-info-main {
  float: left;
  padding: 0 30px 0 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMGS_ExtraGallery%5C%2Fcss%5C%2Fstyle.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAYA%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEF%2CWAAW%3BEACT%2CaAAA%3B%3BAAEF%2CWAAW%3BEACT%2CeAAA%3BEACA%2CYAAA%3B%3BAAEF%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3B%3BAAEF%2CaAAc%3BAACd%2CaAAc%3BEACZ%2CWAAW%2CoBAAX%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CcAAc%2CoBAAd%3B%3BAAEF%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3B%3BAAEF%2CYAAY%3BAACZ%2CYAAY%3BEACV%2CcAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAEF%2CYAAY%3BEACV%2CWAAA%3B%3BAAEF%3BEACE%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEF%2CYAAa%3BEACX%2CcAAA%3B%3BAAEF%2CYAAY%2CcAAe%3BEACzB%2CaAAA%3B%3BAAEF%2CYAAY%2CSAAU%3BEACpB%2CoBAAA%3B%3BAAEF%2CkBAAmB%3BEACjB%2CcAAA%3B%3BAAEF%2CcAAe%3BEACb%2CkBAAA%3B%3BAAEF%2CcAAe%3BEACb%2CkBAAA%3B%3BAAEF%2CeAAgB%3BEACd%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEF%2CYAAY%3BEACV%2CaAAA%3B%3BAAEF%2CWAAY%3BEACV%2CYAAA%3B%3B%3BAAGF%2CgBAAiB%3BEACf%2CgBAAA%3B%3B%3BAAGF%2CQAAQ%2CMAAO%2CEAAC%3BEACd%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CcAAc%2CSAAQ%2CWAAc%2CWAAQ%3BEACzD%2CgBAAA%3B%3BAAEF%2CQAAQ%2CMAAO%3BEACb%2CYAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CkBAAkB%3BEAC%5C%2FB%2CwBAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CSAAQ%3BEACrB%2CkBAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CSAAQ%2CWAAY%2CIAAG%2CIAAI%3BEACxC%2CeAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CSAAQ%2CWAAY%3BEACjC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CSAAQ%2CWAAY%2CIAAG%3BEACpC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CSAAQ%2CWAAY%2CIAAG%2CWAAW%3BEAC%5C%2FC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0CAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CSAAQ%2CWAAY%2CIAAG%2CWAAW%3BEAC%5C%2FC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CcAAc%2CgBAAd%3B%3BAAEF%2CQAAQ%2CMAAO%2CSAAQ%2CWAAY%2CIAAG%2CWAAW%2CMAAM%3BAACvD%2CQAAQ%2CMAAO%2CSAAQ%2CWAAY%2CIAAG%2CWAAW%2CMAAM%3BEACrD%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CYAAY%3BAAC3B%2CQAAQ%2CMAAO%2CSAAQ%2CWAAY%3BEACjC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0CAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CSAAQ%2CWAAW%2CMAAO%3BEACvC%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CSAAQ%2CWAAY%2CaAAa%3BEAC9C%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CcAAc%2CgBAAd%3B%3BAAEF%2CQAAQ%2CMAAO%2CYAAW%2CYAAa%3BEACrC%2CQAAA%3BEACA%2CWAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CYAAY%3BEACzB%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CSAAQ%3BEACpD%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CwBAPsB%2CqBAAsB%2CSAAQ%3BIAKrD%2CmBAAA%3B%3B%3BAAKD%2CQAH%2BB%3BEAG%5C%2FB%2CwBAVwB%2CqBAAsB%2CSAAQ%3BIAQrD%2CgBAAA%3B%3B%3BAAGD%2CwBAAwB%2CqBAAsB%2CmBAAmB%3BEAC%5C%2FD%2CuBAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CSAAQ%2CUAAU%3BEAC9D%2CmBAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CsBAAsB%2CYAAY%2COAAM%3BAACtF%2CwBAAwB%2CqBAAsB%2CmBAAmB%2CYAAY%2COAAM%3BEACjF%2CYAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CmBAAmB%2CYAAY%2CUAAU%3BAACvF%2CwBAAwB%2CqBAAsB%2CsBAAsB%2CYAAY%2CUAAU%3BEACxF%2CiBAAA%3BEACA%2CSAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CmBAAmB%2CYAAY%2CUAAU%2CqBAAqB%3BAAC5G%2CwBAAwB%2CqBAAsB%2CsBAAsB%2CYAAY%2CUAAU%2CqBAAqB%3BEAC7G%2CkBAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CSAAQ%2CMAAS%3BEAC7D%2CcAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CSAAQ%2CMAAM%2CUAAa%3BEACvE%2CUAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CSAAQ%2CMAAM%2CUAAa%3BEACvE%2CcAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CSAAQ%2CMAAM%2CUAAa%3BEACvE%2CUAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CSAAQ%2CMAAS%2CgBAAc%3BEAC3E%2CiBAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CSAAQ%2CMAAO%3BEAC3D%2CeAAA%3B%3BAAEF%2CwBAAyB%2CSAAQ%2CMAAO%2CcAAc%3BEACpD%2CaAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%3BEAC5C%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CmBAAmB%3BAACjE%2CwBAAwB%2CqBAAsB%2CSAAQ%2CUAAU%3BAAChE%2CwBAAwB%2CqBAAsB%2CmBAAmB%2CkBAAkB%2CeAAc%3BAACjG%2CwBAAwB%2CqBAAsB%2CmBAAmB%3BAACjE%2CwBAAwB%2CqBAAsB%2CmBAAmB%2CsBAAsB%3BAACvF%2CwBAAwB%2CqBAAsB%2CmBAAmB%3BEAC%5C%2FD%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CmBAAmB%2CkBAAkB%2CeAAc%3BAACjG%2CwBAAwB%2CqBAAsB%2CmBAAmB%3BEAChE%2CgBAAA%3B%3BAAED%2CwBAAwB%2CqBAAsB%2CmBAAmB%2CyBAAyB%3BEACzF%2CkBAAA%3B%3BAAED%2CwBAAwB%2CqBAAsB%2CmBAAmB%2CkBAAkB%2CkBAAkB%3BEACjG%2CcAAA%3BEACF%2CiBAAA%3BEACA%2CkBAAA%3BEACD%2CeAAA%3B%3BAAED%2CwBAAwB%2CqBAAsB%2CmBAAmB%3BEAC%5C%2FD%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CwBAAwB%2CqBAAsB%2CmBAAmB%2CoBAAoB%3BEACnF%2CkBAAA%3B%3BAAEF%2CQAAQ%2CMAAO%2CcAAc%2CSAAS%3BEACpC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CeAAe%2CgBAAf%3B%3BAAEF%2CQAAQ%2CMAAO%2CcAAc%2CSAAS%2COAAM%3BEAC1C%2CUAAA%3BEACA%2CaAAA%3B%3BAAQF%2CQAJ2B%3BEAI3B%2CqBALqB%2CqBAAsB%3BIAEvC%2COAAO%2CiBAAP%3BIACF%2CmBAAA%3B%3B%3BAAIF%2CmBAAoB%2CSAAQ%2CMAAO%3BEAClC%2CoBAAA%3BEACG%2CoBAAA%3BEACA%2CaAAA%3BEACH%2CeAAA%3BEACA%2CcAAA%3B%3BAAED%2CmBAAoB%2CSAAQ%2CMAAO%2CcAAc%3BEAChD%2CmBAAA%3BEACG%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACH%2CcAAA%3BEACA%2C2BAAA%3B%3BAAED%2CmBAAoB%2CSAAQ%2CMAAO%2CSAAQ%2CWAAY%3BEACtD%2CUAAA%3B%3BAAED%2CQAAQ%2CMAAO%2CmBAAmB%2CoBAAoB%3BEACrD%2CaAAA%3B%3BAAED%2CQAAQ%2CMAAO%3BEACd%2COAAO%2CiBAAP%3BEACA%2CmBAAA%3B%3BAAED%2CQAAQ%2CMAAO%2CsBAAsB%3BEACpC%2CeAAA%3B%3BAAED%2CQAAQ%2CMAAO%2CsBAAqB%2CaAAc%2CSAAS%3BEAC1D%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAED%2CQAAQ%2CMAAO%2CsBAAqB%2CaAAc%2CSAAS%2COAAM%3BEAChE%2CWAAA%3B%3BAAED%2CQAAQ%2CMAAO%2CsBAAqB%2CaAAc%2CSAAS%2COAAM%3BEAChE%2CSAAS%2COAAT%3B%3BAAED%2CQAAQ%2CMAAO%2CsBAAqB%2CaAAc%2CSAAS%2COAAM%3BEAChE%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAED%2CQAAQ%2CMAAO%2CsBAAqB%2CaAAc%2CSAAS%2COAAM%2CSAAS%3BEACzE%2CSAAS%2COAAT%3B%3BAAED%2CQAAQ%2CMAAO%3BEACX%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACH%2CsBAAA%3BEACG%2CmBAAA%3B%3BAAGJ%2CQAAQ%2CMAAO%2CkBAAkB%3BEAC7B%2CWAAA%3B%3BAAGJ%2CQAAQ%2CMAAO%2CkBAAkB%2CcAAa%3BEAC1C%2COAAO%2CkBAAP%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAQ%2CMAAO%2CkBAAiB%2CSAAU%2CcAAa%3BEACnD%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQAAQ%2CMAAO%2CkBAAkB%2CgBAAgB%2CcAAW%3BEACxD%2CgBAAA%3B%3BAAGJ%2CQAAQ%2CMAAO%2CkBAAkB%2CcAAa%2CiBAAkB%2CSAAS%3BEACxE%2CUAAA%3B%3BAAED%2CQAAQ%2CMAAO%2CkBAAkB%2CcAAa%2CiBAAkB%2CSAAS%2COAAM%3BEAC9E%2CUAAA%3BEACA%2CWAAA%3B%3BAAGD%2CQAAQ%2CMAAO%2CcAAa%2CmBAAoB%2CSAAS%3BEACxD%2CUAAA%3B%3BAAED%2CQAAQ%2CMAAO%2CcAAa%2CmBAAoB%2CSAAS%2COAAM%3BEAC9D%2CUAAA%3BEACA%2CWAAA%3B%3BAAGD%2CQAAQ%2CMAAO%2CkBAAkB%2CeAAc%3BEAC9C%2CaAAa%2CaAAb%3BEACA%2CSAAS%2COAAT%3B%3BAAED%2CQAAQ%2CMAAO%2CkBAAkB%2CiBAAgB%3BEAChD%2CaAAa%2CaAAb%3BEACA%2CSAAS%2COAAT%3B%3BAAED%2CQAAQ%2CMAAO%2CkBAAkB%3BEAChC%2CkBAAA%3B%3BAAED%2CQAAQ%2CMAAO%3BEACd%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAED%2CQAAQ%2CMAAO%2CYAAW%3BEACzB%2CUAAA%3B%3BAAGD%2CQAAQ%2CMAAO%2CkBAAkB%3BEAC7B%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAY%2C0DAAZ%3B%3BAAGJ%2CQAAQ%2CMAAO%2CkBAAkB%2CaAAY%3BEACzC%2CSAAA%3BEACA%2CSAAA%3BEACA%2CYAAY%2C0DAAZ%3B%3BAAGJ%2CoBAAoB%2CqBAAsB%2CuBAAyB%2CWAAQ%3BEAC1E%2CYAAA%3B%3BAAED%2CoBAAoB%2CqBAAsB%2CuBAAyB%2CWAAQ%2CMAAS%3BEACnF%2CWAAA%3BEACA%2CmBAAA%22%7D */.message.global.cookie.mgs-gdpr-cookie-notice{
	bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 3;
	margin: 0;
	display: block;
	z-index:10;
	padding:20px;
	background-color: rgba(255,255,255,0.9);
}
.mgs-gdpr-cookie-notice.message.global h3{margin-top:0}
.mgs-gdpr-cookie-notice.gdpr-box-shadow{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.4);
}
.mgs-gdpr-cookie-notice.text-align-center{
	text-align:center;
}
.mgs-gdpr-cookie-notice.text-align-left{
	text-align:left;
}
.mgs-gdpr-cookie-notice.text-align-right{
	text-align:right;
}
.message.global.cookie.mgs-gdpr-cookie-notice .notice-cookie-content {
    line-height: 1.5;
    margin-bottom: 20px;
}
.message.global.cookie.mgs-gdpr-cookie-notice .notice-cookie-content > a{
    display: block;
	text-decoration: underline;
	color: #222;
}
.message.global.cookie.mgs-gdpr-cookie-notice .notice-cookie-content > a:hover{
	color: #f68872;
}

.message.global.cookie.mgs-gdpr-cookie-notice #btn-cookie-allow {
    font-size: 14px;
    line-height: 1;
    padding: 10px 25px;
}
.message.global.cookie.mgs-gdpr-cookie-notice .notice-cookie-title {
    font-weight: 600;
}

.privacy-policy.cms-content h2 {
    margin: 10px 0 20px;
    font-weight: 400;
	font-size: 30px;
}
.modal-mgs-gdpr .modal-header {
	padding: 0 !important;
}
.modal-mgs-gdpr .modal-content {
	padding: 50px !important;
	
}
.modal-mgs-gdpr .modal-header .action-close {
    padding: 10px 25px;
}
.modal-mgs-gdpr .modal-header .action-close:before {
    transform: scale(1.5);	
}
.modal-mgs-gdpr .modal-header .mgs-gdpr-popup {
    padding-bottom: 30px;
}
.privacy-policy.cms-content .message {
	margin-bottom: 30px;
	
}
.privacy-policy.cms-content .message span {
	font-size: 15px;
}
.privacy-policy.cms-content .message span:before {
	top: 50%;
}
.cms-privacy-policy-cookie-restriction-mode .page-wrapper > .breadcrumbs {
	width: auto;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs {
    padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item a, 
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item strong  {
	font-size: 14px;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item:not(:last-child)::after {
	vertical-align: middle;	
}
.cms-privacy-policy-cookie-restriction-mode .page-title-wrapper .page-title {
	font-weight: 500;
	margin-bottom: 20px;
}
.cms-enable-cookies .breadcrumbs {
    padding: 30px 0;
}
.cms-enable-cookies .page-title-wrapper h1.page-title {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
}
.cms-enable-cookies .enable-cookies.cms-content {
    text-align: center;
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.mgs-lookbook-container{position:relative;}
.mgs-lookbook-container .pin__image {line-height: 1;}
.mgs-lookbook-container .lookbook-image{max-width:100%}
.mgs-lookbook-container .pin-item{position:absolute; text-align:center}

/* ==========================================================================
   GENERAL
   ========================================================================== */
.pin-maker:before,
.pin-maker:after {
	content: "";
	display: table;
}
.pin-maker:after {
	clear: both;
}
.pin__wrapper {
	position: relative;
	outline: 0;
}
.pin__wrapper a:focus,
.pin__wrapper a:hover,
.pin__wrapper a:active {
	outline: 0;
}
.pin-maker .pin__wrapper {
	float: left;
}
.pin-maker .pin__wrapper .pin__image > img {
	width: 100%;
}
.pm-2col .pin__wrapper,
.pm-2col .pin__sizer {
	width: 50%;
}
.pm-3col .pin__wrapper,
.pm-3col .pin__sizer {
	width: 33.3%;
}
.pm-4col .pin__wrapper,
.pm-4col .pin__sizer {
	width: 25%;
}
.pm-5col .pin__wrapper,
.pm-5col .pin__sizer {
	width: 20%;
}
.pm-mask {
	position: relative;
}
.pm-mask:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .35);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   PIN TYPE ICON
   ========================================================================== */
[class*="pin__type--"] {
	position: absolute;
}
.pin__icon--add,
.pin__type--area {
	cursor: pointer;
	transition: all .35s;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.pin__size--small {
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 10px;
}
.pin__size--medium {
	width: 32px;
	height: 32px;
	line-height: 30px;
	font-size: 16px;
}
.pin__size--large {
	width: 48px;
	height: 48px;
	line-height: 46px;
	font-size: 18px;
}

/* ==========================================================================
   POPUP
   ========================================================================== */
.pin__popup,
.pin__title {
	position: absolute;
}
.pin__title:before,
.pin__popup:before {
	content: "";
	position: absolute;
}
.pin__title {
	white-space: nowrap;
	background: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	top: -webkit-calc(-100% - 10px);
	top: calc(-100% - 10px);
	padding: 5px 30px;
	font-size: 14px;
	transition: transform .35s;
}
.pin__title:before {
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	bottom: -12px;
	left: calc(50% - 6px);
	left: -webkit-calc(50% - 6px);
}
.pin__size--small + .pin__title {
	top: calc(-100% - 15px);
	top: -webkit-calc(-100% - 15px);
}
.pin__size--large + .pin__title {
	top: -100%;
}
.pin__type--area .pin__title {
	top: -50px;
}
.pin__type:not(.pin__opened):hover .pin__title {
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
.pin__popup {
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transition: all .35s;
	z-index: 100;
	border-radius: 2px;
}
.pin__type--area .pin__popup {
	text-align: initial;
}
.pin__opened .pin__popup {
	opacity: 1;
	visibility: visible;
}
.pin__opened .pin__popup img, .pin__popup img{max-width:100%}
.pin__popup--zoom {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.pin__popup--zoom.pin__popup--right,
.pin__popup--zoom.pin__popup--left {
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}
.pin__opened .pin__popup--zoom.pin__popup--top,
.pin__opened .pin__popup--zoom.pin__popup--bottom {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pin__opened .pin__popup--zoom.pin__popup--right,
.pin__opened .pin__popup--zoom.pin__popup--left {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.pin__popup--sup {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.pin__popup--sup.pin__popup--right,
.pin__popup--sup.pin__popup--left {
	-webkit-transform: translateY(calc(-50% + 30px));
	transform: translateY(calc(-50% + 30px));
}
.pin__opened .pin__popup--sup.pin__popup--right,
.pin__opened .pin__popup--sup.pin__popup--left,
.pin__opened .pin__popup--sdown.pin__popup--right,
.pin__opened .pin__popup--sdown.pin__popup--left {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--sdown {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}
.pin__popup--sdown.pin__popup--right,
.pin__popup--sdown.pin__popup--left {
	-webkit-transform: translateY(calc(-50% - 30px));
	transform: translateY(calc(-50% - 30px));
}
.pin__popup--sleft {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.pin__popup--sleft.pin__popup--right,
.pin__popup--sleft.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(30px);
	transform: translateY(-50%) translateX(30px);
}
.pin__opened .pin__popup--sleft.pin__popup--right,
.pin__opened .pin__popup--sleft.pin__popup--left,
.pin__opened .pin__popup--sright.pin__popup--right,
.pin__opened .pin__popup--sright.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}
.pin__popup--sright {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.pin__popup--sright.pin__popup--right,
.pin__popup--sright.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(-30px);
	transform: translateY(-50%) translateX(-30px);
}
.pin__popup--rotate {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.pin__popup--rotate.pin__popup--right,
.pin__popup--rotate.pin__popup--left {
	-webkit-transform: translateY(-50%) rotateY(360deg);
	transform: translateY(-50%) rotateY(360deg);
}
.pin__opened .pin__popup--rotate.pin__popup--right,
.pin__opened .pin__popup--rotate.pin__popup--left {
	-webkit-transform: translateY(-50%) rotateY(0deg);
	transform: translateY(-50%) rotateY(0deg);
}
.pin__opened .pin__popup--sup,
.pin__opened .pin__popup--sdown {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pin__opened .pin__popup--sleft,
.pin__opened .pin__popup--sright {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.pin__opened .pin__popup--rotate {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.pin__popup:before {
	border: 10px solid transparent;
}
.pin__popup--top {
	bottom: calc(100% + 20px);
}
.pin__popup--top:before {
	border-top: 10px solid #fff;
	left: calc(50% - 10px);
	bottom: -20px;
}
.pin__popup--bottom {
	top: calc(100% + 20px);
}
.pin__popup--bottom:before {
	border-bottom: 10px solid #fff;
	left: calc(50% - 10px);
	top: -20px;
}
.pin__popup--right {
	left: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--right:before {
	border-right: 10px solid #fff;
	left: -20px;
	top: calc(50% - 10px);
}
.pin__popup--left {
	right: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--left:before {
	border-left: 10px solid #fff;
	right: -20px;
	top: calc(50% - 10px);
}
.popup__title {
	padding: 10px 15px;
	font-size: 16px;
}
.popup__content {
	padding: 15px;
}
.popup__title + .popup__content {
	border-top: 2px solid #f2f2f2;
}
.popup__content iframe {
	width: 100%;
	height: 100%;
}
.popup__content--product {
	text-align: center;
	background:#fff;
}
.popup__content--product > *:not(:last-child) {
	margin-bottom: 10px;
}
.pin__popup .popup__content--product h3 {
	font-size: 15px;
	color: #222;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform:none;
}
.popup__content--product > span {
	font-size: 14px;
	display: block;
	line-height: 1;
	color: #878787;
}
.popup__content--product > span ins {
	background: none;
	color: #c60f02;
	text-decoration: none;
}
.popup__content--product > div {
	border-top: 1px solid #ddd;
	margin: 0 -15px;
}
.popup__content--product > div form{
	display: inline-block;
	width: 50%;
	padding: 12px 0 0;
	height: auto;
	line-height: 1;
}
.popup__content--product > div a, .popup__content--product > div button.action.primary {
	display: inline-block;
	width: 50%;
	color: #222;
	padding: 12px 0 0;
	margin: 0;
	background: none;
	box-shadow: none;
	border: 0;
	font-weight: normal;
	height: auto;
	line-height: 1;
	text-decoration:none;
}
.popup__content--product > div button.action.primary{width:100%; padding: 0; margin-top:-2.5px}
.popup__content--product > div a:hover {
	background: none;
	color: #222;
}

.pin__popup_text_content{background:#fff; color:#878787}
.pin__popup_text_content .popup__title{color:#2b2b2b}
.pin__popup_text_content .popup__content{line-height:23px}
.popup__content .price-box .price{color:#878787}
/* ==========================================================================
   SLIDER
   ========================================================================== */
.pm-slick {
	position: relative;
	display: block;
	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;
}
.pm-slick .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.pm-slick .slick-list:focus,
.pm-slick .slick-arrow:focus {
	outline: none;
}
.pm-slick .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.pm-slick .slick-track,
.pm-slick .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pm-slick .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.pm-slick .slick-track:before,
.pm-slick .slick-track:after {
	display: table;
	content: '';
}
.pm-slick .slick-track:after {
	clear: both;
}
.slick-loading .slick-track,
.pm-slick .slick-loading .slick-slide {
	visibility: hidden;
}
.pm-slick .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .pm-slick .slick-slide {
	float: right;
}
.pm-slick .slick-slide img,
.pm-slick.slick-initialized .slick-slide {
	display: block;
}
.pm-slick .slick-slide.slick-loading img,
.pm-slick .slick-arrow.slick-hidden {
	display: none;
}
.pm-slick .slick-slide.dragging img {
	pointer-events: none;
}
.pm-slick.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.pm-slick .slick-arrow {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	top: calc(50% - 16px);
	z-index: 10;
	text-indent: -999em;
	background: #65affa;
	color: #fff;
	border: 3px solid rgba(255, 255, 255, .45);
	transition: all .35s;
	opacity: 0;
	line-height: 26px;
}
.pm-slick:hover .slick-arrow {
	opacity: 1;
}
.pm-slick .slick-arrow:hover {
	background: #3881ca;
}
.pm-slick .slick-next {
	right: 20px;
}
.pm-slick .slick-prev {
	left: 20px;
}
.pm-slick .slick-arrow:before {
	position: absolute;
	font-family: icomoon;
	text-indent: 0;
	display: block;
	font-size: 12px;
	width: 18px;
}
.pm-slick .slick-prev:before {
	content: "\e901";
}
.pm-slick .slick-next:before {
	content: "\e902";	
}
.pm-slick.slick-dotted {
	margin-bottom: 30px;
}
.pm-slick .slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pm-slick .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
}
.pm-slick .slick-dots li button {
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	width: 20px;
	height: 20px;
	padding: 0;
}
.pm-slick .slick-dots li button:hover,
.pm-slick .slick-dots li button:focus {
	outline: none;
}
.pm-slick .slick-dots li button:hover:before,
.pm-slick .slick-dots li button:focus:before {
	opacity: 1;
}
.pm-slick .slick-dots li button:before {
	font-size: 32px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 14px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #65affa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pm-slick .slick-dots li.slick-active button:before {
	opacity: 1;
}

.pin__title{color:#878787; line-height:25px}
.popup__content--product > div{line-height:normal}
.pin__popup div.price-box{border:none}

.pin__popup .price-box p{margin-bottom:0}

.lookbook-slider .owl-dots{
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.lookbook-slider .owl-dots {
    bottom: 30px;
    top: auto;
	height:0;
}

.lookbook-slider{clear:both}
.lookbook-slider .owl-dots .owl-dot span{width:15px; height:15px; background:#f9f9f9}
.lookbook-slider .owl-dots .owl-dot.active span, .lookbook-slider .owl-dots .owl-dot:hover span{background:#65affa}
.lookbook-slider .owl-nav{margin:-20px 0 0 0}
.lookbook-slider .owl-nav [class*="owl-"]{background:none; padding:0; margin:0; width:40px; height:40px; opacity:0; position:absolute; top:50%; margin-top:-20px; transition:all 0.35s ease 0s; -webkit-transition:all 0.35s ease 0s}
.lookbook-slider .owl-nav [class*="owl-"]:hover{background:none; opacity:1}
.lookbook-slider:hover .owl-nav [class*="owl-"]{opacity:1}
.lookbook-slider:hover .owl-nav .disabled{opacity:0.4 !important }
.lookbook-slider .owl-nav img{max-width:100%}
.lookbook-slider .owl-next{right:20px}
.lookbook-slider .owl-prev{left:20px}

@media (max-width: 960px) {
	.pin__popup{width:200px !important}
	.pin__popup .popup__content{padding:10px}
	.popup__content--product > div{margin:0 -10px}
	.popup__content img{height:auto}
	.popup__content--product > *:not(:last-child){margin-bottom:10px}
	.pin__popup .popup__content--product h3{font-size:12px; margin-bottom:10px}
	.popup__content .price{margin-bottom:10px}
	.popup__content--product > div a{padding:10px 0 0}
}

@media (max-width: 768px) {
	.pin__popup{width:140px !important}
	.popup__content img{height:auto}
	.pin__popup .popup__content--product h3, .popup__content--product > div a, .popup__content .price{font-size:11px;}
}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main {
  background: none !important;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .static-content {
  font-weight: 400;
}
.header-area.right-slide-menu .horizontal-menu .menu-banner .title {
  margin: 10px 0 0 !important;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main {
  overflow: visible;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .static-content {
  display: none;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .mega-menu-content {
  padding: 0;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .line {
  margin: 0;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .line > div {
  padding: 0;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .custom-menu-home .dropdown-mega-menu .line {
  margin: 0 -10px;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .custom-menu-home .dropdown-mega-menu .line > .col {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding: 10px;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu {
  display: block;
  padding: 0;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu a {
  margin: 0;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .sub-menu > li > a {
  white-space: nowrap;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li {
  position: relative;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 {
  display: block;
  margin: 0;
  float: none;
  border: none;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 + li.level0 > a.level0 {
  border-top: 1px solid #f3f3f3;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 17px 9px;
  line-height: 1;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu > .icon-toggle {
  display: block;
  line-height: 0;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu > .icon-toggle:before {
  content: "\e936";
  font-family: "Linearicons";
  font-size: 0.75rem;
  color: #222;
  font-weight: bold;
  line-height: 1;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li > a > .toggle-menu {
  display: none;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li._show-child > .toggle-menu > .icon-toggle:before {
  content: "\e937";
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > a.level0 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #222222;
  padding: 10px 15px 10px 0;
  display: block;
  border: none;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu {
  display: none;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level1 > a {
  padding-left: 10px !important;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li[class*="level"]:not(.level1):not(.level0) > a {
  padding-left: 20px !important;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-menu-ct,
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li > .sub-menu {
  display: none;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-submenu-ct > li > a,
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-menu-ct > li > a,
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .sub-menu > li > a {
  font-size: 1rem;
  font-weight: 400;
  color: #222222;
  padding: 10px 30px 10px 20px;
  border-top: 1px solid #f3f3f3;
  display: block;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main ul {
  padding: 0;
  margin: 0;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main ul li {
  padding: 0;
  margin: 0;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main div[class*="col-des"] {
  padding: 0;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main a.category-image {
  display: none !important;
}
.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main {
  background: none !important;
}
.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .static-content {
  font-weight: 400;
}
@media (min-width: 992px) {
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main {
    margin: 0;
    height: 100%;
    position: static !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: 100%;
    position: static !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 {
    margin: 0;
    padding: 0 20px;
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > a.level0 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    position: relative;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > a.level0:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    min-width: 100%;
    background-color: #000;
    position: absolute;
    top: 100%;
    margin-top: 3px;
    height: 2px;
    opacity: 0;
    visibility: visible;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu li {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu li > a {
    display: block;
    padding: 10px 32px 10px 20px;
    font-size: 0.9375rem;
    font-weight: 400;
    position: relative;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu li > a.category-image {
    display: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu li > a > .toggle-menu {
    font-size: 0.75rem;
    position: absolute;
    right: 20px;
    top: 13px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu li > a > .toggle-menu .icon-toggle:before {
    content: "\e93c";
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu li > .toggle-menu {
    display: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0._hover a.level0:after {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0._hover > .dropdown-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .toggle-menu {
    display: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns {
    position: relative;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu > .dropdown-menu-ct {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
    position: absolute;
    top: -5px;
    left: 100%;
    min-width: 270px;
    padding: 5px 0;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu._hover > .dropdown-menu-ct {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns > .dropdown-mega-menu li > a {
    text-align: left;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.center-text:not(.menu-1columns) > .dropdown-mega-menu li > a {
    text-align: center;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 ul {
    padding: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 li > ul.dropdown-submenu-ct {
    padding: 5px 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu {
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    padding: 20px 15px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu li > a {
    padding: 10px 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu li > a.category-image {
    margin: 0;
    display: block;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu li > a.category-image img {
    min-width: 100%;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu .mega-menu-sub-title {
    font-size: 1.275rem;
    font-weight: 600;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu .line > [class*="col-"] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns)._hover .dropdown-mega-menu {
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-mega-menu li.level2 .toggle-menu {
    display: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-mega-menu li.level2 .dropdown-menu-ct {
    position: static;
    border: none;
    opacity: 1;
    visibility: visible;
    min-width: 0px;
    padding: 0 0 0 15px;
    box-shadow: none;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .header-area:not(.right-slide-menu) .horizontal-menu .menu-banner .title {
    margin: 10px 0 0 !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main {
    overflow: visible;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .static-content {
    display: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .mega-menu-content {
    padding: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .line {
    margin: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .line > div {
    padding: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .custom-menu-home .dropdown-mega-menu .line {
    margin: 0 -10px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .custom-menu-home .dropdown-mega-menu .line > .col {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding: 10px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu {
    display: block;
    padding: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu a {
    margin: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .sub-menu > li > a {
    white-space: nowrap;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li {
    position: relative;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 {
    display: block;
    margin: 0;
    float: none;
    border: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 + li.level0 > a.level0 {
    border-top: 1px solid #f3f3f3;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 17px 9px;
    line-height: 1;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu > .icon-toggle {
    display: block;
    line-height: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu > .icon-toggle:before {
    content: "\e936";
    font-family: "Linearicons";
    font-size: 0.75rem;
    color: #222;
    font-weight: bold;
    line-height: 1;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li > a > .toggle-menu {
    display: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li._show-child > .toggle-menu > .icon-toggle:before {
    content: "\e937";
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > a.level0 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #222222;
    padding: 10px 15px 10px 0;
    display: block;
    border: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu {
    display: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level1 > a {
    padding-left: 10px !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li[class*="level"]:not(.level1):not(.level0) > a {
    padding-left: 20px !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li > .sub-menu {
    display: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-submenu-ct > li > a,
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-menu-ct > li > a,
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .sub-menu > li > a {
    font-size: 1rem;
    font-weight: 400;
    color: #222222;
    padding: 10px 30px 10px 20px;
    border-top: 1px solid #f3f3f3;
    display: block;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main ul {
    padding: 0;
    margin: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main ul li {
    padding: 0;
    margin: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main div[class*="col-des"] {
    padding: 0;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main a.category-image {
    display: none !important;
  }
}
.menu-banner {
  text-align: center;
}
.menu-banner .img-banner {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 0;
  padding: 0;
  box-shadow: 0px 0px 6px #adadad;
}
.menu-banner .img-banner img {
  min-width: 100%;
}
.menu-banner .img-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}
.menu-banner .title {
  font-weight: 500;
  display: block;
  margin: 10px 0 24px;
  padding: 0;
  font-size: 1rem;
}
.menu-banner .promobanner .title {
  font-size: 2.225rem;
  line-height: 1.2;
}
.menu-banner:hover .img-banner:after {
  opacity: 0.7;
  visibility: visible;
}
.menu-banner:hover .title {
  color: #f68872;
}
.parent-menu-banner .dropdown-mega-menu {
  padding-bottom: 2px !important;
}
@media (min-width: 992px) {
  .parent-menu-banner .line {
    margin: 0;
    padding-top: 10px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMGS_Mmegamenu%5C%2Fcss%5C%2Fmegamenu.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CYAAY%2CiBAAkB%2CiBAC1B%3BEACI%2C2BAAA%3B%3BAAFR%2CYAAY%2CiBAAkB%2CiBAC1B%2CoBAEI%2CeAAe%3BEACX%2CgBAAA%3B%3BAAJZ%2CYAAY%2CiBAAkB%2CiBAO1B%2CaAAa%3BEACT%2C2BAAA%3B%3BAARR%2CYAAY%2CiBAAkB%2CiBAU1B%3BEACI%2CiBAAA%3B%3BAAXR%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBAEI%3BEACI%2CaAAA%3B%3BAAbZ%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBAKI%3BEACI%2CUAAA%3B%3BAAhBZ%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBAQI%3BEACI%2CSAAA%3B%3BAAnBZ%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBAQI%2CMAEM%3BEACE%2CUAAA%3B%3BAArBhB%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBAcI%2CkBACI%2CoBACI%3BEACI%2CeAAA%3B%3BAA3BpB%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBAcI%2CkBACI%2CoBACI%2CMAEM%3BEAEE%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAjCxB%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4BI%3BEACI%2CcAAA%3BEACA%2CUAAA%3B%3BAAxCZ%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeAGI%3BEACI%2CSAAA%3B%3BAA1ChB%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeAMI%2CUAAY%2CKAAK%3BEACb%2CmBAAA%3B%3BAA7ChB%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeASI%3BEACI%2CkBAAA%3B%3BAACA%2CYAjDJ%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeASI%2CGAEK%3BEACG%2CcAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAJJ%2CYAjDJ%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeASI%2CGAEK%2COAKK%2CKAAE%2COAAU%2CIAAC%3BEACX%2C6BAAA%3B%3BAAvDxB%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeASI%2CGAWI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjEpB%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeASI%2CGAWI%2CaAQM%3BEACE%2CcAAA%3BEACA%2CcAAA%3B%3BAACA%2CYArEZ%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeASI%2CGAWI%2CaAQM%2CeAGG%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3E5B%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeASI%2CGAgCM%2CIAAI%3BEACF%2CaAAA%3B%3BAAEJ%2CYAlFJ%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeASI%2CGAmCK%2CYAAe%2CeAAe%2CeAAY%3BEACvC%2CSAAS%2COAAT%3B%3BAAEJ%2CYArFJ%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeASI%2CGAsCK%2COACK%2CIAAC%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAPR%2CYArFJ%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeASI%2CGAsCK%2COASK%3BEACE%2CaAAA%3B%3BAAGR%2CYAlGJ%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeASI%2CGAmDK%2COAAU%3BEACP%2C6BAAA%3B%3BAAEJ%2CYArGJ%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeASI%2CGAsDK%2CgBAAgB%2CIAAI%2CSAAS%2CIAAI%2CSAAY%3BEAC1C%2C6BAAA%3B%3BAAtGpB%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeAmEI%3BAAzGZ%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeAoEI%2CGAAK%3BEACD%2CaAAA%3B%3BAA3GhB%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeAuEI%2CqBAAuB%2CKAAK%3BAA7GxC%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeAwEI%2CkBAAoB%2CKAAK%3BAA9GrC%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4BI%2CeAyEI%2CUAAY%2CKAAK%3BEACb%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3B%3BAArHhB%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA8GI%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAA1HZ%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA8GI%2CGAGI%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAA7HhB%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBAsHI%2CIAAG%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAApIZ%2CYAAY%2CiBAAkB%2CiBAU1B%2CoBA4HI%2CEAAC%3BEACG%2CwBAAA%3B%3BAAIZ%2CYAAY%2CIAAI%2CmBAAoB%2CiBAChC%3BEACI%2C2BAAA%3B%3BAAFR%2CYAAY%2CIAAI%2CmBAAoB%2CiBAChC%2CoBAEI%2CeAAe%3BEACX%2CgBAAA%3B%3BAAsNR%2CQAnN0B%3BEAmN1B%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%3BIACI%2CSAAA%3BIACA%2CYAAA%3BIACA%2C2BAAA%3B%3BEA%2BMR%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%3BIACI%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2C2BAAA%3B%3BEAyMZ%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%3BIACE%2CSAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAiMhB%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAQI%2CIAAC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEACA%2CYA%5C%2FBZ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAQI%2CIAAC%2COAKE%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAW%2CSAAX%3BIACA%2CgBAAgB%2CSAAhB%3BIACA%2CeAAe%2CSAAf%3BIACA%2CcAAc%2CSAAd%3B%3BEAuKxB%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAoCI%3BIACE%2CsBAAA%3BIACA%2CkDAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2CwBAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CgBAAgB%2CgBAAhB%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3B%3BEAoJpB%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAoCI%2CsBAiBE%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAgJxB%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAoCI%2CsBAiBE%2CGAIM%3BIACE%2CcAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CYAjFpB%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAoCI%2CsBAiBE%2CGAIM%2CIAMG%3BIACG%2CaAAA%3B%3BEAwIhC%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAoCI%2CsBAiBE%2CGAIM%2CIASI%3BIACE%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAkIhC%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAoCI%2CsBAiBE%2CGAIM%2CIASI%2CeAKE%2CaAAY%3BIACR%2CSAAS%2COAAT%3B%3BEAgIpC%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAoCI%2CsBAiBE%2CGAuBM%3BIACE%2CaAAA%3B%3BEAIZ%2CYAnGR%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAiFG%2COACG%2CEAAC%2COAAO%3BIACJ%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CWAAW%2CSAAX%3BIACA%2CgBAAgB%2CSAAhB%3BIACA%2CeAAe%2CSAAf%3BIACA%2CcAAc%2CSAAd%3B%3BEAPR%2CYAnGR%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAiFG%2COASK%3BIACE%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CWAAW%2CaAAX%3BIACA%2CgBAAgB%2CaAAhB%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CeAAe%2CaAAf%3B%3BEAwGxB%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAmGI%3BIACE%2CaAAA%3B%3BEAEJ%2CYAxHR%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAsGG%3BIACG%2CkBAAA%3B%3BEADJ%2CYAxHR%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAsGG%2CcAEG%2CkBACM%3BIACE%2CsBAAA%3BIACA%2CkDAAA%3BIAEA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2CwBAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CgBAAgB%2CgBAAhB%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CYA%5C%2FIhB%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAsGG%2CcAEG%2CkBAqBK%2COAAU%3BIACP%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CWAAW%2CaAAX%3BIACA%2CgBAAgB%2CaAAhB%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CeAAe%2CaAAf%3B%3BEA7BZ%2CYAxHR%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAsGG%2CcAgCK%2CsBAAoB%2CGAAK%3BIACvB%2CgBAAA%3B%3BEAGR%2CYA5JR%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COA0IG%2CYAAY%2CIAAI%2CgBACX%2CsBACF%2CGACE%3BIACF%2CkBAAA%3B%3BEA0DpB%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAgJE%3BIACI%2CUAAA%3B%3BEAuDpB%2CYA1NQ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAmJE%2CGAAK%2CKAAE%3BIACH%2CcAAA%3B%3BEAEJ%2CYAxKR%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAsJG%2CIAAI%2CgBACD%3BIACI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CgBAAgB%2CqBAAhB%3BIACA%2CmBAAmB%2CqBAAnB%3BIACA%2CcAAc%2CqBAAd%3BIACA%2CkBAAA%3BIACA%2CYAAY%2CmBAAZ%3BIACA%2CgBAAA%3B%3BEAXR%2CYAxKR%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAsJG%2CIAAI%2CgBACD%2CoBAWI%2CGAAK%3BIACD%2CeAAA%3B%3BEACA%2CYAtLpB%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAsJG%2CIAAI%2CgBACD%2CoBAWI%2CGAAK%2CIAEA%3BIACG%2CSAAA%3BIACA%2CcAAA%3B%3BEAFJ%2CYAtLpB%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAsJG%2CIAAI%2CgBACD%2CoBAWI%2CGAAK%2CIAEA%2CeAGG%3BIACI%2CeAAA%3B%3BEAlBpB%2CYAxKR%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAsJG%2CIAAI%2CgBACD%2CoBAqBI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAxBZ%2CYAxKR%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAsJG%2CIAAI%2CgBACD%2CoBAyBI%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BEA7BZ%2CYAxKR%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAsJG%2CIAAI%2CgBACD%2CoBAyBI%2CMAIM%3BIACE%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAIZ%2CYA%5C%2FMZ%2CIAAI%2CmBAAoB%2CiBAQ5B%2CoBAII%2CeAMI%2CGAAE%2COAsJG%2CIAAI%2CgBAuCA%2COAAQ%3BIACL%2CWAAW%2CkBAAX%3BIACA%2CgBAAgB%2CkBAAhB%3BIACA%2CmBAAmB%2CkBAAnB%3BIACA%2CcAAc%2CkBAAd%3B%3B%3BAA4BxB%2CQArB0B%2CuBAAwB%3BEAqBlD%2CYA%5C%2FOQ%2CIAAI%2CmBAAoB%2CiBA2N5B%2CoBACI%2CeACA%2CGAAE%2COAAO%2CcACT%2CoBACA%2CGAAE%2COACF%3BIACI%2CaAAA%3B%3BEAcZ%2CYA%5C%2FOQ%2CIAAI%2CmBAAoB%2CiBA2N5B%2CoBACI%2CeACA%2CGAAE%2COAAO%2CcACT%2CoBACA%2CGAAE%2COAIF%3BIACI%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAAyIhB%2CQArIiC%3BEAqIjC%2CYApXY%2CIAAI%2CmBAAoB%2CiBAgP5B%2CaAAa%3BIACT%2C2BAAA%3B%3BEAmIZ%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%3BIACI%2CiBAAA%3B%3BEAgIZ%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBAEI%3BIACI%2CaAAA%3B%3BEA8HhB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBAKI%3BIACI%2CUAAA%3B%3BEA2HhB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBAQI%3BIACI%2CSAAA%3B%3BEAwHhB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBAQI%2CMAEM%3BIACE%2CUAAA%3B%3BEAsHpB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBAcI%2CkBACI%2CoBACI%3BIACI%2CeAAA%3B%3BEAgHxB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBAcI%2CkBACI%2CoBACI%2CMAEM%3BIAEE%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEA0G5B%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%3BIACI%2CcAAA%3BIACA%2CUAAA%3B%3BEAmGhB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeAGI%3BIACI%2CSAAA%3B%3BEAiGpB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeAMI%2CUAAY%2CKAAK%3BIACb%2CmBAAA%3B%3BEA8FpB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeASI%3BIACI%2CkBAAA%3B%3BEACA%2CYA1RR%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeASI%2CGAEK%3BIACG%2CcAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAJJ%2CYA1RR%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeASI%2CGAEK%2COAKK%2CKAAE%2COAAU%2CIAAC%3BIACX%2C6BAAA%3B%3BEAoF5B%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeASI%2CGAWI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEA0ExB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeASI%2CGAWI%2CaAQM%3BIACE%2CcAAA%3BIACA%2CcAAA%3B%3BEACA%2CYA9ShB%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeASI%2CGAWI%2CaAQM%2CeAGG%3BIACG%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAgEhC%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeASI%2CGAgCM%2CIAAI%3BIACF%2CaAAA%3B%3BEAEJ%2CYA3TR%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeASI%2CGAmCK%2CYAAe%2CeAAe%2CeAAY%3BIACvC%2CSAAS%2COAAT%3B%3BEAEJ%2CYA9TR%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeASI%2CGAsCK%2COACK%2CIAAC%3BIACC%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAPR%2CYA9TR%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeASI%2CGAsCK%2COASK%3BIACE%2CaAAA%3B%3BEAGR%2CYA3UR%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeASI%2CGAmDK%2COAAU%3BIACP%2C6BAAA%3B%3BEAEJ%2CYA9UR%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeASI%2CGAsDK%2CgBAAgB%2CIAAI%2CSAAS%2CIAAI%2CSAAY%3BIAC1C%2C6BAAA%3B%3BEAqCxB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeAmEI%3BEAkChB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeAoEI%2CGAAK%3BIACD%2CaAAA%3B%3BEAgCpB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeAuEI%2CqBAAuB%2CKAAK%3BEA8B5C%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeAwEI%2CkBAAoB%2CKAAK%3BEA6BzC%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4BI%2CeAyEI%2CUAAY%2CKAAK%3BIACb%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2CcAAA%3B%3BEAsBpB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA8GI%3BIACI%2CUAAA%3BIACA%2CSAAA%3B%3BEAiBhB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA8GI%2CGAGI%3BIACI%2CUAAA%3BIACA%2CSAAA%3B%3BEAcpB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBAsHI%2CIAAG%3BIACC%2CUAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAOhB%2CYApXY%2CIAAI%2CmBAAoB%2CiBAmP5B%2CoBA4HI%2CEAAC%3BIACG%2CwBAAA%3B%3B%3BAAKhB%3BEACI%2CkBAAA%3B%3BAADJ%2CYAEI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2C%2BBAAA%3B%3BAARR%2CYAEI%2CYAOI%3BEACI%2CeAAA%3B%3BAAEJ%2CYAVJ%2CYAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAvBZ%2CYA0BI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FBR%2CYAiCI%2CaACI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CYAAC%2CMACG%2CYAAW%3BEACP%2CYAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CYAAC%2CMAKG%3BEACI%2CcAAA%3B%3BAAIZ%2CmBACI%3BEACI%2C8BAAA%3B%3BAAQR%2CQAN8B%3BEAM9B%2CmBALQ%3BIACI%2CSAAA%3BIACA%2CiBAAA%22%7D */.width1024 .page-main > .columns,
.width1024 .navigation,
.width1024 .breadcrumbs .items,
.width1024 .page-header .header.panel,
.width1024 .page-wrapper > .widget,
.width1024 .page-wrapper > .page-bottom,
.width1024 .block.category.event,
.width1024 .top-container {
  max-width: 1024px;
}
.width1200 .page-main > .columns,
.width1200 .navigation,
.width1200 .breadcrumbs .items,
.width1200 .page-header .header.panel,
.width1200 .page-wrapper > .widget,
.width1200 .page-wrapper > .page-bottom,
.width1200 .block.category.event,
.width1200 .top-container {
  max-width: 1200px;
}
.width1366 .page-main > .columns,
.width1366 .navigation,
.width1366 .breadcrumbs .items,
.width1366 .page-header .header.panel,
.width1366 .page-wrapper > .widget,
.width1366 .page-wrapper > .page-bottom,
.width1366 .block.category.event,
.width1366 .top-container {
  max-width: 1366px;
}
.fullwidth .page-main > .columns,
.fullwidth .navigation,
.fullwidth .breadcrumbs .items,
.fullwidth .page-header .header.panel,
.fullwidth .page-wrapper > .widget,
.fullwidth .page-wrapper > .page-bottom,
.fullwidth .block.category.event,
.fullwidth .top-container {
  max-width: 100vw;
}
.scroll-to-top {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  width: 45px;
  height: 45px;
  position: fixed;
  right: 35px;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  color: #878787;
  background-color: #fff;
  z-index: 100;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMGS_ThemeSettings%5C%2Fcss%5C%2Ftheme_setting.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACC%2CMAAC%2CIACA%2CWAAa%3BAADd%2CMAAC%2CIAEA%3BAAFD%2CMAAC%2CIAGA%2CaAAa%3BAAHd%2CMAAC%2CIAIA%2CaAAa%2CQAAO%3BAAJrB%2CMAAC%2CIAKA%2CcAAgB%3BAALjB%2CMAAC%2CIAMA%2CcAAgB%3BAANjB%2CMAAC%2CIAOA%2COAAM%2CSAAS%3BAAPhB%2CMAAC%2CIAQA%3BEACC%2CiBAAA%3B%3BAAGF%2CMAAC%2CIACA%2CWAAa%3BAADd%2CMAAC%2CIAEA%3BAAFD%2CMAAC%2CIAGA%2CaAAa%3BAAHd%2CMAAC%2CIAIA%2CaAAa%2CQAAO%3BAAJrB%2CMAAC%2CIAKA%2CcAAgB%3BAALjB%2CMAAC%2CIAMA%2CcAAgB%3BAANjB%2CMAAC%2CIAOA%2COAAM%2CSAAS%3BAAPhB%2CMAAC%2CIAQA%3BEACC%2CiBAAA%3B%3BAAGF%2CMAAC%2CIACA%2CWAAa%3BAADd%2CMAAC%2CIAEA%3BAAFD%2CMAAC%2CIAGA%2CaAAa%3BAAHd%2CMAAC%2CIAIA%2CaAAa%2CQAAO%3BAAJrB%2CMAAC%2CIAKA%2CcAAgB%3BAALjB%2CMAAC%2CIAMA%2CcAAgB%3BAANjB%2CMAAC%2CIAOA%2COAAM%2CSAAS%3BAAPhB%2CMAAC%2CIAQA%3BEACC%2CiBAAA%3B%3BAAIH%2CUACC%2CWAAa%3BAADd%2CUAEC%3BAAFD%2CUAGC%2CaAAa%3BAAHd%2CUAIC%2CaAAa%2CQAAO%3BAAJrB%2CUAKC%2CcAAgB%3BAALjB%2CUAMC%2CcAAgB%3BAANjB%2CUAOC%2COAAM%2CSAAS%3BAAPhB%2CUAQC%3BEACC%2CgBAAA%3B%3BAAIF%3BEACI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%22%7D */:root {
    --color-smile-orange:          #FF8054;
    --color-smile-blue:            #3B72FF;
    --color-toolbar-dark:          #3D414C;
    --color-toolbar-dark-selected: #4D515C;
    --color-toolbar-light:         #ADB3BF;
    --color-toolbar-verylight:     #E8EAED;
    --toolbar-shadow:              0 0 3px 0px #555;
    --toolbar-font-size:           13px;
    --size-height-header:          41px;
    --size-height-title:           61px;
    --background-disabled:         rgba(50, 50, 50, 0.5);
}

.smile-toolbar {
    display: none;
}

.smile-toolbar a {
    cursor: pointer;
    background: transparent;
}

.smile-toolbar * {
    z-index: 99999;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: var(--toolbar-font-size);
    font-weight: normal;
    box-sizing: border-box;
}

.smile-toolbar table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.smile-toolbar .st-close {
    cursor: pointer;
    text-align: center;
    float: right;
    height: var(--size-height-header);
    line-height: var(--size-height-header);
}

.smile-toolbar .st-close:before {
    content:     '\e616';
    font-family: 'luma-icons', 'Admin Icons';
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

.smile-toolbar .st-close:hover {
    color: #FFF;
}

.smile-toolbar .box-warning {
    background-color: var(--color-smile-orange) !important;
}

.smile-toolbar .value-warning {
    color: var(--color-smile-orange) !important;
    font-weight: bold;
}

.smile-toolbar .st-logo {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
    background-color: var(--color-smile-blue);
    width: 150px;
    height: var(--size-height-header);
    line-height: var(--size-height-header);
    text-align: center;
    vertical-align: middle;
    box-shadow: var(--toolbar-shadow);
}

.smile-toolbar .st-titles {
    position: fixed;
    left: 0;
    top: 0;
    border: none;
    width: 100%;
    padding-right: 150px;
    text-align: center;

    display: none;
    background-color: var(--color-toolbar-dark);
    color: var(--color-toolbar-verylight);
    box-shadow: var(--toolbar-shadow);
}
.smile-toolbar .st-titles span {
    padding-left:  14px;
    padding-right: 14px;
    padding-top:    calc((var(--size-height-header) - var(--toolbar-font-size) - 1px) / 2);
    padding-bottom: calc((var(--size-height-header) - var(--toolbar-font-size) - 1px) / 2 - 1px);
    height: var(--size-height-header);
    line-height:var(--size-height-header);
    cursor: pointer;
}

.smile-toolbar .st-titles span.st-selected {
    background-color: var(--color-toolbar-dark-selected);
}

.smile-toolbar .st-zones {
    position: fixed;
    right: 0;
    top: var(--size-height-header);
    width: 100%;
    height: 100vh;
    background-color: var(--background-disabled);
}

.smile-toolbar .st-zones .st-zone {
    float: right;
    display: none;
    background: #FFF;
    box-shadow: var(--toolbar-shadow);
    width: 700px;
}

.smile-toolbar .st-zones .st-title,
#st-modal-display #st-modal-main .st-title {
    padding: 20px;
    margin: 0;
    background-color: var(--color-toolbar-verylight);
    height: var(--size-height-title);
}

.smile-toolbar .st-zones h1,
#st-modal-display #st-modal-main .st-title h1 {
    color: var(--color-toolbar-dark);
    font-weight: bold;
    font-size: 150%;
    padding: 0;
    margin: 0;
}

.smile-toolbar .st-zones .st-table-links {
    float: right;
}

.smile-toolbar .st-zones .st-table-links a {
    text-transform: uppercase;
    color: var(--color-smile-blue);
    font-weight: bold;
}

.smile-toolbar .st-zones .st-content {
    padding: 15px;
    color: var(--color-toolbar-dark);
    max-height: calc(95vh - var(--size-height-header) - var(--size-height-title));
    overflow: auto;
}

.smile-toolbar h2 {
    color: var(--color-toolbar-dark);
    background-color: var(--color-toolbar-verylight);
    font-weight: bold;
    font-size: 110%;
    padding: 10px;
    margin: 0;
}

.smile-toolbar table {
    border: none;
    background: none;
    margin-bottom: 10px;
    width: 100%;
}

.smile-toolbar th,
.smile-toolbar td {
    word-break: break-all;
    margin: 0;
    padding: 12px;
}


.smile-toolbar tr {
    border-bottom: solid 1px var(--color-toolbar-light);
}

.smile-toolbar thead th,
.smile-toolbar thead td {
    font-weight: bold;
    color: var(--color-toolbar-light);
    text-transform: uppercase;
    text-align: right;
}

.smile-toolbar thead th {
    text-align: left;
}

.smile-toolbar tbody > tr > th {
    font-weight: bold;
    width: 35%;
}

.smile-toolbar tbody td {

}

.smile-toolbar pre.complex-value {
    font-size: 90%;
    border: solid 1px lightgrey;
    background-color: #EEE;
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    padding: 0;
    overflow: auto;
    width: 450px;
}

.smile-toolbar tbody tr:hover {
    background-color: var(--color-toolbar-verylight) !important;
}

.smile-toolbar table.st-profiler div.st-percent {
    height: 3px;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    background: var(--color-smile-orange);
}

.smile-toolbar table.st-profiler .st-with-children {
    font-weight: bold;
}

.smile-toolbar table.st-profiler span.st-expand {
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
    border: none;
    color: var(--color-toolbar-dark-selected);
    font-weight: bold;
    text-align: center;
    width: 20px;
}

.smile-toolbar table.st-profiler .st-with-children span.st-expand {
    cursor: pointer;
}

.smile-toolbar .st-navigator {
    float: right;
    background: #FFF;
    box-shadow: var(--toolbar-shadow);
    width: 550px;
    padding-bottom: 10px;
}

.smile-toolbar .st-navigator .st-title,
#st-modal-display #st-modal-main .st-title {
    background-color: var(--color-smile-blue);
}

.smile-toolbar .st-navigator .st-content {
    padding-bottom: 0;
}

.smile-toolbar .st-footer {
    text-align: center;
    color: var(--color-toolbar-light);
}

.smile-toolbar .st-navigator h1,
#st-modal-display #st-modal-main .st-title h1 {
    color: var(--color-toolbar-verylight);
}

.smile-toolbar .st-navigator tbody {
    cursor: pointer;
}

.smile-toolbar .st-navigator td.st-selected {
    background-color: var(--color-toolbar-verylight);
    font-weight: bold;
}

#st-modal-display {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--background-disabled);
    z-index: 99999;
}

#st-modal-display #st-modal-main {
    width: 90vw;
    height: 90vh;
    margin: auto;
    margin-top: 5vh;
    border: none;
    background: #FFF;
    box-shadow: var(--toolbar-shadow);
}
#st-modal-display #st-modal-main .st-title {
    text-align: center;
    padding-right: 5px;
}

#st-modal-display #st-modal-main .st-close {
    color: #FFF;
    padding: 0;
    margin: 0;
    margin-top: -10px;
}

#st-modal-display #st-modal-content {
    padding: 15px;
    color: var(--color-toolbar-dark);
    overflow: scroll;
    width: 100%;
    height: calc(100% - 61px);
}

#st-modal-display .smile-table {
    table-layout: fixed;
    width: 100%;
}

#st-modal-display .smile-table thead th span {
    cursor: pointer;
    font-weight: normal;
    background-color: transparent;
}

#st-modal-display .smile-table thead th span.selected {
    cursor: default;
    color: #111;
}

.smile-toolbar .hjs-code {
}

.smile-toolbar .hjs-code pre {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

#st-modal-display .smile-sub-table {
    margin: 0;
    padding: 0;
    display: none;
}

#st-modal-display .smile-sub-table > td > div {
    box-shadow: var(--toolbar-shadow);
    background: #FFF;
    margin: 5px;
    padding: 5px;
}


#st-modal-display .smile-sub-table pre {
    margin: 0;
    padding: 0;
}

#st-modal-display .smile-has-sub-table {
    cursor: pointer;
}

.st-sortable {
    position: relative;
    display: inline-block;
    vertical-align: -50%;

    padding: 0;
    margin: 0;
    margin-left: 5px;

    width: var(--toolbar-font-size);
    height: calc(var(--toolbar-font-size) * 2.2);
}

.st-sortable .st-sortable-asc {
    position: absolute;
    display: block;
    left: 0;
    top:  0;
}

.st-sortable .st-sortable-desc {
    position: absolute;
    display: block;
    left:   0;
    bottom: 0;
}

.smile-toolbar thead th {
     white-space: nowrap;
}
.st-value-time-h,
.st-value-time-m,
.st-value-time-s,
.st-value-time-ms {
    text-align: right !important;
    white-space: nowrap;
}

.st-value-time-h:after  { content: ' h'; }
.st-value-time-m:after  { content: ' m'; }
.st-value-time-s:after  { content: ' s'; }
.st-value-time-ms:after { content: ' ms'; }

.st-value-size-o,
.st-value-size-ko,
.st-value-size-mo,
.st-value-size-go {
    text-align: right !important;
    white-space: nowrap;
}

.st-value-size-o:after  { content: ' o'; }
.st-value-size-ko:after { content: ' Ko'; }
.st-value-size-mo:after { content: ' Mo'; }
.st-value-size-go:after { content: ' Go'; }

.st-value-number {
    text-align: right !important;
    white-space: nowrap;
}

.st-value-date,
.st-value-hour,
.st-value-datetime {
    text-align: center !important;
    white-space: nowrap;
}

.st-value-center {
    text-align: center !important;
}

.st-value-text {
    text-align: left !important;
}

.st-value-nowrap {
    white-space: nowrap;
}
/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.catalog-product-view .payment-request-button.StripeElement {
    margin: 10px 0 !important;
    width: 100% !important;
}

.catalog-product-view .paypal.checkout.paypal-logo {
    padding: 0 !important;
}

.catalog-product-view .paypal.checkout.paypal-logo .btn.btn-tunda-paypal {
    display: flex !important;
}

.catalog-product-view .paypal.checkout.paypal-logo .paypal-image {
    align-self: center;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.block-bundle-summary .box-tocart .actions .payment-request-button {
    min-width: 240px;
}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.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, 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: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.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%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 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/Tunda/Genny/en_US/Amasty_ShopbyBase/css/chosen/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/Tunda/Genny/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 0px 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: white url('../../frontend/Tunda/Genny/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_ShopbyBase/css/chosen/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;
}

/* @end */
/* @group Results */
.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: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.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%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 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: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 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/Tunda/Genny/en_US/Amasty_ShopbyBase/css/chosen/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%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 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;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 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%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  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, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.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: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../frontend/Tunda/Genny/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../frontend/Tunda/Genny/en_US/Amasty_ShopbyBase/css/chosen/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;
}

/* @end */
/* @group Retina compatibility */
@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/Tunda/Genny/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Tunda/Genny/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/Tunda/Genny/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Tunda/Genny/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Tunda/Genny/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Tunda/Genny/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Tunda/Genny/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.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-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.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;
}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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/Tunda/Genny/en_US/MGS_Fbuilder/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* MGS Owl Slider Style */
.slider_mgs_carousel .owl-item.active .slide-text {
  transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
}
.slider_mgs_carousel .owl-item:not(.active) {
  /* SlideInDown effect */
  /* SlideInUp effect */
  /* SlideInLeft effect */
  /* SlideInRight effect */
}
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  top: calc(50% - 150px);
}
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_center {
  opacity: 0;
  visibility: hidden;
  top: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  bottom: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  top: calc(50% + 150px);
}
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_center {
  opacity: 0;
  visibility: hidden;
  top: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  bottom: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_center,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  left: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  right: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_center,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  left: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  right: -150px;
}
/* Zoom In effect */
.slider_mgs_carousel .owl-item.active .zoomIn .inner-text {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
}
.slider_mgs_carousel .owl-item .zoomIn .inner-text {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
}
/* Zoom Out effect */
.slider_mgs_carousel .owl-item.active .zoomOut .inner-text {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
}
.slider_mgs_carousel .owl-item .zoomOut .inner-text {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
}
/**/
.text-full-width .slider_mgs_carousel .owl-item .slide-text {
  max-width: 100%;
}
.slider_mgs_carousel .owl-item .slide-text {
  max-width: 1200px;
}
@media (max-width: 1199px) {
  .slider_mgs_carousel .owl-item .slide-text {
    max-width: 970px;
  }
}
.slider_mgs_carousel .owl-item .slide-text {
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  opacity: 1;
  visibility: visible;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider_mgs_carousel .owl-item .slide-text > * {
  max-width: 500px;
  padding: 15px 60px;
}
.slider_mgs_carousel .owl-item .slide-text.middle {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slider_mgs_carousel .owl-item .slide-text.middle > * {
  margin: 0 auto;
}
.slider_mgs_carousel .owl-item .slide-text.top_center {
  top: 0;
  bottom: auto;
}
.slider_mgs_carousel .owl-item .slide-text.top_center > * {
  margin: 0 auto;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_center {
  top: auto;
  bottom: 0;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_center > * {
  margin: 0 auto;
}
.slider_mgs_carousel .owl-item .slide-text.middle_right {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slider_mgs_carousel .owl-item .slide-text.middle_right > * {
  float: right;
}
.slider_mgs_carousel .owl-item .slide-text.middle_left {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slider_mgs_carousel .owl-item .slide-text.middle_left > * {
  float: left;
}
.slider_mgs_carousel .owl-item .slide-text.top_left {
  top: 0;
  bottom: auto;
}
.slider_mgs_carousel .owl-item .slide-text.top_left > * {
  float: left;
}
.slider_mgs_carousel .owl-item .slide-text.top_right {
  top: 0;
  bottom: auto;
}
.slider_mgs_carousel .owl-item .slide-text.top_right > * {
  float: right;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_right {
  top: auto;
  bottom: 0;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_right > * {
  float: right;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_left {
  top: auto;
  bottom: 0;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_left > * {
  float: left;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMGS_Fbuilder%5C%2Fcss%5C%2Fowl.carousel.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3BAAeA%2CaAAc%3BEACZ%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CUAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CUAAA%3B%3BAAEF%2CaAAc%3BEACZ%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BAAGF%3BEACE%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3B%3BAAGJ%3BEACE%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3B%3B%3B%3B%3BAAOJ%3BEACE%2C4CAAA%3BEACA%2CyCAAA%3BEACA%2CwCAAA%3BEACA%2CuCAAA%3BEACA%2CoCAAA%3B%3B%3B%3B%3BAAMF%3BEACE%2CaAAA%3BEACA%2CWAAA%3BEACA%2CwCAAA%3B%3BEAEA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEF%2CaAAc%2CWAAU%3BEACtB%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CkBAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CmBAAmB%2C0BAAnB%3B%3BAAEF%2CaAAc%2CcAAc%2CSAAS%3BAACrC%2CaAAc%2CcAAc%2CSAAS%3BAACrC%2CaAAc%2CcAAc%3BEAC1B%2CeAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CaAAa%3BEACX%2CcAAA%3B%3BAAEF%2CaAAa%3BEACX%2CUAAA%3BEACA%2CcAAA%3B%3BAAEF%2CaAAa%3BEACX%2CUAAA%3B%3BAAEF%2CaAAc%2CaAAa%3BEACzB%2CaAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmCAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CaAAc%2CUAAU%3BEACtB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3B%3BAAEF%2CaAAa%2CmBAAoB%3BEAC%5C%2FB%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEF%2CaAAa%3BEACX%2CcAAA%3B%3BAAEF%2CaAAa%2CQAAS%3BEACpB%2CYAAA%3B%3B%3BAAIF%2CMAAO%3BEACL%2CcAAA%3B%3B%3B%3B%3BAAMF%2CaAAc%2CUAAU%3BEACtB%2CUAAA%3BEACA%2CsCAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3B%3BAAEF%2CaAAc%2CUAAU%3BEACtB%2C4BAAA%3B%3B%3B%3B%3BAAMF%2CaAAc%3BEACZ%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAgB%2C%2BBAAhB%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAAEF%2CaAAc%2CqBAAoB%3BEAChC%2CoBAAoB%2CeAApB%3BEACA%2CiBAAiB%2CeAAjB%3BEACA%2CgBAAgB%2CeAAhB%3BEACA%2CeAAe%2CeAAf%3BEACA%2CYAAY%2CeAAZ%3B%3BAAEF%2CaAAc%2CmBAAmB%3BAACjC%2CaAAc%2CmBAAmB%3BEAC%5C%2FB%2CaAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CsCAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CkBAAA%3BEACA%2CUAAA%3B%3B%3BAAGF%2CoBACC%2CUAAS%2COAAQ%3BEA5Nd%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CmCAAA%3BEA2NF%2CuBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAANF%2CoBAQC%2CUAAS%2CIAAI%3B%3B%3B%3B%3B%3BAAGX%2CoBAHF%2CUAAS%2CIAAI%2CSAEZ%2CaAAa%2CYACX%3BAAAS%2CoBAHZ%2CUAAS%2CIAAI%2CSAEZ%2CaAAa%2CYACD%3BAAAc%2CoBAH3B%2CUAAS%2CIAAI%2CSAEZ%2CaAAa%2CYACc%3BEACzB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CiBAAL%3B%3BAAED%2CoBARF%2CUAAS%2CIAAI%2CSAEZ%2CaAAa%2CYAMX%3BAAAW%2CoBARd%2CUAAS%2CIAAI%2CSAEZ%2CaAAa%2CYAMC%3BAAAY%2CoBAR3B%2CUAAS%2CIAAI%2CSAEZ%2CaAAa%2CYAMc%3BEACzB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAED%2CoBAbF%2CUAAS%2CIAAI%2CSAEZ%2CaAAa%2CYAWX%3BAAAc%2CoBAbjB%2CUAAS%2CIAAI%2CSAEZ%2CaAAa%2CYAWI%3BAAAe%2CoBAbjC%2CUAAS%2CIAAI%2CSAEZ%2CaAAa%2CYAWoB%3BEAC%5C%2FB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAKD%2CoBArBF%2CUAAS%2CIAAI%2CSAoBZ%2CWAAW%2CYACT%3BAAAS%2CoBArBZ%2CUAAS%2CIAAI%2CSAoBZ%2CWAAW%2CYACC%3BAAAc%2CoBArB3B%2CUAAS%2CIAAI%2CSAoBZ%2CWAAW%2CYACgB%3BEACzB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CiBAAL%3B%3BAAED%2CoBA1BF%2CUAAS%2CIAAI%2CSAoBZ%2CWAAW%2CYAMT%3BAAAW%2CoBA1Bd%2CUAAS%2CIAAI%2CSAoBZ%2CWAAW%2CYAMG%3BAAAY%2CoBA1B3B%2CUAAS%2CIAAI%2CSAoBZ%2CWAAW%2CYAMgB%3BEACzB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAED%2CoBA%5C%2FBF%2CUAAS%2CIAAI%2CSAoBZ%2CWAAW%2CYAWT%3BAAAc%2CoBA%5C%2FBjB%2CUAAS%2CIAAI%2CSAoBZ%2CWAAW%2CYAWM%3BAAAe%2CoBA%5C%2FBjC%2CUAAS%2CIAAI%2CSAoBZ%2CWAAW%2CYAWsB%3BEAC%5C%2FB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAKD%2CoBAvCF%2CUAAS%2CIAAI%2CSAsCZ%2CaAAa%2CYACX%3BAAAS%2CoBAvCZ%2CUAAS%2CIAAI%2CSAsCZ%2CaAAa%2CYACD%3BAAAc%2CoBAvC3B%2CUAAS%2CIAAI%2CSAsCZ%2CaAAa%2CYACc%3BAAAW%2CoBAvCvC%2CUAAS%2CIAAI%2CSAsCZ%2CaAAa%2CYAC0B%3BAAAc%2CoBAvCtD%2CUAAS%2CIAAI%2CSAsCZ%2CaAAa%2CYACyC%3BAAAa%2CoBAvCpE%2CUAAS%2CIAAI%2CSAsCZ%2CaAAa%2CYACuD%3BEAClE%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAED%2CoBA5CF%2CUAAS%2CIAAI%2CSAsCZ%2CaAAa%2CYAMX%3BAAAY%2CoBA5Cf%2CUAAS%2CIAAI%2CSAsCZ%2CaAAa%2CYAME%3BAAAe%2CoBA5C%5C%2FB%2CUAAS%2CIAAI%2CSAsCZ%2CaAAa%2CYAMkB%3BEAC7B%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAKD%2CoBApDF%2CUAAS%2CIAAI%2CSAmDZ%2CcAAc%2CYACZ%3BAAAS%2CoBApDZ%2CUAAS%2CIAAI%2CSAmDZ%2CcAAc%2CYACF%3BAAAc%2CoBApD3B%2CUAAS%2CIAAI%2CSAmDZ%2CcAAc%2CYACa%3BAAAW%2CoBApDvC%2CUAAS%2CIAAI%2CSAmDZ%2CcAAc%2CYACyB%3BAAAc%2CoBApDtD%2CUAAS%2CIAAI%2CSAmDZ%2CcAAc%2CYACwC%3BAAAa%2CoBApDpE%2CUAAS%2CIAAI%2CSAmDZ%2CcAAc%2CYACsD%3BEAClE%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAED%2CoBAzDF%2CUAAS%2CIAAI%2CSAmDZ%2CcAAc%2CYAMZ%3BAAAY%2CoBAzDf%2CUAAS%2CIAAI%2CSAmDZ%2CcAAc%2CYAMC%3BAAAe%2CoBAzD%5C%2FB%2CUAAS%2CIAAI%2CSAmDZ%2CcAAc%2CYAMiB%3BEAC7B%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3B%3BAAMJ%2CoBAAqB%2CUAAS%2COAAQ%2CQAAQ%3BEA3S1C%2CWA4SQ%2CQA5SR%3BEACA%2CmBA2SQ%2CQA3SR%3BEACA%2CgBA0SQ%2CQA1SR%3BEACA%2CcAySQ%2CQAzSR%3BEA0SH%2CUAAA%3BEACA%2CmBAAA%3BEAxSG%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CmCAAA%3BEAuSH%2CuBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAED%2CoBAAqB%2CUAAU%2CQAAQ%3BEACtC%2CUAAA%3BEACA%2CkBAAA%3BEAvTG%2CWAwTQ%2CUAxTR%3BEACA%2CmBAuTQ%2CUAvTR%3BEACA%2CgBAsTQ%2CUAtTR%3BEACA%2CcAqTQ%2CUArTR%3B%3B%3BAAwTJ%2CoBAAqB%2CUAAS%2COAAQ%2CSAAS%3BEA3T3C%2CWA4TQ%2CQA5TR%3BEACA%2CmBA2TQ%2CQA3TR%3BEACA%2CgBA0TQ%2CQA1TR%3BEACA%2CcAyTQ%2CQAzTR%3BEA0TH%2CUAAA%3BEACA%2CmBAAA%3BEAxTG%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CmCAAA%3BEAuTH%2CuBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAED%2CoBAAqB%2CUAAU%2CSAAS%3BEACvC%2CUAAA%3BEACA%2CkBAAA%3BEAvUG%2CWAwUQ%2CUAxUR%3BEACA%2CmBAuUQ%2CUAvUR%3BEACA%2CgBAsUQ%2CUAtUR%3BEACA%2CcAqUQ%2CUArUR%3B%3B%3BAAwUJ%2CgBAAiB%2CqBAAqB%2CUAAU%3BEAAa%2CeAAA%3B%3BAAC7D%2CoBAAqB%2CUAAU%3BEAAa%2CiBAAA%3B%3BAAI5C%2CQAH2B%3BEAC1B%2CoBAAqB%2CUAAU%3BIAAa%2CgBAAA%3B%3B%3BAAE7C%2CoBAAqB%2CUAAU%3BEA1U3B%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEAyUH%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3B%3BAARD%2CoBAAqB%2CUAAU%2CYAS7B%3BEAAE%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAACrB%2CoBAVoB%2CUAAU%2CYAU7B%3BEACA%2CQAAA%3BEA3VE%2CWA4VS%2CgBA5VT%3BEACA%2CmBA2VS%2CgBA3VT%3BEACA%2CgBA0VS%2CgBA1VT%3BEACA%2CcAyVS%2CgBAzVT%3B%3BAAuVH%2CoBAVoB%2CUAAU%2CYAU7B%2COAGC%3BEAAE%2CcAAA%3B%3BAAEJ%2CoBAfoB%2CUAAU%2CYAe7B%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAFD%2CoBAfoB%2CUAAU%2CYAe7B%2CWAGC%3BEAAE%2CcAAA%3B%3BAAEJ%2CoBApBoB%2CUAAU%2CYAoB7B%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAFD%2CoBApBoB%2CUAAU%2CYAoB7B%2CcAGC%3BEAAE%2CcAAA%3B%3BAAEJ%2CoBAzBoB%2CUAAU%2CYAyB7B%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEA3WE%2CWA4WS%2CgBA5WT%3BEACA%2CmBA2WS%2CgBA3WT%3BEACA%2CgBA0WS%2CgBA1WT%3BEACA%2CcAyWS%2CgBAzWT%3B%3BAAsWH%2CoBAzBoB%2CUAAU%2CYAyB7B%2CaAIC%3BEAAE%2CYAAA%3B%3BAAEJ%2CoBA%5C%2FBoB%2CUAAU%2CYA%2BB7B%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEAjXE%2CWAkXS%2CgBAlXT%3BEACA%2CmBAiXS%2CgBAjXT%3BEACA%2CgBAgXS%2CgBAhXT%3BEACA%2CcA%2BWS%2CgBA%5C%2FWT%3B%3BAA4WH%2CoBA%5C%2FBoB%2CUAAU%2CYA%2BB7B%2CYAIC%3BEAAE%2CWAAA%3B%3BAAEJ%2CoBArCoB%2CUAAU%2CYAqC7B%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAFD%2CoBArCoB%2CUAAU%2CYAqC7B%2CSAGC%3BEAAE%2CWAAA%3B%3BAAEJ%2CoBA1CoB%2CUAAU%2CYA0C7B%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAFD%2CoBA1CoB%2CUAAU%2CYA0C7B%2CUAGC%3BEAAE%2CYAAA%3B%3BAAEJ%2CoBA%5C%2FCoB%2CUAAU%2CYA%2BC7B%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAFD%2CoBA%5C%2FCoB%2CUAAU%2CYA%2BC7B%2CaAGC%3BEAAE%2CYAAA%3B%3BAAEJ%2CoBApDoB%2CUAAU%2CYAoD7B%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAFD%2CoBApDoB%2CUAAU%2CYAoD7B%2CYAGC%3BEAAE%2CWAAA%22%7D */.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMGS_Fbuilder%5C%2Fcss%5C%2Fowl.theme.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CUAAW%3BEACV%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CwCAAA%3B%3BAAHD%2CUAAW%2CcAIV%2CSAAS%3BEACR%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEAAW%2CgBAAA%3BEACX%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAbF%2CUAAW%2CcAeV%2CSAAS%2CcAAa%3BEACrB%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAlBF%2CUAAW%2CcAoBV%2CSAAS%3BEACR%2CYAAA%3BEACA%2CeAAA%3B%3BAAIF%2CUAAW%2CUAAU%3BEACpB%2CqBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3B%3BAAHD%2CUAAW%2CUAAU%2CSAIpB%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2CsCAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAIF%2CUAAW%2CUAAU%2CSAAQ%2COAAQ%3BAAAK%2CUAAW%2CUAAU%2CSAAQ%2CMAAO%3BEAC7E%2CmBAAA%22%7D */@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.tab-content > .tab-pane.product-carousel{
	display:block;
	visibility: hidden;
    height: 0px;
    overflow:hidden;
}
.tab-content > .tab-pane.product-carousel.active{
	visibility: visible;
    height: auto;
    overflow: visible;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 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%;
  left: 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: left;
  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-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;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  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;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 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;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 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 {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background-color: #fff;
}
.mfp-preloader {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../../frontend/Tunda/Genny/en_US/MGS_Fbuilder/images/loader.svg);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center center;
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
  height: 100vh;
  z-index: 1044;
}
/* 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%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 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-left: 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 {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 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;
  }
}
/* Gallery image */
.mfp-img-gallery .mfp-figure:before,
.mfp-img-gallery .mfp-iframe-scaler:before {
  /*content: "";*/
  display: block;
  position: fixed;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  cursor: default;
}
.mfp-img-gallery .mfp-figure .mfp-close,
.mfp-img-gallery .mfp-iframe-scaler .mfp-close {
  font-family: inherit;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050 !important;
  height: 50px;
  width: 50px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 36px;
  background: none !important;
  border: none !important;
  text-align: center;
}
.mfp-img-gallery .mfp-bottom-bar {
  display: none;
  position: fixed;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  margin: 0;
  top: auto;
  padding: 15px;
}
.mfp-img-gallery .mfp-counter {
  padding: 15px 15px 15px 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMGS_Fbuilder%5C%2Fcss%5C%2Fmagnific-popup.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAACA%3BEACE%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEF%3BEACE%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CmCAAA%3B%3BAAEF%3BEACE%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAEF%2CcAAc%3BEACZ%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEF%2CcAAe%2CeAAc%3BEAC3B%2CaAAA%3B%3BAAEF%3BEACE%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEF%2CkBAAmB%3BAACnB%2CgBAAiB%3BEACf%2CWAAA%3BEACA%2CYAAA%3B%3BAAEF%3BEACE%2CgBAAA%3B%3BAAEF%3BAAAmB%2CiBAAkB%2CkBAAkB%3BEACrD%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAEF%3BEACE%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CgBAAiB%3BEACf%2CYAAA%3B%3BAAEF%3BAACA%3BAACA%3BAACA%3BEACE%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CYAAY%3BEACV%2CaAAA%3B%3BAAEF%3BEACE%2CwBAAA%3B%3BAAGF%2CYAAa%3BEACX%2CaAAA%3B%3BAAEF%2CYAAa%3BEACX%2CaAAA%3B%3BAAEF%2CMAAM%3BAACN%2CMAAM%3BEACJ%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAEF%2CMAAM%3BEACJ%2CUAAA%3BEACA%2CSAAA%3B%3BAAEF%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2C0CAAA%3B%3BAACA%2CUAAU%3BAACV%2CUAAU%3BEACR%2CUAAA%3B%3BAACF%2CUAAU%3BEACR%2CQAAA%3B%3BAAEJ%2CiBAAkB%3BEAChB%2CWAAA%3B%3BAAEF%2CiBAAkB%3BAAClB%2CkBAAmB%3BEACjB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEF%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CwCAAA%3B%3BAACA%2CUAAU%3BEACR%2CiBAAA%3B%3BAACF%2CUAAU%3BAACV%2CUAAU%3BEACR%2CUAAA%3B%3BAACF%2CUAAU%3BAACV%2CUAAU%3BEACR%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3B%3BAACF%2CUAAU%3BEACR%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CQAAA%3B%3BAACF%2CUAAU%3BEACR%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACE%2COAAA%3B%3BAACA%2CeAAe%3BEACb%2C6BAAA%3BEACA%2CiBAAA%3B%3BAACF%2CeAAe%3BEACb%2CiBAAA%3BEACA%2CgCAAA%3B%3BAAEJ%3BEACE%2CQAAA%3B%3BAACA%2CgBAAgB%3BEACd%2C4BAAA%3BEACA%2CiBAAA%3B%3BAACF%2CgBAAgB%3BEACd%2C%2BBAAA%3B%3BAAEJ%3BEACE%2CiBAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBAAmB%3BEACjB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAACF%2CkBAAmB%3BEACjB%2CUAAA%3B%3BAAEJ%3BEACC%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsCAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2C2CAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CkCAAA%3BEACA%2CQAAQ%2CcAAc%2CSAAtB%3BEACH%2CgBAAgB%2CcAAc%2CSAA9B%3BEACG%2CaAAA%3BEACA%2CaAAA%3B%3B%3BAAIJ%2CGAAG%3BEACD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAACA%2CWAAW%3BEACT%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsCAAA%3BEACA%2CgBAAA%3B%3BAACF%2CWAAY%3BEACV%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAACF%2CWAAY%3BEACV%2CSAAA%3B%3BAAEJ%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEF%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CiBAAkB%3BEAChB%2CeAAA%3B%3BAAEF%2CYAAa%2CkBAAkB%3BEAC7B%2CeAAA%3B%3BAAyCF%2CmBAvCqC%2CuBAA4B%2CqCAAiC%3B%3B%3B%3BEAIhG%2CeAAgB%3BIACd%2CeAAA%3BIACA%2CgBAAA%3B%3BEACF%2CeAAgB%2CIAAG%3BIACjB%2CUAAA%3B%3BEACF%2CeAAgB%2CYAAW%3BIACzB%2CMAAA%3BIACA%2CSAAA%3B%3BEACF%2CeAAgB%2CYAAY%3BIAC1B%2CeAAA%3BIACA%2CgBAAA%3B%3BEACF%2CeAAgB%3BIACd%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEACA%2CeAAgB%2CgBAAe%3BIAC7B%2CUAAA%3B%3BEACJ%2CeAAgB%3BIACd%2CUAAA%3BIACA%2CQAAA%3B%3BEACF%2CeAAgB%3BIACd%2CMAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2C8BAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3B%3BAAiBJ%2CgBAfkC%3BEAChC%3BIACE%2CmBAAmB%2CWAAnB%3BIACA%2CWAAW%2CWAAX%3B%3BEACF%3BIACE%2C2BAAA%3BIACA%2CmBAAA%3B%3BEACF%3BIACE%2C8BAAA%3BIACA%2CsBAAA%3B%3BEACF%3BIACE%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3B%3BAAGJ%2CgBAAiB%2CYAAW%3BAAC5B%2CgBAAiB%2CmBAAkB%3B%3BEAE%5C%2FB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CgBAAiB%2CYAAY%3BAAC7B%2CgBAAiB%2CmBAAmB%3BEAChC%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEAEA%2CWAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CaAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CyBAAA%22%7D */.promobanner {
  position: relative;
  overflow: hidden;
}
.promobanner > a > img {
  min-width: 100%;
}
.promobanner .text {
  position: absolute;
  padding: 20px;
  z-index: 1;
  color: #1a1a1a;
  font-size: 15px;
}
.promobanner .text.top-left,
.promobanner .text.top-middle,
.promobanner .text.top-right {
  top: 0;
}
.promobanner .text.top-left {
  left: 0;
}
.promobanner .text.top-middle {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.promobanner .text.top-right {
  right: 0;
}
.promobanner .text.middle-left,
.promobanner .text.middle-center,
.promobanner .text.middle-right {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.promobanner .text.middle-left {
  left: 0;
}
.promobanner .text.middle-center {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.promobanner .text.middle-right {
  right: 0;
}
.promobanner .text.bottom-left,
.promobanner .text.bottom-center,
.promobanner .text.bottom-right {
  bottom: 0;
}
.promobanner .text.bottom-left {
  left: 0;
}
.promobanner .text.bottom-center {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.promobanner .text.bottom-right {
  right: 0;
}
.promobanner.zoom img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.promobanner.zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.border-zoom:before {
  border: 2px solid #fff;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  content: '';
  display: block;
  position: absolute;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.promobanner.border-zoom img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.promobanner.border-zoom:hover:before {
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  z-index: 9;
}
.promobanner.border-zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.flashed:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.promobanner.flashed:hover:after {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
}
.promobanner.zoom-flashed:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.promobanner.zoom-flashed img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.promobanner.zoom-flashed:hover:after {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
}
.promobanner.zoom-flashed:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.shadow-corner {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.promobanner.shadow-corner:hover {
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.promobanner.zoom-shadow:after {
  position: absolute;
  content: "";
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  background: #000000;
  opacity: 0.4;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.promobanner.zoom-shadow:hover:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.promobanner.cup-border {
  overflow: visible;
}
.promobanner.cup-border a:after {
  border: 2px solid #ddbe86;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  content: "";
  opacity: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.promobanner.cup-border:hover a:after {
  opacity: 1;
  transform: translate(15px, 15px);
  -webkit-transform: translate(15px, 15px);
  -moz-transform: translate(15px, 15px);
  -o-transform: translate(15px, 15px);
}
.promobanner.flashed-zoom a:after {
  position: absolute;
  content: "";
  width: 100%;
  padding-top: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  background: #fff;
  transform: translate(-50%,-50%) rotate(45deg) scale(0);
  -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(0);
  -moz-transform: translate(-50%,-50%) rotate(45deg) scale(0);
  -o-transform: translate(-50%,-50%) rotate(45deg) scale(0);
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
.promobanner.flashed-zoom a > img {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.promobanner.flashed-zoom:hover a > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.flashed-zoom:hover a:after {
  opacity: 0;
  transform: translate(-50%,-50%) rotate(45deg) scale(1);
  -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1);
  -moz-transform: translate(-50%,-50%) rotate(45deg) scale(1);
  -o-transform: translate(-50%,-50%) rotate(45deg) scale(1);
}
.promobanner.zoom-out-shadow a:after {
  position: absolute;
  content: "";
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  border: 2px solid #fff;
  outline-width: 15px;
  outline-style: solid;
  outline-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.promobanner.zoom-out-shadow:hover a:after {
  left: 15px;
  right: 15px;
  bottom: 15px;
  top: 15px;
}
.promobanner.mist a:after {
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.promobanner.mist:hover a:after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.promobanner.mist-text a:after {
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.promobanner.mist-text:hover a:after {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTunda%5C%2FGenny%5C%2Fen_US%5C%2FMGS_Fbuilder%5C%2Fcss%5C%2Fpbanner.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAmBA%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAFD%2CYAGG%2CIAAI%3BEAAM%2CeAAA%3B%3BAAHb%2CYAIC%3BEACC%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAND%2CMAME%3BAAAW%2CYANb%2CMAMc%3BAAAa%2CYAN3B%2CMAM4B%3BEAC1B%2CMAAA%3B%3BAAED%2CYATD%2CMASE%3BEACA%2COAAA%3B%3BAAED%2CYAZD%2CMAYE%3BEACA%2CSAAA%3BEAnCC%2CWAoCU%2CgBApCV%3BEACA%2CmBAmCU%2CgBAnCV%3BEACA%2CgBAkCU%2CgBAlCV%3BEACA%2CcAiCU%2CgBAjCV%3B%3BAAmCF%2CYAhBD%2CMAgBE%3BEACA%2CQAAA%3B%3BAAED%2CYAnBD%2CMAmBE%3BAAAc%2CYAnBhB%2CMAmBiB%3BAAAgB%2CYAnBjC%2CMAmBkC%3BEAChC%2CQAAA%3BEA1CC%2CWA2CU%2CgBA3CV%3BEACA%2CmBA0CU%2CgBA1CV%3BEACA%2CgBAyCU%2CgBAzCV%3BEACA%2CcAwCU%2CgBAxCV%3B%3BAA0CF%2CYAvBD%2CMAuBE%3BEACA%2COAAA%3B%3BAAED%2CYA1BD%2CMA0BE%3BEACA%2CSAAA%3BEAjDC%2CWAkDU%2CqBAlDV%3BEACA%2CmBAiDU%2CqBAjDV%3BEACA%2CgBAgDU%2CqBAhDV%3BEACA%2CcA%2BCU%2CqBA%5C%2FCV%3B%3BAAiDF%2CYA9BD%2CMA8BE%3BEACA%2CQAAA%3B%3BAAED%2CYAjCD%2CMAiCE%3BAAAc%2CYAjChB%2CMAiCiB%3BAAAgB%2CYAjCjC%2CMAiCkC%3BEAChC%2CSAAA%3B%3BAAED%2CYApCD%2CMAoCE%3BEACA%2COAAA%3B%3BAAED%2CYAvCD%2CMAuCE%3BEACA%2CSAAA%3BEA9DC%2CWA%2BDU%2CgBA%5C%2FDV%3BEACA%2CmBA8DU%2CgBA9DV%3BEACA%2CgBA6DU%2CgBA7DV%3BEACA%2CcA4DU%2CgBA5DV%3B%3BAA8DF%2CYA3CD%2CMA2CE%3BEACA%2CQAAA%3B%3BAAIF%2CYAAC%2CKACA%3BEAvEE%2CWAwEU%2CQAxEV%3BEACA%2CmBAuEU%2CQAvEV%3BEACA%2CgBAsEU%2CQAtEV%3BEACA%2CcAqEU%2CQArEV%3BEAGA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CmCAAA%3B%3BAAkEF%2CYALA%2CKAKC%2CMAAO%3BEA3EN%2CWA4EU%2CUA5EV%3BEACA%2CmBA2EU%2CUA3EV%3BEACA%2CgBA0EU%2CUA1EV%3BEACA%2CcAyEU%2CUAzEV%3B%3BAA8EF%2CYADA%2CYACC%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEAnFC%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CmCAAA%3B%3BAAuEH%2CYAAC%2CYAYA%3BEA5FE%2CWA6FU%2CQA7FV%3BEACA%2CmBA4FU%2CQA5FV%3BEACA%2CgBA2FU%2CQA3FV%3BEACA%2CcA0FU%2CQA1FV%3BEAGA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CmCAAA%3B%3BAAwFD%2CYAjBD%2CYAgBC%2CMACC%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAANF%2CYAhBA%2CYAgBC%2CMAQA%3BEAxGC%2CWAyGW%2CUAzGX%3BEACA%2CmBAwGW%2CUAxGX%3BEACA%2CgBAuGW%2CUAvGX%3BEACA%2CcAsGW%2CUAtGX%3B%3BAA4GF%2CYADA%2CQACC%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CoCAAA%3BEACA%2CSAAS%2CEAAT%3BEAhHC%2C0BAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C6BAAA%3BEATA%2C0EAAA%3BEACA%2CkFAAA%3BEACA%2C%2BEAAA%3BEACA%2C6EAAA%3B%3BAAuHF%2CYAZA%2CQAYC%2CMAAM%3BEA1HL%2CyEAAA%3BEACA%2CiFAAA%3BEACA%2C8EAAA%3BEACA%2C4EAAA%3B%3BAA6HF%2CYADA%2CaACC%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CoCAAA%3BEACA%2CSAAS%2CEAAT%3BEAjIC%2C0BAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C6BAAA%3BEATA%2C0EAAA%3BEACA%2CkFAAA%3BEACA%2C%2BEAAA%3BEACA%2C6EAAA%3B%3BAA4HH%2CYAAC%2CaAYA%3BEArIE%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3B%3BAAsID%2CYAhBD%2CaAeC%2CMACC%3BEA%5C%2FIA%2CyEAAA%3BEACA%2CiFAAA%3BEACA%2C8EAAA%3BEACA%2C4EAAA%3B%3BAA2IF%2CYAfA%2CaAeC%2CMAIA%3BEAlJC%2CWAmJW%2CUAnJX%3BEACA%2CmBAkJW%2CUAlJX%3BEACA%2CgBAiJW%2CUAjJX%3BEACA%2CcAgJW%2CUAhJX%3B%3BAAqJH%2CYAAC%3BEAlJE%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3B%3BAAiJF%2CYAFA%2CcAEC%3BEACA%2C0CAAA%3B%3BAAKD%2CYADA%2CYACC%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEAlKC%2CmCAAA%3BEACA%2C2CAAA%3BEACA%2CwCAAA%3BEACA%2CsCAAA%3B%3BAAkKF%2CYAZA%2CYAYC%2CMAAM%3BEACN%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3B%3BAAIF%2CYAAC%3BEACA%2CiBAAA%3B%3BAADD%2CYAAC%2CWAEA%2CEAAC%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEA7LC%2CWA8LU%2CYA9LV%3BEACA%2CmBA6LU%2CYA7LV%3BEACA%2CgBA4LU%2CYA5LV%3BEACA%2CcA2LU%2CYA3LV%3BEAGA%2CyBAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3B%3BAAwLF%2CYAdA%2CWAcC%2CMAAO%2CEAAC%3BEACR%2CUAAA%3BEAlMC%2CWAmMU%2CqBAnMV%3BEACA%2CmBAkMU%2CqBAlMV%3BEACA%2CgBAiMU%2CqBAjMV%3BEACA%2CcAgMU%2CqBAhMV%3B%3BAAsMD%2CYAFD%2CaACA%2CEACE%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEAjNA%2CsDAAA%3BEACA%2C8DAAA%3BEACA%2C2DAAA%3BEACA%2CyDAAA%3BEAGA%2CiCAAA%3BEACA%2CyCAAA%3BEACA%2CsCAAA%3BEACA%2CoCAAA%3B%3BAA8LH%2CYAAC%2CaACA%2CEAaG%3BEA%5C%2FMD%2CiCAAA%3BEACA%2CyCAAA%3BEACA%2CsCAAA%3BEACA%2CoCAAA%3B%3BAAgNF%2CYAlBA%2CaAkBC%2CMACA%2CEACG%3BEA3NF%2CWA4NY%2CUA5NZ%3BEACA%2CmBA2NY%2CUA3NZ%3BEACA%2CgBA0NY%2CUA1NZ%3BEACA%2CcAyNY%2CUAzNZ%3B%3BAA2NA%2CYAvBF%2CaAkBC%2CMACA%2CEAIE%3BEACA%2CUAAA%3BEA%5C%2FND%2CsDAAA%3BEACA%2C8DAAA%3BEACA%2C2DAAA%3BEACA%2CyDAAA%3B%3BAAmOH%2CYAAC%2CgBACA%2CEAAC%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3BEA5OC%2CiCAAA%3BEACA%2CyCAAA%3BEACA%2CsCAAA%3BEACA%2CoCAAA%3B%3BAA4OF%2CYAfA%2CgBAeC%2CMAAO%2CEAAC%3BEACR%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIF%2CYAAC%2CKACA%2CEAAC%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEAxQC%2CWAyQU%2CSAzQV%3BEACA%2CmBAwQU%2CSAxQV%3BEACA%2CgBAuQU%2CSAvQV%3BEACA%2CcAsQU%2CSAtQV%3BEASH%2C0BAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3BEACA%2C6BAAA%3BEAVG%2CiCAAA%3BEACA%2CyCAAA%3BEACA%2CsCAAA%3BEACA%2CoCAAA%3B%3BAAoQF%2CYAhBA%2CKAgBC%2CMAAO%2CEAAC%3BEA7QP%2CWA8QU%2CSA9QV%3BEACA%2CmBA6QU%2CSA7QV%3BEACA%2CgBA4QU%2CSA5QV%3BEACA%2CcA2QU%2CSA3QV%3BEA4QD%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIF%2CYAAC%2CUACA%2CEAAC%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEA%5C%2FRC%2CWAgSU%2CSAhSV%3BEACA%2CmBA%2BRU%2CSA%5C%2FRV%3BEACA%2CgBA8RU%2CSA9RV%3BEACA%2CcA6RU%2CSA7RV%3BEAGA%2CiCAAA%3BEACA%2CyCAAA%3BEACA%2CsCAAA%3BEACA%2CoCAAA%3B%3BAA0RF%2CYAfA%2CUAeC%2CMAAO%2CEAAC%3BEACR%2CUAAA%3BEACA%2CmBAAA%3BEArSC%2CWAsSU%2CSAtSV%3BEACA%2CmBAqSU%2CSArSV%3BEACA%2CgBAoSU%2CSApSV%3BEACA%2CcAmSU%2CSAnSV%22%7D */.frame *, .frame ::after, .frame ::before,.panel-popup *, .panel-popup ::after, .panel-popup ::before  {
    box-sizing: border-box;
}

.no-padding{padding:0}
.no-padding-right{padding-right:0 !important}
.no-padding-left{padding-left:0 !important}

.line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.active-builder.cms-page-view .page-main .columns,
.active-builder.cms-home .page-main .columns {
	max-width: 100vw !important;
	padding-left: 0;
	padding-right: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-des,
.col-des-1,
.col-des-10,
.col-des-11,
.col-des-12,
.col-des-2,
.col-des-3,
.col-des-4,
.col-des-5,
.col-des-6,
.col-des-7,
.col-des-8,
.col-des-9,
.col-des-auto,
.col-tb,
.col-tb-1,
.col-tb-10,
.col-tb-11,
.col-tb-12,
.col-tb-2,
.col-tb-3,
.col-tb-4,
.col-tb-5,
.col-tb-6,
.col-tb-7,
.col-tb-8,
.col-tb-9,
.col-tb-auto,
.col-mb,
.col-mb-1,
.col-mb-10,
.col-mb-11,
.col-mb-12,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-auto{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8.333333%;
    flex: 0 1 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666667%;
    flex: 0 1 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.666667%;
    flex: 0 1 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.333333%;
    flex: 0 1 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.666667%;
    flex: 0 1 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 83.333333%;
    flex: 0 1 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 91.666667%;
    flex: 0 1 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

.col-mb {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-mb-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto;
	max-width: none
}
.col-mb-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 8.333333%;
	flex: 0 1 8.333333%;
	max-width: 8.333333%
}
.col-mb-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 16.666667%;
	flex: 0 1 16.666667%;
	max-width: 16.666667%
}
.col-mb-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	max-width: 25%
}
.col-mb-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.333333%;
	flex: 0 1 33.333333%;
	max-width: 33.333333%
}
.col-mb-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 41.666667%;
	flex: 0 1 41.666667%;
	max-width: 41.666667%
}
.col-mb-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	max-width: 50%
}
.col-mb-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 58.333333%;
	flex: 0 1 58.333333%;
	max-width: 58.333333%
}
.col-mb-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 66.666667%;
	flex: 0 1 66.666667%;
	max-width: 66.666667%
}
.col-mb-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 75%;
	flex: 0 1 75%;
	max-width: 75%
}
.col-mb-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 83.333333%;
	flex: 0 1 83.333333%;
	max-width: 83.333333%
}
.col-mb-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 91.666667%;
	flex: 0 1 91.666667%;
	max-width: 91.666667%
}
.col-mb-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%
}

@media (min-width:768px) {
	.col-tb {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-tb-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto;
        max-width: none
    }
    .col-tb-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 8.333333%;
        flex: 0 1 8.333333%;
        max-width: 8.333333%
    }
    .col-tb-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.666667%;
        flex: 0 1 16.666667%;
        max-width: 16.666667%
    }
    .col-tb-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }
    .col-tb-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
        max-width: 33.333333%
    }
    .col-tb-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 41.666667%;
        flex: 0 1 41.666667%;
        max-width: 41.666667%
    }
    .col-tb-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }
    .col-tb-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 58.333333%;
        flex: 0 1 58.333333%;
        max-width: 58.333333%
    }
    .col-tb-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.666667%;
        flex: 0 1 66.666667%;
        max-width: 66.666667%
    }
    .col-tb-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        max-width: 75%
    }
    .col-tb-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 83.333333%;
        flex: 0 1 83.333333%;
        max-width: 83.333333%
    }
    .col-tb-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 91.666667%;
        flex: 0 1 91.666667%;
        max-width: 91.666667%
    }
    .col-tb-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
	.col-des {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-des-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto;
        max-width: none
    }
    .col-des-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 8.333333%;
        flex: 0 1 8.333333%;
        max-width: 8.333333%
    }
    .col-des-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.666667%;
        flex: 0 1 16.666667%;
        max-width: 16.666667%
    }
    .col-des-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }
    .col-des-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
        max-width: 33.333333%
    }
    .col-des-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 41.666667%;
        flex: 0 1 41.666667%;
        max-width: 41.666667%
    }
    .col-des-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }
    .col-des-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 58.333333%;
        flex: 0 1 58.333333%;
        max-width: 58.333333%
    }
    .col-des-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.666667%;
        flex: 0 1 66.666667%;
        max-width: 66.666667%
    }
    .col-des-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        max-width: 75%
    }
    .col-des-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 83.333333%;
        flex: 0 1 83.333333%;
        max-width: 83.333333%
    }
    .col-des-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 91.666667%;
        flex: 0 1 91.666667%;
        max-width: 91.666667%
    }
    .col-des-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }
	
	body:not(.active-builder) .hidden-des {
		display: none !important;
	}
}
@media (min-width: 992px){
	.row-1 .col {
		-ms-flex: 0 1 calc(100% / 1);
		flex: 0 1 calc(100% / 1);
		max-width: calc(100% / 1);
		width: 100%;
	}
	.row-2 .col {
		-ms-flex: 0 1 calc(100% / 2);
		flex: 0 1 calc(100% / 2);
		max-width: calc(100% / 2);
		width: 100%;
	}
	.row-3 .col {
		-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
		max-width: calc(100% / 3);
		width: 100%;
	}
	.row-4 .col {
		-ms-flex: 0 1 calc(100% / 4);
		flex: 0 1 calc(100% / 4);
		max-width: calc(100% / 4);
		width: 100%;
	}
	.row-5 .col {
		-ms-flex: 0 1 calc(100% / 5);
		flex: 0 1 calc(100% / 5);
		max-width: calc(100% / 5);
		width: 100%;
	}
	.row-6 .col {
		-ms-flex: 0 1 calc(100% / 6);
		flex: 0 1 calc(100% / 6);
		max-width: calc(100% / 6);
		width: 100%;
	}
	.row-7 .col {
		-ms-flex: 0 1 calc(100% / 7);
		flex: 0 1 calc(100% / 7);
		max-width: calc(100% / 7);
		width: 100%;
	}
	.row-8 .col {
		-ms-flex: 0 1 calc(100% / 8);
		flex: 0 1 calc(100% / 8);
		max-width: calc(100% / 8);
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.row-tablet-1 .col {
		-ms-flex: 0 1 calc(100% / 1);
		flex: 0 1 calc(100% / 1);
		max-width: calc(100% / 1);
		width: 100%;
	}
	.row-tablet-2 .col {
		-ms-flex: 0 1 calc(100% / 2);
		flex: 0 1 calc(100% / 2);
		max-width: calc(100% / 2);
		width: 100%;
	}
	.row-tablet-3 .col {
		-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
		max-width: calc(100% / 3);
		width: 100%;
	}
	.row-tablet-4 .col {
		-ms-flex: 0 1 calc(100% / 4);
		flex: 0 1 calc(100% / 4);
		max-width: calc(100% / 4);
		width: 100%;
	}
	.row-tablet-5 .col {
		-ms-flex: 0 1 calc(100% / 5);
		flex: 0 1 calc(100% / 5);
		max-width: calc(100% / 5);
		width: 100%;
	}
	.row-tablet-6 .col {
		-ms-flex: 0 1 calc(100% / 6);
		flex: 0 1 calc(100% / 6);
		max-width: calc(100% / 6);
		width: 100%;
	}
	.row-tablet-7 .col {
		-ms-flex: 0 1 calc(100% / 7);
		flex: 0 1 calc(100% / 7);
		max-width: calc(100% / 7);
		width: 100%;
	}
	.row-tablet-8 .col {
		-ms-flex: 0 1 calc(100% / 8);
		flex: 0 1 calc(100% / 8);
		max-width: calc(100% / 8);
		width: 100%;
	}
	
	body:not(.active-builder) .hidden-tb {
		display: none !important;
	}
}
@media (max-width: 767.98px) {
	.row-mobile-1 .col {
		-ms-flex: 0 1 calc(100% / 1);
		flex: 0 1 calc(100% / 1);
		max-width: calc(100% / 1);
		width: 100%;
	}
	.row-mobile-2 .col {
		-ms-flex: 0 1 calc(100% / 2);
		flex: 0 1 calc(100% / 2);
		max-width: calc(100% / 2);
		width: 100%;
	}
	.row-mobile-3 .col {
		-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
		max-width: calc(100% / 3);
		width: 100%;
	}
	.row-mobile-4 .col {
		-ms-flex: 0 1 calc(100% / 4);
		flex: 0 1 calc(100% / 4);
		max-width: calc(100% / 4);
		width: 100%;
	}
	.row-mobile-5 .col {
		-ms-flex: 0 1 calc(100% / 5);
		flex: 0 1 calc(100% / 5);
		max-width: calc(100% / 5);
		width: 100%;
	}
	.row-mobile-6 .col {
		-ms-flex: 0 1 calc(100% / 6);
		flex: 0 1 calc(100% / 6);
		max-width: calc(100% / 6);
		width: 100%;
	}
	.row-mobile-7 .col {
		-ms-flex: 0 1 calc(100% / 7);
		flex: 0 1 calc(100% / 7);
		max-width: calc(100% / 7);
		width: 100%;
	}
	.row-mobile-8 .col {
		-ms-flex: 0 1 calc(100% / 8);
		flex: 0 1 calc(100% / 8);
		max-width: calc(100% / 8);
		width: 100%;
	}
	body:not(.active-builder) .hidden-mb {
		display: none !important;
	}
}

.no-padding-col.section-builder-full {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-padding-col .line {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.no-padding-col .frame,
.no-padding-col .line div[class*="col-des"],
.no-padding-col .line div[class*="col-tb"],
.no-padding-col .line div[class*="col-mb"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-margin{margin:0 !important}
.no-margin-top{margin-top:0 !important}
.no-margin-bottom{margin-bottom:0 !important}
.text-align-left, .text-align-left .slide-text{text-align:left}
.text-align-right, .text-align-right .slide-text{text-align:right}
.text-align-center, .text-align-center .slide-text{text-align:center}
.mgs-products.products-grid { margin: 0; }
.mgs-products.products-grid .product-item{padding-left:15px; padding-right:15px}

.panel-block *{
    -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

/* Slider */
.fullscreen-slider .owl-carousel .item-image img, .fullscreen-slider .owl-carousel .item-image, .fullscreen-slider .owl-carousel div:not(.owl-nav):not(.owl-dots):not(.slide-text){height:100%}
.fullscreen-slider .owl-carousel {
    height: 100%;
    position: relative;
}
.fullscreen-slider .owl-carousel .item-image{height: 100%; background-position: center; display: block; background-size: cover; background-repeat: no-repeat;}
.fullscreen-slider .item img{opacity: 0; visibility: hidden; filter:alpha(opacity=0)}
.mgs-owl-carousel{position: relative;}
.mgs-owl-carousel .owl-nav.disabled{display:none !important}

.mgs-owl-carousel .owl-nav .disabled{opacity:0.5; filter:alpha(opacity=50)}
.mgs-owl-carousel .owl-nav .disabled span::before, .mgs-owl-carousel .owl-nav .disabled span{cursor:unset !important}
.mgs-owl-carousel .owl-prev, .mgs-owl-carousel .owl-next{height:100%; position:absolute; top:0; left:30px}
.mgs-owl-carousel.owl-rtl .owl-prev{left:70px}
.mgs-owl-carousel .owl-next{left:unset; right:30px}
.mgs-owl-carousel.owl-rtl .owl-next{right:30px}
.mgs-owl-carousel .slider-nav:before{width:40px; height:40px; position:absolute; top:50%; margin-top:-20px; color:#fff; line-height:40px; content:'\e608'; font-family:"luma-icons", "icons-blank-theme"; text-align:center; font-size:18px; cursor:pointer; transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;}
.autohide-nav.mgs-owl-carousel .slider-nav:before, .autohide-nav.mgs-owl-carousel .owl-nav span{
	opacity: 0;
	visibility: hidden; 
}
.mgs-owl-carousel .slider-nav:hover:before{
	transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
}
.mgs-owl-carousel .nav-prev:before{content:'\e617';}
.mgs-owl-carousel.owl-carousel:hover .slider-nav:before, .autohide-nav.mgs-owl-carousel:hover .owl-nav span {opacity: 1; visibility: visible; -webkit-transition: opacity 0.5s ease-in-out;    -moz-transition: opacity 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out;}

.mgs-owl-carousel .owl-dots {
	display: table;
    margin: 20px auto 0;
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.slider_mgs_carousel.owl-carousel .owl-dots {
    bottom: 20px;
}
.mgs-owl-carousel .owl-dots .owl-dot {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.mgs-owl-carousel .owl-dots .owl-dot span {
    background-color: #f0f0f0;
    height: 15px;
    margin: 0 7px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    width: 15px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
}
.mgs-owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #006bb4;
}
.nav-position-middle-outside .owl-nav div span, 
.nav-position-middle-inside .owl-nav div span{position:absolute; top:50%; cursor:pointer}
.mgs-owl-carousel .owl-nav div span{text-align:center; display:block}

.mgs-owl-carousel.nav-position-middle-outside .owl-prev{left:-30px}
.mgs-owl-carousel.nav-position-middle-outside .owl-next{right:-30px}
.mgs-owl-carousel.nav-position-top-left .owl-nav div, .mgs-owl-carousel.nav-position-top-right .owl-nav div, .mgs-owl-carousel.nav-position-bottom-left .owl-nav div, .mgs-owl-carousel.nav-position-bottom-right .owl-nav div{position:unset; float:left; margin-right:10px}
.mgs-owl-carousel.nav-position-top-right .owl-nav div{margin-right:0; margin-left:10px}
.mgs-owl-carousel.nav-position-top-left .owl-nav, .mgs-owl-carousel.nav-position-top-right .owl-nav, .mgs-owl-carousel.nav-position-bottom-left .owl-nav, .mgs-owl-carousel.nav-position-bottom-right .owl-nav{position:absolute; top:0; left:0}

.mgs-owl-carousel.nav-position-top-right .owl-nav, .mgs-owl-carousel.nav-position-bottom-right .owl-nav{left:unset; right:0}

.mgs-carousel-single.mgs-owl-carousel.nav-position-top-right .owl-nav{top:15px; right:15px}
.mgs-carousel-single.mgs-owl-carousel.nav-position-top-left .owl-nav{top:15px; left:15px}

.mgs-carousel-single.mgs-owl-carousel.nav-position-bottom-right .owl-nav{top:unset; right:15px; bottom:15px}
.mgs-carousel-single.mgs-owl-carousel.nav-position-bottom-left .owl-nav{top:unset; left:15px; bottom:15px}

.mgs-carousel-multiple.mgs-owl-carousel.nav-position-top-left .owl-nav{top:-55px; left:0; right:unset}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-top-right .owl-nav{top:-55px; right:0; left:unset}

.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-left .owl-nav, .mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav{position:unset; margin-top:15px}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav{float:right}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav div{margin-right:0; margin-left:10px}

.mgs-owl-carousel .owl-nav span{cursor:pointer; position:relative; width:100%}
.mgs-owl-carousel .owl-nav .disabled span{cursor:unset}

.mgs-owl-carousel.nav-position-middle-inside .owl-nav .owl-next span,.mgs-owl-carousel.nav-position-middle-outside .owl-nav .owl-prev span{right:0}
.mgs-owl-carousel.mgs-carousel-single.dot-position-left .owl-dots{left:60px}
.mgs-owl-carousel.mgs-carousel-single.dot-position-right .owl-dots{left:unset; right:0}
.mgs-owl-carousel.mgs-carousel-multiple .owl-dots{bottom:-30px}
.mgs-owl-carousel.mgs-carousel-multiple.dot-position-left .owl-dots{left:30px}
.mgs-owl-carousel.mgs-carousel-multiple.dot-position-right .owl-dots{left:unset; right:-30px}

/* Products Block */
.mgs-products .product-image-container{width:100% !important}
.mgs-products .mgs-owl-carousel .product-item{width:100% !important; margin-top:20px; margin-bottom:35px}

.mgs-tab.data.items, .builder-tab.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.mgs-product-tab .mgs-tab.data.items > .item.title, .builder-tab.data.items > .item.title{
	box-sizing: border-box;
	float: unset;
    width: auto;
	margin: 0 -1px 0 0;
	display:inline-block;
}

.mgs-tab.data.items > .item.title > .switch {
    display: block;
    position: relative;
    z-index: 2;
	font-weight: 400;
    line-height: 40px !important;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: none;
	height: 40px !important;
    padding: 1px 35px 1px 35px !important;
	background: #f6f6f6;
}

.mgs-tab.data.items > .item.title:not(.disabled) > .switch:active, .mgs-tab.data.items > .item.title.active > .switch, .mgs-tab.data.items > .item.title.active > .switch:focus, .mgs-tab.data.items > .item.title.active > .switch:hover{
	background: #fff;
	color: #333;
}

.mgs-tab.data.items::before, .mgs-tab.data.items::after, .builder-tab.data.items::before, .builder-tab.data.items::after {
    content: '';
    display: table;
}

.mgs-tab.data.items > .item.content, .builder-tab.data.items > .item.content {
    margin-top: 40px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
	background: #fff;
	padding: 35px;
}
.builder-tab.data.items > .item.title > .switch{padding:1px 35px; height:40px; line-height:40px; color:#6d6d6d; text-decoration:none; display:block}

/* --------------- Tab Style ------------------*/
.mgs-product-tab .mgs-tab.product.data{float:left; width:100%; margin-top:20px}
.mgs-product-tab .mgs-tab.tab-align-center{text-align:center}
.mgs-product-tab .mgs-tab.tab-align-right{text-align:right}
.mgs-product-tab .mgs-tab .data.content{text-align:left}

.mgs-product-tab .mgs-tab.data.items > .item.content{margin-top:51px; padding:10px 0; box-shadow:unset; border-left:none; border-right:none; border-bottom:none}
.mgs-product-tab .mgs-tab.data.items .switch{font-weight:300}

.mgs-product-tab .tab-style1.data.items > .item.content,
.mgs-product-tab .tab-style2.data.items > .item.content,
.mgs-product-tab .tab-style3.data.items > .item.content,
.mgs-product-tab .tab-style4.data.items > .item.content,
.mgs-product-tab .tab-style6.data.items > .item.content,
.mgs-product-tab .tab-style7.data.items > .item.content{border:none}

.mgs-product-tab .tab-style1.data.items > .item.title > .switch{border:none; background: none; position:relative}
.mgs-product-tab .tab-style1.data.items .item.title .switch:hover{background:none !important}
.mgs-product-tab .tab-style1.data.items .item.title .switch:before{position:absolute; top:9px; left:0; width:1px; height:22px; background:#ccc; content:""}
.mgs-product-tab .tab-style1.data.items .item.title.item1 a:before{display:none}
.mgs-product-tab .mgs-tab.tab-align-left .item.title.item1 a{padding-left:0 !important}
.mgs-product-tab .mgs-tab.tab-font-bold .item.title a{font-weight:bold !important}
.mgs-product-tab .mgs-tab.tab-uppercase .item.title a{text-transform: uppercase !important}
.mgs-product-tab .mgs-tab.tab-italic .item.title a{font-style: italic !important}
.mgs-tab.data.items.tab-align-right > .item.title.last-item > .switch{padding-right:0 !important}


/* Style 2 */
.mgs-product-tab .tab-style2.data.items .item.title .switch{background: none !important; color:#878787; height:auto !important; line-height: unset !important; padding: 8px 25px !important; border:1px solid transparent;}
.mgs-product-tab .tab-style2.data.items .item.title.active .switch{border:1px solid #222; color:#222; border-radius:20px}
.mgs-product-tab .mgs-tab.data.items.tab-align-right.tab-style2 > .item.title.last-item > .switch{padding-right:25px !important}

/* Style 3 */
.mgs-product-tab .tab-style3.data.items .item.title{margin:0 10px}
.mgs-product-tab .tab-style3.data.items .item.title .switch{border:1px solid #e3e3e3; background: none !important; color:#797979; height:auto !important; line-height: unset !important; padding: 10px 30px !important; border-radius:20px}
.mgs-product-tab .tab-style3.data.items .item.title.active .switch, .mgs-product-tab .tab-style3.data.items .item.title .switch:hover,.mgs-product-tab .tab-style3.data.items .item.title.active .switch:focus, .mgs-product-tab .tab-style3.data.items .item.title.active .switch:hover, .mgs-product-tab .tab-style3.data.items .item.title .switch:active{border:1px solid #6e6e6e; color:#fff !important; background:#6e6e6e !important}
.mgs-product-tab .mgs-tab.data.items.tab-align-right.tab-style3 > .item.title.last-item > .switch{padding-right:30px !important}

/* Style 4 */
.mgs-product-tab .tab-style4.data.items .item.title{margin:0 12px}
.mgs-product-tab .tab-style4.data.items .item.title .switch{padding:0 !important; background: none !important; color:#777; height:auto !important; line-height: unset !important; border:none; position:relative}
.mgs-product-tab .tab-style4.data.items .item.title.active .switch, .mgs-product-tab .tab-style4.data.items .item.title .switch:hover, .mgs-product-tab .tab-style4.data.items .item.title .switch:active, .mgs-product-tab .tab-style4.data.items .item.title .switch:focus{color:#333}
.mgs-product-tab .tab-style4.data.items .item.title.active .switch:after{content:""; position:absolute; height:3px; width:100%; background:#a6cd56; left:0; bottom:-8px}

/* Style 5 */
.mgs-product-tab .tab-style5.data.items > .item.content{margin-top:40px; border-top: 2px solid #e7e7e7}
.mgs-product-tab .tab-style5.data.items .item.title{margin:0 15px}
.mgs-product-tab .tab-style5.data.items .item.title .switch{padding:0 !important; background: none !important; color:#313131; border:none; position:relative}
.mgs-product-tab .tab-style5.data.items .item.title.active .switch, .mgs-product-tab .tab-style5.data.items .item.title .switch:hover, .mgs-product-tab .tab-style5.data.items .item.title .switch:active, .mgs-product-tab .tab-style5.data.items .item.title .switch:focus{color:#EE2D43 !important}
.mgs-product-tab .tab-style5.data.items .item.title.active .switch:after{content:""; position:absolute; height:2px; width:100%; background:#EE2D43; left:0; bottom:-2px; display:block !important; top:unset; right:unset}
.mgs-product-tab .tab-style5.tab-align-left .item.title.item1, .mgs-product-tab .tab-style3.tab-align-left .item.title.item1, .mgs-product-tab .tab-style4.tab-align-left .item.title.item1{margin-left:0}
.mgs-product-tab .tab-style4.tab-align-right .item.title.last-item, .mgs-product-tab .tab-style5.tab-align-right .item.title.last-item, .mgs-product-tab .tab-style3.tab-align-right .item.title.last-item{margin-right:0}

/* Style 6 */
.mgs-product-tab .tab-style6.data.items > .item.title{margin: 0 -4px 0 0;}
.mgs-product-tab .tab-style6.data.items .item.title .switch{padding: 5px 40px; border:none; color:#fff; background:#2a2b2e; border-left:1px solid #505050}
.mgs-product-tab .tab-style6.data.items .item.title.item1 .switch{border:none; padding-left:40px !important}
.mgs-product-tab .tab-style6.data.items .item.title.active .switch, .mgs-product-tab .tab-style6.data.items .item.title .switch:active, .mgs-product-tab .tab-style6.data.items .item.title .switch:focus, .mgs-product-tab .tab-style6.data.items .item.title .switch:hover{background:#dd0017 !important; color:#fff !important}
.mgs-product-tab .mgs-tab.data.items.tab-align-right.tab-style6 > .item.title.last-item > .switch{padding-right:35px !important}

/* Style 7 */
.mgs-product-tab .tab-style7.data.items .item.title .switch{border:none; color:#999; background:none !important; padding:0 20px !important}
.mgs-product-tab .tab-style7.data.items .item.title.active .switch, .mgs-product-tab .tab-style7.data.items .item.title .switch:active, .mgs-product-tab .tab-style7.data.items .item.title .switch:focus, .mgs-product-tab .tab-style7.data.items .item.title .switch:hover{color:#c33 !important}
.mgs-product-tab .tab-style7.tab-align-right .item.title.last-item a.switch{padding-right:0 !important}
.mgs-product-tab .tab-style7.tab-align-left .item.title.item1 a.switch{padding-left:0 !important}

/*
.deal-timer{margin:10px 0; width:100%; display:inline-block}
.deal-timer span{display:block; width:24%; text-align:center; float:left; font-size:18px; margin-right:1%; border-radius:3px; overflow:hidden}
.deal-timer span.secs{margin-right:0}
.deal-timer .time-note span{font-size:11px}
*/

.mgs-products .product-item-info{position:relative}
.mgs-products .product-ribbon{position:absolute; background:#ff3100; color:#fff; width:45px; height:45px; display:block; border-radius:50%; top:0; z-index:10; text-align:center; line-height:45px; font-size:14px; right:0}
.mgs-products.list-products .product-image{position:relative}
.mgs-products .saved-price .price{margin-left:5px}

.instagram-widget .instagram-item{position:relative}
.instagram-widget .instagram-item > a {
    display: block;
}

.instagram-widget .instagram-item > a::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.instagram-widget .instagram-item:hover > a::after {
    opacity: .5;
    visibility: visible;
}

.instagram-widget .instagram-item .social-count {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    z-index: 1;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.instagram-widget .instagram-item:hover .social-count {
    opacity: 1;
    visibility: visible;
}

.instagram-widget .instagram-item .social-count > span {
    margin: 0 5px;
}

.instagram-widget .instagram-item .social-count span span{margin-right:5px}
.instagram-widget .instagram-item .social-count .fa::before{font-family:"luma-icons", "icons-blank-theme";}
.instagram-widget .instagram-item .social-count .fa-heart-o::before{content: '\e600';}
.instagram-widget .instagram-item .social-count .fa-comments-o::before{content: '\e620';}

.instagram-widget .owl-dots, .category-grid-widget .owl-dots{margin-top:15px}

.category-grid-block .category-item{position:relative}
.category-grid-block .no-slider .category-item{margin-bottom:15px}
.category-grid-block .category-item .widget-category-infor{position:absolute; padding: 0 30px; top:50%; margin-top:-20px; left:0}
.category-grid-block .category-item .widget-category-infor span{display:block; color:#a3a3a3; font-size:12px}
.category-grid-block .category-item .widget-category-infor span.number{display:unset}
.category-grid-block .category-item .widget-category-infor .category-name{font-size:16px; margin-bottom:5px}

.category-list-block{border: 1px solid #dae2e6; border-radius:2px}
.category-list-block .list-heading h3{padding:15px 20px; background:#f5f5f5; font-size:15px; font-weight:600; margin:0; border-bottom: 1px solid #dae2e6; letter-spacing: 0.5px;}
.category-list-block ul{margin:0 15px 5px; list-style:none; padding:0}
.category-list-block ul li{border-bottom: 1px solid #dae2e6; padding:10px 3px; margin:0}
.category-list-block ul li .category-icon{margin-right:8px}
.category-list-block ul li .font-icon{margin-left:5px;}
.category-list-block ul li .category-icon img{max-height:25px}
.category-list-block ul li:last-child{border:none}
.category-list-block ul li a{color:#333; text-decoration:none; display:flex; align-items: center}
.category-list-block .empty{padding: 15px}

.font-bold{font-weight:bold !important}
.font-italic{font-style:italic !important}
.font-uppercase{text-transform: uppercase !important;}

.mgs-accordion .accordion-title{
	color: #000;
	padding: 0 40px 0 17px;
	background-color: #f6f6f8;
	position: relative;
	line-height: 40px;
	cursor: pointer;
	height: 40px;
	font-weight:normal;
	margin:10px 0 0
}
.mgs-accordion .accordion-title:first-child{margin:0}

.mgs-accordion .accordion-content{
	padding: 20px;
	border: 1px solid #f6f6f8;
}

.accordion-title-icon .icon:before, .mgs-accordion .accordion-title:before{
	color: #333;
	font-family: "luma-icons", "icons-blank-theme";
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.mgs-accordion .accordion-title{position:relative}
.mgs-accordion .accordion-title:before{height:40px; width:40px; position:absolute; right:0; top:0; font-size:25px; font-style:normal !important}

.accordion-title-icon1 .icon:before, .accordion-title-icon1 .accordion-title:before{
	font-family: "FontAwesome";
	content:"\f105";
	font-size:20px;
}
.accordion-title-icon1 .icon-active:before, .accordion-title-icon1 .accordion-title.ui-accordion-header-active:before{
	content:"\f107"
}

.accordion-title-icon2 .icon:before, .accordion-title-icon2 .accordion-title:before{
	font-family: "Poppins", arial, tahoma;
	content:'+';
	font-size:20px;
}
.accordion-title-icon2 .icon-active:before, .accordion-title-icon2 .accordion-title.ui-accordion-header-active:before{
	font-family: "Poppins", arial, tahoma;
	content:'-';
	font-size: 24px;
}

.accordion-icon-left .accordion-title{
	padding-left:35px;
}
.accordion-icon-left .accordion-title:before{right:unset; left:0}


/* Video */

.mgs-video.youtube-video.video-fullwidth,.mgs-video.vimeo-video.video-fullwidth {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.mgs-video.youtube-video.video-fullwidth iframe,.mgs-video.vimeo-video.video-fullwidth iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mgs-video.vimeo-video.video-hide-controls {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.mgs-video.vimeo-video.video-hide-controls iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mgs-video.vimeo-video.video-hide-controls .wrapper {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

/* Map */

/*
.mgs-map .map-info{width:260px; padding:25px; background:#0095eb; color:#fff}
.mgs-map .map-info h3{margin: 0 0 20px 0; font-size:25px}
.mgs-map .map-detail-info ul{margin:0; padding:0; list-style:none; margin-left:10px}
.mgs-map .map-detail-info ul li{margin-bottom:10px}
.mgs-map .map-container{position:relative}
.mgs-map .map-container .map-info{position:absolute; z-index:10; left:50%; margin-left:150px; top:50%; margin-top:-200px}
.mgs-promobanner{cursor:pointer}
*/

/* Profile */
.mgs-profile .photo{border:8px solid #f8f8f8; margin-bottom:15px}
.mgs-profile .photo img{max-width:100%; display:block}
.mgs-profile h4{margin: 0 0 7px 0; font-weight:400; font-size:21px}
.mgs-profile .subtitle{color:#a8a8a8; font-size:13px; margin-bottom:15px; padding-bottom:15px}
.mgs-profile .subtitle span{position:relative;}
.mgs-profile .subtitle span:after{position:absolute; content:""; height:1px; bottom:-15px; left:0; width:100%; background:#0095eb}
.mgs-profile .profile-description{margin-bottom:15px}
.mgs-profile .social ul{list-style:none; margin:0; padding:0}
.mgs-profile .social ul li{display:inline-block; margin-right:2px; width:42px; height:42px; line-height:40px; text-align:center}
.mgs-profile .social ul li a{color:#444; font-size:15px; display:block; border:1px solid rgba(0,0,0,.08)}
.mgs-profile .box-shadow a{-webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.08); box-shadow: inset 0 0 5px 0 rgba(0,0,0,.08);}
.mgs-profile.profile-horizontal h4{margin-top:10px}
.mgs-profile.profile-circle{text-align:center}
.mgs-profile.profile-circle .photo {
    width: 130px;
    height: 130px;
    margin: 0 auto 15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Content Box */
.mgs-content-box.cursor{cursor:pointer}
.mgs-content-box .icon-wrapper{width:100px; height:100px; line-height:100px; font-size:55px; text-align:center; border-radius:50%; overflow:hidden}
.mgs-content-box.box-vertical .icon-wrapper{margin:0 auto 15px;}
.mgs-content-box.box-vertical{text-align:center}
.mgs-content-box.box-horizontal{text-align:left; display:inline-block; width:100%}
.mgs-content-box.box-horizontal .icon-wrapper{float:left;}
.mgs-content-box.box-horizontal .content-wrapper{margin-left:120px}
.mgs-content-box.box-vertical .icon-wrapper,{margin:0 auto 15px;}
.mgs-content-box .content-wrapper h4{font-size:21px; font-weight:500; margin:0 0 15px}
.mgs-content-box.box-horizontal .content-wrapper h4{margin-top:10px}

/* Counter Box */

/*
.mgs-counter-box .icon-wrapper{width:100px; font-size:55px; text-align:center; border-radius:50%; overflow:hidden}
.mgs-counter-box.box-vertical{text-align:center}
.mgs-counter-box.box-horizontal{text-align:left; display:inline-block; width:100%}
.mgs-counter-box.box-horizontal .icon-wrapper{float:left; width:auto; margin-right:5px; padding:0 5px}
.mgs-counter-box.box-horizontal .counter-box{line-height:80px}
.mgs-counter-box.box-horizontal .content{display:block; clear:both; text-align: center; margin-top:-15px}
.mgs-counter-box.box-vertical .icon-wrapper{margin:0 auto;}
.mgs-counter-box.box-vertical .counter-box span{display:block;}
.mgs-counter-box .number{font-size:35px}
.mgs-counter-box .subtitle{font-size:20px}
*/

/* Progress Bar */

/*
@-webkit-keyframes move{from{background-position:0 0}to{background-position:30px 0}}
@keyframes move{from{background-position:0 0}to{background-position:30px 0}}

.mgs-progressbar {position: relative;}
.mgs-progressbar .progressbar{
    margin: 0;
    height: 30px;
    width: 100%;
    background-clip: padding-box;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#f7f7f7;
}
.mgs-progressbar .progress {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #08c;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 30px 30px;
	transition-duration: 3s;
}
.mgs-progressbar .progress.animation{-webkit-animation: move 2s linear infinite; animation: move 2s linear infinite;}
.mgs-progressbar .progress-info{margin:5px 0}
.mgs-progressbar.progress-inside{position:relative}
.mgs-progressbar.progress-inside .progress-info{position:absolute; top:0; left:15px; height:100%; line-height:30px; margin:0}
.mgs-progressbar.progress-top-left-right .progress-info .progress-value, .mgs-progressbar.progress-bottom-left-right .progress-info .progress-value{float:right}
.mgs-progressbar.progress-bottom-right .progress-info, .mgs-progressbar.progress-top-right .progress-info{text-align:right}
*/

/* Circle Progress */

/*
.mgs-progress-circle {
  margin: 20px auto;
  width: 120px;
  height: 120px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.mgs-circle-pie-progress .progress-info h4{text-align:center; font-weight:normal; font-size:16px; margin:20px 0}
.mgs-progress-circle .mgs-progress-circle__slice,
.mgs-progress-circle .mgs-progress-circle__fill {
  width: 120px;
  height: 120px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: transform 1s;
  border-radius: 50%;
}
.mgs-progress-circle .mgs-progress-circle__slice {
  clip: rect(0px, 120px, 120px, 60px);
}
.mgs-progress-circle .mgs-progress-circle__slice .mgs-progress-circle__fill {
  clip: rect(0px, 60px, 120px, 0px);
  background-color: #1291d4;
}
.mgs-progress-circle .mgs-progress-circle__overlay {
  width: 100px;
  height: 100px;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 50%;
  line-height:100px;
  text-align:center;
  font-size:30px;
}
.mgs-progress-circle__overlay .font-container{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.mgs-progress-circle__overlay .font-container span{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}

.progress-type-circle .mgs-progress-circle__overlay{background:#fff}
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__fill {
  transform: rotate(0deg);
}
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(0deg);
}
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__fill {
  transform: rotate(1.8deg);
}
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(3.6deg);
}
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__fill {
  transform: rotate(3.6deg);
}
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(7.2deg);
}
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__fill {
  transform: rotate(5.4deg);
}
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(10.8deg);
}
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__fill {
  transform: rotate(7.2deg);
}
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(14.4deg);
}
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__fill {
  transform: rotate(9deg);
}
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(18deg);
}
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__fill {
  transform: rotate(10.8deg);
}
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(21.6deg);
}
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__fill {
  transform: rotate(12.6deg);
}
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(25.2deg);
}
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__fill {
  transform: rotate(14.4deg);
}
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(28.8deg);
}
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__fill {
  transform: rotate(16.2deg);
}
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(32.4deg);
}
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__fill {
  transform: rotate(18deg);
}
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(36deg);
}
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__fill {
  transform: rotate(19.8deg);
}
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(39.6deg);
}
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__fill {
  transform: rotate(21.6deg);
}
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(43.2deg);
}
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__fill {
  transform: rotate(23.4deg);
}
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(46.8deg);
}
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__fill {
  transform: rotate(25.2deg);
}
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(50.4deg);
}
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__fill {
  transform: rotate(27deg);
}
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(54deg);
}
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__fill {
  transform: rotate(28.8deg);
}
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(57.6deg);
}
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__fill {
  transform: rotate(30.6deg);
}
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(61.2deg);
}
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__fill {
  transform: rotate(32.4deg);
}
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(64.8deg);
}
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__fill {
  transform: rotate(34.2deg);
}
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(68.4deg);
}
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__fill {
  transform: rotate(36deg);
}
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(72deg);
}
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__fill {
  transform: rotate(37.8deg);
}
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(75.6deg);
}
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__fill {
  transform: rotate(39.6deg);
}
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(79.2deg);
}
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__fill {
  transform: rotate(41.4deg);
}
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(82.8deg);
}
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__fill {
  transform: rotate(43.2deg);
}
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(86.4deg);
}
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__fill {
  transform: rotate(45deg);
}
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(90deg);
}
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__fill {
  transform: rotate(46.8deg);
}
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(93.6deg);
}
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__fill {
  transform: rotate(48.6deg);
}
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(97.2deg);
}
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__fill {
  transform: rotate(50.4deg);
}
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(100.8deg);
}
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__fill {
  transform: rotate(52.2deg);
}
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(104.4deg);
}
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__fill {
  transform: rotate(54deg);
}
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(108deg);
}
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__fill {
  transform: rotate(55.8deg);
}
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(111.6deg);
}
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__fill {
  transform: rotate(57.6deg);
}
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(115.2deg);
}
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__fill {
  transform: rotate(59.4deg);
}
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(118.8deg);
}
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__fill {
  transform: rotate(61.2deg);
}
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(122.4deg);
}
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__fill {
  transform: rotate(63deg);
}
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(126deg);
}
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__fill {
  transform: rotate(64.8deg);
}
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(129.6deg);
}
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__fill {
  transform: rotate(66.6deg);
}
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(133.2deg);
}
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__fill {
  transform: rotate(68.4deg);
}
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(136.8deg);
}
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__fill {
  transform: rotate(70.2deg);
}
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(140.4deg);
}
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__fill {
  transform: rotate(72deg);
}
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(144deg);
}
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__fill {
  transform: rotate(73.8deg);
}
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(147.6deg);
}
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__fill {
  transform: rotate(75.6deg);
}
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(151.2deg);
}
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__fill {
  transform: rotate(77.4deg);
}
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(154.8deg);
}
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__fill {
  transform: rotate(79.2deg);
}
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(158.4deg);
}
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__fill {
  transform: rotate(81deg);
}
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(162deg);
}
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__fill {
  transform: rotate(82.8deg);
}
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(165.6deg);
}
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__fill {
  transform: rotate(84.6deg);
}
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(169.2deg);
}
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__fill {
  transform: rotate(86.4deg);
}
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(172.8deg);
}
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__fill {
  transform: rotate(88.2deg);
}
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(176.4deg);
}
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__fill {
  transform: rotate(90deg);
}
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(180deg);
}
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__fill {
  transform: rotate(91.8deg);
}
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(183.6deg);
}
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__fill {
  transform: rotate(93.6deg);
}
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(187.2deg);
}
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__fill {
  transform: rotate(95.4deg);
}
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(190.8deg);
}
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__fill {
  transform: rotate(97.2deg);
}
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(194.4deg);
}
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__fill {
  transform: rotate(99deg);
}
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(198deg);
}
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__fill {
  transform: rotate(100.8deg);
}
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(201.6deg);
}
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__fill {
  transform: rotate(102.6deg);
}
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(205.2deg);
}
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__fill {
  transform: rotate(104.4deg);
}
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(208.8deg);
}
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__fill {
  transform: rotate(106.2deg);
}
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(212.4deg);
}
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__fill {
  transform: rotate(108deg);
}
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(216deg);
}
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__fill {
  transform: rotate(109.8deg);
}
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(219.6deg);
}
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__fill {
  transform: rotate(111.6deg);
}
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(223.2deg);
}
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__fill {
  transform: rotate(113.4deg);
}
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(226.8deg);
}
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__fill {
  transform: rotate(115.2deg);
}
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(230.4deg);
}
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__fill {
  transform: rotate(117deg);
}
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(234deg);
}
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__fill {
  transform: rotate(118.8deg);
}
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(237.6deg);
}
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__fill {
  transform: rotate(120.6deg);
}
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(241.2deg);
}
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__fill {
  transform: rotate(122.4deg);
}
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(244.8deg);
}
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__fill {
  transform: rotate(124.2deg);
}
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(248.4deg);
}
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__fill {
  transform: rotate(126deg);
}
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(252deg);
}
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__fill {
  transform: rotate(127.8deg);
}
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(255.6deg);
}
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__fill {
  transform: rotate(129.6deg);
}
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(259.2deg);
}
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__fill {
  transform: rotate(131.4deg);
}
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(262.8deg);
}
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__fill {
  transform: rotate(133.2deg);
}
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(266.4deg);
}
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__fill {
  transform: rotate(135deg);
}
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(270deg);
}
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__fill {
  transform: rotate(136.8deg);
}
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(273.6deg);
}
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__fill {
  transform: rotate(138.6deg);
}
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(277.2deg);
}
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__fill {
  transform: rotate(140.4deg);
}
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(280.8deg);
}
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__fill {
  transform: rotate(142.2deg);
}
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(284.4deg);
}
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__fill {
  transform: rotate(144deg);
}
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(288deg);
}
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__fill {
  transform: rotate(145.8deg);
}
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(291.6deg);
}
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__fill {
  transform: rotate(147.6deg);
}
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(295.2deg);
}
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__fill {
  transform: rotate(149.4deg);
}
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(298.8deg);
}
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__fill {
  transform: rotate(151.2deg);
}
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(302.4deg);
}
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__fill {
  transform: rotate(153deg);
}
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(306deg);
}
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__fill {
  transform: rotate(154.8deg);
}
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(309.6deg);
}
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__fill {
  transform: rotate(156.6deg);
}
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(313.2deg);
}
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__fill {
  transform: rotate(158.4deg);
}
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(316.8deg);
}
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__fill {
  transform: rotate(160.2deg);
}
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(320.4deg);
}
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__fill {
  transform: rotate(162deg);
}
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(324deg);
}
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__fill {
  transform: rotate(163.8deg);
}
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(327.6deg);
}
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__fill {
  transform: rotate(165.6deg);
}
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(331.2deg);
}
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__fill {
  transform: rotate(167.4deg);
}
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(334.8deg);
}
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__fill {
  transform: rotate(169.2deg);
}
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(338.4deg);
}
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__fill {
  transform: rotate(171deg);
}
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(342deg);
}
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__fill {
  transform: rotate(172.8deg);
}
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(345.6deg);
}
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__fill {
  transform: rotate(174.6deg);
}
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(349.2deg);
}
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__fill {
  transform: rotate(176.4deg);
}
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(352.8deg);
}
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__fill {
  transform: rotate(178.2deg);
}
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(356.4deg);
}
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__fill {
  transform: rotate(180deg);
}
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(360deg);
}
*/


/* Countdown Block */

/*
.mgs-countdown-block .countdown-timer .time-text, .mgs-countdown-block .countdown-timer .countdown{display:flex}
.mgs-countdown-block .countdown-timer .days,
.mgs-countdown-block .countdown-timer .hours,
.mgs-countdown-block .countdown-timer .mins,
.mgs-countdown-block .countdown-timer .secs{display:block; width:25%; margin:0; text-align:center}
.mgs-countdown-block .countdown-timer .time-text{font-size:20px}
.mgs-countdown-block .countdown-timer .countdown span b{font-size:80px; font-weight:normal}
*/

/* Divider Block */

/*
.mgs-divider-block{display:inline-block; width:100%}
.mgs-divider{display:block; width:100%; position:relative; text-align:center }
.mgs-divider hr{margin:0; height:1px; border-left:0 !important; border-right:0 !important; border-bottom:0; border-top-width:1px; border-top-style:solid; border-top-color:#ccc}
.mgs-divider.mgs-divider-dotted hr, .mgs-divider.mgs-divider-dashed hr{border-bottom:none !important}
.mgs-divider.mgs-divider-double_solid hr{border-bottom-style: solid;}
.mgs-divider.mgs-divider-dotted hr, .mgs-divider.mgs-divider-double_dotted hr{border-style:dotted}
.mgs-divider.mgs-divider-dashed hr, .mgs-divider.mgs-divider-double_dashed hr{border-style:dashed}

.mgs-divider.mgs-divider-double_solid hr, .mgs-divider.mgs-divider-double_dotted hr, .mgs-divider.mgs-divider-double_dashed hr{padding:3px 0; border-bottom-width:1px; border-bottom-color:#ccc}

.mgs-divider.mgs-divider-shadown hr{
	border:none;
	background: radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mgs-divider.mgs-divider-shadown hr:after{
	display: block;
	margin-top: 10px;
	height: 6px;
	width: 100%;
	content: '';
	background: -webkit-radial-gradient(50% -50% ellipse,rgba(0,0,0,.5) 0,rgba(255,255,255,0) 65%);
	background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.5) 0,rgba(255,255,255,0) 65%);
}
.mgs-divider.divider-center{margin:0 auto}
.mgs-divider.divider-right{float:right}

.mgs-divider .divider-text,.mgs-divider .divider-icon{position:absolute; width:100%; left:0; font-size:20px; top:50%; margin-top:-10px; height:20px; line-height:20px;}
.mgs-divider .divider-text span{background:#fff; padding:0 10px}
.mgs-divider .divider-icon{height:30px; margin-top:-17.5px}
.mgs-divider .divider-icon span{font-size:15px; background:#fff; border-radius:50%; width:35px; height:35px; text-align:center; position:relative;}
.mgs-divider .divider-icon span::before{position:absolute; top:50%; margin-top:-7.5px; width:100%; left:0}
.mgs-divider .text-icon-container .fa{padding:0 !important}
.mgs-divider .text-icon-container span.icon{border-radius:50%; text-align:center; position:relative;}
.mgs-divider .text-icon-container span.icon:before{position:absolute; top:50%; margin-top:-10px; width:100%; left:0}
*/

/* Heading */
.mgs-heading.heading-left{text-align:left}
.mgs-heading.heading-center{text-align:center}
.mgs-heading.heading-right{text-align:right}
.mgs-heading .heading{font-weight:normal; text-transform:unset; margin:0;}
.mgs-heading.has-border .heading{position:relative; }
.mgs-heading.has-border .heading:after{content:""; position:absolute; width:100%; left:0; bottom:-10px; z-index:1}

.mgs-heading.has-border.heading-middle .heading:after{bottom:unset; top:50%}
.mgs-heading.has-border.heading-middle .heading span{padding:5px 15px; background:#fff; position:relative; z-index:2}
.mgs-heading.has-border.heading-middle.heading-left .heading span{padding-left:0;}
.mgs-heading.has-border.heading-middle.heading-right .heading span{padding-right:0;}

.mgs-heading.heading-solid .heading:after{border-bottom:1px solid #ccc}
.mgs-heading.heading-dotted .heading:after{border-bottom:1px dotted #ccc}
.mgs-heading.heading-dashed .heading:after{border-bottom:1px dashed #ccc}

/* List */
.mgs-list-block ul, .mgs-list-block ol{padding-left:12px; margin-left:0; list-style: none}
.mgs-list-block ul li, .mgs-list-block ol li{color:#575757; width:100%}
.mgs-list-block.list-style-icon ul, .mgs-list-block.list-style-icon ol{padding-left:0; margin-left:0;}

.mgs-list-block .list-disc{list-style: disc;}

/*
.mgs-list-block .list-armenian{list-style: armenian;}
.mgs-list-block .list-circle{list-style: circle;}
.mgs-list-block .list-cjk-ideographic{list-style: cjk-ideographic;}
.mgs-list-block .list-decimal{list-style: decimal;}
.mgs-list-block .list-decimal-leading-zero{list-style: decimal-leading-zero;}
.mgs-list-block .list-georgian{list-style: georgian;}
.mgs-list-block .list-hebrew{list-style: hebrew;}
.mgs-list-block .list-hiragana{list-style: hiragana;}
.mgs-list-block .list-hiragana-iroha{list-style: hiragana-iroha;}
.mgs-list-block .list-katakana{list-style: katakana;}
.mgs-list-block .list-katakana-iroha{list-style: katakana-iroha;}
.mgs-list-block .list-lower-alpha{list-style: lower-alpha;}
.mgs-list-block .list-lower-greek{list-style: lower-greek;}
.mgs-list-block .list-lower-latin{list-style: lower-latin;}
.mgs-list-block .list-lower-roman{list-style: lower-roman;}
.mgs-list-block .list-none{list-style: none;}
.mgs-list-block .list-square{list-style: square;}
.mgs-list-block .list-upper-alpha{list-style: upper-alpha;}
.mgs-list-block .list-upper-greek{list-style: upper-greek;}
.mgs-list-block .list-upper-latin{list-style: upper-latin;}
.mgs-list-block .list-upper-roman{list-style: upper-roman;}
*/
.mgs-list-block .list-initial{list-style: initial;}
.mgs-list-block .list-inherit{list-style: inherit;}


.mgs-list-block.list-style-icon li{display: inline-flex;}
.mgs-list-block.list-style-icon .list-icon{margin-right:8px;}
.mgs-list-block.list-style-icon li span{line-height:inherit}

/* Image */

.mgs-image-block .image-content span{display:block; overflow:hidden; line-height:0}

.mgs-effect-zoom-in img{
	opacity: 1;
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.mgs-effect-zoom-in img:hover{
	opacity: .9;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.mgs-effect-zoom-out img{
	opacity: 1;
	-webkit-transform: scale(1.12);
	-ms-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.mgs-effect-zoom-out img:hover{
	opacity: .9;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mgs-effect-rotate img{
	opacity: 1;
	-webkit-transform: rotate(5deg) scale(1.4);
	transform: rotate(5deg) scale(1.4);
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.mgs-effect-rotate img:hover{
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	opacity: .9;
}

.mgs-effect-blur img{
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-blur img:hover{
	-webkit-filter: blur(0);
	filter: blur(0);
}

.mgs-effect-grayscale img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-grayscale img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.mgs-effect-sepia img{
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-sepia img:hover{
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

.mgs-effect-opacity img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-opacity img:hover{
	opacity: .5;
}

.mgs-box-shadow{
	-webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}

.mgs-box-shadow a, .mgs-box-shadow img{line-height:0; display:block}

.mgs-image-block.multiple-image .image-content.fade span.span-container{position:relative; line-height:0}

.mgs-image-block.multiple-image .image-content.fade img.before-image {
    opacity: 1;
}

.mgs-image-block.multiple-image .image-content.fade img.after-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.mgs-image-block.multiple-image .image-content.fade img {
    transition: 0.5s ease-in-out;
}

.mgs-image-block.multiple-image .image-content.fade span.span-container:hover img.before-image {
    opacity: 0;
}

.mgs-image-block.multiple-image .image-content.fade span.span-container:hover img.after-image {
    opacity: 1;
}

/* Button */

/*
.mgs-button-block button{border-radius: 0; border:none; padding-top:0; padding-bottom:0; height:35px; line-height:35px; box-shadow:none}
.mgs-button-block button span{height:35px; line-height:35px}
.mgs-button-block.button-left{text-align:left}
.mgs-button-block.button-center{text-align:center}
.mgs-button-block.button-right{text-align:right}
.mgs-button-block.button-fullwidth button{width:100%}
.mgs-button-block.button-shadow button{
	-webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.3);
}
.mgs-button-block .icon-left{margin-right:5px}
.mgs-button-block .icon-right{margin-left:5px}
.mgs-button-block .has-divider{margin:0; display:inline-block}
.mgs-button-block .has-divider.icon-right{float:right; padding-left:15px; border-left:1px solid #fff; margin-left:15px}
.mgs-button-block .has-divider.icon-left{float:left; padding-right:15px; border-right:1px solid #fff; margin-right:15px}
*/

/* Table */
.mgs-table-block{table-layout: fixed;}
.mgs-table-block tr td{padding:10px 20px}

/* Masonry */
/* .mgs-masonry-block .grid-item span{display:block;overflow:hidden} */

/* Modal Popup */
.mgs-modal .pop-sletter-title{height:30px; float:left; width:100%}
.mgs-modal .pop-sletter-title h3{position:relative; top:-30px}
.mgs-modal img{max-width:100%}


/* Latest Post */

/*
.mgs-post .post-item-detail{color:#676767; }
.mgs-post .title-blog h3{margin-top:15px; margin-bottom:5px}
.mgs-post .title-blog a{
	color: #222;
	font-size: 16px;
}

.mgs-post .post-create-date{margin-bottom:10px}
.mgs-post .post-create-date span{color:#222}
*/

/* Portfolio */

/*
.mgs-portfolio .portfolio-item {position:relative}
.mgs-portfolio .portfolio-item-detail{
	position: absolute;
	bottom: 20px;
	left: 20px;
	opacity: 0;
	z-index: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	color:#fff;
}

.mgs-portfolio .portfolio-item:hover .portfolio-item-detail {
    opacity: 1;
}

.mgs-portfolio .portfolio-item-detail a{
	margin:0;
	color:#fff;
	text-decoration:none;
}
.mgs-portfolio .portfolio-item-detail h5{font-size:15px}

.mgs-portfolio .portfolio-item .thumbnail::after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.6);
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.mgs-portfolio .portfolio-item:hover .thumbnail::after {
    top: 0;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
*/

/* Testimonial */

/*
.mgs-testimonial .testimonial-item {
    text-align: center;
}
.mgs-testimonial .testimonial-content{max-width:800px; margin:auto;}
.mgs-testimonial .testimonial-content .author-thumbnail {
    width: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
	margin:0 auto 40px;
	height:100px;
}

.mgs-testimonial .testimonial-content .content { position:relative;}
.mgs-testimonial .testimonial-content .content blockquote::before {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
	font-size: 30px;
	top: -28px;
    z-index: 0;
    color: rgba(40,40,40,.3);
    font-style: normal;
    line-height: 1;
	margin-left:-12px;
}
.mgs-testimonial .testimonial-content .content .name{font-weight:600}
.mgs-testimonial .testimonial-content .content .infomation{font-size:12px}
.mgs-testimonial blockquote{font-style:normal}
*/


.cms-index-index.active-builder #maincontent, .cms-page-view.active-builder #maincontent{max-width:unset; padding-left:unset; padding-right:unset; overflow:hidden}
.cms-index-index.active-builder #maincontent .section-builder .frame, .cms-page-view.active-builder #maincontent .section-builder .frame {max-width:1240px; margin:auto; box-sizing: border-box;}
.cms-index-index.active-builder #maincontent .section-builder-full .frame, .cms-page-view.active-builder #maincontent .section-builder-full .frame{max-width:100%; !important; padding-left:15px; padding-right:15px}

@media (max-width:767px) {

	.mgs-product-tab .mgs-tab.tab-align-center{text-align:left}
	.mgs-product-tab .mgs-tab.product.data{float:none}
    .mgs-product-tab .mgs-tab.data.items .data.item{width: 100%; margin-bottom:5px; float:none}
	.panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch{
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		height: auto !important;
		border-radius:unset !important;
	}
	.panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch::before{display:none}
	
	.mgs-product-tab .mgs-tab.data.items > .item.content{margin-top:0 !important; padding:0 !important}
	.panel-block .mgs-product-tab .mgs-tab .product-items{margin-left:0}
	.mgs-product-tab .mgs-tab.data.items > .item.content{display:none}
	.mgs-product-tab .mgs-tab.data.items > .item.content[aria-hidden="false"]{display:inline !important}
	
	.mgs-countdown-block .countdown-timer .countdown span b{font-size:22px !important}
	.mgs-countdown-block .countdown-timer .time-text{font-size:18px !important}
	.mgs-countdown-block .countdown-timer .countdown span b{border-width:1px !important}
}.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../../frontend/Tunda/Genny/en_US/MGS_Fbuilder/images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../../frontend/Tunda/Genny/en_US/MGS_Fbuilder/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../../frontend/Tunda/Genny/en_US/MGS_Fbuilder/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../../frontend/Tunda/Genny/en_US/MGS_Fbuilder/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }
