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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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: 'lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  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: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  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 #ccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: 'lato', '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: 11px 10px;
}
button {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'lato', '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: #575757;
}
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: #575757;
}
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: #575757;
}
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: 'lato', '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: 'lato', '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: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
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 #00699D;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.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,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-family: 'lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .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,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .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),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.order-review-form .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .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,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 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 .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.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,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.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,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.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,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .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 {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  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,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.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,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .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: 1.6rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.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: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 23px + 10px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 21px + 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: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #ccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Bon Vivant';
  src: url('../../frontend/Scalamandre/luma/en_US/fonts/BonVivant-Regular.woff2') format('woff2'), url('../../frontend/Scalamandre/luma/en_US/fonts/BonVivant-Regular.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: auto;
}
.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 tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #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.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Scalamandre/luma/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 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.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: 'lato', '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: #575757;
}
.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: #575757;
}
.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: #575757;
}
.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;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.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;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 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;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff url('../../frontend/Scalamandre/luma/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-size: 30px 60px;
  border: 1px solid #ccc;
  height: 32px;
  padding-right: 25px;
  text-indent: 0.01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.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;
  margin-top: -4px;
  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: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  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: 'luma-icons';
  src: url('../../frontend/Scalamandre/luma/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Scalamandre/luma/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 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: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.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 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  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: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.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: 20px;
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.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/Scalamandre/luma/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/Scalamandre/luma/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Scalamandre/luma/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Scalamandre/luma/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 {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.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 {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.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 {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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 {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 0.5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 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;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * 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;
}
.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 {
  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 #ccc;
  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 {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #ccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #ccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93EE9E;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #ccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.items.payment-methods .certificates {
  text-align: center;
  padding-bottom: 10px;
}
.totals-tax.certificate-links {
  display: flex;
  flex-direction: column;
}
.totals-tax.certificate-links a {
  display: inline-block;
}
.cart-totals tbody .totals-tax-details:not(.custom-tax) th,
.table-totals tbody .totals-tax-details:not(.custom-tax) th.mark {
  padding-left: 10px;
}
.customs-explanation {
  clear: both;
  padding-top: 20px;
}
.avatax-certificate-dialog {
  background-image: url('../../frontend/Scalamandre/luma/en_US/Avalara_AvaTax/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 200px;
}
.avatax-certificate-dialog #gencert_loading {
  display: none !important;
}
.account.avatax-certificates-index .page-title-wrapper {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}
.account.avatax-certificates-index .page-title-wrapper:before,
.account.avatax-certificates-index .page-title-wrapper:after {
  display: none;
}
.account.avatax-certificates-index .page-title-wrapper .page-title {
  margin: 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.einvoice-download-section {
  margin: 2rem 0;
  padding: 2rem;
  background: #f5f5f5;
  border: 1px solid #cccccc;
}
.einvoice-download-section .admin__field {
  margin-bottom: 1.5rem;
}
.einvoice-download-section .admin__field-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
.einvoice-download-section .admin__control-select {
  width: 100%;
  max-width: 400px;
  height: 32px;
  padding: 4px 8px;
}
.einvoice-download-section .actions-toolbar {
  margin-top: 1.5rem;
}
body {
  position: relative;
}
.login-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 999;
  padding: 20px;
  display: none;
}
.popup-login-form,
.popup-register-form {
  display: none;
}
.login-register-popup {
  max-width: 320px;
  margin: 0 auto;
  background: #fff;
  margin-top: 50px;
  border: 3px solid #f1f1f1;
}
.login-register-popup .response-msg div {
  margin: 5px 16px;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
}
.login-register-popup .response-msg div.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.login-register-popup .response-msg div.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.login-register-popup .login-link {
  margin-top: 10px;
}
.login-register-popup .register-link {
  margin-top: 10px;
}
.login-register-popup input[type=text],
.login-register-popup input[type=password],
.login-register-popup input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.login-register-popup button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
.login-register-popup button:hover {
  opacity: 0.8;
}
.login-register-popup .cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}
.login-register-popup .imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}
.login-register-popup img.avatar {
  width: 40%;
  border-radius: 50%;
}
.login-register-popup .container {
  padding: 16px;
}
.login-register-popup span.psw {
  float: right;
  padding-top: 16px;
}
.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;
}
/**
 * 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%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Scalamandre/luma/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/Scalamandre/luma/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%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #fff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #fff;
  color: #333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Scalamandre/luma/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #fff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699D;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.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: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.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 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.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 {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.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: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.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: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #ccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  width: 100%/2;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > button.action {
  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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: -20px;
}
.column.main .product-item {
  padding-left: 20px;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333;
}
.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.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;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666;
}
.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]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.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 {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 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: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.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;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.tocart {
  border-radius: 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;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #ccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: 0.6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #ccc;
}
.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.toggle {
  padding: 0;
}
.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 .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: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333;
}
.block-search .label:active:before {
  color: #333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #ccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-summary .action.multicheckout {
  color: #006bb4;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #ccc;
}
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.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: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.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;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  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);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
  z-index: 101;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  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 .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.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;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.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;
}
.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 > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > 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 .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
}
.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 {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.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: 21px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #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: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 100%/2;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #fff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 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 {
  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 .col-price {
  font-weight: 600;
}
.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: #006bb4;
  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: 10px;
  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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.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;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666;
  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;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #ccc;
  display: block;
  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: 500px;
}
.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: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  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: #757575;
}
.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 .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 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;
}
.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;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.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;
}
.order-products-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.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 {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  position: relative;
  margin-top: 10px;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.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;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.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%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #ccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  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: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: 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: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: 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-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #fff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 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: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #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: 12px;
  line-height: inherit;
  color: #666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #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 {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.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-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.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 .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-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;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.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 #ccc;
  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: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 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;
  white-space: nowrap;
}
.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: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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;
}
.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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\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';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  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: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.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-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.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 {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.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;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #ccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #ccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.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;
}
body {
  background-color: #fff;
}
.ie9 .page-wrapper {
  background-color: #fff;
  min-height: 0;
}
.page-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #fff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li > a {
  color: #fff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #fff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #fff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #fff;
  text-decoration: underline;
}
.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;
}
.page-print .logo {
  display: inline-block;
  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: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.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: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 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 .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #fff;
  border: 1px solid #bbb;
  padding: 10px;
}
.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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 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 {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.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;
}
.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: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\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: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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;
}
.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: 7px;
}
.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: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 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: 12px;
  line-height: inherit;
  color: #999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.payment-card .col img {
  vertical-align: text-top;
}
.payment-card .col {
  padding: 0 5px;
}
.saved-customer-vault .row.payment-card {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.saved-customer-vault .row.payment-card .card-inner {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 0.5rem;
  outline: none;
  min-width: unset;
  border-radius: 5px;
  background-color: #f6f7fa;
  border-color: #efefef;
  margin: 0;
  overflow: hidden;
  display: table;
  width: 100%;
  max-width: 350px;
}
.saved-customer-vault .row.payment-card .card-inner .col {
  padding: 8px;
  display: table-cell;
  vertical-align: middle;
  color: #525252;
}
.saved-customer-vault .row.payment-card .card-inner .col.card-number {
  font-size: 13px;
  font-weight: bold;
}
.saved-customer-vault .row .action-delete {
  text-align: right;
}
.saved-customer-vault .row .action-delete .delete {
  background: transparent;
  border: 0;
  padding: 0;
  color: #525252;
  font-weight: 600;
  transition: 0.25s ease-in-out all;
  font-size: 0;
}
.saved-customer-vault .row .action-delete .delete:hover {
  color: #333333;
}
.saved-customer-vault .row .action-delete .delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .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: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .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: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.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;
  }
  .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%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*='block-compare'] {
    display: none;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #ccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #ccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 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;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    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;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #ccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #ccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: 0.9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 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 .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ccc;
    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 {
    color: #333;
    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: 20px;
    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;
  }
  .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;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    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;
  }
  .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;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #333;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #757575;
  }
  .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;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty:before,
  .abs-checkout-order-review tbody > tr > td.col.price:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #ccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):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 .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .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;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .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;
  }
  .login-register-popup span.psw {
    display: block;
    float: none;
  }
  .login-register-popup .cancelbtn {
    width: 100%;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .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: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .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;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #ccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #ccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 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;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .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 .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #ccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #fff;
  }
  .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: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    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: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 2;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    top: 9px;
    left: 9px;
  }
  .products-grid .product-item-inner {
    background: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #fff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 1;
  }
  .page-products .product-item-actions {
    position: relative;
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 100%/3;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 100%/3;
  }
  .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;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .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%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FAvalara_AvaTax%5C%2Fcss%5C%2Fsource%5C%2F_address-validation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FAvalara_AvaTax%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMobikasa_CustomerLogin%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_AdvancedSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FAmasty_Fpc%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FElsnertech_Paytrace%5C%2Fcss%5C%2Fsource%5C%2F_paytrace.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScalamandre%5C%2Fluma%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%2FScalamandre%5C%2Fluma%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAI%3BAACJ%2CGAAI%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3B%3BAAGJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAC0JJ%3BEC8EA%2CgBAAA%3BED5EI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BECuEA%2CWAAA%3BEAAA%2CaC5RqB%2CQCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2C8BAAA%3BEDpDI%2CYAAA%3B%3BAAGJ%3BAACA%3BECgDA%2CgBAAA%3B%3BAD5CA%3BAACA%3BEC2CA%2CkBAAA%3B%3BADvCA%3BECuCA%2CmBAAA%3BEAAA%2CcAAA%3B%3BADlCA%3BAACA%3BECiCA%2CeAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C0BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADtBA%3BAACA%3BECqBA%2C6BAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BADgBA%3BEChBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADgCA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEClCJ%2CWAAA%3BEAAA%2CaC5RqB%2CQCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADkDA%3BAACA%3BECnDA%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%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CmBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADyKA%3BECzKA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CuBAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CiBAAA%3BEDiLI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECjNA%2CyBAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaC5RqB%2CQCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSEzEyB%2CaFyEzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEGzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDA%2CKKlDA%3BEACI%2CgBAAA%3B%3BALiDJ%2CKK9CE%2CQAEI%2CKACI%3BAL2CV%2CKK7CE%2CQACI%2CKACI%3BAL2CV%2CKK9CE%2CQAEI%2CKAEI%3BAL0CV%2CKK7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BALyCZ%2CKKpCE%2CQAAQ%2CKACJ%3BALmCN%2CKKpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BALiCR%2CKK7BE%2CQAGI%2CKACI%3BALyBV%2CKK5BE%2CQAEI%2CKACI%3BALyBV%2CKK3BE%2CQACI%2CKACI%3BALyBV%2CKK7BE%2CQAGI%2CKAEI%3BALwBV%2CKK5BE%2CQAEI%2CKAEI%3BALwBV%2CKK3BE%2CQACI%2CKAEI%3BEH2PV%2CkBAAA%3B%3BAF%5C%2FNA%3BEMlBA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CQCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CMAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAN%5C%2FCA%2CMAAC%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAO4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BELwBL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAuVA%2CKArIK%2CaAqIJ%3BAAAD%2CKApIK%2CiBAoIJ%3BAAAD%2CKAnIK%2CYAmIJ%3BAAAD%2CKAlIK%2CYAkIJ%3BAAAD%2CKAjIK%2CeAiIJ%3BAAAD%2CKAhIK%2CeAgIJ%3BAAAD%2CKA%5C%2FHK%2CcA%2BHJ%3BAAAD%2CKA9HK%2CcA8HJ%3BELtGD%2CYAAA%3B%3BAKqHA%2CKApJK%2CaAoJJ%3BAAAD%2CKAnJK%2CiBAmJJ%3BAAAD%2CKAlJK%2CYAkJJ%3BAAAD%2CKAjJK%2CYAiJJ%3BAAAD%2CKAhJK%2CeAgJJ%3BAAAD%2CKA%5C%2FIK%2CeA%2BIJ%3BAAAD%2CKA9IK%2CcA8IJ%3BAAAD%2CKA7IK%2CcA6IJ%3BELrHD%2CcAAA%3B%3BAK0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEL%5C%2FHD%2CcAAA%3B%3BAKpBA%2CKAAK%3BEAvKL%2C0BAAA%3B%3BAANA%2CKA6KK%2CeA7KJ%3BAACD%2CKA4KK%2CeA5KJ%3BEACC%2CwBAAA%3BEACA%2CSAAA%3B%3BAA8KF%2CKAAK%3BEAvKL%2CwBAAA%3B%3BAACA%2CKAsKK%2CeAtKJ%3BAACD%2CKAqKK%2CeArKJ%3BAACD%2CKAoKK%2CeApKJ%3BAACD%2CKAmKK%2CeAnKJ%3BEACG%2CwBAAA%3B%3BAAsKJ%3BELYA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAuVA%2CMAAC%3BELtGD%2CYAAA%3B%3BAKRA%2CMAAM%3BELQN%2CYAAA%3BEKNI%2CsBAAA%3B%3BAAGJ%3BELGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiPA%2CgBAAA%3B%3BAKsGA%2CQAAC%3BELtGD%2CYAAA%3B%3BAKqHA%2CQAAC%3BELrHD%2CcAAA%3B%3BAK0HA%2CQAAC%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CQAAC%3BEL%5C%2FHD%2CcAAA%3B%3BAKEA%2CKAAK%3BELFL%2CmBAAA%3BEKII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BELuMD%2CYAAA%3B%3BAKQA%2CKAAK%3BELRL%2CmBAAA%3B%3BAKvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BELuMD%2CYAAA%3B%3BAKzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BELyHD%2CqBAAA%3B%3BAKkBA%2CGAAG%3BELlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAKsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BAPrPJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAIA%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CUAJO%2CEAIN%3BAAAD%2CKAHC%2CIAAI%2CYAGJ%3BAAAD%2CQAFI%2CIAAI%2CYAEP%3BAAAD%2CMADE%2CIAAI%2CYACL%3BEEmML%2C%2BBAAA%3B%3B%3B%3B%3B%3BAMvRA%2CyBAgEI%2CsBAsCI%2CQAAO%3BACtFX%2CQAAC%3BAC4YL%3BACzPA%3BAC%5C%2FIA%2CaAmFI%3BAClFJ%2CYAGI%3BACMJ%3BACHA%3BACPA%2CoBAuKI%3BACYA%2COAAC%2CQAIG%3BACpNR%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BEjBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAO7GA%2CyBAgEI%2CsBAsCI%2CQAAO%2CMY5GT%3BAXsBF%2CQAAC%2CMWtBC%3BAVkaN%2CYUlaM%3BATyKN%2CaSzKM%3BAR0BN%2CaAmFI%2CwBQ7GE%3BAP2BN%2CYAGI%2CKO9BE%3BANoCN%2CiBMpCM%3BALiCN%2C0BKjCM%3BAJ0BN%2CoBAuKI%2CWIjME%3BAH6MF%2COAAC%2CQAIG%2CGGjNF%3BAFHN%2CcAII%2CcEDE%3BAFFN%2CqBAGI%2CcEDE%3BADHN%2CYA0DI%2CcAKI%2CQC5DF%3BEACE%2CSAAA%3B%3BAdgFR%2CeAAC%3BAACD%2CeAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CeAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAcmtDQ%2CmBANR%2CiBAKI%2CQACK%3BAACD%2CmBAPR%2CiBAKI%2CQAEK%3BAVh8Bb%2CcAwBI%2CQAAO%3BAEj4BX%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%3BAStBnB%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%3BACiCf%2CiCFsuDI%2CiBAKI%2CQACK%3BAE5uDb%2CiCFsuDI%2CiBAKI%2CQAEK%3BAG%5C%2FvDb%2CuBHwvDI%2CiBAKI%2CQACK%3BAG9vDb%2CuBHwvDI%2CiBAKI%2CQAEK%3BARh%2BCb%2CcQy9CI%2CiBAKI%2CQACK%3BAR%5C%2F9Cb%2CcQy9CI%2CiBAKI%2CQAEK%3BElBtiDb%2CkBAAA%3B%3BAkBqiDY%2CmBANR%2CiBAKI%2CQACK%2CQAxyDR%2CIAAI%3BAAyyDG%2CmBAPR%2CiBAKI%2CQAEK%2COAzyDR%2CIAAI%3BAVy2BT%2CcAwBI%2CQAAO%2CQUj4BN%2CIAAI%3BARAT%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%2CQQpClB%2CIAAI%3BACcL%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQD3BV%2CIAAI%3BAE4DT%2CiCFsuDI%2CiBAKI%2CQACK%2CQAxyDR%2CIAAI%3BAE4DT%2CiCFsuDI%2CiBAKI%2CQAEK%2COAzyDR%2CIAAI%3BAG0CT%2CuBHwvDI%2CiBAKI%2CQACK%2CQAxyDR%2CIAAI%3BAG0CT%2CuBHwvDI%2CiBAKI%2CQAEK%2COAzyDR%2CIAAI%3BARyUT%2CcQy9CI%2CiBAKI%2CQACK%2CQAxyDR%2CIAAI%3BARyUT%2CcQy9CI%2CiBAKI%2CQAEK%2COAzyDR%2CIAAI%3BElBmQT%2C8EAAA%3B%3BAkBqiDY%2CmBANR%2CiBAKI%2CQACK%2CQApyDR%3BAAqyDO%2CmBAPR%2CiBAKI%2CQAEK%2COAryDR%3BAVq2BL%2CcAwBI%2CQAAO%2CQU73BN%3BARJL%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%2CQQhClB%3BACUD%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQDvBV%3BAEwDL%2CiCFsuDI%2CiBAKI%2CQACK%2CQApyDR%3BAEwDL%2CiCFsuDI%2CiBAKI%2CQAEK%2COAryDR%3BAGsCL%2CuBHwvDI%2CiBAKI%2CQACK%2CQApyDR%3BAGsCL%2CuBHwvDI%2CiBAKI%2CQAEK%2COAryDR%3BARqUL%2CcQy9CI%2CiBAKI%2CQACK%2CQApyDR%3BARqUL%2CcQy9CI%2CiBAKI%2CQAEK%2COAryDR%3BElB%2BPL%2C%2BFAAA%3B%3BAiB3HoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CQCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CqBAAA%3BEIxHA%2CqBAAA%3BEJwHA%2CkBAAA%3B%3BAI5MA%2CuBAAC%3BAACD%2CuBAAC%3BAagFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAaiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CuBAAC%3BAaoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAasDC%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAawDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUasDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB2HrB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAaPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbKpB%3BAaLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbMpB%3BAaNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbOpB%3BEACG%2CqBAAA%3B%3BAc%2BLJ%3BAAu8CA%2CmBAoCI%2CQAAO%3BAIzyDC%2CMAFR%2CiBACI%2CQACK%3BACVb%2CqBACI%3BAjB5BJ%2CyBA2DI%2CQAAO%3BAEi6BX%2CMAAM%2CQACF%2CQAAO%3BAEh0BP%2CKAAC%2CcA0EG%2CiBAsBM%3BAAgBF%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%3BAchRlB%2CqBACI%2CaAeI%2CcACI%3BACYZ%2CYA0FI%3BAC1GJ%2C%2BBAGI%2C4BAMI%3BACER%3BAChBA%2CwBAiFI%2C0BASI%3BAfxGR%2C0BA6BI%3BAgBAJ%2CaAGI%2CiBACI%3BAAkBR%2CaAaI%3BAAbJ%2CaAcI%3BAAoBJ%3BACWA%2CoBAGI%3BACxFA%2CSAAC%2CMAAM%2COAuBD%3BAbsYF%2CeADJ%2CQACK%3BAE%5C%2FUT%2CiCF8vDI%2CQAAO%3BAGhxDX%2CuBHgxDI%2CQAAO%3BARj%5C%2FCX%2CcQi%5C%2FCI%2CQAAO%3BACv1DX%2CwBDuaI%2CQACK%3BACvaT%2CuBDsaI%2CQACK%3BAcvaT%2CqBdsaI%2CQACK%3BAe9ZT%2CmBf6ZI%2CQACK%3BAgBxaT%2CKAAK%2CKAAK%2COhBuaN%2CQACK%3BElBxIT%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BEkBrOI%2CgBAAA%3B%3BAnBoFJ%2C0BAAC%3BAmB6ND%2CkBnB7NC%3BAmBoqDD%2CmBAoCI%2CQAAO%2CMnBxsDV%3BAuBjGW%2CMAFR%2CiBACI%2CQACK%2COvBiGZ%3BAwB3GD%2CqBACI%2CexB0GH%3BAOtID%2CyBA2DI%2CQAAO%2CKP2EV%3BASs1BD%2CMAAM%2CQACF%2CQAAO%2COTv1BV%3BAWuBG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBXvHb%3BAWuIW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIXvIjB%3BAyBzID%2CqBACI%2CaAeI%2CcACI%2CmBzBwHX%3BA0B5GD%2CYA0FI%2CmB1BkBH%3BA2B5HD%2C%2BBAGI%2C4BAMI%2Ca3BmHP%3BA4BjHD%2CmB5BiHC%3BA6BjID%2CwBAiFI%2C0BASI%2Ce7BuCP%3BAc%5C%2FID%2C0BA6BI%2CadkHH%3BA8BlHD%2CaAGI%2CiBACI%2Ce9B8GP%3BA8B5FD%2CaAaI%2Ca9B%2BEH%3BA8B5FD%2CaAcI%2Ce9B8EH%3BA8B1DD%2CY9B0DC%3BA%2BB%5C%2FCD%2CoBAGI%2Ce%5C%2FB4CH%3BAgCpIG%2CSAAC%2CMAAM%2COAuBD%2CUhC6GT%3BAmByRO%2CeADJ%2CQACK%2COnBzRR%3BAqBtDD%2CiCF8vDI%2CQAAO%2CMnBxsDV%3BAsBxED%2CuBHgxDI%2CQAAO%2CMnBxsDV%3BAWuND%2CcQi%5C%2FCI%2CQAAO%2CMnBxsDV%3BAoB%5C%2FID%2CwBDuaI%2CQACK%2COnBzRR%3BAoB9ID%2CuBDsaI%2CQACK%2COnBzRR%3BAiC9ID%2CqBdsaI%2CQACK%2COnBzRR%3BAkCrID%2CmBf6ZI%2CQACK%2COnBzRR%3BAmC%5C%2FID%2CKAAK%2CKAAK%2COhBuaN%2CQACK%2COnBzRR%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAmBwND%2CkBnBxNC%3BAmB%2BpDD%2CmBAoCI%2CQAAO%2CMnBnsDV%3BAuBtGW%2CMAFR%2CiBACI%2CQACK%2COvBsGZ%3BAwBhHD%2CqBACI%2CexB%2BGH%3BAO3ID%2CyBA2DI%2CQAAO%2CKPgFV%3BASi1BD%2CMAAM%2CQACF%2CQAAO%2COTl1BV%3BAWkBG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBXlHb%3BAWkIW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIXlIjB%3BAyB9ID%2CqBACI%2CaAeI%2CcACI%2CmBzB6HX%3BA0BjHD%2CYA0FI%2CmB1BuBH%3BA2BjID%2C%2BBAGI%2C4BAMI%2Ca3BwHP%3BA4BtHD%2CmB5BsHC%3BA6BtID%2CwBAiFI%2C0BASI%2Ce7B4CP%3BAcpJD%2C0BA6BI%2CaduHH%3BA8BvHD%2CaAGI%2CiBACI%2Ce9BmHP%3BA8BjGD%2CaAaI%2Ca9BoFH%3BA8BjGD%2CaAcI%2Ce9BmFH%3BA8B%5C%2FDD%2CY9B%2BDC%3BA%2BBpDD%2CoBAGI%2Ce%5C%2FBiDH%3BAgCzIG%2CSAAC%2CMAAM%2COAuBD%2CUhCkHT%3BAmBoRO%2CeADJ%2CQACK%2COnBpRR%3BAqB3DD%2CiCF8vDI%2CQAAO%2CMnBnsDV%3BAsB7ED%2CuBHgxDI%2CQAAO%2CMnBnsDV%3BAWkND%2CcQi%5C%2FCI%2CQAAO%2CMnBnsDV%3BAoBpJD%2CwBDuaI%2CQACK%2COnBpRR%3BAoBnJD%2CuBDsaI%2CQACK%2COnBpRR%3BAiCnJD%2CqBdsaI%2CQACK%2COnBpRR%3BAkC1ID%2CmBf6ZI%2CQACK%2COnBpRR%3BAmCpJD%2CKAAK%2CKAAK%2COhBuaN%2CQACK%2COnBpRR%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAmBmND%2CkBnBnNC%3BAmB0pDD%2CmBAoCI%2CQAAO%2CMnB9rDV%3BAuB3GW%2CMAFR%2CiBACI%2CQACK%2COvB2GZ%3BAwBrHD%2CqBACI%2CexBoHH%3BAOhJD%2CyBA2DI%2CQAAO%2CKPqFV%3BAS40BD%2CMAAM%2CQACF%2CQAAO%2COT70BV%3BAWaG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBX7Gb%3BAW6HW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIX7HjB%3BAyBnJD%2CqBACI%2CaAeI%2CcACI%2CmBzBkIX%3BA0BtHD%2CYA0FI%2CmB1B4BH%3BA2BtID%2C%2BBAGI%2C4BAMI%2Ca3B6HP%3BA4B3HD%2CmB5B2HC%3BA6B3ID%2CwBAiFI%2C0BASI%2Ce7BiDP%3BAczJD%2C0BA6BI%2Cad4HH%3BA8B5HD%2CaAGI%2CiBACI%2Ce9BwHP%3BA8BtGD%2CaAaI%2Ca9ByFH%3BA8BtGD%2CaAcI%2Ce9BwFH%3BA8BpED%2CY9BoEC%3BA%2BBzDD%2CoBAGI%2Ce%5C%2FBsDH%3BAgC9IG%2CSAAC%2CMAAM%2COAuBD%2CUhCuHT%3BAmB%2BQO%2CeADJ%2CQACK%2COnB%5C%2FQR%3BAqBhED%2CiCF8vDI%2CQAAO%2CMnB9rDV%3BAsBlFD%2CuBHgxDI%2CQAAO%2CMnB9rDV%3BAW6MD%2CcQi%5C%2FCI%2CQAAO%2CMnB9rDV%3BAoBzJD%2CwBDuaI%2CQACK%2COnB%5C%2FQR%3BAoBxJD%2CuBDsaI%2CQACK%2COnB%5C%2FQR%3BAiCxJD%2CqBdsaI%2CQACK%2COnB%5C%2FQR%3BAkC%5C%2FID%2CmBf6ZI%2CQACK%2COnB%5C%2FQR%3BAmCzJD%2CKAAK%2CKAAK%2COhBuaN%2CQACK%2COnB%5C%2FQR%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAckKD%2CkBdpKC%3BAcoKD%2CkBdnKC%3BAcmKD%2CkBdlKC%3BAcymDD%2CmBAoCI%2CQAAO%2CMd%5C%2FoDV%3BAc2mDD%2CmBAoCI%2CQAAO%2CMd9oDV%3BAc0mDD%2CmBAoCI%2CQAAO%2CMd7oDV%3BAkB5JW%2CMAFR%2CiBACI%2CQACK%2COlB0JZ%3BAkB1JW%2CMAFR%2CiBACI%2CQACK%2COlB2JZ%3BAkB3JW%2CMAFR%2CiBACI%2CQACK%2COlB4JZ%3BAmBtKD%2CqBACI%2CenBmKH%3BAmBpKD%2CqBACI%2CenBoKH%3BAmBrKD%2CqBACI%2CenBqKH%3BAEjMD%2CyBA2DI%2CQAAO%2CKFoIV%3BAE%5C%2FLD%2CyBA2DI%2CQAAO%2CKFqIV%3BAEhMD%2CyBA2DI%2CQAAO%2CKFsIV%3BAI2xBD%2CMAAM%2CQACF%2CQAAO%2COJ9xBV%3BAI6xBD%2CMAAM%2CQACF%2CQAAO%2COJ7xBV%3BAI4xBD%2CMAAM%2CQACF%2CQAAO%2COJ5xBV%3BAMpCG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBN9Db%3BAMlCG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBN7Db%3BAMnCG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBN5Db%3BAM4EW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIN9EjB%3BAM8EW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIN7EjB%3BAM6EW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIN5EjB%3BAoBpMD%2CqBACI%2CaAeI%2CcACI%2CmBpBiLX%3BAoBlMD%2CqBACI%2CaAeI%2CcACI%2CmBpBkLX%3BAoBnMD%2CqBACI%2CaAeI%2CcACI%2CmBpBmLX%3BAqBvKD%2CYA0FI%2CmBrB2EH%3BAqBrKD%2CYA0FI%2CmBrB4EH%3BAqBtKD%2CYA0FI%2CmBrB6EH%3BAsBvLD%2C%2BBAGI%2C4BAMI%2CatB4KP%3BAsBrLD%2C%2BBAGI%2C4BAMI%2CatB6KP%3BAsBtLD%2C%2BBAGI%2C4BAMI%2CatB8KP%3BAuB5KD%2CmBvB0KC%3BAuB1KD%2CmBvB2KC%3BAuB3KD%2CmBvB4KC%3BAwB5LD%2CwBAiFI%2C0BASI%2CexBgGP%3BAwB1LD%2CwBAiFI%2C0BASI%2CexBiGP%3BAwB3LD%2CwBAiFI%2C0BASI%2CexBkGP%3BAS1MD%2C0BA6BI%2CaT2KH%3BASxMD%2C0BA6BI%2CaT4KH%3BASzMD%2C0BA6BI%2CaT6KH%3BAyB7KD%2CaAGI%2CiBACI%2CezBuKP%3BAyB3KD%2CaAGI%2CiBACI%2CezBwKP%3BAyB5KD%2CaAGI%2CiBACI%2CezByKP%3BAyBvJD%2CaAaI%2CazBwIH%3BAyBrJD%2CaAaI%2CazByIH%3BAyBtJD%2CaAaI%2CazB0IH%3BAyBvJD%2CaAcI%2CezBuIH%3BAyBrJD%2CaAcI%2CezBwIH%3BAyBtJD%2CaAcI%2CezByIH%3BAyBrHD%2CYzBmHC%3BAyBnHD%2CYzBoHC%3BAyBpHD%2CYzBqHC%3BA0B1GD%2CoBAGI%2Ce1BqGH%3BA0BxGD%2CoBAGI%2Ce1BsGH%3BA0BzGD%2CoBAGI%2Ce1BuGH%3BA2B%5C%2FLG%2CSAAC%2CMAAM%2COAuBD%2CU3BsKT%3BA2B7LG%2CSAAC%2CMAAM%2COAuBD%2CU3BuKT%3BA2B9LG%2CSAAC%2CMAAM%2COAuBD%2CU3BwKT%3BAc8NO%2CeADJ%2CQACK%2COdhOR%3BAcgOO%2CeADJ%2CQACK%2COd%5C%2FNR%3BAc%2BNO%2CeADJ%2CQACK%2COd9NR%3BAgBjHD%2CiCF8vDI%2CQAAO%2CMd%5C%2FoDV%3BAgB%5C%2FGD%2CiCF8vDI%2CQAAO%2CMd9oDV%3BAgBhHD%2CiCF8vDI%2CQAAO%2CMd7oDV%3BAiBnID%2CuBHgxDI%2CQAAO%2CMd%5C%2FoDV%3BAiBjID%2CuBHgxDI%2CQAAO%2CMd9oDV%3BAiBlID%2CuBHgxDI%2CQAAO%2CMd7oDV%3BAM4JD%2CcQi%5C%2FCI%2CQAAO%2CMd%5C%2FoDV%3BAM8JD%2CcQi%5C%2FCI%2CQAAO%2CMd9oDV%3BAM6JD%2CcQi%5C%2FCI%2CQAAO%2CMd7oDV%3BAe1MD%2CwBDuaI%2CQACK%2COdhOR%3BAexMD%2CwBDuaI%2CQACK%2COd%5C%2FNR%3BAezMD%2CwBDuaI%2CQACK%2COd9NR%3BAezMD%2CuBDsaI%2CQACK%2COdhOR%3BAevMD%2CuBDsaI%2CQACK%2COd%5C%2FNR%3BAexMD%2CuBDsaI%2CQACK%2COd9NR%3BA4BzMD%2CqBdsaI%2CQACK%2COdhOR%3BA4BvMD%2CqBdsaI%2CQACK%2COd%5C%2FNR%3BA4BxMD%2CqBdsaI%2CQACK%2COd9NR%3BA6BhMD%2CmBf6ZI%2CQACK%2COdhOR%3BA6B9LD%2CmBf6ZI%2CQACK%2COd%5C%2FNR%3BA6B%5C%2FLD%2CmBf6ZI%2CQACK%2COd9NR%3BA8B1MD%2CKAAK%2CKAAK%2COhBuaN%2CQACK%2COdhOR%3BA8BxMD%2CKAAK%2CKAAK%2COhBuaN%2CQACK%2COd%5C%2FNR%3BA8BzMD%2CKAAK%2CKAAK%2COhBuaN%2CQACK%2COd9NR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAc2JnB%2CkBd7JC%3BAc6JD%2CkBd5JC%3BAACD%2CQAAQ%2CUc2JR%3BAAu8CA%2CmBAoCI%2CQAAO%2CMdxoDV%3BAcomDD%2CmBAoCI%2CQAAO%2CMdvoDV%3BAACD%2CQAAQ%2CUckmDR%2CoBAoCI%2CQAAO%3BAIzyDC%2CMAFR%2CiBACI%2CQACK%2COlBiKZ%3BAkBjKW%2CMAFR%2CiBACI%2CQACK%2COlBkKZ%3BAACD%2CQAAQ%2CUkBnKI%2COAFR%2CiBACI%2CQACK%3BACVb%2CqBACI%2CenB0KH%3BAmB3KD%2CqBACI%2CenB2KH%3BAACD%2CQAAQ%2CUmB7KR%2CsBACI%3BAjB5BJ%2CyBA2DI%2CQAAO%2CKF2IV%3BAEtMD%2CyBA2DI%2CQAAO%2CKF4IV%3BAACD%2CQAAQ%2CUExMR%2C0BA2DI%2CQAAO%3BAEi6BX%2CMAAM%2CQACF%2CQAAO%2COJvxBV%3BAIsxBD%2CMAAM%2CQACF%2CQAAO%2COJtxBV%3BAACD%2CQAAQ%2CUIoxBR%2COAAM%2CQACF%2CQAAO%3BAEh0BP%2CKAAC%2CcA0EG%2CiBAsBM%2CiBNvDb%3BAMzCG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBNtDb%3BAACD%2CQAAQ%2CUM3CJ%2CMAAC%2CcA0EG%2CiBAsBM%3BAAgBF%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CINvEjB%3BAMuEW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CINtEjB%3BAACD%2CQAAQ%2CUMqEI%2CMAhHP%2CcAyGG%2CQAOK%2CKAAK%3BAchRlB%2CqBACI%2CaAeI%2CcACI%2CmBpBwLX%3BAoBzMD%2CqBACI%2CaAeI%2CcACI%2CmBpByLX%3BAACD%2CQAAQ%2CUoB3MR%2CsBACI%2CaAeI%2CcACI%3BACYZ%2CYA0FI%2CmBrBkFH%3BAqB5KD%2CYA0FI%2CmBrBmFH%3BAACD%2CQAAQ%2CUqB9KR%2CaA0FI%3BAC1GJ%2C%2BBAGI%2C4BAMI%2CatBmLP%3BAsB5LD%2C%2BBAGI%2C4BAMI%2CatBoLP%3BAACD%2CQAAQ%2CUsB9LR%2CgCAGI%2C4BAMI%3BACER%2CmBvBiLC%3BAuBjLD%2CmBvBkLC%3BAACD%2CQAAQ%2CUuBnLR%3BAChBA%2CwBAiFI%2C0BASI%2CexBuGP%3BAwBjMD%2CwBAiFI%2C0BASI%2CexBwGP%3BAACD%2CQAAQ%2CUwBnMR%2CyBAiFI%2C0BASI%3BAfxGR%2C0BA6BI%2CaTkLH%3BAS%5C%2FMD%2C0BA6BI%2CaTmLH%3BAACD%2CQAAQ%2CUSjNR%2C2BA6BI%3BAgBAJ%2CaAGI%2CiBACI%2CezB8KP%3BAyBlLD%2CaAGI%2CiBACI%2CezB%2BKP%3BAACD%2CQAAQ%2CUyBpLR%2CcAGI%2CiBACI%3BAAkBR%2CaAaI%2CazB%2BIH%3BAyB5JD%2CaAaI%2CazBgJH%3BAACD%2CQAAQ%2CUyB9JR%2CcAaI%3BAAbJ%2CaAcI%2CezB8IH%3BAyB5JD%2CaAcI%2CezB%2BIH%3BAACD%2CQAAQ%2CUyB9JR%2CcAcI%3BAAoBJ%2CYzB0HC%3BAyB1HD%2CYzB2HC%3BAACD%2CQAAQ%2CUyB5HR%3BACWA%2CoBAGI%2Ce1B4GH%3BA0B%5C%2FGD%2CoBAGI%2Ce1B6GH%3BAACD%2CQAAQ%2CU0BjHR%2CqBAGI%3BACxFA%2CSAAC%2CMAAM%2COAuBD%2CU3B6KT%3BA2BpMG%2CSAAC%2CMAAM%2COAuBD%2CU3B8KT%3BAACD%2CQAAQ%2CU2BtMJ%2CUAAC%2CMAAM%2COAuBD%3BAbsYF%2CeADJ%2CQACK%2COdzNR%3BAcyNO%2CeADJ%2CQACK%2COdxNR%3BAACD%2CQAAQ%2CUcuNA%2CgBADJ%2CQACK%3BAE%5C%2FUT%2CiCF8vDI%2CQAAO%2CMdxoDV%3BAgBtHD%2CiCF8vDI%2CQAAO%2CMdvoDV%3BAACD%2CQAAQ%2CUgBxHR%2CkCF8vDI%2CQAAO%3BAGhxDX%2CuBHgxDI%2CQAAO%2CMdxoDV%3BAiBxID%2CuBHgxDI%2CQAAO%2CMdvoDV%3BAACD%2CQAAQ%2CUiB1IR%2CwBHgxDI%2CQAAO%3BARj%5C%2FCX%2CcQi%5C%2FCI%2CQAAO%2CMdxoDV%3BAMuJD%2CcQi%5C%2FCI%2CQAAO%2CMdvoDV%3BAACD%2CQAAQ%2CUMqJR%2CeQi%5C%2FCI%2CQAAO%3BACv1DX%2CwBDuaI%2CQACK%2COdzNR%3BAe%5C%2FMD%2CwBDuaI%2CQACK%2COdxNR%3BAACD%2CQAAQ%2CUejNR%2CyBDuaI%2CQACK%3BACvaT%2CuBDsaI%2CQACK%2COdzNR%3BAe9MD%2CuBDsaI%2CQACK%2COdxNR%3BAACD%2CQAAQ%2CUehNR%2CwBDsaI%2CQACK%3BAcvaT%2CqBdsaI%2CQACK%2COdzNR%3BA4B9MD%2CqBdsaI%2CQACK%2COdxNR%3BAACD%2CQAAQ%2CU4BhNR%2CsBdsaI%2CQACK%3BAe9ZT%2CmBf6ZI%2CQACK%2COdzNR%3BA6BrMD%2CmBf6ZI%2CQACK%2COdxNR%3BAACD%2CQAAQ%2CU6BvMR%2CoBf6ZI%2CQACK%3BAgBxaT%2CKAAK%2CKAAK%2COhBuaN%2CQACK%2COdzNR%3BA8B%5C%2FMD%2CKAAK%2CKAAK%2COhBuaN%2CQACK%2COdxNR%3BAACD%2CQAAQ%2CU8BjNR%2CMAAK%2CKAAK%2COhBuaN%2CQACK%3BElBxIT%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAcsJJ%2CkBA%5C%2FSK%3BAA%2BSL%2CkBA9SK%2CIAAI%3BAAqvDT%2CmBAoCI%2CQAAO%2CMA1xDN%3BAAsvDL%2CmBAoCI%2CQAAO%2CMAzxDN%2CIAAI%3BAIhBG%2CMAFR%2CiBACI%2CQACK%2COJeR%3BAIfO%2CMAFR%2CiBACI%2CQACK%2COJgBR%2CIAAI%3BAK1BT%2CqBACI%2CeLwBC%3BAKzBL%2CqBACI%2CeLyBC%2CIAAI%3BAZrDT%2CyBA2DI%2CQAAO%2CKYPN%3BAZpDL%2CyBA2DI%2CQAAO%2CKYNN%2CIAAI%3BAVu6BT%2CMAAM%2CQACF%2CQAAO%2COUz6BN%3BAVw6BL%2CMAAM%2CQACF%2CQAAO%2COUx6BN%2CIAAI%3BARwGL%2CKAAC%2CcA0EG%2CiBAsBM%2CiBQzMT%3BARyGD%2CKAAC%2CcA0EG%2CiBAsBM%2CiBQxMT%2CIAAI%3BARwNG%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIQzNb%3BARyNO%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIQxNb%2CIAAI%3BAMxDT%2CqBACI%2CaAeI%2CcACI%2CmBNsCP%3BAMvDL%2CqBACI%2CaAeI%2CcACI%2CmBNuCP%2CIAAI%3BAO3BT%2CYA0FI%2CmBPhEC%3BAO1BL%2CYA0FI%2CmBP%5C%2FDC%2CIAAI%3BAQ3CT%2C%2BBAGI%2C4BAMI%2CaRiCH%3BAQ1CL%2C%2BBAGI%2C4BAMI%2CaRkCH%2CIAAI%3BAShCT%2CmBT%2BBK%3BAS%5C%2FBL%2CmBTgCK%2CIAAI%3BAUhDT%2CwBAiFI%2C0BASI%2CeV3CH%3BAU%5C%2FCL%2CwBAiFI%2C0BASI%2CeV1CH%2CIAAI%3BAL9DT%2C0BA6BI%2CaKgCC%3BAL7DL%2C0BA6BI%2CaKiCC%2CIAAI%3BAWjCT%2CaAGI%2CiBACI%2CeX4BH%3BAWhCL%2CaAGI%2CiBACI%2CeX6BH%2CIAAI%3BAWXT%2CaAaI%2CaXHC%3BAWVL%2CaAaI%2CaXFC%2CIAAI%3BAWXT%2CaAcI%2CeXJC%3BAWVL%2CaAcI%2CeXHC%2CIAAI%3BAWuBT%2CYXxBK%3BAWwBL%2CYXvBK%2CIAAI%3BAYkCT%2CoBAGI%2CeZtCC%3BAYmCL%2CoBAGI%2CeZrCC%2CIAAI%3BAanDL%2CSAAC%2CMAAM%2COAuBD%2CUb2BL%3BAalDD%2CSAAC%2CMAAM%2COAuBD%2CUb4BL%2CIAAI%3BAA0WD%2CeADJ%2CQACK%2COA3WJ%3BAA2WG%2CeADJ%2CQACK%2COA1WJ%2CIAAI%3BAE2BT%2CiCF8vDI%2CQAAO%2CMA1xDN%3BAE4BL%2CiCF8vDI%2CQAAO%2CMAzxDN%2CIAAI%3BAGST%2CuBHgxDI%2CQAAO%2CMA1xDN%3BAGUL%2CuBHgxDI%2CQAAO%2CMAzxDN%2CIAAI%3BARwST%2CcQi%5C%2FCI%2CQAAO%2CMA1xDN%3BARySL%2CcQi%5C%2FCI%2CQAAO%2CMAzxDN%2CIAAI%3BAC9DT%2CwBDuaI%2CQACK%2COA3WJ%3BAC7DL%2CwBDuaI%2CQACK%2COA1WJ%2CIAAI%3BAC7DT%2CuBDsaI%2CQACK%2COA3WJ%3BAC5DL%2CuBDsaI%2CQACK%2COA1WJ%2CIAAI%3BAc7DT%2CqBdsaI%2CQACK%2COA3WJ%3BAc5DL%2CqBdsaI%2CQACK%2COA1WJ%2CIAAI%3BAepDT%2CmBf6ZI%2CQACK%2COA3WJ%3BAenDL%2CmBf6ZI%2CQACK%2COA1WJ%2CIAAI%3BAgB9DT%2CKAAK%2CKAAK%2COhBuaN%2CQACK%2COA3WJ%3BAgB7DL%2CKAAK%2CKAAK%2COhBuaN%2CQACK%2COA1WJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAAtCR%3BAElBgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BACAD%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BAH8zDL%2CmBANR%2CiBAKI%2CQACK%3BAACD%2CmBAPR%2CiBAKI%2CQAEK%3BAVh8Bb%2CcAwBI%2CQAAO%3BAEj4BX%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%3BAStBnB%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%3BACiCf%2CiCFsuDI%2CiBAKI%2CQACK%3BAE5uDb%2CiCFsuDI%2CiBAKI%2CQAEK%3BAG%5C%2FvDb%2CuBHwvDI%2CiBAKI%2CQACK%3BAG9vDb%2CuBHwvDI%2CiBAKI%2CQAEK%3BARh%2BCb%2CcQy9CI%2CiBAKI%2CQACK%3BAR%5C%2F9Cb%2CcQy9CI%2CiBAKI%2CQAEK%3BElBtiDb%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAIqDA%2C2BAAC%3BAACD%2C2BAAC%3BAc7TD%2C%2BBd4TC%3BAc5TD%2C%2BBd6TC%3BAgB%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhB8UhB%3BAgB9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhB%2BUhB%3BAiB%5C%2FUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQjB8UhB%3BAiB9Ue%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQjB%2BUhB%3BAc%2B%2BCW%2CmBANR%2CiBAKI%2CQACK%2CQdh%5C%2FCZ%3BAcg%5C%2FCW%2CmBANR%2CiBAKI%2CQACK%2CQd%5C%2F%2BCZ%3BAcg%5C%2FCW%2CmBAPR%2CiBAKI%2CQAEK%2COdj%5C%2FCZ%3BAci%5C%2FCW%2CmBAPR%2CiBAKI%2CQAEK%2COdh%5C%2FCZ%3BAIgjBD%2CcAwBI%2CQAAO%2CQJzkBV%3BAIijBD%2CcAwBI%2CQAAO%2CQJxkBV%3BAMzTD%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%2CQNoRtB%3BAMxTD%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%2CQNqRtB%3BAe3SG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQf6Rd%3BAe1SG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQf8Rd%3BAgB7PD%2CiCFsuDI%2CiBAKI%2CQACK%2CQdh%5C%2FCZ%3BAgB5PD%2CiCFsuDI%2CiBAKI%2CQACK%2CQd%5C%2F%2BCZ%3BAgB7PD%2CiCFsuDI%2CiBAKI%2CQAEK%2COdj%5C%2FCZ%3BAgB5PD%2CiCFsuDI%2CiBAKI%2CQAEK%2COdh%5C%2FCZ%3BAiB%5C%2FQD%2CuBHwvDI%2CiBAKI%2CQACK%2CQdh%5C%2FCZ%3BAiB9QD%2CuBHwvDI%2CiBAKI%2CQACK%2CQd%5C%2F%2BCZ%3BAiB%5C%2FQD%2CuBHwvDI%2CiBAKI%2CQAEK%2COdj%5C%2FCZ%3BAiB9QD%2CuBHwvDI%2CiBAKI%2CQAEK%2COdh%5C%2FCZ%3BAMgBD%2CcQy9CI%2CiBAKI%2CQACK%2CQdh%5C%2FCZ%3BAMiBD%2CcQy9CI%2CiBAKI%2CQACK%2CQd%5C%2F%2BCZ%3BAMgBD%2CcQy9CI%2CiBAKI%2CQAEK%2COdj%5C%2FCZ%3BAMiBD%2CcQy9CI%2CiBAKI%2CQAEK%2COdh%5C%2FCZ%3BEJtDD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI4DA%2C2BAAC%3BAcnUD%2C%2BBdmUC%3BAgBrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhBqVhB%3BAiBrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQjBqVhB%3BAcy%2BCW%2CmBANR%2CiBAKI%2CQACK%2CQdz%2BCZ%3BAc0%2BCW%2CmBAPR%2CiBAKI%2CQAEK%2COd1%2BCZ%3BAI0iBD%2CcAwBI%2CQAAO%2CQJlkBV%3BAM%5C%2FTD%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%2CQN2RtB%3BAejTG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQfoSd%3BAgBnQD%2CiCFsuDI%2CiBAKI%2CQACK%2CQdz%2BCZ%3BAgBnQD%2CiCFsuDI%2CiBAKI%2CQAEK%2COd1%2BCZ%3BAiBrRD%2CuBHwvDI%2CiBAKI%2CQACK%2CQdz%2BCZ%3BAiBrRD%2CuBHwvDI%2CiBAKI%2CQAEK%2COd1%2BCZ%3BAMUD%2CcQy9CI%2CiBAKI%2CQACK%2CQdz%2BCZ%3BAMUD%2CcQy9CI%2CiBAKI%2CQAEK%2COd1%2BCZ%3BEJ5DD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAmCpLQ%2CcAFM%2CSACV%2CSACK%2CKAoCG%2CYAKI%3BEnC2IhB%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAoB9LQ%2CkBADJ%2CQACK%3BAClBD%2CkBADJ%2CQACK%3BAf%5C%2FET%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAgEI%2CsBA8CI%2CYAGI%2CQAAO%3BAE8PnB%2CWAYI%2CQAAO%3BAEvWX%2CaAmFI%2CwBAMI%2CQAAO%2CQAAQ%3BA0B7CH%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BAX6ET%2CiBAFR%2CiBACI%2CQACK%3BAEpHb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACjBS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BASiBrB%2CkBAKI%2CiBAAiB%2CQAAO%3BAC3E9B%2CWACE%2CQAAO%3BACQT%2CcA4IE%2CQAAO%3BEvCoJP%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAU1HI%2CKAAC%2CcA%2BIG%2CcQ9MR%3BACeA%2CgCAwCI%2CSACI%2CcDxDR%3BAqBvGF%2CcAgJE%2CcrBzCA%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAR4DA%2CKAAC%2CcA%2BIG%2CcQ9MR%2CGAKK%3BACUL%2CgCAwCI%2CSACI%2CcDxDR%2CGAKK%3BAqB5GP%2CcAgJE%2CcrBzCA%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BARyDJ%2CKAAC%2CcA%2BIG%2CcQpMR%3BACKA%2CgCAwCI%2CSACI%2CcD9CR%3BAqBjHF%2CcAgJE%2CcrB%5C%2FBA%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAsBnHJ%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BAlCNR%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAgEI%2CsBA8CI%2CYAGI%2CQAAO%3BAE8PnB%2CWAYI%2CQAAO%3BA8B7Yb%2CWACE%2CQAAO%3BElCuOP%2CWAAA%3B%3BAGnBA%2CcAwBI%3BAG9DA%2CKAAC%2CcAgKG%3BA0BtGR%2CeAkBI%3BAjB5HJ%2CgCAKI%3BEDoEA%2CYAAA%3BEACA%2CqBAAA%3B%3BAXYJ%2CcAwBI%2CuBWlCA%3BAR5BA%2CKAAC%2CcAgKG%2CuBQpIJ%3BAkB8BJ%2CeAkBI%2CuBlBhDA%3BAC5EJ%2CgCAKI%2CuBDuEA%3BEACI%2CgBAAA%3B%3BAV5FR%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BEU4GrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAmBzMJ%2CgBACI%2COAOI%3BErC0QR%2CgCAAA%3BEAAA%2CiBAAA%3BEkB7DI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAmBtNJ%2CgBACI%2COAOI%2CanBgNJ%3BEACI%2CgBAAA%3B%3BAC%5C%2FMR%3BAYmGI%2CSAAC%3BEU9EL%2CqBAAA%3BEACA%2CkBAAA%3B%3BAzCFA%2CoBAAC%3BAACD%2CoBAAC%3BAmBrBD%2CqBnBoBC%3BAmBpBD%2CqBnBqBC%3BA%2BB8EG%2CSAAC%2CS%5C%2FB%5C%2FEJ%3BA%2BB%2BEG%2CSAAC%2CS%5C%2FB9EJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAmB1BD%2CqBnB0BC%3BA%2BByEG%2CSAAC%2CS%5C%2FBzEJ%3BEACG%2CWAAA%3B%3BAkB8LJ%2CoBuBjMA%3BAtBxBA%2CqBsBwBA%3BAV2EI%2CSAAC%2CSU3EL%3BEAEI%2CeAAA%3BEzC8OJ%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAvB9CD%2CqBsBwBA%2CeCsBC%3BAXqDG%2CSAAC%2CSU3EL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAvB3DL%2CqBsBwBA%2CeCkCC%2CMACI%3BAXwCD%2CSAAC%2CSU3EL%2CeCkCC%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CoBDzCJ%2CeCwCC%2COACI%3BAvBjEL%2CqBsBwBA%2CeCwCC%2COACI%3BAXkCD%2CSAAC%2CSU3EL%2CeCwCC%2COACI%3BE1CuML%2CcAAA%3B%3BAyCqEA%2CoBArTA%2CeAqTC%3BAtB7UD%2CqBsBwBA%2CeAqTC%3BAV1OG%2CSAAC%2CSU3EL%2CeAqTC%3BEzCrED%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAvB9CD%2CqBsBwBA%2CeAqTC%2COC%5C%2FRA%3BAXqDG%2CSAAC%2CSU3EL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FNM%2CO3C%2BNN%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAvB3DL%2CqBsBwBA%2CeAqTC%2COCnRA%2CMACI%3BAXwCD%2CSAAC%2CSU3EL%2CeAqTC%2COCnRA%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BAvBjEL%2CqBsBwBA%2CeAqTC%2COC7QA%2COACI%3BAXkCD%2CSAAC%2CSU3EL%2CeAqTC%2COC7QA%2COACI%3BE1CuML%2CcAAA%3B%3BAkB%5C%2FCA%2CoBuBVA%3BAtB%5C%2FMA%2CqBsB%2BMA%3BAV5GI%2CSAAC%2CSU4GL%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkB%5C%2FCA%2CoBuBVA%2CYAsBI%3BAtBrOJ%2CqBsB%2BMA%2CYAsBI%3BAVlIA%2CSAAC%2CSU4GL%2CYAsBI%3BEzCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAyC3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAtB7OT%2CqBsB%2BMA%2CYAsBI%2CGAQK%3BAV1IL%2CSAAC%2CSU4GL%2CYAsBI%2CGAQK%3BEzC2BT%2CmBAAA%3BEyCzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BAtBviBD%2CqBsB%2BMA%2CYAuVC%3BAtBtiBD%2CqBsB%2BMA%2CYAwVC%3BAVpcG%2CSAAC%2CSU4GL%2CYAuVC%3BAVncG%2CSAAC%2CSU4GL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAtBhjBD%2CqBsB%2BMA%2CYAiWC%3BAV7cG%2CSAAC%2CSU4GL%2CYAiWC%3BEACG%2CiBAAA%3BEzCzSJ%2CsDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BAtBtjBD%2CqBsB%2BMA%2CYAuWC%3BAVndG%2CSAAC%2CSU4GL%2CYAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAtBhgBD%2CqBsB%2BMA%2CYAiTC%3BAV7ZG%2CSAAC%2CSU4GL%2CYAiTC%3BEzCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyC6PA%2CoBAtTA%2CYAsTC%3BAtBrgBD%2CqBsB%2BMA%2CYAsTC%3BAVlaG%2CSAAC%2CSU4GL%2CYAsTC%3BEzC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CoBAAC%3BAtB5PD%2CqBsB4PC%3BAVzJG%2CSAAC%2CSUyJJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAtB%5C%2FPJ%2CqBsB4PC%2COAGG%3BAV5JA%2CSAAC%2CSUyJJ%2COAGG%3BEACI%2CcAAA%3B%3BAtBhQR%2CqBDiOI%2CGAAE%3BAa9HF%2CSAAC%2CSb8HD%2CGAAE%3BEACE%2CcAAA%3B%3BA2B1PR%2COACI%2CgBA4BI%2CKACI%3BAvCrBZ%2CyBAcI%2CYAAW%3BAEiWf%2CWAKI%2CYAAW%3BA6BhFf%2CQACI%2CMAAK%2CmBACD%2CKACI%3BAlBjRZ%2CyBACI%2COAAM%2CIAAK%3BAAsFf%2CgCAkCI%2CKACI%3BA2BpJR%2CMAAM%2CQAWF%2CKAAI%2CIAGA%2CSAAQ%2CIACJ%3BAfqSJ%2C0BADJ%2CYACK%3BAQzTX%2CcAwEE%2CeAOE%2CKACE%2CKAGE%3BAJhEN%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BAAoEA%2CcAFM%2CSACV%2CSACK%2CKAoCG%2CYACI%2CMAAK%3BAY7HD%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BE7BgPpB%2CkBAAA%3BEACA%2CWAAA%3B%3BAmB3EJ%3BAWyNA%2CgBACI%3BAhCrZJ%3BAACA%3BEE%2BQI%2CmBAAA%3B%3BAVgPQ%2CQAzDR%2CeAwDI%2CQACK%3BAA%2BTL%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%3BAAkEnB%2CcASI%2CQAAO%3BAyC11BP%2COAAC%2CQAmBG%2CQAAO%3BEjDwNf%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAxB6QA%2C6BwBXE%3BAlC4OU%2CQAzDR%2CeAwDI%2CQACK%2COkC5OX%3BAlC2iBM%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COkChjBjB%3BAlCknBF%2CcASI%2CQAAO%2COkC3nBT%3BAO%5C%2FNE%2COAAC%2CQAmBG%2CQAAO%2COP4Mb%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2C6BAAC%3BAlCweW%2CQAzDR%2CeAwDI%2CQACK%2COkCxeZ%3BAlCuyBO%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COkC5yBlB%3BAlC82BD%2CcASI%2CQAAO%2COkCv3BV%3BAO6BG%2COAAC%2CQAmBG%2CQAAO%2COPhDd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAlC2dO%2CQAzDR%2CeAwDI%2CQACK%2COkC5dZ%2CMACI%3BAlC0xBG%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COkChyBlB%2CMACI%3BAlCi2BL%2CcASI%2CQAAO%2COkC32BV%2CMACI%3BAOgBD%2COAAC%2CQAmBG%2CQAAO%2COPpCd%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2C6BADH%2COACI%3BAlCqdO%2CQAzDR%2CeAwDI%2CQACK%2COkCtdZ%2COACI%3BAlCoxBG%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COkC1xBlB%2COACI%3BAlC21BL%2CcASI%2CQAAO%2COkCr2BV%2COACI%3BAOUD%2COAAC%2CQAmBG%2CQAAO%2COP9Bd%2COACI%3BE1CqPL%2CWAAA%3B%3BAOzPQ%2CQAVH%2CKAUI%3BACOT%2CQAAQ%2CKAAM%3BEUoQV%2CgBAAA%3B%3BAX3QI%2CQAVH%2CKAUI%2CKW4QH%3BAVrQN%2CQAAQ%2CKAAM%2CEUqQR%3BElBnBN%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBmBoKM%2CInBpKL%3BAQxGO%2CQAVH%2CKAUI%2CKW4QH%2CInBpKL%3BASjGD%2CQAAQ%2CKAAM%2CEUqQR%2CInBpKL%3BECiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBmB%2BJM%2CInB%5C%2FJL%3BAQ7GO%2CQAVH%2CKAUI%2CKW4QH%2CInB%5C%2FJL%3BAStGD%2CQAAQ%2CKAAM%2CEUqQR%2CInB%5C%2FJL%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBmB0JM%2CInB1JL%3BAQlHO%2CQAVH%2CKAUI%2CKW4QH%2CInB1JL%3BAS3GD%2CQAAQ%2CKAAM%2CEUqQR%2CInB1JL%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADjJA%2CcAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CcAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CcAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAmB9QA%2CKAAK%2CaAAa%2CMACd%3BAgBnBJ%2CKAAK%2CSAAS%2CMACV%3BEjBiVJ%2CcAAA%3B%3BAAsFQ%2CeADJ%2CQACK%3BACxaT%2CwBDuaI%2CQACK%3BACvaT%2CuBDsaI%2CQACK%3BAcvaT%2CqBdsaI%2CQACK%3BAe9ZT%2CmBf6ZI%2CQACK%3BAgBxaT%2CKAAK%2CKAAK%2COhBuaN%2CQACK%3BEA1DL%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAClXJ%2CwBDsYI%2CUACI%2COACI%3BACvYZ%2CuBDqYI%2CUACI%2COACI%3BAcvYZ%2CqBdqYI%2CUACI%2COACI%3BAe9XZ%2CmBf4XI%2CUACI%2COACI%3BAgBxYZ%2CKAAK%2CKAAK%2COhBsYN%2CUACI%2COACI%3BEACI%2CUAAA%3B%3BACzYhB%2CwBDsYI%2CUAOI%2CiBAGM%3BAC%5C%2FYd%2CuBDqYI%2CUAOI%2CiBAGM%3BAc%5C%2FYd%2CqBdqYI%2CUAOI%2CiBAGM%3BAetYd%2CmBf4XI%2CUAOI%2CiBAGM%3BAgBhZd%2CKAAK%2CKAAK%2COhBsYN%2CUAOI%2CiBAGM%3BEAOE%2CWAAA%3B%3BACvZhB%2CwBDsYI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BACjZrB%2CuBDqYI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAcjZrB%2CqBdqYI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAexYrB%2CmBf4XI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAgBlZrB%2CKAAK%2CKAAK%2COhBsYN%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BACnZxB%2CwBDsYI%2CUAqBI%2CQACI%3BAC3ZZ%2CuBDqYI%2CUAqBI%2CQACI%3BAc3ZZ%2CqBdqYI%2CUAqBI%2CQACI%3BAelZZ%2CmBf4XI%2CUAqBI%2CQACI%3BAgB5ZZ%2CKAAK%2CKAAK%2COhBsYN%2CUAqBI%2CQACI%3BEACI%2CSAAA%3B%3BAC7ZhB%2CwBDkaI%3BACjaJ%2CuBDiaI%3BAcjaJ%2CqBdiaI%3BAexZJ%2CmBfwZI%3BAgBlaJ%2CKAAK%2CKAAK%2COhBkaN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BACpaR%2CwBD6aI%2CSACK%3BAC7aT%2CuBD4aI%2CSACK%3BAc7aT%2CqBd4aI%2CSACK%3BAepaT%2CmBfmaI%2CSACK%3BAgB9aT%2CKAAK%2CKAAK%2COhB6aN%2CSACK%3BEACG%2CgBAAA%3B%3BAW%5C%2FMA%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BE7BjNjB%2CSAAA%3BEACA%2CkBAAA%3B%3BAkDhBA%2CYACI%2CeAEI%2COACI%3BA5CKZ%2CyBAgEI%2CsBAuEI%3BAAvIR%2CyBAgEI%2CsBAwEI%2CSAAQ%3BAAxIhB%2CyBAgEI%2CsBAyEI%3BACvFA%2CQA9BH%2CKA8BI%2CQAGG%2CmBAKM%2CUAME%3BACvBpB%2CcACI%3BAA8uBQ%2CiBAPR%2CMAIK%2CMAGI%2COAEG%3BAADJ%2CiBARR%2CMAIK%2CMAII%2CQACG%3BAAkMhB%2CMAAM%2CQAeF%2COAAM%2COAKF%3BAElzBI%2CKAjCP%2CcAsBG%2CKAWK%2CIAIG%3BA0BnCR%2CiBAjBJ%2CQAiBK%2CSAGG%3BAAHJ%2CiBAjBJ%2CQAiBK%2CSAoCG%3BAzBzLZ%2CqBACI%3BAiBNJ%2CwBA0GI%2CsBACM%3BAA3GV%2CwBA0HI%2CUACI%3BAuBxHR%2CwBAmFI%2COACI%3BAdbR%2CSACI%2CUACM%3BAAqFV%2CMAAM%2COACF%2COAAM%2CWACF%3BAejLR%2CcACI%3BACaJ%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BAC5BnB%2CsBAgFI%2CUAAS%2CSACJ%3BAClET%2CYACI%2CuBAGI%2COAGI%3BAvBtBZ%2CqBAGI%2CQACI%3BAiByIA%2COA7CH%2CQA6CI%2CQAyCG%3BAlBjHI%2CiBAHU%2CUAxDrB%2CMAAM%2COA0DG%2CUACG%2CMACG%3BAADJ%2CcAFO%2CUAzDlB%2CMAAM%2COA0DG%2CUACG%2CMACG%3BAAiEpB%2CuBACI%2CoBACI%3BAA4FR%2C2BAKI%2CsBAII%2CUACM%3BAQhPhB%2CcAwEE%2CeAOE%2CKASE%3BAAxFN%2CcAyJE%2COAGE%2CkBACE%2CcACE%2CUACI%3BAiB7JV%2CMAAM%2CWA2CF%3BARoIA%2COAAC%2CKAGG%3BAAgOR%2CgBACI%2CiBAGI%3BAlCnFR%2CcAaI%2CcACI%3BACpMJ%2COADG%2CKACF%2CIAAI%3BAAoHT%2CYAEI%2CUAmCI%3BAApCR%2CYACI%2CUAmCI%3BAoB5LA%2CcAFM%2CSACV%2CSACK%2CKAcG%2CaACI%3BEnCvGhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCqSQ%2CeA9BJ%2CSA8BK%2CQACG%2CQAWM%3BAqB%5C%2FTd%2CsBAAC%2CcAGG%2CsBAQI%3BEzDOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAkBwVD%2CeACI%2CUAOI%2CiBlBjWP%3BAkByVD%2CeACI%2CUAOI%2CiBlBhWP%3BAMpCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAKF%2CONRX%3BAMnCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAKF%2CONPX%3BA0DzBD%2CQ1DwBC%3BA0DxBD%2CQ1DyBC%3BAQyZD%2CQA%2BEI%2CsBRzeH%3BAQ0ZD%2CQA%2BEI%2CsBRxeH%3BAUyHG%2CKAAC%2CcA0EG%2CiBVpMP%3BAU0HG%2CKAAC%2CcA0EG%2CiBVnMP%3BAUyHG%2CKAAC%2CcA%2BIG%2CcVzQP%3BAU0HG%2CKAAC%2CcA%2BIG%2CcVxQP%3BAoCmLD%2CeAEI%2CcAWM%2CWpCjMT%3BAoCoLD%2CeAEI%2CcAWM%2CWpChMT%3BAWpBD%2CmBXmBC%3BAWnBD%2CmBXoBC%3BAWaD%2CyBXdC%3BAWcD%2CyBXbC%3BA2DxCD%2CsB3DuCC%3BA2DvCD%2CsB3DwCC%3BAyB2DO%2CYADJ%2COACK%2CUzB5DR%3BAyB4DO%2CYADJ%2COACK%2CUzB3DR%3BAqD%5C%2FBD%2C0BACI%2CkBrD6BH%3BAqD9BD%2C0BACI%2CkBrD8BH%3BA6B4GD%2CgBA%2BBI%2CS7B5IH%3BA6B6GD%2CgBA%2BBI%2CS7B3IH%3BA6BsJD%2CoBACI%2CoB7BxJH%3BA6BuJD%2CoBACI%2CoB7BvJH%3BA6BsJD%2CoBAEI%2CkC7BzJH%3BA6BuJD%2CoBAEI%2CkC7BxJH%3BAmByED%2CgCAwCI%2CSACI%2CcnBnHP%3BAmB0ED%2CgCAwCI%2CSACI%2CcnBlHP%3BA8BXD%2CmB9BUC%3BA8BVD%2CmB9BWC%3BA8BqGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CS9B%5C%2FGP%3BA8BsGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CS9B9GP%3BA8BsGD%2CkBACI%2CeAOI%2CS9B%5C%2FGP%3BA8BuGD%2CkBACI%2CeAOI%2CS9B9GP%3BA8BmJD%2CcAKI%2CS9BzJH%3BA8BoJD%2CcAKI%2CS9BxJH%3BA4DtCD%2CUAWI%2CgB5D0BH%3BA4DrCD%2CUAWI%2CgB5D2BH%3BAuC7CH%2CcAgJE%2CcvCpGC%3BAuC5CH%2CcAgJE%2CcvCnGC%3BAuC7CH%2CcAyJE%2COvC7GC%3BAuC5CH%2CcAyJE%2COvC5GC%3BAuC7CH%2CcAoME%2CevCxJC%3BAuC5CH%2CcAoME%2CevCvJC%3BAgDuWD%2CgBACI%2CiBhDzWH%3BAgDwWD%2CgBACI%2CiBhDxWH%3BAiCnCD%2CmBAaI%2CiBjCqBH%3BAiClCD%2CmBAaI%2CiBjCsBH%3BAekEG%2COAAC%2CQfnEJ%3BAemEG%2COAAC%2CQflEJ%3BAmB7CD%2CwBDsYI%2CUAOI%2CiBlBjWP%3BAmB5CD%2CwBDsYI%2CUAOI%2CiBlBhWP%3BAmB5CD%2CuBDqYI%2CUAOI%2CiBlBjWP%3BAmB3CD%2CuBDqYI%2CUAOI%2CiBlBhWP%3BAgC5CD%2CqBdqYI%2CUAOI%2CiBlBjWP%3BAgC3CD%2CqBdqYI%2CUAOI%2CiBlBhWP%3BAiCnCD%2CmBf4XI%2CUAOI%2CiBlBjWP%3BAiClCD%2CmBf4XI%2CUAOI%2CiBlBhWP%3BAkC7CD%2CKAAK%2CKAAK%2COhBsYN%2CUAOI%2CiBlBjWP%3BAkC5CD%2CKAAK%2CKAAK%2COhBsYN%2CUAOI%2CiBlBhWP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAkBmVD%2CeACI%2CUAOI%2CiBlB3VP%3BAMzCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAKF%2CONFX%3BA0D9BD%2CQ1D8BC%3BAQoZD%2CQA%2BEI%2CsBRneH%3BAUoHG%2CKAAC%2CcA0EG%2CiBV9LP%3BAUoHG%2CKAAC%2CcA%2BIG%2CcVnQP%3BAoC8KD%2CeAEI%2CcAWM%2CWpC3LT%3BAWzBD%2CmBXyBC%3BAWQD%2CyBXRC%3BA2D7CD%2CsB3D6CC%3BAyBsDO%2CYADJ%2COACK%2CUzBtDR%3BAqDpCD%2C0BACI%2CkBrDmCH%3BA6BuGD%2CgBA%2BBI%2CS7BtIH%3BA6BiJD%2CoBACI%2CoB7BlJH%3BA6BiJD%2CoBAEI%2CkC7BnJH%3BAmBoED%2CgCAwCI%2CSACI%2CcnB7GP%3BA8BhBD%2CmB9BgBC%3BA8BgGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CS9BzGP%3BA8BiGD%2CkBACI%2CeAOI%2CS9BzGP%3BA8B8ID%2CcAKI%2CS9BnJH%3BA4D3CD%2CUAWI%2CgB5DgCH%3BAuClDH%2CcAgJE%2CcvC9FC%3BAuClDH%2CcAyJE%2COvCvGC%3BAuClDH%2CcAoME%2CevClJC%3BAgDkWD%2CgBACI%2CiBhDnWH%3BAiCxCD%2CmBAaI%2CiBjC2BH%3BAe6DG%2COAAC%2CQf7DJ%3BAmBlDD%2CwBDsYI%2CUAOI%2CiBlB3VP%3BAmBjDD%2CuBDqYI%2CUAOI%2CiBlB3VP%3BAgCjDD%2CqBdqYI%2CUAOI%2CiBlB3VP%3BAiCxCD%2CmBf4XI%2CUAOI%2CiBlB3VP%3BAkClDD%2CKAAK%2CKAAK%2COhBsYN%2CUAOI%2CiBlB3VP%3BEACG%2CWAAA%3B%3BAkBygDJ%2CeACI%3BAA2BJ%3BA2CplDA%2CQAGI%2CQAAO%3BAAHX%2CQAYI%3BAAZJ%2CQAmBI%3BAhBvBJ%2COACI%2CgBAqBI%3BAtCOJ%2CQAAC%3BACyaL%2CQA%2BEI%2CsBAII%3BACrdR%3BACvCA%3BAeMA%2CYA4BI%3BAgClDA%2CsBAAC%2CcAgBG%3BAKXR%3BA7CoIoB%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BA8BzID%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BAtC2IT%2CKAvCP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmCK%2CKSq6CT%3BA6CrjDI%2CMADJ%2CSACK%3BA5C4DT%2CuBACI%2COAAM%2CKDw%5C%2FCN%3BEA7%5C%2FBJ%2CsBAAA%3B%3BAwB1fA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA1C7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAkBslBJ%2CiBuBxMA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAvBsMJ%2CiBuBnMA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAvBiMJ%2CiBuBnLA%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAvBiLJ%2CiBuB9KA%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAvB2KJ%2CiBuB1eA%3BEzCiIA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAxBykBA%2CiBuB1eA%2CeCqHE%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CiBDsEJ%2CeCvEC%2COACI%3BE1CuML%2CcAAA%3B%3BAyCuHA%2CiBAxPA%2CeAwPC%3BEzCvHD%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FNM%2CO3C%2BNN%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BE1CuML%2CcAAA%3B%3BAkByWA%2CiBuBlaA%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkByWA%2CiBuBlaA%2COAsBI%3BEzCmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BAyC3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BEzC2BT%2CmBAAA%3BEyCzBY%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%3BEzCzSJ%2CsDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BEzC%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAyCoRA%2CiBA7UA%2COA6UC%3BEzCpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAnC%5C%2FQR%2CyBAgEI%2CsBAuDI%2CqBAGM%3BACxEN%2CQA9BH%2CKA8BI%2CQAGG%2CmBAKM%3BACqVlB%2CqBAII%2CQAAO%3BAuBvXC%2CSA1BP%2CMAAM%2COAuBD%2CUAGG%3BAGjCb%2CqBAAsB%2CQAAO%2COAAO%3BACEpC%2CqBAII%2CQAAO%3BAAHX%2CqBAGI%2CQAAO%3BAAFX%2CaAEI%2CQAAO%3BAADX%2CiBACI%2CQAAO%3BEnCsRX%2CWAAA%3BEkB4eI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BElB9eJ%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BApCfD%2CyBAgEI%2CsBAuDI%2CqBAGM%2CUoC3Gb%3BAnCmCO%2CQA9BH%2CKA8BI%2CQAGG%2CmBAKM%2CUmC3CjB%3BAlCgYD%2CqBAII%2CQAAO%2CUkCpYV%3BAXaW%2CSA1BP%2CMAAM%2COAuBD%2CUAGG%2CMWbZ%3BARpBD%2CqBAAsB%2CQAAO%2COAAO%2COQoBnC%3BAPlBD%2CqBAII%2CQAAO%2CWOcV%3BAPjBD%2CqBAGI%2CQAAO%2CWOcV%3BAPhBD%2CaAEI%2CQAAO%2CWOcV%3BAPfD%2CiBACI%2CQAAO%2CWOcV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BApChWA%2CyBAgEI%2CsBAuDI%2CqBAGM%2CUYopBT%3BAX5tBG%2CQA9BH%2CKA8BI%2CQAGG%2CmBAKM%2CUWotBb%3BAV%5C%2FXL%2CqBAII%2CQAAO%2CUU2XN%3BAalvBO%2CSA1BP%2CMAAM%2COAuBD%2CUAGG%2CMbkvBR%3BAgBnxBL%2CqBAAsB%2CQAAO%2COAAO%2COhBmxB%5C%2FB%3BAiBjxBL%2CqBAII%2CQAAO%2CWjB6wBN%3BAiBhxBL%2CqBAGI%2CQAAO%2CWjB6wBN%3BAiB%5C%2FwBL%2CaAEI%2CQAAO%2CWjB6wBN%3BAiB9wBL%2CiBACI%2CQAAO%2CWjB6wBN%3BElBvfL%2CWAAA%3BEkByfQ%2CqBAAA%3B%3BAZhxBR%2CyBAgEI%2CsBAuDI%2CqBAGM%2CUYypBT%3BAXjuBG%2CQA9BH%2CKA8BI%2CQAGG%2CmBAKM%2CUWytBb%3BAVpYL%2CqBAII%2CQAAO%2CUUgYN%3BAavvBO%2CSA1BP%2CMAAM%2COAuBD%2CUAGG%2CMbuvBR%3BAgBxxBL%2CqBAAsB%2CQAAO%2COAAO%2COhBwxB%5C%2FB%3BAiBtxBL%2CqBAII%2CQAAO%2CWjBkxBN%3BAiBrxBL%2CqBAGI%2CQAAO%2CWjBkxBN%3BAiBpxBL%2CaAEI%2CQAAO%2CWjBkxBN%3BAiBnxBL%2CiBACI%2CQAAO%2CWjBkxBN%3BEACG%2CWAAA%3B%3BAZpxBR%2CyBAgEI%2CsBA8CI%3BAEiQR%3BEUgbI%2CgBAAA%3B%3BAA8FJ%2CeAGM%3BAkBzqBN%2CeAkEI%2CSAMI%3BAlB2gDR%2CmBACI%2COA36BE%3BAR52BN%2CaAaI%2COQ%2B1BE%3BAEhzBN%2CiCF2tDI%2COA36BE%3BAGl0BN%2CuBH6uDI%2COA36BE%3BARniBN%2CcQ88CI%2COA36BE%3BElBzmBN%2C0BAAA%3BEkB%2BiBA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BElBjjBA%2C4BAAA%3BEAAA%2CcAAA%3BE0ChOA%2CqBAAA%3B%3BAxBs0BA%2CeAGM%2CSAtDL%3BAkBnnBD%2CeAkEI%2CSAMI%2CQlB2iBP%3BAAg%2BBD%2CmBACI%2COA36BE%2CSAtDL%3BARtzBD%2CaAaI%2COQ%2B1BE%2CSAtDL%3BAE1vBD%2CiCF2tDI%2COA36BE%2CSAtDL%3BAG5wBD%2CuBH6uDI%2COA36BE%2CSAtDL%3BAR7eD%2CcQ88CI%2COA36BE%2CSAtDL%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CmBwBvkBE%3BAxBknBF%2CeAGM%2CSwBrnBJ%3BANpDF%2CeAkEI%2CSAMI%2CQMpBN%3BAxB%2BhDF%2CmBACI%2COA36BE%2CSwBrnBJ%3BAhCvPF%2CaAaI%2COQ%2B1BE%2CSwBrnBJ%3BAtB3LF%2CiCF2tDI%2COA36BE%2CSwBrnBJ%3BArB7MF%2CuBH6uDI%2COA36BE%2CSwBrnBJ%3BAhCkFF%2CcQ88CI%2COA36BE%2CSwBrnBJ%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CmBAAC%3BAxBg0BD%2CeAGM%2CSwBn0BL%3BAN0JD%2CeAkEI%2CSAMI%2CQMlOP%3BAxB6uDD%2CmBACI%2COA36BE%2CSwBn0BL%3BAhCzCD%2CaAaI%2COQ%2B1BE%2CSwBn0BL%3BAtBmBD%2CiCF2tDI%2COA36BE%2CSwBn0BL%3BArBCD%2CuBH6uDI%2COA36BE%2CSwBn0BL%3BAhCgSD%2CcQ88CI%2COA36BE%2CSwBn0BL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxB08CA%2CmBACI%3BARvxDJ%2CaAaI%3BAU%2BCJ%2CiCF2tDI%3BAG7uDJ%2CuBH6uDI%3BAR98CJ%2CcQ88CI%3BEA76BA%2CSAAA%3B%3BAA46BJ%2CmBACI%2COA36BE%2CSAEG%3BAR92BT%2CaAaI%2COQ%2B1BE%2CSAEG%3BAElzBT%2CiCF2tDI%2COA36BE%2CSAEG%3BAGp0BT%2CuBH6uDI%2COA36BE%2CSAEG%3BARriBT%2CcQ88CI%2COA36BE%2CSAEG%3BEACG%2CcAAA%3B%3BAAu6BZ%2CmBACI%2COAp6BA%3BARn3BJ%2CaAaI%2COQs2BA%3BAEvzBJ%2CiCF2tDI%2COAp6BA%3BAGz0BJ%2CuBH6uDI%2COAp6BA%3BAR1iBJ%2CcQ88CI%2COAp6BA%3BEACI%2CaAAA%3BElBjnBR%2CsBAAA%3BEkBmnBQ%2CkBAAA%3B%3BAwBnxBR%2CexBsxBK%2COACK%2CSwBvxBT%3BAxBmrDD%2CmBACI%2COA95BC%2COACK%2CSwBvxBT%3BAhCnGD%2CaAaI%2COQ42BC%2COACK%2CSwBvxBT%3BAtBvCD%2CiCF2tDI%2COA95BC%2COACK%2CSwBvxBT%3BArBzDD%2CuBH6uDI%2COA95BC%2COACK%2CSwBvxBT%3BAhCsOD%2CcQ88CI%2COA95BC%2COACK%2CSwBvxBT%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAkBmhDA%2CmBACI%2COA95BC%2COAQG%3BARj4BR%2CaAaI%2COQ42BC%2COAQG%3BAEr0BR%2CiCF2tDI%2COA95BC%2COAQG%3BAGv1BR%2CuBH6uDI%2COA95BC%2COAQG%3BARxjBR%2CcQ88CI%2COA95BC%2COAQG%3BEACI%2CcAAA%3B%3BAqB%5C%2F5Bd%2CcAwEE%2CeA4BE%3BEvC4LF%2CcAAA%3BEAAA%2CiBAAA%3BEkBipBI%2CgBAAA%3B%3BAqBj7BN%2CcAwEE%2CeAgCE%3BEvCwLF%2CiBAAA%3BEkB4pBI%2CgBAAA%3BEACA%2CSAAA%3B%3BAA2SJ%2CmBACI%3BAmB7nCJ%2CQAoCI%3BAlBtEJ%2CyBAGI%3BAAiBJ%2C2BACI%3BAAuBJ%2CgCACI%3BAY%2BGJ%2C2BACI%3BAAgBJ%2C8BACI%3BAQxPN%2CcAqLE%3BAArLF%2CcAsLE%2CeAAe%3BAS8Nf%2CgBAgBI%2CgBAGI%3BA5BraR%2CwBACI%2COFsuCA%3BAGvuCJ%2CcACI%2COHsuCA%3BAmB7nCJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnB2mCd%3BAqBzuCN%2CcrByuCM%3BAevqCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSfqqCd%3BAJx4BJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%3BAJv4BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%3BElBz8BJ%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CoBAAA%3B%3BAkBw8BA%2CmBACI%2CaAlPE%3BAAiPN%2CmBACI%2CaAjPE%3BAmB54BN%2CQAoCI%2CQnBu2BE%3BAmB34BN%2CQAoCI%2CQnBw2BE%3BAC96BN%2CyBAGI%2CQD06BE%3BAC76BN%2CyBAGI%2CQD26BE%3BAC15BN%2C2BACI%2CaDw5BE%3BACz5BN%2C2BACI%2CaDy5BE%3BACl4BN%2CgCACI%2CaDg4BE%3BACj4BN%2CgCACI%2CaDi4BE%3BAalxBN%2C2BACI%2CabgxBE%3BAajxBN%2C2BACI%2CabixBE%3BAajwBN%2C8BACI%2Cab%2BvBE%3BAahwBN%2C8BACI%2CabgwBE%3BAqBx%5C%2FBR%2CcAqLE%2CarBk0BM%3BAqBv%5C%2FBR%2CcAqLE%2CarBm0BM%3BAqBx%5C%2FBR%2CcAsLE%2CeAAe%2COrBi0BT%3BAqBv%5C%2FBR%2CcAsLE%2CeAAe%2COrBk0BT%3BA8BpmBN%2CgBAgBI%2CgBAGI%2CO9BglBF%3BA8BnmBN%2CgBAgBI%2CgBAGI%2CO9BilBF%3BAEt%5C%2FBN%2CwBACI%2COFsuCA%2CaAlPE%3BAEr%5C%2FBN%2CwBACI%2COFsuCA%2CaAjPE%3BAGt%5C%2FBN%2CcACI%2COHsuCA%2CaAlPE%3BAGr%5C%2FBN%2CcACI%2COHsuCA%2CaAjPE%3BAmB54BN%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnB2mCd%2CaAlPE%3BAmB34BN%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnB2mCd%2CaAjPE%3BAqBx%5C%2FBR%2CcrByuCM%2CaAlPE%3BAqBv%5C%2FBR%2CcrByuCM%2CaAjPE%3BAet7BN%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSfqqCd%2CaAlPE%3BAer7BN%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSfqqCd%2CaAjPE%3BAJvpBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CaAlPE%3BAJtpBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CaAjPE%3BAJtpBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CaAlPE%3BAJrpBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CaAjPE%3BElBxtBN%2CiBAAA%3BEAAA%2CgBAAA%3B%3BAqC3PA%2CqBAmBI%3BAAwCJ%2CoBAMI%3BAALJ%2CqBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEnB66BA%2CiBAAA%3B%3BAJt%5C%2FBJ%2CoBA0II%2CMIi5BA%3BElBxxBJ%2CmBAAA%3B%3BAoB9PY%2CwBAFR%2CqCACI%2CKACK%2CMFgkCT%3BAEhkCQ%2CwBAFR%2CqCACI%2CKACK%2CMFikCT%3BAEhkCQ%2CwBAHR%2CqCACI%2CKAEK%2CSF%2BjCT%3BAE%5C%2FjCQ%2CwBAHR%2CqCACI%2CKAEK%2CSFgkCT%3BAGjkCQ%2CcAFR%2C2BACI%2CKACK%2CMHgkCT%3BAGhkCQ%2CcAFR%2C2BACI%2CKACK%2CMHikCT%3BAGhkCQ%2CcAHR%2C2BACI%2CKAEK%2CSH%2BjCT%3BAG%5C%2FjCQ%2CcAHR%2C2BACI%2CKAEK%2CSHgkCT%3BARp6BQ%2CKAzBP%2CcAsBG%2CKAGK%2CMQm6BT%3BARn6BQ%2CKAzBP%2CcAsBG%2CKAGK%2CMQo6BT%3BARn6BQ%2CKA1BP%2CcAsBG%2CKAIK%2CSQk6BT%3BARl6BQ%2CKA1BP%2CcAsBG%2CKAIK%2CSQm6BT%3BARl6BQ%2CKA3BP%2CcAsBG%2CKAKK%2CKQi6BT%3BARj6BQ%2CKA3BP%2CcAsBG%2CKAKK%2CKQk6BT%3BAJ78BI%2CoBADJ%2CKACK%2CMI48BL%3BAJ58BI%2CoBADJ%2CKACK%2CMI68BL%3BAJ58BI%2CoBAFJ%2CKAEK%2CSI28BL%3BAJ38BI%2CoBAFJ%2CKAEK%2CSI48BL%3BElBn0BJ%2CWAAA%3BEAAA%2CiBAAA%3BEkBs0BQ%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAEtkCI%2CwBAFR%2CqCACI%2CKACK%2CMFgkCT%2CqBAQI%3BAExkCI%2CwBAFR%2CqCACI%2CKACK%2CMFikCT%2CqBAOI%3BAEvkCI%2CwBAHR%2CqCACI%2CKAEK%2CSF%2BjCT%2CqBAQI%3BAEvkCI%2CwBAHR%2CqCACI%2CKAEK%2CSFgkCT%2CqBAOI%3BAGxkCI%2CcAFR%2C2BACI%2CKACK%2CMHgkCT%2CqBAQI%3BAGxkCI%2CcAFR%2C2BACI%2CKACK%2CMHikCT%2CqBAOI%3BAGvkCI%2CcAHR%2C2BACI%2CKAEK%2CSH%2BjCT%2CqBAQI%3BAGvkCI%2CcAHR%2C2BACI%2CKAEK%2CSHgkCT%2CqBAOI%3BAR36BI%2CKAzBP%2CcAsBG%2CKAGK%2CMQm6BT%2CqBAQI%3BAR36BI%2CKAzBP%2CcAsBG%2CKAGK%2CMQo6BT%2CqBAOI%3BAR16BI%2CKA1BP%2CcAsBG%2CKAIK%2CSQk6BT%2CqBAQI%3BAR16BI%2CKA1BP%2CcAsBG%2CKAIK%2CSQm6BT%2CqBAOI%3BARz6BI%2CKA3BP%2CcAsBG%2CKAKK%2CKQi6BT%2CqBAQI%3BARz6BI%2CKA3BP%2CcAsBG%2CKAKK%2CKQk6BT%2CqBAOI%3BAJp9BA%2CoBADJ%2CKACK%2CMI48BL%2CqBAQI%3BAJp9BA%2CoBADJ%2CKACK%2CMI68BL%2CqBAOI%3BAJn9BA%2CoBAFJ%2CKAEK%2CSI28BL%2CqBAQI%3BAJn9BA%2CoBAFJ%2CKAEK%2CSI48BL%2CqBAOI%3BEACI%2CgBAAA%3B%3BAZlmCZ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYwkCZ%3BAZxmCJ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYykCZ%3BAZzmCJ%2CyBAkBI%2CyBAoBI%2COAAM%2COAWF%2CcYujCR%3BAZxmCJ%2CyBAkBI%2CyBAoBI%2COAAM%2COAWF%2CcYwjCR%3BARrlCJ%2CaQolCI%3BARplCJ%2CaQqlCI%3BAYz8BJ%2CaZw8BI%3BAYx8BJ%2CaZy8BI%3BAYx8BJ%2CaZu8BI%3BAYv8BJ%2CaZw8BI%3BElBl1BJ%2CiBAAA%3BEkBo1BQ%2CqBAAA%3B%3BAZ3mCR%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcY8kCZ%2CqBAAuB%3BAZ9mC3B%2CyBAkBI%2CyBAoBI%2COAAM%2COAWF%2CcY6jCR%2CqBAAuB%3BAR1lC3B%2CaQ0lCI%2CqBAAuB%3BAY98B3B%2CaZ88BI%2CqBAAuB%3BAY78B3B%2CaZ68BI%2CqBAAuB%3BElBv1B3B%2CiBAAA%3BEkBy1BQ%2CqBAAA%3B%3BAZhnCR%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcY8kCZ%2CqBAAuB%2CuBAIlB%3BAZlnCT%2CyBAkBI%2CyBAoBI%2COAAM%2COAWF%2CcY6jCR%2CqBAAuB%2CuBAIlB%3BAR9lCT%2CaQ0lCI%2CqBAAuB%2CuBAIlB%3BAYl9BT%2CaZ88BI%2CqBAAuB%2CuBAIlB%3BAYj9BT%2CaZ68BI%2CqBAAuB%2CuBAIlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAZnnCZ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcY8kCZ%2CqBAAuB%2CuBAQlB%3BAZtnCT%2CyBAkBI%2CyBAoBI%2COAAM%2COAWF%2CcY6jCR%2CqBAAuB%2CuBAQlB%3BARlmCT%2CaQ0lCI%2CqBAAuB%2CuBAQlB%3BAYt9BT%2CaZ88BI%2CqBAAuB%2CuBAQlB%3BAYr9BT%2CaZ68BI%2CqBAAuB%2CuBAQlB%3BEACG%2CSAAS%2CGAAT%3B%3BA8CnmCR%2CoBAUI%3BAATJ%2CoBASI%3BA5CrCR%2CwBA8BI%2CqCAgBI%3BAC9CR%2CcA8BI%2C2BAgBI%3BAXsHJ%2CKAAC%2CcAyJG%3BAIlSR%2CoBAmII%3BEI4%2BBA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BElB92BJ%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAsBzCG%2CoBAUI%2CgBtB%2BBP%3BAsBxCG%2CoBASI%2CgBtB%2BBP%3BAtBpED%2CwBA8BI%2CqCAgBI%2CgBsBsBP%3BArBpED%2CcA8BI%2C2BAgBI%2CgBqBsBP%3BAhCgGG%2CKAAC%2CcAyJG%2CgBgCzPP%3BA5BzCD%2CoBAmII%2CgB4B1FH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsB5UI%2CoBAUI%2CgB9CinCH%3BA8C1nCD%2CoBASI%2CgB9CinCH%3BAEtpCL%2CwBA8BI%2CqCAgBI%2CgBFwmCH%3BAGtpCL%2CcA8BI%2C2BAgBI%2CgBHwmCH%3BARl%5C%2FBD%2CKAAC%2CcAyJG%2CgBQy1BH%3BAJ3nCL%2CoBAmII%2CgBIw%5C%2FBC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAwB3hCR%2CuBAAC%3BAsBvFW%2CoBAFJ%2CgBAEK%2CStBuFZ%3BAsBvFW%2CoBAFJ%2CgBAEK%2CStBuFZ%3BAtB9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSsB8EZ%3BArB9EW%2CcAlBR%2C2BAgBI%2CgBAEK%2CSqB8EZ%3BAhCiMW%2CKA3JP%2CcAyJG%2CgBAEK%2CSgCjMZ%3BA5BkCO%2CoBAFJ%2CgBAEK%2CS4BlCR%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAuDhSA%2CiBAKI%2CsBAKI%3BApCoDR%2CyBACI%3BEnBiOJ%2CmBAAA%3B%3BAgD9HI%2COAAC%2CQ9BqhCD%2CQACK%3BA8BpyBT%2CgBAgBI%2CgBAOI%2CwB9B4wBJ%2CQACK%3BEACG%2CkBAAA%3B%3BA8BvhCR%2COAAC%2CQ9BqhCD%2CQAKK%3BA8BxyBT%2CgBAgBI%2CgBAOI%2CwB9B4wBJ%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BA8B%5C%2FhCR%2COAAC%2CQ9BqhCD%2CQAaK%3BA8BhzBT%2CgBAgBI%2CgBAOI%2CwB9B4wBJ%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAmBjqCZ%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQnBgqCP%3BAmB7jCL%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnB8iCP%3BAmB5jCL%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnB8iCP%3BAmB3jCL%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnB8iCP%3BAmBvhCL%2CMAwBI%2CaAGI%2CQnB4%5C%2FBH%3BElBl7BL%2C8BAAA%3BEkBo7BQ%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAmBnrCR%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQnByqCP%2CWACI%3BAmBvkCT%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnBujCP%2CWACI%3BAmBtkCT%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnBujCP%2CWACI%3BAmBrkCT%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnBujCP%2CWACI%3BAmBjiCT%2CMAwBI%2CaAGI%2CQnBqgCH%2CWACI%3BEACG%2CaAAA%3B%3BAE3tCZ%2CwBACI%2COFsuCA%2CaAGM%3BAG1uCV%2CcACI%2COHsuCA%2CaAGM%3BAmBhoCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnB2mCd%2CaAGM%3BAqB5uCZ%2CcrByuCM%2CaAGM%3BAe1qCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSfqqCd%2CaAGM%3BAJ34BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CaAGM%3BAJ14BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CaAGM%3BEACE%2CiBAAA%3B%3BAE3uCZ%2CwBACI%2COF8uCA%3BAG%5C%2FuCJ%2CcACI%2COH8uCA%3BAmBroCJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnBmnCd%3BAqBjvCN%2CcrBivCM%3BAe%5C%2FqCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSf6qCd%3BAJh5BJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI64Bd%3BAJ%5C%2F4BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI64Bd%3BEAKI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAErvCR%2CwBACI%2COF8uCA%2CWACM%3BAGhvCV%2CcACI%2COH8uCA%2CWACM%3BAmBtoCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnBmnCd%2CWACM%3BAqBlvCZ%2CcrBivCM%2CWACM%3BAehrCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSf6qCd%2CWACM%3BAJj5BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI64Bd%2CWACM%3BAJh5BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI64Bd%2CWACM%3BElBl9BV%2CiBAAA%3B%3BAoB9RA%2CwBACI%2COF8uCA%2CWAQM%3BAGvvCV%2CcACI%2COH8uCA%2CWAQM%3BAmB7oCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnBmnCd%2CWAQM%3BAqBzvCZ%2CcrBivCM%2CWAQM%3BAevrCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSf6qCd%2CWAQM%3BAJx5BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI64Bd%2CWAQM%3BAJv5BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI64Bd%2CWAQM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAkB7uCZ%2CeAUI%2CUAII%2COlB2uCH%3BAkBviCL%2CeAuHI%2CaAEI%2COlB86BH%3BAkBviCL%2CeAwHI%2CgBACI%2COlB86BH%3BAWpkCL%2CoBACI%2CoBAUI%2COXyjCH%3BAWpkCL%2CoBAEI%2CkCASI%2COXyjCH%3BAapmCW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMbomCZ%3BEACG%2CSAAS%2CIAAT%3B%3BAAsCR%2CuBAOI%2CQAAO%3BAa1yCP%2CSAAC%2CMAAM%2COb0yCP%2CQAAO%3BAa1rCP%2CSAAC%2CSb0rCD%2CQAAO%3BElBrhCX%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAxBsxCD%2CuBAOI%2CQAAO%2CIwB7xCV%3BAXbG%2CSAAC%2CMAAM%2COb0yCP%2CQAAO%2CIwB7xCV%3BAXmGG%2CSAAC%2CSb0rCD%2CQAAO%2CIwB7xCV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CpOU%2CO3CoOV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAX9VI%2CSAAC%2CMAAM%2COboyCP%2COAAO%2CMAAK%2CWACP%3BAarrCL%2CSAAC%2CSborCD%2COAAO%2CMAAK%2CWACP%3BElBhhCT%2CmBAAA%3B%3BA%2BBrRI%2CSAAC%2CMAAM%2COb0yCP%2CQAAO%2CIAEF%3BAa5rCL%2CSAAC%2CSb0rCD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA4WZ%2CmBAqBI%3BAVpvCJ%2CQAuEI%3BAEhfJ%2CaAaI%2COA8BI%2CUAAS%2CSACH%3BAA5Cd%2CaAaI%2COA8BI%2CUAAS%2CSAEH%2CUAAU%3BA0BsJxB%2CeA0CI%2CsBAYI%2CMAAK%2CYAED%3BAkBvRZ%2CsBAgFI%2CUAAS%2CSAKJ%2CUAAU%3BAzB6GnB%2CoBA2BI%2CaACI%2CoBAKI%2CQAAO%3BAUpOrB%2CcAyJE%2COAGE%2CkBACE%2CcACE%2CUAKI%2CUAAU%3BAAnKtB%2CcAyPE%3BAAcF%2CyBACE%3BAADF%2CyBAEE%3BAxB%2BDA%3BALlLA%2CYQoiDI%3BA4CxqDJ%2CkBAYI%2Cc5C4pDA%3BEAtXJ%2CaAAA%3B%3BAexyCA%3BAnBsRA%3BEdlBA%2CsBAAA%3BEkBgkCI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAe5yCJ%2C4Bf6zCI%2CWACI%2CoBACI%3BAe9zCZ%2CyBf4zCI%2CWACI%2CoBACI%3BAetzCZ%2C0BfozCI%2CWACI%2CoBACI%3BAJlkCZ%2CQIgkCI%2CWACI%2CoBACI%3BAJjkCZ%2CuBI%2BjCI%2CWACI%2CoBACI%3BAJhkCZ%2CiBI8jCI%2CWACI%2CoBACI%3BAJ%5C%2FjCZ%2C0BI6jCI%2CWACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAeh0ChB%2C4Bf6zCI%2CWACI%2CoBAKI%3BAel0CZ%2CyBf4zCI%2CWACI%2CoBAKI%3BAe1zCZ%2C0BfozCI%2CWACI%2CoBAKI%3BAJtkCZ%2CQIgkCI%2CWACI%2CoBAKI%3BAJrkCZ%2CuBI%2BjCI%2CWACI%2CoBAKI%3BAJpkCZ%2CiBI8jCI%2CWACI%2CoBAKI%3BAJnkCZ%2C0BI6jCI%2CWACI%2CoBAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAer0ChB%2C4Bf6zCI%2CWACI%2CoBAKI%2CYAII%3BAet0ChB%2CyBf4zCI%2CWACI%2CoBAKI%2CYAII%3BAe9zChB%2C0BfozCI%2CWACI%2CoBAKI%2CYAII%3BAJ1kChB%2CQIgkCI%2CWACI%2CoBAKI%2CYAII%3BAJzkChB%2CuBI%2BjCI%2CWACI%2CoBAKI%2CYAII%3BAJxkChB%2CiBI8jCI%2CWACI%2CoBAKI%2CYAII%3BAJvkChB%2C0BI6jCI%2CWACI%2CoBAKI%2CYAII%3BEACI%2CaAAA%3B%3BAmB5uCpB%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAALrB%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAAJrB%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAlB7DrB%2C2BAKI%2CMAAK%3BAYoJT%2C8BAKI%2CMAAK%3BAjB8GT%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BEXlIrB%2CYAAA%3B%3BAegsCA%2CkBfhoCE%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAe%2BnCN%2CkBfhoCE%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAkCzJN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCiJnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAkCxJN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCiJnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAkCxJN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCiJnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAkCvJN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCiJnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAkCvJN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCiJnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAkCtJN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCiJnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgBhNN%2C2BAKI%2CMAAK%2CMhByMP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgB%5C%2FMN%2C2BAKI%2CMAAK%2CMhByMP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BA4BvDN%2C8BAKI%2CMAAK%2CM5BgDP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BA4BtDN%2C8BAKI%2CMAAK%2CM5BgDP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAW4DN%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXlEnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAW6DN%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXlEnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BEHdN%2CmBAAA%3B%3BAkB4oCA%2CkBf9rCE%2CQAGI%2CKACI%3BAe0rCV%2CkBf7rCE%2CQAEI%2CKACI%3BAe0rCV%2CkBf5rCE%2CQACI%2CKACI%3BAe0rCV%2CkBf9rCE%2CQAGI%2CKAEI%3BAeyrCV%2CkBf7rCE%2CQAEI%2CKAEI%3BAeyrCV%2CkBf5rCE%2CQACI%2CKAEI%3BAkC9FV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCmFnB%2CQAGI%2CKACI%3BAkC7FV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCoFnB%2CQAEI%2CKACI%3BAkC7FV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCqFnB%2CQACI%2CKACI%3BAkC7FV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCmFnB%2CQAGI%2CKAEI%3BAkC9FV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCoFnB%2CQAEI%2CKAEI%3BAkC9FV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCqFnB%2CQACI%2CKAEI%3BAkC7FV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCmFnB%2CQAGI%2CKACI%3BAkC5FV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCoFnB%2CQAEI%2CKACI%3BAkC5FV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCqFnB%2CQACI%2CKACI%3BAkC5FV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCmFnB%2CQAGI%2CKAEI%3BAkC7FV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCoFnB%2CQAEI%2CKAEI%3BAkC7FV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCqFnB%2CQACI%2CKAEI%3BAkC5FV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCmFnB%2CQAGI%2CKACI%3BAkC3FV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCoFnB%2CQAEI%2CKACI%3BAkC3FV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCqFnB%2CQACI%2CKACI%3BAkC3FV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCmFnB%2CQAGI%2CKAEI%3BAkC5FV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCoFnB%2CQAEI%2CKAEI%3BAkC5FV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCqFnB%2CQACI%2CKAEI%3BAgBrJV%2C2BAKI%2CMAAK%2CMhB2IP%2CQAGI%2CKACI%3BAgBpJV%2C2BAKI%2CMAAK%2CMhB4IP%2CQAEI%2CKACI%3BAgBpJV%2C2BAKI%2CMAAK%2CMhB6IP%2CQACI%2CKACI%3BAgBpJV%2C2BAKI%2CMAAK%2CMhB2IP%2CQAGI%2CKAEI%3BAgBrJV%2C2BAKI%2CMAAK%2CMhB4IP%2CQAEI%2CKAEI%3BAgBrJV%2C2BAKI%2CMAAK%2CMhB6IP%2CQACI%2CKAEI%3BA4BIV%2C8BAKI%2CMAAK%2CM5BdP%2CQAGI%2CKACI%3BA4BKV%2C8BAKI%2CMAAK%2CM5BbP%2CQAEI%2CKACI%3BA4BKV%2C8BAKI%2CMAAK%2CM5BZP%2CQACI%2CKACI%3BA4BKV%2C8BAKI%2CMAAK%2CM5BdP%2CQAGI%2CKAEI%3BA4BIV%2C8BAKI%2CMAAK%2CM5BbP%2CQAEI%2CKAEI%3BA4BIV%2C8BAKI%2CMAAK%2CM5BZP%2CQACI%2CKAEI%3BAWuHV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXhInB%2CQAGI%2CKACI%3BAWwHV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX%5C%2FHnB%2CQAEI%2CKACI%3BAWwHV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX9HnB%2CQACI%2CKACI%3BAWwHV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXhInB%2CQAGI%2CKAEI%3BAWuHV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX%5C%2FHnB%2CQAEI%2CKAEI%3BAWuHV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX9HnB%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAewrCZ%2CkBfnrCE%2CQACI%2CKACI%3BAeirCV%2CkBfnrCE%2CQACI%2CKAEI%3BAkCvGV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC8FnB%2CQACI%2CKACI%3BAkCtGV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC8FnB%2CQACI%2CKAEI%3BAkCtGV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC8FnB%2CQACI%2CKACI%3BAkCrGV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC8FnB%2CQACI%2CKAEI%3BAkCrGV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC8FnB%2CQACI%2CKACI%3BAkCpGV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC8FnB%2CQACI%2CKAEI%3BAgB9JV%2C2BAKI%2CMAAK%2CMhBsJP%2CQACI%2CKACI%3BAgB7JV%2C2BAKI%2CMAAK%2CMhBsJP%2CQACI%2CKAEI%3BA4BLV%2C8BAKI%2CMAAK%2CM5BHP%2CQACI%2CKACI%3BA4BJV%2C8BAKI%2CMAAK%2CM5BHP%2CQACI%2CKAEI%3BAW8GV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXrHnB%2CQACI%2CKACI%3BAW%2BGV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXrHnB%2CQACI%2CKAEI%3BEHoCV%2C6BAAA%3B%3BAQsmBA%2CcAgBI%3BA2B1zBJ%2CeAKI%3BEnC%2BLJ%2CcAAA%3BEAAA%2CiBAAA%3BEkB8sCI%2CmBAAA%3B%3BAVxmBJ%2CcAgBI%2CSU0lBC%3BAiBp5CL%2CeAKI%2CSjB%2B4CC%3BEACG%2CSAAS%2CGAAT%3B%3BAV3mBR%2CcAgBI%2CSU8lBC%3BAiBx5CL%2CeAKI%2CSjBm5CC%3BEACG%2CSAAS%2CGAAT%3B%3BAV%5C%2FmBR%2CcACI%3BAMlkBJ%2CcACI%3BACbJ%2COAGI%3BAoBhOJ%2CeACI%3BEjBm6CA%2CgBAAA%3B%3BAV1nBJ%2CcACI%2CaU2nBA%3BAJ7rCJ%2CcACI%2CaI4rCA%3BAHzsCJ%2COAGI%2CaGssCA%3BAiBt6CJ%2CeACI%2CajBq6CA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BA2B%5C%2F6CR%3BAnC%5C%2FDA%2CeACI%3BEQw%5C%2FCA%2CmBAAA%3B%3BA2B17CJ%2CkB3B47CI%2CSAAQ%2CKACJ%3BA2B77CR%2CkB3B47CI%2CSAAQ%2CKAEJ%3BAR7%5C%2FCR%2CeACI%2CWQ0%5C%2FCA%2CSAAQ%2CKACJ%3BAR5%5C%2FCR%2CeACI%2CWQ0%5C%2FCA%2CSAAQ%2CKAEJ%3BEACI%2CaAAA%3B%3BAT53CA%2CKAvCP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmCK%2CKSq6CT%3BACz%5C%2FCJ%2CuBACI%2COAAM%2CKDw%5C%2FCN%3BEACI%2CkBAAA%3B%3BAAFR%2CeAMI%3BA%2BC36CJ%2CMAAM%2CKAEF%3BAADJ%2CUACI%3BA9C%5C%2FEJ%2CyBAOI%2CyBAOI%3BAVgEI%2CKAvCP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmCK%2CKS06CT%3BAC9%5C%2FCJ%2CuBACI%2COAAM%2CKD6%5C%2FCN%3BElBlyCJ%2CkBAAA%3BEkB%2ByCI%2COAAO%2CwBAAP%3B%3BA6CvkDI%2CMADJ%2CSACK%3BE7CklDL%2CkBAAA%3B%3BA6CllDI%2CMADJ%2CSACK%2Cc7ColDL%3BElB5zCJ%2CkBAAA%3BEkB8zCQ%2COAAO%2C8BAAP%3B%3BAMxlDR%2CqBACI%2CaACI%2CeACI%3BAiCIR%2CsBAAC%2CcAgBG%3BEzDmQR%2CYAAA%3BEAAA%2CSAAA%3BEkB00CA%2CUAAA%3B%3BAMpmDA%2CqBACI%2CaACI%2CeACI%2CuBNmmDX%3BAMtmDD%2CqBACI%2CaACI%2CeACI%2CuBNomDX%3BAuChmDG%2CsBAAC%2CcAgBG%2CuBvC%2BkDP%3BAuC%5C%2FlDG%2CsBAAC%2CcAgBG%2CuBvCglDP%3BElB%5C%2FxCD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CWAAA%3BEkBq1CI%2CUAAA%3BEACA%2CMAAA%3B%3BAMhnDJ%2CqBACI%2CaACI%2CeACI%2CuBNgnDX%3BAuC5mDG%2CsBAAC%2CcAgBG%2CuBvC4lDP%3BElBz1CD%2C4BAAA%3B%3BAwB1RA%2CqBACI%2CaACI%2CeACI%2CuBNonDX%3BAuChnDG%2CsBAAC%2CcAgBG%2CuBvCgmDP%3BElB71CD%2C4BAAA%3BEkB%2B1CI%2CQAAA%3B%3BAPjmDJ%2CYAOI%3BAelBJ%2C%2BBAGI%3BAoCJJ%2CkBAMM%3BAjDYN%2C0BAQI%3BEboPJ%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAU1IA%3BAoDpIA%2CkBAYI%3BE5CwoDA%2C0BAAA%3BEACA%2CiBAAA%3B%3BARjhDJ%2CYQmhDI%2CMAEI%3BARrhDR%2CYQohDI%2CMACI%3BA4CzpDR%2CkBAYI%2Cc5C2oDA%2CMAEI%3BA4CzpDR%2CkBAYI%2Cc5C4oDA%2CMACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BARxhDZ%2CYQmhDI%2CMAQI%3BAR3hDR%2CYQohDI%2CMAOI%3BA4C%5C%2FpDR%2CkBAYI%2Cc5C2oDA%2CMAQI%3BA4C%5C%2FpDR%2CkBAYI%2Cc5C4oDA%2CMAOI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BARhiDZ%2CYQwiDI%2COACI%3BARziDR%2CYQwiDI%2COAEI%3BA4C9qDR%2CkBAYI%2Cc5CgqDA%2COACI%3BA4C7qDR%2CkBAYI%2Cc5CgqDA%2COAEI%3BEACI%2CeAAA%3B%3BAR3iDZ%2CYQwiDI%2COAMI%3BA4ClrDR%2CkBAYI%2Cc5CgqDA%2COAMI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BARjjDZ%2CYQwiDI%2COAYI%3BA4CxrDR%2CkBAYI%2Cc5CgqDA%2COAYI%3BElB16CR%2CiBAAA%3BEkB46CY%2C0BAAA%3BEACA%2CmBAAA%3B%3BARvjDZ%2CYQwiDI%2COAkBI%3BA4C9rDR%2CkBAYI%2Cc5CgqDA%2COAkBI%3BElBh7CR%2CiBAAA%3BEkBk7CY%2C0BAAA%3B%3BAR5jDZ%2CYQgkDI%3BA4CpsDJ%2CkBAYI%2Cc5CwrDA%3BEACI%2CmBAAA%3B%3BARjkDR%2CYQokDI%2CMAAM%2CGAAE%2CWAAY%3BA4CxsDxB%2CkBAYI%2Cc5C4rDA%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BARrkDR%2CYQwkDI%2CYACK%2CQACG%3BAR1kDZ%2CYQwkDI%2CYACK%2CQAEG%3BA4C%5C%2FsDZ%2CkBAYI%2Cc5CgsDA%2CYACK%2CQACG%3BA4C9sDZ%2CkBAYI%2Cc5CgsDA%2CYACK%2CQAEG%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAR9kDhB%2CYQwkDI%2CYACK%2CQAQG%2CQAAQ%3BA4CrtDpB%2CkBAYI%2Cc5CgsDA%2CYACK%2CQAQG%2CQAAQ%3BEACJ%2CmBAAA%3BEACA%2CkBAAA%3BElBz8ChB%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAxB%2BpDQ%2CmBADJ%2CYACK%2CQAQG%2CQAAQ%2COwBn9ClB%3BAhC9HF%2CYQwkDI%2CYACK%2CQAQG%2CQAAQ%2COwBn9ClB%3BAoBlQF%2CkBAYI%2Cc5CgsDA%2CYACK%2CQAQG%2CQAAQ%2COwBn9ClB%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CmBxBwpDI%2CYACK%2CQAQG%2CQAAQ%2COwBjqDnB%3BAhCgFD%2CYQwkDI%2CYACK%2CQAQG%2CQAAQ%2COwBjqDnB%3BAoBpDD%2CkBAYI%2Cc5CgsDA%2CYACK%2CQAQG%2CQAAQ%2COwBjqDnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAhCnNA%2CYQwkDI%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BA4ChuDjB%2CkBAYI%2Cc5CgsDA%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAR%5C%2FlDpB%2CYQwkDI%2CYACK%2CQA0BI%2CSACG%3BARpmDhB%2CYQwkDI%2CYACK%2CQA0BI%2CSAEG%3BA4CzuDhB%2CkBAYI%2Cc5CgsDA%2CYACK%2CQA0BI%2CSACG%3BA4CxuDhB%2CkBAYI%2Cc5CgsDA%2CYACK%2CQA0BI%2CSAEG%3BEACI%2CgBAAA%3B%3BAwB5nDpB%2CmBxB8lDI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COwB%5C%2FnDvB%3BAhCsBD%2CYQwkDI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COwB%5C%2FnDvB%3BAoB9GD%2CkBAYI%2Cc5CgsDA%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COwB%5C%2FnDvB%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAU1IA%2CYQwkDI%2CYA0CK%3BA4CtvDT%2CkBAYI%2Cc5CgsDA%2CYA0CK%3BEACG%2C6BAAA%3BEACA%2CaAAA%3B%3BARpnDZ%2CYQwkDI%2CYA0CK%2CQAII%3BA4C1vDb%2CkBAYI%2Cc5CgsDA%2CYA0CK%2CQAII%3BEACG%2CkBAAA%3B%3BARvnDhB%2CYQ4nDI%3BA4ChwDJ%2CkBAYI%2Cc5CovDA%3BEACI%2CgBAAA%3B%3BAE1rDR%2CiCF2tDI%2COAGM%2CSACE%3BAGjvDZ%2CuBH6uDI%2COAGM%2CSACE%3BARl9CZ%2CcQ88CI%2COAGM%2CSACE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAEjuDhB%2CiCFsuDI%3BAGxvDJ%2CuBHwvDI%3BARz9CJ%2CcQy9CI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAEzuDR%2CiCFsuDI%2CiBAKI%2CQACK%3BAE5uDb%2CiCFsuDI%2CiBAKI%2CQAEK%3BAG%5C%2FvDb%2CuBHwvDI%2CiBAKI%2CQACK%3BAG9vDb%2CuBHwvDI%2CiBAKI%2CQAEK%3BARh%2BCb%2CcQy9CI%2CiBAKI%2CQACK%3BAR%5C%2F9Cb%2CcQy9CI%2CiBAKI%2CQAEK%3BEAEG%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAEnvDhB%2CiCFsuDI%2CiBAiBI%3BAGzwDR%2CuBHwvDI%2CiBAiBI%3BAR1%2BCR%2CcQy9CI%2CiBAiBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAE1vDZ%2CiCF8vDI%2CQAAO%3BAGhxDX%2CuBHgxDI%2CQAAO%3BARj%5C%2FCX%2CcQi%5C%2FCI%2CQAAO%3BEAEH%2CgBAAA%3B%3BAEhwDR%2CiCFmwDI%3BAGrxDJ%2CuBHqxDI%3BARt%5C%2FCJ%2CcQs%5C%2FCI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAErwDR%2CiCFmwDI%2CUAIM%2CSACI%3BAG1xDd%2CuBHqxDI%2CUAIM%2CSACI%3BAR3%5C%2FCd%2CcQs%5C%2FCI%2CUAIM%2CSACI%3BEACE%2CaAAA%3B%3BAEzwDhB%2CiCF8wDI%3BAGhyDJ%2CuBHgyDI%3BARjgDJ%2CcQigDI%3BEACI%2CmBAAA%3B%3BAnBh2DR%3BEACI%2CamElBK%2CYnEkBL%3BEACA%2CSAAS%2CoCAAsB%2COAAO%2CcAClC%2CmCAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BA8DVJ%3BE7DgZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEmEnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BANnCJ%2CQAGI%2CQAAO%3BE7DyRX%2CoBAAA%3BEA0IA%2CwBAAA%3BEACQ%2CgBAAA%3BEAfR%2CoBAAA%3BEACQ%2CYAAA%3BEAmCR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE6DrbD%2CWAAA%3B%3BAATR%2CQAYI%3BE7D4YJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA6D9bT%2CQAmBI%3BE7DqYJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAoElcT%3BEACI%2CmBAAA%3B%3BAAGJ%2CKjEyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoEnBA%2CMACI%3BEpEuRJ%2CmBAAA%3B%3BAoEpRY%2CMAHR%2CMAEM%2CKACG%2CYACG%3BAADJ%2CMAHR%2CMAEM%2CKACG%2CYAEG%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3B%3BAARpB%2CMACI%2CMAYI%3BAAbR%2CMACI%2CMAaI%3BEACI%2CSAAA%3B%3BAAfZ%2CMACI%2CMAiBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC3BZ%2CQAAQ%3BErE%2BRR%2CgBAAA%3BEAAA%2C4BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsEtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BEtE2OA%2CcAAA%3B%3BAsExOI%2CQDvDI%2CKCoDR%2CEAGK%3BEtEwOL%2CcAAA%3B%3BAsEpOI%2CQD3DI%2CKCoDR%2CEAOK%3BEtEoOL%2CcAAA%3B%3BAqE%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE5BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9PW%2CO3C8PX%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BErE2RR%2CgBAAA%3BEAAA%2C4BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsEtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BEtE2OA%2CcAAA%3B%3BAsExOI%2CQDnDI%2CMCgDR%2CEAGK%3BEtEwOL%2CcAAA%3B%3BAsEpOI%2CQDvDI%2CMCgDR%2CEAOK%3BEtEoOL%2CcAAA%3B%3BAqE3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE5BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCjRS%2CODiRT%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BErEuRR%2CgBAAA%3BEAAA%2C4BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsEtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BEtE2OA%2CcAAA%3B%3BAsExOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BEtEwOL%2CcAAA%3B%3BAsEpOI%2CQDnDI%2CQC4CR%2CEAOK%3BEtEoOL%2CcAAA%3B%3BAqEvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BE5BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9PW%2CO3C8PX%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BErEmRR%2CgBAAA%3BEAAA%2C4BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsEtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BEtE2OA%2CcAAA%3B%3BAsExOI%2CQD3CI%2COCwCR%2CEAGK%3BEtEwOL%2CcAAA%3B%3BAsEpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BEtEoOL%2CcAAA%3B%3BAqEnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BE5BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9PW%2CO3C8PX%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BErE%2BQR%2CgBAAA%3BEAAA%2C4BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsEtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BEtE2OA%2CcAAA%3B%3BAsExOI%2CQDvCI%2CQCoCR%2CEAGK%3BEtEwOL%2CcAAA%3B%3BAsEpOI%2CQD3CI%2CQCoCR%2CEAOK%3BEtEoOL%2CcAAA%3B%3BAqE%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BE5BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSClRW%2CODkRX%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BACrQJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BEvEkRA%2CmBAAA%3B%3BAuE9QA%3BEvE8QA%2CqBAAA%3BE0C9QA%2CqBAAA%3BE6BQI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA7BRJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CvPQ%2CO3CuPR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BE1C2PL%2CWAAA%3B%3BAuE9QA%2CW7BkQE%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwE1BA%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BEzEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEyEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEzE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEyExFA%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%3BEzEqOL%2CiBAAA%3BEyEnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BEzEgOL%2CiBAAA%3BEyE9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BEzEgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAyE1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BEzE0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAyEhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BEzEgNF%2CYAAA%3B%3BAyE5MA%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%3BE1E%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BE2E7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BE3EuQD%2C4B4E3RgC%2C2C5E2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE2EhQI%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%3BAT5BJ%3BEjEwRA%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEK0KA%2CuBAAA%3B%3BA4DlcA%2CS5DocE%3BEACE%2CsBAAA%3B%3BA4DrcJ%2CS5DwcE%3BELhLF%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEKoLI%2CsBAAA%3BEACA%2CWAAA%3BELrLJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAKgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BA4D1dJ%2CSAAC%3BEACG%2CgBAAA%3B%3BAAJR%2CSAOM%3BAAPN%2CSAQM%2CUAAU%3BEjEgRhB%2CgBAAA%3B%3BAiExRA%2CSAOM%2CS5DqwBJ%3BA4D5wBF%2CSAQM%2CUAAU%2CS5DowBd%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAAtOJ%2CS4DniBM%2CS5DmiBL%3BAAAD%2CS4DliBM%2CUAAU%2CS5DkiBf%3BEACG%2CgBAAA%3B%3BA4D3iBJ%2CSAOM%2CS5D6iBJ%3BA4DpjBF%2CSAQM%2CUAAU%2CS5D4iBd%3BEL5RF%2CgBAAA%3B%3BAKqSI%2CS4DtjBE%2CS5D6iBJ%2CSASM%3BAAAJ%2CS4DrjBE%2CUAAU%2CS5D4iBd%2CSASM%3BEACA%2CaAAA%3B%3BA4D9jBR%2CSAOM%2CS5D2jBN%2CQACI%3BA4DnkBJ%2CSAQM%2CUAAU%2CS5D0jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BALhiBR%2CSiE7BM%2CS5DikBN%2CQAAO%2CMLpiBN%3BAAAD%2CSiE5BM%2CUAAU%2CS5DgkBhB%2CQAAO%2CMLpiBN%3BAACD%2CSiE9BM%2CS5DikBN%2CQAAO%2CMLniBN%3BAAAD%2CSiE7BM%2CUAAU%2CS5DgkBhB%2CQAAO%2CMLniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSiEnCM%2CS5DikBN%2CQAAO%2CML9hBN%3BAAAD%2CSiElCM%2CUAAU%2CS5DgkBhB%2CQAAO%2CML9hBN%3BEACG%2CWAAA%3B%3BAiE3CJ%2CSAOM%2CS5DikBN%2CQAAO%2CMAEH%3BA4D1kBJ%2CSAQM%2CUAAU%2CS5DgkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CS4DxkBE%2CS5DikBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CS4DvkBE%2CUAAU%2CS5DgkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS4D5kBE%2CS5DikBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CS4D3kBE%2CUAAU%2CS5DgkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CS4DhlBE%2CS5DikBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CS4D%5C%2FkBE%2CUAAU%2CS5DgkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS4DplBE%2CS5DikBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CS4DnlBE%2CUAAU%2CS5DgkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BA4D5lBR%2CSAOM%2CS5DylBN%3BA4DhmBA%2CSAQM%2CUAAU%2CS5DwlBhB%3BELpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEKyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BA4DpmBJ%2CSAOM%2CS5DylBN%2COAMI%3BA4DtmBJ%2CSAQM%2CUAAU%2CS5DwlBhB%2COAMI%3BA4DtmBJ%2CSAOM%2CS5DylBN%2COAOI%3BA4DvmBJ%2CSAQM%2CUAAU%2CS5DwlBhB%2COAOI%3BA4DvmBJ%2CSAOM%2CS5DylBN%2COAQI%3BA4DxmBJ%2CSAQM%2CUAAU%2CS5DwlBhB%2COAQI%3BELhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEKwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA4D7mBR%2CSAOM%2CS5DylBN%2COAgBI%3BA4DhnBJ%2CSAQM%2CUAAU%2CS5DwlBhB%2COAgBI%3BA4DhnBJ%2CSAOM%2CS5DylBN%2COAiBI%3BA4DjnBJ%2CSAQM%2CUAAU%2CS5DwlBhB%2COAiBI%3BELzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEK0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CS4DvXM%2CS5DylBN%2COAgBI%2CWAlPH%3BAAAD%2CS4DtXM%2CUAAU%2CS5DwlBhB%2COAgBI%2CWAlPH%3BAAAD%2CS4DvXM%2CS5DylBN%2COAiBI%2CUAnPH%3BAAAD%2CS4DtXM%2CUAAU%2CS5DwlBhB%2COAiBI%2CUAnPH%3BELtGD%2CYAAA%3B%3BAKqHA%2CS4DtYM%2CS5DylBN%2COAgBI%2CWAnOH%3BAAAD%2CS4DrYM%2CUAAU%2CS5DwlBhB%2COAgBI%2CWAnOH%3BAAAD%2CS4DtYM%2CS5DylBN%2COAiBI%2CUApOH%3BAAAD%2CS4DrYM%2CUAAU%2CS5DwlBhB%2COAiBI%2CUApOH%3BELrHD%2CcAAA%3B%3BAK0HA%2CS4D3YM%2CS5DylBN%2COAgBI%2CWA9NH%3BAAAD%2CS4D1YM%2CUAAU%2CS5DwlBhB%2COAgBI%2CWA9NH%3BAAAD%2CS4D3YM%2CS5DylBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CS4D1YM%2CUAAU%2CS5DwlBhB%2COAiBI%2CUA%5C%2FNH%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CS4DhZM%2CS5DylBN%2COAgBI%2CWAzNH%3BAAAD%2CS4D%5C%2FYM%2CUAAU%2CS5DwlBhB%2COAgBI%2CWAzNH%3BAAAD%2CS4DhZM%2CS5DylBN%2COAiBI%2CUA1NH%3BAAAD%2CS4D%5C%2FYM%2CUAAU%2CS5DwlBhB%2COAiBI%2CUA1NH%3BEL%5C%2FHD%2CcAAA%3B%3BAiExRA%2CSAOM%2CS5DylBN%2COA0BI%3BA4D1nBJ%2CSAQM%2CUAAU%2CS5DwlBhB%2COA0BI%3BEACI%2CWAAA%3BELnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAiE1bT%2CSAOM%2CS5DynBN%3BA4DhoBA%2CSAQM%2CUAAU%2CS5DwnBhB%3BELxWA%2CgBAAA%3B%3BAKugBI%2CS4DxxBE%2CS5DsxBL%2CSAAY%2CSAER%3BAAAD%2CS4DvxBE%2CUAAU%2CS5DqxBf%2CSAAY%2CSAER%3BAAAD%2CS4DxxBE%2CS5DuxBL%2CUAAa%2CSACT%3BAAAD%2CS4DvxBE%2CUAAU%2CS5DsxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BELxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAiExRA%2CSAOM%2CS5D6zBN%3BA4Dp0BA%2CSAQM%2CUAAU%2CS5D4zBhB%3BEL5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CSuBTM%2CS5D6zBN%2CMqCpzBC%3BAAAD%2CSuBRM%2CUAAU%2CS5D4zBhB%2CMqCpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuBvVQ%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BEjECd%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiEHQ%2CSATF%2CSASG%2COACG%3BAADJ%2CSARF%2CUAAU%2CSAQP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CSAiBE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAjBzB%2CUAAU%2CSAgBR%3BEAEQ%2CmBAAA%3B%3BAA1BhB%2CSAOM%2CSAuBE%2COAAM%3BAA9Bd%2CSAQM%2CUAAU%2CSAsBR%2COAAM%3BEACF%2CmBAAA%3B%3BAAEA%2CSA1BN%2CSAuBE%2COAAM%2COAGD%3BAAAD%2CSAzBN%2CUAAU%2CSAsBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAMhB%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACM%3BEACE%2CiBAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKACG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAA0BZ%3BEjE2KF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEiEhMA%2CgBAAA%3BEACA%2CqBAAoC%2C6CAApC%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3B%3BAAEA%2CMAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAQR%3BAACA%2CGAAG%2CWAAW%3BEACV%2CeAAA%3B%3BAAGJ%3BEjEkLA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAiE5KA%2CMAAO%3BEQ9FP%2CkBAAA%3B%3BAR8FA%2CMAAO%2CSQ5FP%3BEzEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEyEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEzE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEyEvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMRkEG%2CSQ5FP%2CiBA0BK%3BAACD%2CMRiEG%2CSQ5FP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMRyDG%2CSQ5FP%2CiBAmCK%3BEzEqOL%2CiBAAA%3BEyEnOQ%2CyBAAA%3B%3BAAGJ%2CMRoDG%2CSQ5FP%2CiBAwCK%3BEzEgOL%2CiBAAA%3BEyE9NQ%2CyBAAA%3B%3BAA0GR%2CMRxDO%2CSQ5FP%2CiBAoJC%3BAACD%2CMRzDO%2CSQ5FP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMR7DO%2CSQ5FP%2CiBAyJC%3BEzE%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAyEzGA%2CMRnEO%2CSQ5FP%2CiBA%2BJC%3BEzEyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAyEhNA%2CMRoCO%2CSQpCL%3BEzEgNF%2CYAAA%3B%3BAyE5MA%2CMRgCO%2CSQhCL%2CgBAA2B%2CMAAS%3BAACtC%2CMR%2BBO%2CSQ%5C%2FBL%2CgBAA2B%2CMAAS%3BAACtC%2CMR8BO%2CSQ9BN%2CMAAO%3BEACJ%2CcAAA%3B%3BAR6BJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BE7DqGN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CcAAA%3BE0C9QA%2CqBAAA%3BEuB0HQ%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BA7DqGR%2CgB6DjHM%2CyB7DiHL%3BAACD%2CgB6DlHM%2CyB7DkHL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB6DvHM%2CyB7DuHL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB6D5HM%2CyB7D4HL%3BAACD%2CgB6D7HM%2CyB7D6HL%3BAACD%2CQAAQ%2CUAAW%2CiB6D9Hb%3BE7D%2BHF%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAiE%5C%2FJA%2CgBACM%2CyBvBkJJ%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CgBuB0GM%2CyBvB1GL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9OY%2CO3C8OZ%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuBzNQ%2CgBAdF%2CyBAcG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAgBZ%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%3BAlE5KhB%3BEACI%2Ca6CAW%2CY7CAX%3BEACA%2CSAAS%2C6BAAsB%2COAAO%2CcAClC%2C4BAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA8EZJ%3BAACA%2CCAAC%2COAAO%3BE7E6RR%2CkBAAA%3B%3BA6ExRI%2CMAAC%2CIAAI%3BE7EwRT%2C8EAAA%3B%3BA6ErRQ%2CMAHH%2CIAAI%2CUAGA%3BE7EqRT%2C%2BFAAA%3B%3BA6E5QY%2CIAFP%2CIAAI%2CYACD%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%2CCAAC%2COAAO%3BE7EqQR%2CqBAAA%3BEIxHA%2CqBAAA%3B%3BAAEA%2CCyE%5C%2FIC%2COAAO%2CQzE%2BIP%3BAACD%2CCyEhJC%2COAAO%2CQzEgJP%3BAACD%2CCyEjJC%2COAAO%2CQzEiJP%3BEACG%2CqBAAA%3B%3BAyE9IJ%2COAAO%3BEzEgBP%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CQCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2COyErDO%2CQzEqDN%3BAACD%2COyEtDO%2CQzEsDN%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2COyElEO%2CQzEkEN%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2COyE9EO%2CQzE8EN%3BAACD%2COyE%5C%2FEO%2CQzE%2BEN%3BAACD%2CQAAQ%2CUAAW%2CQyEhFZ%3BE7EiQP%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA0ElHJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAD7JJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BADhKR%2CQAAQ%2CKAAK%2CMCoKX%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA%5C%2FE7HJ%2CQ8E5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ%5C%2FExHN%3BAACD%2CQ8E7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ%5C%2FEvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQ8ElDQ%2CKAAK%2CMCoKX%2CQAAK%2CQ%5C%2FElHN%3BEACG%2CWAAA%3B%3BA%2BEwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMC4NP%2CQAAK%3BE%5C%2FEoEX%2CSAAA%3B%3BA8EhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BE%5C%2FE0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQ%2BE%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUhFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQ%2BEpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUhFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQ%2BEzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUhF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA%2BEzBI%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%3BE%5C%2FEsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA8EhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BE%5C%2FEcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3BA8EhSA%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%3BEACI%2CkBAAA%3BEpCuDZ%2CqBAAA%3B%3BAAMA%2CQoCtEQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CEpC8DP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoClVY%2CQAvBJ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CEAeK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CQA%5C%2FBJ%2CKAAK%2CMAOT%2CMAAK%2CMAuBA%2COAAQ%2CEACJ%3BEACG%2CSnCiCV%2COmCjCU%3B%3BAAMR%2CQAtCA%2CKAAK%2CMAqCT%2COAAO%2CEACF%3BEACG%2CgBAAA%3B%3BAAvCZ%2CQAAQ%2CKAAK%2CMA2CT%3BEACI%2CSAAA%3B%3BAE5CR%2CMC8VE%3BEjF1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgF3BA%2CMCmHA%3BEjF%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEiFgEA%2CmBAAA%3BEjFpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAgFhSA%2CMC6HA%3BEjFmKA%2CiBAAA%3BEAAA%2CiBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAgFhSA%2CMC6HA%2CMAUI%3BEjFnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgF3BA%2CMC4IA%2CEAAC%3BEjFoJD%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAiFtII%2CMAdJ%2CEAAC%2CKAcI%3BEjFsIL%2CcAAA%3B%3BAiF1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BEjF0HL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAiF7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BEjF6GL%2CcAAA%3B%3BAgFhSA%2CMCgMA%2COAAM%3BEjFgGN%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BAgFhSA%2CMCqNA%3BEjF2EA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BAiF7DI%2CMAdJ%2CQAcK%3BEjF6DL%2CcAAA%3B%3BAiFjDI%2CMA1BJ%2CQA0BK%3BEjFiDL%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAiFpCI%2CMAvCJ%2CQAuCK%3BEjFoCL%2CcAAA%3B%3BAiFxBI%2CMAnDJ%2CQAmDK%3BEjFwBL%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAuC4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BEjF9FL%2CcAAA%3B%3BAiFoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BEjFpGL%2CcAAA%3B%3BAiFxBI%2CMAnDJ%2CQAmDK%2CKvCYH%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CMuC6LA%2CQAmDK%2CKvChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CxPQ%2CO3CwPR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMuCgLJ%2CQAmDK%2CKvCpOJ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CMuC0KJ%2CQAmDK%2CKvC9NJ%2COACI%3BE1CqPL%2CcAAA%3B%3BAiFNI%2CMArEJ%2CQAqEK%3BEjFML%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAuC4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BEjF9FL%2CcAAA%3B%3BAiFoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BEjFpGL%2CcAAA%3B%3BAiFNI%2CMArEJ%2CQAqEK%2CSvCNH%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CMuC6LA%2CQAqEK%2CSvClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CzOQ%2CO3CyOR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMuCgLJ%2CQAqEK%2CSvCtPJ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CMuC0KJ%2CQAqEK%2CSvChPJ%2COACI%3BE1CqPL%2CcAAA%3B%3BAgFhSA%2CMAGI%3BEhF6RJ%2C2EAAA%3BEgFzRQ%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CMAPJ%2CQAOK%3BEACG%2CiBAAA%3B%3BAAGJ%2CMAXJ%2CQAWK%3BEACG%2CgBAAA%3B%3BAxCdZ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BEAEI%2CmBAAA%3B%3BAAEA%2CgBATN%2CWAKE%2CQAIK%3BAAAD%2CgBARN%2CaAIE%2CQAIK%3BEACG%2CgBAAA%3B%3BAAQR%2CgBAlBF%2CWAkBG%3BAAAD%2CgBAjBF%2CaAiBG%3BEACG%2CgBAAA%3B%3BAApBZ%2CgBAwBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BA0C3BZ%3BElFgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAkFhSA%2CYCoEA%3BEnF4NA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAmFtHA%2CYCoEA%2COpFwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAmF9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BEnFkNA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAmFpMI%2CYAdJ%2CEAcK%3BEnFoML%2CcAAA%3BEAAA%2CqBAAA%3B%3BAmFvLI%2CYA3BJ%2CEA2BK%3BEnFuLL%2CcAAA%3BEAAA%2C0BAAA%3B%3BAmF1KI%2CYAxCJ%2CEAwCK%3BEnF0KL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAkFhSA%2CYCoIA%3BEnF4JA%2CgBAAA%3B%3BAkFhSA%2CYC4JI%2CMAAK%2CIAAI%3BEnFoIb%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CYyCsFI%2CMAAK%2CIAAI%2CazCtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CS2CxPQ%2CO3CwPR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CcAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BApB9VY%2CUAFP%2CMACG%2CQACK%3BEtBqRb%2CkBAAA%3BEsBjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEtB6QhB%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAsBrRY%2CUAFP%2CMACG%2CQACK%2CMoByQX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CUpBfK%2CMACG%2CQACK%2CMoBaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUpB5BC%2CMACG%2CQACK%2CMoByBZ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CUpBlCC%2CMACG%2CQACK%2CMoB%2BBZ%2COACI%3BE1CqPL%2CcAAA%3B%3BAI7CA%2CUkB1OK%2CMACG%2CQACK%2CMlBwOZ%3BAACD%2CUkB3OK%2CMACG%2CQACK%2CMlByOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUkBhPK%2CMACG%2CQACK%2CMlB8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUkBrPK%2CMACG%2CQACK%2CMlBmPZ%3BAACD%2CUkBtPK%2CMACG%2CQACK%2CMlBoPZ%3BAACD%2CQAAQ%2CUAAW%2CWkBvPd%2CMACG%2CQACK%3BElBsPT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAsBlPY%2CMAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAtB2aJ%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%3BAgE5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BEhEiQR%2CiBAAA%3BEgE%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BEhE%2BOR%2CiBAAA%3B%3BAgE5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BEhE2OZ%2CiBAAA%3B%3BAgEjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BEhEuOR%2CiBAAA%3B%3BAoF%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BEpFuJA%2CYAAA%3B%3BAoFnJA%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%3BEpFwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEoFrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BEpF8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAoF5NA%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%3BEpF8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAoFtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BEpFgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAoFhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEpFoHJ%2CwBAAA%3B%3BAoF9IA%2CYA8BI%3BEpFgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAoF1GA%3BEpF0GA%2CYAAA%3BEoFvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BEpFmMJ%2CgBAAA%3B%3BAoF9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BEpFuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEoF5UJ%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%3BEpFgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAoF1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BEpFsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAoF9OR%2CYAqCI%3BEpFqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAoF1GA%2CYA0CI%3BEACI%2CgBAAA%3BEpF%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAoF1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC9MR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BEjF2MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE0C9QA%2CqBAAA%3BE2CmBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAjF4MR%2CaiFvNI%2CcjFuNH%3BAAAD%2CYiFvNI%2CcjFuNH%3BAAAD%2CYiFvNI%2CcjFuNH%3BAACD%2CaiFxNI%2CcjFwNH%3BAAAD%2CYiFxNI%2CcjFwNH%3BAAAD%2CYiFxNI%2CcjFwNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaiF7NI%2CcjF6NH%3BAAAD%2CYiF7NI%2CcjF6NH%3BAAAD%2CYiF7NI%2CcjF6NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaiFlOI%2CcjFkOH%3BAAAD%2CYiFlOI%2CcjFkOH%3BAAAD%2CYiFlOI%2CcjFkOH%3BAACD%2CaiFnOI%2CcjFmOH%3BAAAD%2CYiFnOI%2CcjFmOH%3BAAAD%2CYiFnOI%2CcjFmOH%3BAACD%2CQAAQ%2CUAAW%2CciFpOf%3BAjFoOJ%2CQAAQ%2CUAAW%2CaiFpOf%3BAjFoOJ%2CQAAQ%2CUAAW%2CaiFpOf%3BEjFqOA%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAqFvQA%2CaAGI%2Cc3CwPF%3BA2C1PF%2CYAEI%2Cc3CwPF%3BA2CzPF%2CYACI%2Cc3CwPF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2Ca2CII%2Cc3CJH%3BAAAD%2CY2CII%2Cc3CJH%3BAAAD%2CY2CII%2Cc3CJH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca2CTA%2Cc3CQH%2CMACI%3BAAAD%2CY2CTA%2Cc3CQH%2CMACI%3BAAAD%2CY2CTA%2Cc3CQH%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2Ca2CfA%2Cc3CcH%2COACI%3BAAAD%2CY2CfA%2Cc3CcH%2COACI%3BAAAD%2CY2CfA%2Cc3CcH%2COACI%3BE1CqPL%2CcAAA%3B%3BAqFtPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BErF8OJ%2CYAAA%3B%3BAqFzOA%2CYACI%3BErFwOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEqFpOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAARR%2CYAWI%3BEACI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAKI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BErF8MA%2CwCAAA%3BEqF5MI%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%3BAC3FZ%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%3BEzFgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEyF3EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BEACI%2CmBAAA%3B%3BAE3NhB%2C4BAA%2BB%3BAAC%5C%2FB%2C4BAA%2BB%3BEAC3B%2CcAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C4BAL2B%2CwBAK1B%3BAAAD%2C4BAJ2B%2C8BAI1B%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C2BAOI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C2BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2C2BAfJ%2CqBAeK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2C2BAAC%2CSACG%3BEACI%2CUAAA%3B%3BAA7BZ%2C2BAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C2BAsCI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzDR%2C2BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C4BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C4BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C4BACI%3BEACI%2CiBAAA%3B%3BACHZ%2C4BACI%2COACI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BACJZ%3BEACI%2CeAAA%3B%3BACDJ%3BEACI%2CeAAA%3B%3BAADJ%2CiCAEI%3BAAFJ%2CiCAGI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAALR%2CiCAOI%3BEACI%2CeAAA%3B%3BAAOJ%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BElGiRL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BEkG1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAnGuHR%2CCmGhIK%2CwBnGgIJ%3BAAAD%2CMmGhIK%2CwBnGgIJ%3BAAAD%2CGmGhIK%2CwBnGgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCmGrIK%2CwBnGqIJ%3BAAAD%2CMmGrIK%2CwBnGqIJ%3BAAAD%2CGmGrIK%2CwBnGqIJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCmG1IK%2CwBnG0IJ%3BAAAD%2CMmG1IK%2CwBnG0IJ%3BAAAD%2CGmG1IK%2CwBnG0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CC8FzLK%2CwB9FyLJ%3BAAAD%2CM8FzLK%2CwB9FyLJ%3BAAAD%2CG8FzLK%2CwB9FyLJ%3BAACD%2CC8F1LK%2CwB9F0LJ%3BAAAD%2CM8F1LK%2CwB9F0LJ%3BAAAD%2CG8F1LK%2CwB9F0LJ%3BAACD%2CC8F3LK%2CwB9F2LJ%3BAAAD%2CM8F3LK%2CwB9F2LJ%3BAAAD%2CG8F3LK%2CwB9F2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CC8FhMK%2CwB9FgMJ%3BAAAD%2CM8FhMK%2CwB9FgMJ%3BAAAD%2CG8FhMK%2CwB9FgMJ%3BAACD%2CC8FjMK%2CwB9FiMJ%3BAAAD%2CM8FjMK%2CwB9FiMJ%3BAAAD%2CG8FjMK%2CwB9FiMJ%3BAACD%2CQAAQ%2CUAAW%2CE8FlMd%3BA9FkML%2CQAAQ%2CUAAW%2CO8FlMd%3BA9FkML%2CQAAQ%2CUAAW%2CI8FlMd%3BElGiRL%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA8F3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BE9F6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CQCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEkGhQQ%2CgBAAA%3B%3BA9F0IR%2CC8F%5C%2FIK%2C2B9F%2BIJ%3BAAAD%2CM8F%5C%2FIK%2C2B9F%2BIJ%3BAAAD%2CG8F%5C%2FIK%2C2B9F%2BIJ%3BAACD%2CC8FhJK%2C2B9FgJJ%3BAAAD%2CM8FhJK%2C2B9FgJJ%3BAAAD%2CG8FhJK%2C2B9FgJJ%3BAACD%2CC8FjJK%2C2B9FiJJ%3BAAAD%2CM8FjJK%2C2B9FiJJ%3BAAAD%2CG8FjJK%2C2B9FiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC8FzDK%2C2B9FyDJ%3BAAAD%2CM8FzDK%2C2B9FyDJ%3BAAAD%2CG8FzDK%2C2B9FyDJ%3BAACD%2CC8F1DK%2C2B9F0DJ%3BAAAD%2CM8F1DK%2C2B9F0DJ%3BAAAD%2CG8F1DK%2C2B9F0DJ%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CC8FtEK%2C2B9FsEJ%3BAAAD%2CM8FtEK%2C2B9FsEJ%3BAAAD%2CG8FtEK%2C2B9FsEJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CC8FlFK%2C2B9FkFJ%3BAAAD%2CM8FlFK%2C2B9FkFJ%3BAAAD%2CG8FlFK%2C2B9FkFJ%3BAACD%2CC8FnFK%2C2B9FmFJ%3BAAAD%2CM8FnFK%2C2B9FmFJ%3BAAAD%2CG8FnFK%2C2B9FmFJ%3BAACD%2CQAAQ%2CUAAW%2CE8FpFd%3BA9FoFL%2CQAAQ%2CUAAW%2CO8FpFd%3BA9FoFL%2CQAAQ%2CUAAW%2CI8FpFd%3BElGqQL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA8F%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BE9FqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CQCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEkGxPQ%2CgBAAA%3B%3BA9FkIR%2CC8FvIK%2C6B9FuIJ%3BAAAD%2CM8FvIK%2C6B9FuIJ%3BAAAD%2CG8FvIK%2C6B9FuIJ%3BAACD%2CC8FxIK%2C6B9FwIJ%3BAAAD%2CM8FxIK%2C6B9FwIJ%3BAAAD%2CG8FxIK%2C6B9FwIJ%3BAACD%2CC8FzIK%2C6B9FyIJ%3BAAAD%2CM8FzIK%2C6B9FyIJ%3BAAAD%2CG8FzIK%2C6B9FyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC8FjDK%2C6B9FiDJ%3BAAAD%2CM8FjDK%2C6B9FiDJ%3BAAAD%2CG8FjDK%2C6B9FiDJ%3BAACD%2CC8FlDK%2C6B9FkDJ%3BAAAD%2CM8FlDK%2C6B9FkDJ%3BAAAD%2CG8FlDK%2C6B9FkDJ%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CC8F9DK%2C6B9F8DJ%3BAAAD%2CM8F9DK%2C6B9F8DJ%3BAAAD%2CG8F9DK%2C6B9F8DJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CC8F1EK%2C6B9F0EJ%3BAAAD%2CM8F1EK%2C6B9F0EJ%3BAAAD%2CG8F1EK%2C6B9F0EJ%3BAACD%2CC8F3EK%2C6B9F2EJ%3BAAAD%2CM8F3EK%2C6B9F2EJ%3BAAAD%2CG8F3EK%2C6B9F2EJ%3BAACD%2CQAAQ%2CUAAW%2CE8F5Ed%3BA9F4EL%2CQAAQ%2CUAAW%2CO8F5Ed%3BA9F4EL%2CQAAQ%2CUAAW%2CI8F5Ed%3BElG6PL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA%2BFlHJ%3BEACI%2CsBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%2CMAAM%3BEACF%2CsBAAA%3B%3BAADJ%2CMAAM%2C2BAGA%3BAAHN%2CMAAM%2C2BAIA%2CwBAAsB%3BEACpB%2CsBAAA%3B%3BAALR%2CMAAM%2C2BAQF%3BEACI%2CqBAAA%3B%3BACTR%3BEACI%2CsBAAA%3BEACA%2CaAAA%3B%3BACFJ%2CyBACI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAIR%2CmBACI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CmBACI%2CqBACI%2CcAII%3BEACI%2CqBAAA%3B%3BAAPhB%2CmBACI%2CqBACI%2CcAII%2CWAGI%3BEACI%2CmBAAA%3B%3BAAVpB%2CmBACI%2CqBACI%2CcAYI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAjBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAMI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAtBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAWI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3BpB%2CmBAiCI%2C%2BBACI%2COAAM%2COACF%2CeACI%2CqBAAoB%2CcAChB%3BEACI%2CYAAA%3B%3BAC5CxB%2C8BAA8B%2C4BAC1B%2CmBACI%2CGAAE%3BEACE%2CcAAA%3B%3BAAEA%2C8BALkB%2C4BAC1B%2CmBACI%2CGAAE%2CaAGG%3BEACG%2CmBAAA%3B%3BAANhB%2C8BAA8B%2C4BAY1B%3BEACI%2CWAAA%3B%3BAAbR%2C8BAA8B%2C4BAgB1B%2CGAAE%3BEACE%2CaAAA%3B%3BAAEA%2C8BAnBsB%2C4BAgB1B%2CGAAE%2CaAGG%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C8BAzB0B%2C4BAyBzB%2CYACG%3BEACI%2CYAAA%3BEACA%2C0BAAA%3B%3BAAEA%2C8BA9BkB%2C4BAyBzB%2CYACG%2CcAIK%3BEACG%2CUAAA%3B%3BAANZ%2C8BAzB0B%2C4BAyBzB%2CYAUG%2CeAAe%3BEACX%2CUAAA%3B%3BACpCZ%2CyBAAyB%3BEACrB%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CyBAAyB%2C6BAMrB%3BEACI%2CsBAAA%3B%3BACPR%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BACDJ%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BAADJ%2CyBAAyB%2C8BAGnB%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BACRR%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2C2BAMM%3BAANN%2C2BAOM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BANF%2CwBAMG%3BAAAD%2C2BALF%2C8BAKG%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2C2BAAI%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2C4BAJd%3BEAKI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C0BAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2C2BARnB%3BEASQ%2COAAA%3B%3BAAIR%2C0BAAC%2CSACG%3BEACI%2CwBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAAC%2CSAMG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2C0BAAC%2CSAWG%2C2BACM%3BAAZV%2C0BAAC%2CSAWG%2C2BAEM%3BAAbV%2C0BAAC%2CSAWG%2C2BAGM%3BAAdV%2C0BAAC%2CSAWG%2C2BAIM%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3B%3BAArChB%2C0BA0CI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C0BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C0BAhBJ%2CqBAgBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAA3DZ%2C0BA%2BDI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjER%2C0BAoEI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzGR%2C0BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C2BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C2BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C2BACI%3BEACI%2CiBAAA%3B%3BACHZ%2CGAAG%3BEACC%2CkBAAA%3B%3BAAEA%2CGAHD%2C4BAGE%3BEACG%2CmBAAA%3B%3BAAJR%2CGAAG%2C4BAOC%3BAAPJ%2CGAAG%2C4BAQC%3BAARJ%2CGAAG%2C4BASC%3BEACI%2CmBAAA%3B%3BAAVR%2CGAAG%2C4BAOC%2CYAKM%3BAAZV%2CGAAG%2C4BAQC%2CaAIM%3BAAZV%2CGAAG%2C4BASC%2CaAGM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CGAAG%2C4BAmBC%2CEAAC%3BEACG%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BACzBR%2CGAAG%2C0BACC%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAALR%2CGAAG%2C0BACC%2CiBAMI%2CGAAE%3BEACE%2CyBAAA%3B%3BAARZ%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CGAzBT%2C0BACC%2CiBAUI%2CGAAE%2CWAcG%2CIAAI%3BEACD%2CiBAAA%3B%3BAA1BhB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAxChB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAaG%2CKAAI%3BEACA%2CcAAA%3B%3BAAGJ%2CGA9Cb%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAiBI%3BEACG%2CqBAAA%3B%3BAAIR%2CGAnDT%2C0BACC%2CiBAUI%2CGAAE%2CWAwCG%3BEACG%2C4BAAA%3B%3BAAGJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%2CgBAIG%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA7DpB%2CGAAG%2C0BAmEC%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxER%2CGAAG%2C0BAmEC%2CcAOI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CGA9ET%2C0BAmEC%2CcAOI%2C%2BBAIK%2CIAAI%3BEACD%2CaAAA%3B%3BAAKZ%2CGApFD%2C0BAoFE%2CeACG%3BEACI%2CoCAAA%3B%3BAAGR%2CGAzFD%2C0BAyFE%2CgBACG%3BEACI%2CqCAAA%3B%3BAC3FZ%2CGAAG%3BEACC%2CqBAAA%3B%3BACDJ%2CGAAG%3BEACC%2CYAAA%3B%3BAADJ%2CGAAG%2C2BAGC%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAANR%2CGAAG%2C2BASC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CGAAG%2C2BAgBC%3BAAhBJ%2CGAAG%2C2BAiBC%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACtBR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CSAAI%3BEACA%2CaAAa%2CgCAAb%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CWAAW%2CgBAAX%3B%3BAAGJ%2CSACI%3BEACI%2CmBAAmB%2CoBAAnB%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAARR%2CSAWI%2C2BACI%3BAAZR%2CSAWI%2C2BAEI%3BEACI%2CkBAAA%3B%3BA9BtBZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%3BET%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAShHA%2CsBTkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BASrHJ%2CsBTkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BASxHR%2CsBT4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA%5C%2FE7HJ%2CsB%2BEwHE%2CQAAK%2CQ%5C%2FExHN%3BAACD%2CsB%2BEuHE%2CQAAK%2CQ%5C%2FEvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsB%2BEkHE%2CQAAK%2CQ%5C%2FElHN%3BEACG%2CWAAA%3B%3BA%2BEwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BASpIR%2CsBToLM%2CQAAK%3BE%5C%2FEoEX%2CSAAA%3B%3BAwFxPA%2CsBT6LE%2CQAAK%2CMACD%3BE%5C%2FE0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsBgFsFE%2CQAAK%2CMACD%2CUhFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBgFiFE%2CQAAK%2CMACD%2CUhFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBgF4EE%2CQAAK%2CMACD%2CUhF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA%2BEzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BE%5C%2FEsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAwFxPA%2CsBT0OE%2CQAAK%3BE%5C%2FEcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3B%3B%3B%3B%3BAuHtSJ%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%3BACQA%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%3BEACI%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%3BA3G%5C%2FCZ%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BEpB2QV%2CiBAAA%3BEoBzQY%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%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BA4GhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%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%3BACJR%2CoBAGI%2CMAAK%3BAAFT%2CgBAEI%2CMAAK%3BAADT%2C0BACI%2CMAAK%3BEACD%2CaAAA%3BEACA%2CeAAA%3B%3BAALR%2CoBAGI%2CMAAK%2CSAID%3BAANR%2CgBAEI%2CMAAK%2CSAID%3BAALR%2C0BACI%2CMAAK%2CSAID%3BEACI%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3B%3BAAVZ%2CoBAGI%2CMAAK%2CSAID%2CeAKI%3BAAXZ%2CgBAEI%2CMAAK%2CSAID%2CeAKI%3BAAVZ%2C0BACI%2CMAAK%2CSAID%2CeAKI%3BEACI%2COAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAlBhB%2CoBAGI%2CMAAK%2CSAID%2CeAKI%2CcAQI%3BAAnBhB%2CgBAEI%2CMAAK%2CSAID%2CeAKI%2CcAQI%3BAAlBhB%2C0BACI%2CMAAK%2CSAID%2CeAKI%2CcAQI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAvBpB%2CoBAGI%2CMAAK%2CSAID%2CeAoBI%3BAA1BZ%2CgBAEI%2CMAAK%2CSAID%2CeAoBI%3BAAzBZ%2C0BACI%2CMAAK%2CSAID%2CeAoBI%3BEACI%2COAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAhCR%2CMAAK%2CSAID%2CeA4BK%3BAAAD%2CgBAhCR%2CMAAK%2CSAID%2CeA4BK%3BAAAD%2C0BAhCR%2CMAAK%2CSAID%2CeA4BK%3BEACG%2CuBAAA%3BEACA%2CmBAAA%3B%3BAArChB%2CoBA0CI%3BAAzCJ%2CgBAyCI%3BAAxCJ%2C0BAwCI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAA7CR%2CoBA0CI%2CQAII%3BAA7CR%2CgBAyCI%2CQAII%3BAA5CR%2C0BAwCI%2CQAII%3BEACI%2CoBAAA%3B%3BAA%5C%2FCZ%2CoBAmDI%3BAAlDJ%2CgBAkDI%3BAAjDJ%2C0BAiDI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAvDR%2CoBA0DI%3BAAzDJ%2CgBAyDI%3BAAxDJ%2C0BAwDI%3BEACI%2CqBAAA%3BEACA%2CyBAAA%3B%3BAA5DR%2CoBA%2BDI%2CuBACI%2CcAAc%3BAA%5C%2FDtB%2CgBA8DI%2CuBACI%2CcAAc%3BAA9DtB%2C0BA6DI%2CuBACI%2CcAAc%3BAAhEtB%2CoBA%2BDI%2CuBAEI%3BAAhER%2CgBA8DI%2CuBAEI%3BAA%5C%2FDR%2C0BA6DI%2CuBAEI%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAArEZ%2CoBAyEI%3BAAxEJ%2CgBAwEI%3BAAvEJ%2C0BAuEI%3BEACI%2CgBAAA%3B%3BAA1ER%2CoBAyEI%2CcAGI%2CEAAC%3BAA3ET%2CgBAwEI%2CcAGI%2CEAAC%3BAA1ET%2C0BAuEI%2CcAGI%2CEAAC%3BEACG%2CeAAA%3B%3BAAKZ%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%2CuBACI%2CMAAK%2CSACD%3BEACI%2CqBAAA%3B%3BACzFR%2CMAAM%2CgBAAiB%3BEACnB%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CaAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CWAAW%2CkBAIP%3BEACI%2CqBAAA%3B%3BAAIR%2CYAAa%2CMAAM%2CoBAAmB%2CIAAI%2CaAAc%3BAACxD%2CaAAc%2CMAAM%2CoBAAmB%2CIAAI%2CaAAc%2CGAAE%3BEACvD%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CsBAAsB%2CsCAAtB%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2C0BAMI%3BEAEI%2CwBAAA%3B%3BAAIR%2CQAAQ%2C0BACJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAEA%2CQAPA%2C0BACJ%2CoBAMK%3BAAAS%2CQAPV%2C0BACJ%2CoBAMe%3BEACP%2CaAAA%3B%3BAARZ%2CQAAQ%2C0BACJ%2CoBAUI%3BEACI%2CSAAA%3B%3BAAMhB%2CmBAAmB%3BEACf%2CWAAW%2CgBAAX%3B%3BAAGJ%2CmBAAmB%3BEACf%2CWAAW%2CiBAAX%3B%3BAASJ%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAJJ%2C0BAMI%3BEACI%2CqBAAA%3B%3BAAPR%2C0BAUI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAbR%2C0BAgBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAApBR%2C0BAuBI%3BEACI%2CkBAAA%3B%3BACnGP%3BEACC%2CkBAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAED%3BAACA%3BEACC%2CaAAA%3B%3BAAED%3BEACC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAALD%2CqBAMC%2CcACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACH%2CqBANF%2CcACC%2CIAKE%3BEACG%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CqBAXF%2CcACC%2CIAUE%3BEACA%2CcAAA%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAApBP%2CqBAwBC%3BEACC%2CgBAAA%3B%3BAAzBF%2CqBA2BC%3BEACC%2CgBAAA%3B%3BAA5BF%2CqBA8BC%2CMAAK%3BAA9BN%2CqBA8BmB%2CMAAK%3BAA9BxB%2CqBA8ByC%2CMAAK%3BEAC5C%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAApCF%2CqBAsCC%3BEACC%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBARD%2COAQE%3BEACA%2CYAAA%3B%3BAA%5C%2FCH%2CqBAkDC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAArDF%2CqBAuDC%3BEACC%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAzDF%2CqBA2DC%2CIAAG%3BEACF%2CUAAA%3BEACA%2CkBAAA%3B%3BAA7DF%2CqBA%2BDC%3BEACC%2CaAAA%3B%3BAAhEF%2CqBAkEC%2CKAAI%3BEACH%2CYAAA%3BEACA%2CiBAAA%3B%3BAC7EC%3BEvIwRA%2CmBAAA%3BEAAA%2CWAAA%3BEuIrRI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BEvI2QR%2CiBAAA%3BEuIzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BEvIqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAwI9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BEvI6PR%2CiBAAA%3BEuI3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BEvIwPR%2CeAAA%3BEuItPY%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%3BEvIuOR%2CiBAAA%3B%3BAuIxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BEvI2Nb%2CiBAAA%3BEuIzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3B%3B%3B%3B%3BAC%5C%2FEhB%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BACJR%2CcAAC%3BEACG%2CmBAAA%3B%3BACPR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAnHCR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAAgB%3BAAChB%2CaAAc%3BEACV%2CcAAA%3B%3BAALR%2COAQI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAc%2CQACR%3BEACE%2CgBAAA%3B%3BAF7BZ%2CcAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CcAgBI%2CqBAGM%3BErB2QV%2CiBAAA%3BEqBzQY%2CgBAAA%3B%3BAArBZ%2CcAgBI%2CqBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAWA%2CcAPR%2C2BACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CcAXR%2C2BACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CcAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CcAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAAMZ%3BEAEI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAsH1EA%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%3BAzF9FJ%2CYACI%3BEACI%2CgBAAA%3B%3BA0FyDA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BE5I6NhC%2CcAAA%3BE4I3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BE5IkNT%2CcAAA%3BE4IhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BE5IsM3C%2CcAAA%3BE4IpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BE5IwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BA4IpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BE5IoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA4I3KI%2COAAC%3BE5I2KL%2CyBAAA%3BE4IzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COAdH%2COAcI%3BEACG%2C%2BBAAA%3B%3BAAGJ%2COAlBH%2COAkBI%3BE5IyJT%2CmBAAA%3BEAAA%2CcAAA%3BE4ItJY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BE5I%2BIb%2CsBAAA%3B%3BA4I1IQ%2COAjCH%2COAiCI%3BE5I0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA4IpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BE5IoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BA4I5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BE5I4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BA4ItHQ%2COArDH%2COAqDI%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEA%2COA1DP%2COAqDI%2CSAKI%3BEAEG%2CYAAY%2C0NAAZ%3BEACA%2CYAAY%2C%2BNAAZ%3BEACA%2CYAAY%2C8NAAZ%3BEACA%2CYAAY%2C6NAAZ%3BEACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAAyC%2C0BAAyC%2C0BAAuC%2C0BAAuC%2C0BAAyC%2C0BAAyC%2CyCAAyC%2CyCAAza%3BEACA%2CYAAY%2CkOAAZ%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAQ%2C4GAAR%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIR%2COA5EH%2COA4EI%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEA%2COAjFP%2COA4EI%2CSAKI%3BE5IkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BE4IvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BE5I6ET%2Ca4E3RgC%2CyB5E2RhC%3B%3BA4IzEQ%2COAlGH%2COAkGI%3BE5IyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BE4IrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2COA%5C%2FGP%2COAkGI%2CQAeO%3BAADJ%2COAhHP%2COAkGI%2CQAcI%2CQACG%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAvHf%2COAkGI%2CQAeO%2CQAMK%3BAAAD%2COAvHf%2COAkGI%2CQAcI%2CQACG%2CQAMK%3BAACD%2COAxHf%2COAkGI%2CQAeO%2CQAOK%3BAAAD%2COAxHf%2COAkGI%2CQAcI%2CQACG%2CQAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAjIf%2COAkGI%2CQAeO%2CQAgBK%3BAAAD%2COAjIf%2COAkGI%2CQAcI%2CQACG%2CQAgBK%3BEACG%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAxIf%2COAkGI%2CQAeO%2CQAuBK%3BAAAD%2COAxIf%2COAkGI%2CQAcI%2CQACG%2CQAuBK%3BEACG%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2COA%5C%2FGP%2COAkGI%2CQA8CO%3BAAhCJ%2COAhHP%2COAkGI%2CQAcI%2CQAgCG%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2COAxJP%2COAkGI%2CQAsDI%3BE5ImBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BE4IfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BE5IQZ%2CcAAA%3BE4INgB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COA7KH%2COA6KI%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAlLP%2COA6KI%2CaAKI%2CMAAS%3BE5IPtB%2C%2BBAAA%3B%3BA4IWY%2COAtLP%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2COAAC%3BEACG%2CcAAA%3B%3BAAEA%2COAHH%2CIAGI%3BEACG%2CmBAAA%3B%3BAAIR%2COAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BACtVJ%2CSACI%3BEACI%2CkBAAA%3BE7I8RR%2CiBAAA%3B%3BA6I3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BAhGbR%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%2CKACI%2CKAGM%3BEACE%2CWAAA%3B%3BAAlCpB%2COACI%2CgBAsCI%2CeAOI%3BEACI%2CWAAA%3BE7CiPhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2CO6C3CI%2CgBAsCI%2CeAOI%2CiB7CFX%3BAACD%2CO6C5CI%2CgBAsCI%2CeAOI%2CiB7CDX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CO6CjDI%2CgBAsCI%2CeAOI%2CiB7CIX%3BEACG%2CWAAA%3B%3BA6CnDJ%2COACI%2CgBAsCI%2CeAOI%2CiBiGuDZ%3BEACI%2CWAAA%3B%3BAjGtGJ%2COACI%2CgBAsCI%2CeAOI%2CiBiG9BZ%3BAjGhBA%2COACI%2CgBAsCI%2CeAOI%2CiBiG7BZ%3BEACI%2CqBAAA%3B%3BAjGlBJ%2COACI%2CgBAsCI%2CeAOI%2CiBiG9BZ%2CSAQI%2CEAAC%3BAjGxBL%2COACI%2CgBAsCI%2CeAOI%2CiBiG7BZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BAjGzBR%2COACI%2CgBAsCI%2CeAOI%2CiBiGhBZ%2CSACI%3BE9IiQJ%2CkBAAA%3B%3BA6ChSA%2COACI%2CgBAsCI%2CeAOI%2CiBiGNZ%2CWAKI%2CEAAC%3BE9ImPL%2CeAAA%3B%3BA6ChSA%2COACI%2CgBAsCI%2CeAOI%2CiBiGUZ%3BAjGxDA%2COACI%2CgBAsCI%2CeAOI%2CiBiGWZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAjG3DJ%2COACI%2CgBAsCI%2CeAOI%2CiBAQM%3BEACE%2CgBAAA%3B%3BAAMR%2COA5DR%2CgBA2DI%2CQACK%3BE7CmOb%2CqBAAA%3BE0C9QA%2CqBAAA%3BEGiDgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2COA5DR%2CgBA2DI%2CQACK%2CIHuNX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2COGvBI%2CgBA2DI%2CQACK%2CIHrCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CpOU%2CO3CoOV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COGpCA%2CgBA2DI%2CQACK%2CIHzBZ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2COG1CA%2CgBA2DI%2CQACK%2CIHnBZ%2COACI%3BE1CqPL%2CcAAA%3B%3BA6ChSA%2COACI%2CgBAwEI%3BEACI%2CaAAA%3B%3BAA1EZ%2COACI%2CgBA4EI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CkBAII%3BE7CuMJ%2CiBAAA%3B%3BA6C3MA%2CkBAII%2CaAGI%3BEACI%2CgBAAA%3B%3BAARZ%2CkBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CkBAYI%2CSAGI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAkG3FJ%2C8BADJ%2CSACK%3BEACG%2CiBAAA%3B%3BAzIXZ%3BEACI%2CgBAAA%3B%3BAAOJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BENmRX%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEMjRQ%2CSAAA%3BEACA%2CUAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CaAAA%3B%3BAAXR%2CyBAkBI%3BEACI%2CmBAAA%3B%3BAAnBR%2CyBAkBI%2CyBAEI%2CUAAY%3BEACR%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBANR%2CyBAEI%2CUAAY%2CSAIP%3BEACG%2CaAAA%3BEACA%2CcAAA%3B%3BAA1BhB%2CyBAkBI%2CyBAoBI%2COAAM%2COACF%3BEACI%2CWAAA%3B%3BAAxChB%2CyBAkBI%2CyBAoBI%2COAAM%2COAKF%3BEAEI%2CcAAA%3BEACA%2CiBAAA%3B%3BAA9ChB%2CyBAkBI%2CyBAoBI%2COAAM%2COAeF%3BEACI%2CqBAAA%3B%3BAAtDhB%2CyBA2DI%2CQAAO%3BEAEH%2CmBAAA%3B%3BAA7DR%2CyBAgEI%2CsBACM%3BEACE%2CmBAAA%3B%3BAAlEZ%2CyBAgEI%2CsBACM%2CSAGI%3BENmNd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAMvRA%2CyBAgEI%2CsBASM%3BAAzEV%2CyBAgEI%2CsBAUI%2CgBAAgB%3BEACZ%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA7EZ%2CyBAgEI%2CsBAgBI%3BEACI%2CmBAAA%3B%3BAAjFZ%2CyBAgEI%2CsBAgBI%2CWAGI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAArFhB%2CyBAgEI%2CsBAyBI%3BEACI%2CgBAAA%3B%3BAAEA%2CyBA5BR%2CsBAyBI%2CgBAGK%3BEACG%2CaAAA%3B%3BAA7FhB%2CyBAgEI%2CsBAyBI%2CgBAOM%3BENuLd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEMrLgB%2CcAAA%3B%3BAAlGhB%2CyBAgEI%2CsBAsCI%2CQAAO%2CMAGD%3BEACE%2CmBAAA%3B%3BAA1GhB%2CyBAgEI%2CsBAuDI%3BEACI%2CkBAAA%3B%3BAAxHZ%2CyBAgEI%2CsBAuDI%2CqBAGM%3BEAEE%2CgBAAA%3B%3BAoCdhB%2CyBpC9CI%2CsBAuDI%2CqBAGM%2CUAIG%2CUoChBhB%3BE1CyKD%2CS2ClOgB%2CO3CkOhB%3B%3BAMvRA%2CyBA8II%2CEAAC%3BENyIL%2CcAAA%3B%3BAMvRA%2CyBAkJI%2CQACI%2COAAM%3BENoId%2CgBAAA%3BEMzHY%2CgBAAA%3B%3BAA9JZ%2CyBAkJI%2CQACI%2COAAM%2CIDwnBZ%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAC%5C%2FwBJ%2CyBAkJI%2CQACI%2COAAM%2CIAGF%3BEACI%2CgBAAA%3B%3BAAGJ%2CyBARR%2CQACI%2COAAM%2CIAOD%3BEACG%2CgBAAA%3B%3BAA3JhB%2CyBAkKI%3BEACI%2CgBAAA%3B%3BAAnKR%2CyBAsKI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC%5C%2FJR%3BEACI%2CcAAA%3B%3BAAQA%2CQAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CcAAe%2CSAHlB%3BEAIO%2CqBAAA%3BEACA%2CaAAA%3B%3BAAKJ%2CQAVH%2CKAUI%3BEAEG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQArBH%2CKAqBI%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2CSAzBtB%2CKAqBI%3BEAKO%2CYAAA%3B%3BAAIR%2CQA9BH%2CKA8BI%3BEACG%2CaAAA%3B%3BAADJ%2CQA9BH%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%3BEHwKxB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAI7CA%2CQGtNK%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%2COHoLvB%3BAACD%2CQGvNK%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%2COHqLvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQG5NK%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%2COH0LvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQGjOK%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%2COH%2BLvB%3BAACD%2CQGlOK%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%2COHgMvB%3BAACD%2CQAAQ%2CUAAW%2CSGnOd%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%3BEHkMpB%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAO3NoB%2CQAxCf%2CKA8BI%2CQAGG%2CmBAKM%2CUAEG%3BEACG%2CSAAA%3B%3BAAUhB%2CQAnDH%2CKAmDI%3BEACG%2CcAAA%3B%3BAApDR%2CQAAC%2CKAuDG%2CyBACI%3BEACI%2CiBAAA%3B%3BAAzDZ%2CQAAC%2CKAuDG%2CyBAKI%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FDZ%2CQAAC%2CKAmEG%3BEACI%2CmBAAA%3B%3BAApER%2CQAAC%2CKAmEG%2CWAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxEZ%2CQAAC%2CKAmEG%2CWAQI%3BEPwLZ%2CWAAA%3BEOtLgB%2CeAAA%3B%3BAA7EZ%2CQAAC%2CKAiFG%3BEACI%2CaAAA%3B%3BAAlFR%2CQAAC%2CKAiFG%2CWAGI%3BEACI%2CmBAAA%3B%3BAArFZ%2CQAAC%2CKAyFG%2CeACI%3BEACI%2CaAAA%3B%3BAA3FZ%2CQAAC%2CKA%2BFG%2CeACI%3BEACI%2CcAAA%3B%3BAAjGZ%2CQAAC%2CKAqGG%3BEACI%2CeAAA%3B%3BAAtGR%2CQAAC%2CKAyGG%3BAAzGJ%2CQAAC%2CKA0GG%3BEACI%2CSAAA%3B%3BAmCjBZ%2CQnC1FK%2CKA8GG%2CWmCpBP%3BE1CyKD%2CS2ClOgB%2CO3CkOhB%3B%3BAOnQI%2CQAAC%2CKAoHG%3BEP%2BIR%2CiBAAA%3BEO7IY%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%2COAFD%2CKACH%2CSACK%3BEACG%2CkBAAA%3B%3BAAGJ%2COAND%2CKACH%2CSAKK%3BEACG%2CkBAAA%3B%3BAAKZ%2CgBACI%3BEPuHJ%2CiBAAA%3B%3BAOxHA%2CgBAKI%2CqBAAuB%3BAAL3B%2CgBAMI%3BEACI%2CeAAA%3B%3BAAPR%2CgBAUI%2CqBAAuB%3BAAV3B%2CgBAWI%3BAAXJ%2CgBAYI%2CqBAAuB%2CuBAAqB%3BAAZhD%2CgBAaI%2CMAAM%3BAAbV%2CgBAcI%2CMAAQ%2CuBAAoB%3BAAdhC%2CgBAeI%2CMAAQ%2CuBAAqB%3BEPyGjC%2CiBAAA%3B%3BAOpGQ%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CgBALJ%2CMAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAIA%2CgBAVR%2CMASM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAQR%2CcADJ%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcALR%2CSACK%2CKAII%3BEACG%2CkBAAA%3B%3BAAGJ%2CcATR%2CSACK%2CKAQI%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcAhBR%2CSACK%2CKAeI%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAmDnNhB%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAKI%3BE1DuQJ%2CyBAAA%3BEAAA%2C8EAAA%3BE0DpQQ%2CkBAAA%3B%3BAAGJ%2CQAAC%3BEACG%2COAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAAS%2CSAThC%3BEAUO%2CaAAA%3B%3BAAKJ%2CiBADc%2CSACb%3BEACG%2CgBAAA%3B%3BAAIR%2CQAAC%3BE1D6OL%2C6BAAA%3B%3BA0D7OI%2CQAAC%2CSAGG%3BEACI%2CaAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAN3B%2CSAGG%3BEAIQ%2CcAAA%3B%3BAAtChB%2CQA2CI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BE1DyML%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2COgB%2BDK%2COhB%5C%2FDJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C7OY%2CO3C6OZ%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COgBkDC%2COhBnDJ%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0DzMI%2COAAC%2COhB6LH%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0DqEQ%2COATH%2COASI%2CUAAU%3BEACP%2CSf7CE%2COe6CF%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAIA%2CQAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3B%3BAAXR%2CQAcI%3BEACI%2CqBAAA%3B%3BAlD5GR%3BAACA%2CIAAI%3BERkRJ%2CWAAA%3B%3BAQ1QgB%2CYAHZ%2CiBACI%2CqBACM%2CuBACG%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CGAA9B%3B%3BAAGJ%2CYAPZ%2CiBACI%2CqBACM%2CuBAKG%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAATpB%2CYACI%2CiBAaI%2CMAAK%3BEACD%2CeAAA%3B%3BAAEA%2CYAhBR%2CiBAaI%2CMAAK%2CYAGA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3B%3BAAMhB%3BEACI%2CgBAAA%3B%3BAAaJ%2CeACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CmBAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAOJ%2CQAAQ%2CMAKJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAANR%2CQAAQ%2CMASJ%3BEACI%2CcAAA%3BER%2BKR%2CcAAA%3BEAAA%2CiBAAA%3B%3BAQzLA%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAhBR%2CQAAQ%2CMAmBJ%2COAAM%3BERsKV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BASfA%2CQAAQ%2CMAmBJ%2COAAM%2COTER%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BASvBJ%2CQAAQ%2CMAmBJ%2COAAM%2COAEA%3BEACE%2CgBAAA%3B%3BAAtBZ%2CQAAQ%2CMAmBJ%2COAAM%2COAMF%3BEACI%2CcAAA%3B%3BAA1BZ%2CQAAQ%2CMAmBJ%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAIT%3BEACI%2CWAAA%3BELyHR%2CYAAA%3B%3BAK9HA%2CQAAQ%2CKAAK%2CSAIT%2CuBL4HF%2CQAGI%2CKACI%3BAKpIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL6HF%2CQAEI%2CKACI%3BAKpIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL8HF%2CQACI%2CKACI%3BAKpIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL4HF%2CQAGI%2CKAEI%3BAKrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL6HF%2CQAEI%2CKAEI%3BAKrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL8HF%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAKtIZ%2CQAAQ%2CKAAK%2CSAIT%2CuBLpBF%2CQAGI%2CKACI%3BAKYV%2CQAAQ%2CKAAK%2CSAIT%2CuBLnBF%2CQAEI%2CKACI%3BAKYV%2CQAAQ%2CKAAK%2CSAIT%2CuBLlBF%2CQACI%2CKACI%3BEHiKV%2C2BAAA%3B%3BAQrJA%2CQAAQ%2CKAAK%2CSAIT%2CuBLpBF%2CQAGI%2CKAII%3BAKSV%2CQAAQ%2CKAAK%2CSAIT%2CuBLnBF%2CQAEI%2CKAII%3BAKSV%2CQAAQ%2CKAAK%2CSAIT%2CuBLlBF%2CQACI%2CKAII%3BEH8JV%2C0BAAA%3B%3BAQnIA%2CkBACI%3BERkIJ%2CcAAA%3BEQhIQ%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAANR%2CkBACI%2CoBAOI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAXZ%2CkBACI%2CoBAOI%2CWAKI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBAjBhB%2CoBAOI%2CWAKI%2CiBACM%2COAIG%3BEACG%2CgBAAA%3B%3BAAnBxB%2CkBACI%2CoBAwBI%2CqBAAuB%3BAAzB%5C%2FB%2CkBACI%2CoBAyBI%2CMAAQ%3BAA1BhB%2CkBACI%2CoBA0BI%3BERwGR%2CiBAAA%3B%3BAQnIA%2CkBACI%2CoBAwBI%2CqBAAuB%2CuBAInB%3BAA7BZ%2CkBACI%2CoBAyBI%2CMAAQ%2CuBAGJ%3BAA7BZ%2CkBACI%2CoBA0BI%2CMAEI%3BERsGZ%2CiBAAA%3BEQpGgB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAhChB%2CkBACI%2CoBAmCI%2CeAAe%3BER%2BFvB%2CiBAAA%3BEQ7FY%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAvCZ%2CkBACI%2CoBAyCI%2CWACI%2CeAAe%3BERwF3B%2CeAAA%3BEQtFgB%2CgBAAA%3B%3BAAMA%2CkBAlDZ%2CoBAgDI%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAApDpB%2CkBACI%2CoBAwDI%3BEACI%2CmBAAA%3B%3BAA1DZ%2CkBA8DI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAnER%2CkBAsEI%3BEACI%2CeAAA%3B%3BAAEA%2CkBAHJ%2COAGK%3BAACD%2CkBAJJ%2COAIK%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA5EZ%2CkBAgFI%2CSAAQ%2CUAAU%3BEACd%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAKI%2CkBAFR%2CSACK%2CUACI%2CIACG%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CkBAPhB%2CSACK%2CUACI%2CIACG%2CMAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAANZ%2CkBAFR%2CSACK%2CUACI%2CIAUG%3BEACI%2CqBAAA%3B%3BAAIR%2CkBAjBR%2CSACK%2CUAgBI%3BEACG%2CcAAA%3B%3BAAIR%2CkBAtBJ%2CSAsBK%3BEACG%2CcAAA%3B%3BAA5GZ%2CkBAgHI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAlHR%2CkBAqHI%3BEACI%2CWAAA%3B%3BAAtHR%2CkBAyHI%2CwBACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CwBACI%2CgCACI%3BERCR%2CgBAAA%3BEAAA%2CiBAAA%3BEQEY%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAATZ%2CwBACI%2CgCAYI%2CMAAK%2CgBACC%2CSAAM%3BEACJ%2CgBAAA%3B%3BAAOA%2CwBArBZ%2CgCAkBK%2CSAEG%2CQACK%3BAAAD%2CwBArBZ%2CgCAmBK%2CUACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BERpBpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAQHA%2CwBAqCI%2COACI%3BEACI%2CcAAA%3BERpCZ%2CeAAA%3B%3BAQ0CA%2CuBAAwB%3BAACxB%2CmBAAoB%3BER3CpB%2CcAAA%3BEQ6CI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CuBAAwB%2CWAOpB%3BAANJ%2CmBAAoB%2CWAMhB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAATR%2CuBAAwB%2CWAOpB%2CWAII%2CiBAAmB%3BAAV3B%2CmBAAoB%2CWAMhB%2CWAII%2CiBAAmB%3BEACf%2CqBAAA%3B%3BAAZZ%2CuBAAwB%2CWAgBpB%2CiBACM%3BAAhBV%2CmBAAoB%2CWAehB%2CiBACM%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CuBArBY%2CWAgBpB%2CiBACM%2COAIG%3BAAAD%2CmBApBQ%2CWAehB%2CiBACM%2COAIG%3BEACG%2CgBAAA%3B%3BAAtBhB%2CuBAAwB%2CWAgBpB%2CiBAUI%3BAAzBR%2CmBAAoB%2CWAehB%2CiBAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7BZ%2CuBAAwB%2CWAgBpB%2CiBAgBI%2CqBAAuB%3BAA%5C%2FB%5C%2FB%2CmBAAoB%2CWAehB%2CiBAgBI%2CqBAAuB%3BAAhC%5C%2FB%2CuBAAwB%2CWAgBpB%2CiBAiBI%2CMAAQ%3BAAhChB%2CmBAAoB%2CWAehB%2CiBAiBI%2CMAAQ%3BAAjChB%2CuBAAwB%2CWAgBpB%2CiBAkBI%3BAAjCR%2CmBAAoB%2CWAehB%2CiBAkBI%3BER5ER%2CiBAAA%3BEQ8EY%2CiBAAA%3B%3BAApCZ%2CuBAAwB%2CWAgBpB%2CiBAgBI%2CqBAAuB%2CuBAMnB%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAgBI%2CqBAAuB%2CuBAMnB%3BAAtCZ%2CuBAAwB%2CWAgBpB%2CiBAiBI%2CMAAQ%2CuBAKJ%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAiBI%2CMAAQ%2CuBAKJ%3BAAtCZ%2CuBAAwB%2CWAgBpB%2CiBAkBI%2CMAII%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAkBI%2CMAII%3BERhFZ%2CiBAAA%3BEQkFgB%2CgBAAA%3B%3BAAMhB%2CWAYI%2CQAAO%3BEAQH%2CmBAAA%3B%3BAAJA%2CWAJJ%2CQAAO%2COAIF%2CIAAI%3BEACD%2CmBAAA%3B%3BAAOZ%3BEACI%2CeAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAkCnSJ%2CqBlCqSI%2CQAAO%2CUkCrSV%3BE1CyKD%2CS2ClOgB%2CO3CkOhB%3B%3BAQqIA%3BEAEI%2CmBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CmBAAA%3B%3BAAEA%2CYAHJ%2CMAGK%3BEACG%2CgBAAA%3B%3BAARZ%2CYAYI%3BAAZJ%2CYAaI%3BEACI%2CqBAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BER9JA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEJ%2BEnB%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAIgPJ%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CQACI%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAATZ%2CQACI%2CeAMI%2CmBAII%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAdhB%2CQACI%2CeAiBI%3BEACI%2CaAAA%3B%3BAAnBZ%2CQACI%2CeAqBI%3BEACI%2CkBAAA%3B%3BAAvBZ%2CQACI%2CeAyBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA5BZ%2CQACI%2CeA8BI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAjCZ%2CQACI%2CeAmCI%3BEACI%2CiBAAA%3B%3BAArCZ%2CQACI%2CeAuCI%3BER9MR%2CcAAA%3BEQgNY%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3CZ%2CQACI%2CeA6CI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAjDhB%2CQACI%2CeA6CI%2CUAMI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAKJ%2CQAzDR%2CeAwDI%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAA9DhB%2CQAmEI%2CQAAO%3BEACH%2CgBAAA%3B%3BAApER%2CQA%2BEI%3BEAEI%2CiBAAA%3B%3BAAjFR%2CQA%2BEI%2CsBAII%3BEAEI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAtFZ%2CQA8FI%2CqBACI%3BEACI%2CmBAAA%3B%3BAAhGZ%2CQA8FI%2CqBAKI%3BEACI%2CSAAA%3B%3BAASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BEACH%2CmBAAA%3B%3BAA6MR%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CcAAc%2CWAMV%2CkBAAoB%2CQAAQ%2CKACtB%3BAAPV%2CcAAc%2CWAMV%2CkBAAoB%2CQAAQ%2CKAEtB%3BEACE%2CaAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CiBAJJ%2CMAIK%3BEACG%2C4BAAA%3B%3BAADJ%2CiBAJJ%2CMAIK%2CMAUG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CiBAtBR%2CMAqBK%2CQACI%3BAACD%2CiBAvBR%2CMAqBK%2CQAEI%3BEACG%2C6BAAA%3B%3BAAIR%2CiBA5BJ%2CMA4BK%3BERthBT%2CiBAAA%3B%3BAQshBQ%2CiBA5BJ%2CMA4BK%2CUAGG%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%2CiBArCJ%2CMAqCK%3BEACG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%3BEAEH%2CoBAAA%3B%3BAA%5C%2FChB%2CiBAGI%2CMAgDI%2CWAAU%3BEACN%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CiBADJ%2CGACK%3BEACG%2C4BAAA%3B%3BAA3DZ%2CiBA%2BDI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjER%2CiBAoEI%3BEACI%2CcAAA%3B%3BAArER%2CiBAwEI%3BAAxEJ%2CiBAyEI%3BAAzEJ%2CiBA0EI%2CSAAQ%3BAA1EZ%2CiBA2EI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA7ER%2CiBAgFI%3BEACI%2CgBAAA%3B%3BAAGI%2CiBAJR%2CqBAGI%2CQACK%3BEACG%2CUAAA%3B%3BAAGJ%2CiBARR%2CqBAGI%2CQAKK%3BAACD%2CiBATR%2CqBAGI%2CQAMK%3BERhlBb%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAQulBQ%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BER7lBX%2CgBAAA%3BEQ%2BlBI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAKI%2CcAAc%3BEACV%2CiBAAA%3B%3BAANR%2CcASI%2CQAAO%3BEAEH%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAbR%2CcAoBI%3BEACI%2CgBAAA%3B%3BAA0ER%2CMAAM%2CQACF%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAHR%2CMAAM%2CQAMF%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2CMAAM%2CQAWF%2CmBAAmB%3BEACf%2CiBAAA%3B%3BAAZR%2CMAAM%2CQAeF%2COAAM%3BEACF%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAC7%2BBR%3BEACI%2CgBAAA%3B%3BAAGI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAALZ%2CaASI%3BEACI%2CgBAAA%3B%3BAAVR%2CaAaI%3BEiCLJ%2CqBAAA%3BEjCgBQ%2CqBAAA%3BEACA%2CYAAA%3B%3BAAzBR%2CaAaI%2COiC6PF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CajCDI%2COiCCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C3OU%2CO3C2OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CajCdA%2COiCaH%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CajCpBA%2COiCmBH%2COACI%3BE1CqPL%2CWAAA%3B%3BAS3PQ%2CaAdJ%2COAcK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA9BpB%2CaAoCI%2CQAAO%3BEACH%2CaAAA%3B%3BAArCR%2CaAwCI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA5CR%2CaA%2BCI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAlDR%2CaAqDI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CoBAQI%3BEToNJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAUvCQ%2CoBAHJ%2CGAGK%2CIAAI%3BETiNb%2CgBAAA%3BEAAA%2CyBAAA%3BES9MY%2CaAAA%3B%3BAAdZ%2CoBAQI%2CGASI%3BET2MR%2C6BAAA%3BESzMY%2CeAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAlBR%2CGASI%2CGASK%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAtBR%2CGASI%2CGAaK%3BAACD%2CoBAvBR%2CGASI%2CGAcK%3BET6Lb%2CmBAAA%3B%3BAS5NA%2CoBAQI%2CGASI%2CGAkBI%3BETyLZ%2CWAAA%3BESvLgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAWJ%2CKALP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKALP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COACK%2CYAGG%3BEACI%2CmBAAA%3B%3BAAEA%2CKAXf%2COAAO%2CSAGR%2CQAAO%2CMACH%2COACK%2CYAGG%2CSAGK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CKAvBP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAvBP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmBK%2CWAGG%2CIAAG%2CWAAW%3BEACV%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CKAjCP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COA6BK%2CWACG%3BEACI%2CmBAAA%3B%3BAAnCpB%2CKAAK%2COAAO%2CSA6CR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%3BEAEI%2CgBAAA%3B%3BAAFJ%2CaAIM%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COAAO%3BEACH%2CmBAAA%3B%3BAC9KJ%2CoBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAYR%3BEVmQA%2CmBAAA%3BEUhQI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CaAMM%3BEV6PN%2CiBAAA%3BEU3PQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAVR%2CaAaI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CgBAAA%3B%3BAAhBhB%2CaAaI%2COAOI%3BEACI%2CgBAAA%3B%3BAArBZ%2CaAaI%2COAWI%3BEACI%2CgBAAA%3B%3BAAEA%2CaAdR%2COAWI%2COAGK%3BEACG%2CaAAA%3B%3BAA5BhB%2CaAaI%2COAmBI%2CiBACM%3BEACE%2CgBAAA%3B%3BAAlChB%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%3BEAEH%2CWAAA%3B%3BAAtCpB%2CaAaI%2COAsCI%2COACI%3BEV%2BMZ%2CiBAAA%3BEU7MgB%2CgBAAA%3B%3BAAtDhB%2CaAaI%2COA6CI%3BEACI%2CgBAAA%3B%3BAA3DZ%2CaAaI%2COA6CI%2CcAGI%2COACI%3BEACI%2CWAAA%3B%3BAA%5C%2FDpB%2CaAaI%2COA6CI%2CcAGI%2COAKI%2COACM%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAOpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAA%5C%2FEZ%2CaAmFI%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAvFR%2CaAmFI%2CwBAMI%2CQAAO%2CQAAQ%3BEAEX%2CWAAA%3B%3BAA3FZ%2CaAmFI%2CwBAWI%3BEACI%2CmBAAA%3B%3BAAEA%2CaAdR%2CwBAWI%2CMAGK%3BEACG%2CgBAAA%3B%3BAAlGhB%2CaAuGI%3BEACI%2CkBAAA%3B%3BAAxGR%2CaAuGI%2CSAGM%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BAAOJ%2CaADJ%2CQACK%3BEACG%2CcAAA%3B%3BAAMZ%2CYAEI%2CMAEI%3BAAJR%2CYAGI%2CMACI%3BEACI%2CgBAAA%3B%3BAALZ%2CYASI%2CUAAS%3BEACL%2CaAAA%3B%3BAAMJ%2CKAAC%2CcACG%2CMACI%2CMACI%2CGAAG%2CGAAE%3BEACD%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAANhB%2CKAAC%2CcACG%2CMASI%2CMACI%3BEACI%2CSAAA%3B%3BAAZhB%2CKAAC%2CcACG%2CMAeM%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CKAAC%2CcAsBG%3BEACI%2CiBAAA%3B%3BAAEA%2CKAzBP%2CcAsBG%2CKAGK%3BAACD%2CKA1BP%2CcAsBG%2CKAIK%3BAACD%2CKA3BP%2CcAsBG%2CKAKK%3BEACG%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CKAjCP%2CcAsBG%2CKAWK%3BEACG%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CKAjCP%2CcAsBG%2CKAWK%2CIAQG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7ChB%2CKAAC%2CcAsBG%2CKA2BM%3BEVyEd%2CcAAA%3BEAAA%2CiBAAA%3BEUtEgB%2CgBAAA%3B%3BAApDZ%2CKAAC%2CcAwDG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA7DZ%2CKAAC%2CcAiEG%2CMACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAtEZ%2CKAAC%2CcA0EG%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAA9ER%2CKAAC%2CcA0EG%2CiBAMM%3BAAhFV%2CKAAC%2CcA0EG%2CiBAOM%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEVsChB%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAhCoJI%2CKAAC%2CcA0EG%2CiBAMM%2CegC8BZ%3BAhC9GE%2CKAAC%2CcA0EG%2CiBAOM%2CiBgC6BZ%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CKhC8IK%2CcA0EG%2CiBAMM%2CegC9Nb%3BAAAD%2CKhC8IK%2CcA0EG%2CiBAOM%2CiBgC%5C%2FNb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CKhCiIC%2CcA0EG%2CiBAMM%2CegClNb%2CMACI%3BAAAD%2CKhCiIC%2CcA0EG%2CiBAOM%2CiBgCnNb%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CKhC2HC%2CcA0EG%2CiBAMM%2CegC5Mb%2COACI%3BAAAD%2CKhC2HC%2CcA0EG%2CiBAOM%2CiBgC7Mb%2COACI%3BE1CqPL%2CcAAA%3B%3BAU1HI%2CKAAC%2CcA0EG%2CiBAsBM%3BEAEE%2CQAAA%3B%3BAgCjJhB%2CKhC%2BCK%2CcA0EG%2CiBAsBM%2CiBgC%5C%2FIb%3BE1CyKD%2CS2C5PS%2CO3C4PT%3B%3BAU1HI%2CKAAC%2CcAyGG%3BEACI%2CkBAAA%3B%3BAAEA%2CKA5GP%2CcAyGG%2CQAGK%3BEACG%2CeAAA%3B%3BAAGJ%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAvHP%2CcAsHG%2CSACK%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKAjIP%2CcAsHG%2CSAWK%3BEVPb%2CiBAAA%3BEUSgB%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CKAzIP%2CcAwIG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA1IZ%2CKAAC%2CcA%2BIG%3BEACI%2CgBAAA%3B%3BAAhJR%2CKAAC%2CcAqJG%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAAtJR%2CKAAC%2CcAoKG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAtKR%2CKAAC%2CcAyKG%2CMAAM%3BEACF%2CgBAAA%3B%3BAAMZ%2CsBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2C6BAAA%3B%3BAAIJ%3BEACI%2C6BAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%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%2CiBAAA%3B%3BAAuHJ%2CMAAC%3BEVtNL%2CeAAA%3BEUwNQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAIG%3BEACI%2CYAAA%3B%3BA0B7eZ%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%3B%3BAAjDZ%2CeA%2BCI%2CeACM%2CWAGI%3BEACE%2CkBAAA%3B%3BAApDhB%2CeA%2BCI%2CeACM%2CWAOI%3BEACE%2CmBAAA%3B%3BAAGI%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BEAEG%2CcAAA%3BEACA%2CWAAA%3B%3BAA9DxB%2CeA%2BCI%2CeACM%2CWAmBE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArEhB%2CeA0EI%3BAA1EJ%2CeA2EI%3BAA3EJ%2CeA4EI%3BAA5EJ%2CeA6EI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEKpDA%2CqBAAA%3BEACA%2CkBAAA%3BELkEI%2CYAAA%3B%3BApCpEJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAoC8CJ%2CiBKjDA%3BEAEI%2CeAAA%3BEzC8OJ%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FOQ%2CO3C%2BOR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CiBDKJ%2CiBCNC%2COACI%3BE1CqPL%2CcAAA%3B%3BAyCqEA%2CiBArTA%2CiBAqTC%3BEzCrED%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FOQ%2CO3C%2BOR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BE1CqPL%2CcAAA%3B%3BAoC%5C%2FLA%2CiBKsIA%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAoC%5C%2FLA%2CiBKsIA%2CgBAsBI%3BEzCmCJ%2CSAAA%3B%3BAyC3BQ%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%3BEzCzSJ%2CsDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAzDJ%2CiBAjTA%2CgBAiTC%3BEzCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyC6PA%2CiBAtTA%2CgBAsTC%3BEzC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BALvLR%2CiBAiBI%3BEpC8KJ%2CkBAAA%3BEoC5KQ%2CQAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAArBR%2CiBAiBI%2CgBAMI%3BEACI%2CaAAA%3B%3BAAGJ%2CiBAVJ%2CgBAUK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAfJ%2CgBAeK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAlCZ%2CiBAsCI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAzCZ%2CiBAsCI%2CSACI%2CSAIM%3BAA3Cd%2CiBAsCI%2CSACI%2CSAKM%3BEACE%2CeAAA%3B%3BAAEA%2CiBATZ%2CSACI%2CSAIM%2CWAIG%2CIAAI%3BAAAL%2CiBATZ%2CSACI%2CSAKM%2CaAGG%2CIAAI%3BEACD%2CkBAAA%3B%3BAAOZ%2CiBADJ%2CQACK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEhC0EZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAtCiOA%2CiBgC5FI%2CQACK%2CMhC2FR%3BAACD%2CiBgC7FI%2CQACK%2CMhC4FR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBgClGI%2CQACK%2CMhCiGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBgCvGI%2CQACK%2CMhCsGR%3BAACD%2CiBgCxGI%2CQACK%2CMhCuGR%3BAACD%2CQAAQ%2CUAAW%2CkBgCzGf%2CQACK%3BEhCyGL%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAoCxIQ%2CiBADJ%2CQACK%2CMM4HP%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CiBN%2BHI%2CQACK%2CMMhIR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBNkHA%2CQACK%2CMMpHR%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CiBN4GA%2CQACK%2CMM9GR%2COACI%3BE1CqPL%2CcAAA%3B%3BAoCxHQ%2CiBAjBJ%2CQAiBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%3BEpCiHpB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEoC5GgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBAtCZ%2CQAiBK%2CSAOG%2CSAAQ%2CIAcH%3BEACG%2CaAAA%3B%3BAAtBZ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%2CIAkBJ%2CQACM%3BEpC8FtB%2CeAAA%3B%3BAoCxHQ%2CiBAjBJ%2CQAiBK%2CSAgCG%3BEACI%2C4BAAA%3B%3BAAxGhB%2CiBAiHI%3BEACI%2CgBAAA%3B%3BAAIR%3BEpCyEA%2CsBAAA%3BEAAA%2CeAAA%3BEoCtEI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEpCgEA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAqC0GA%2CeAEI%3BEACI%2CeAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BEpC2Db%2C0BAAA%3B%3BAoCvDQ%2CeAPJ%2CcAOK%3BEACG%2CcAAA%3B%3BAAVZ%2CeAsBI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3B%3BAAzBZ%2CeA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CeAiCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CeAiCI%2CmBAII%3BEpC2BR%2CcAAA%3B%3BAoChEA%2CeA0CI%3BEACI%2CkBAAA%3B%3BAA3CR%2CeA0CI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAA9CZ%2CeA0CI%2CsBAOI%3BAAjDR%2CeA0CI%2CsBAQI%3BEACI%2CaAAA%3B%3BAAnDZ%2CeA0CI%2CsBAYI%2CMAAK%3BEpCUb%2CiBAAA%3B%3BAoChEA%2CeA0CI%2CsBAmBI%3BEACI%2CgBAAA%3B%3BAA9DZ%2CeAkEI%2CSACM%3BAAnEV%2CeAkEI%2CSAEM%3BEACE%2CWAAA%3B%3BAArEZ%2CeAkEI%2CSAMI%3BEAOI%2CSAAA%3BEACA%2CqBAAA%3B%3BAANA%2CeARR%2CSAMI%2CQAEK%3BEpCVb%2CcAAA%3BEoCYgB%2CiBAAA%3BEACA%2CgBAAA%3B%3BAM7KhB%2CeNkKI%2CSAiBI%2CQACM%2CUMpLb%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAoC4BQ%2CeA1BJ%2CSA0BK%3BEACG%2CeAAA%3B%3BAAKI%2CeAhCZ%2CSA8BK%2CQACG%2CQACK%3BEpClCjB%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BANkQgB%2CeAhCZ%2CSA8BK%2CQACG%2CQACK%2CQM9Cf%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CeN4NI%2CSA8BK%2CQACG%2CQACK%2CQM5PhB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BANzCQ%2CeA9BJ%2CSA8BK%2CQAiBG%3BEACI%2CaAAA%3B%3BAAlHhB%2CeA8HI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjIR%2CeAoII%3BEpCpEJ%2CiBAAA%3BEoCsEQ%2CmBAAA%3B%3BAAtIR%2CeAyII%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BEpC%5C%2FET%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAN4VQ%2CeADJ%2CQACK%2CKM1FP%3BAN2FM%2CeAFJ%2CQAEK%2COM3FP%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CeNqVI%2CQACK%2CKMtVR%3BAAAD%2CeNqVI%2CQAEK%2COMvVR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeNwUA%2CQACK%2CKM1UR%2CMACI%3BAAAD%2CeNwUA%2CQAEK%2COM3UR%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CeNkUA%2CQACK%2CKMpUR%2COACI%3BAAAD%2CeNkUA%2CQAEK%2COMrUR%2COACI%3BE1CqPL%2CcAAA%3B%3BA0CzKA%2CeNsPI%2CQAcK%2COMpQR%3BE1CyKD%2CS2C5PS%2CO3C4PT%3B%3BAWvQA%3BEXuQA%2CgBAAA%3B%3BAWlQA%3BEXkQA%2CgBAAA%3B%3BAWlQA%2CYAOI%3BEX2PJ%2C6BAAA%3B%3BAWlQA%2CYAYI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CcAAA%3B%3BAAIR%2CyBAGI%3BEACI%2CaAAA%3B%3BAgDzDR%3BE3D2RA%2CmBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BE2DpRI%2CkBAAA%3B%3BAAPJ%2CsBASI%3BE3DkRJ%2CeAAA%3BE2DhRQ%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CsBASI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAOA%2CsBAHR%2CkBACI%2COAEK%2COAAO%3BEvD2MpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAI7CA%2CsBuD1NI%2CkBACI%2COAEK%2COAAO%2CSvDuNnB%3BAACD%2CsBuD3NI%2CkBACI%2COAEK%2COAAO%2CSvDwNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBuDhOI%2CkBACI%2COAEK%2COAAO%2CSvD6NnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBuDrOI%2CkBACI%2COAEK%2COAAO%2CSvDkOnB%3BAACD%2CsBuDtOI%2CkBACI%2COAEK%2COAAO%2CSvDmOnB%3BAACD%2CQAAQ%2CUAAW%2CuBuDvOf%2CkBACI%2COAEK%2COAAO%3BEvDqOhB%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA2DjQgB%2CsBANZ%2CkBACI%2COAEK%2COAAO%2CSAGH%3BE3DiQjB%2CWAAA%3B%3BAYzPA%3BEAEI%2CaAAA%3B%3BAmD5BA%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BE%5C%2FD2QR%2CiBAAA%3B%3BA%2BDtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BE%5C%2FDkQZ%2CqBAAA%3B%3BAwB1RA%2CqBACI%2CaAOI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAXpB%2CqBACI%2CaAeI%2CcACI%3BEAEI%2CeAAA%3B%3BAwHEhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BEhJ%2BPL%2CYAAA%3B%3BAgJ%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BEhJuPb%2CWAAA%3B%3BAgJrQA%2CcAoBI%3BEhJ3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgJAA%2CcAwBI%3BEhJ6OJ%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAsGSA%2CcAwBI%2CsBtGiOF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CcsG2BI%2CsBtG3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2C7NQ%2CO3C6NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcsGcA%2CsBtGfH%2CMACI%3BE1C2PL%2CWAAA%3B%3BAgJnOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BEhJ%2BNT%2CYAAA%3B%3BAgJ9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BEhJuNjB%2CWAAA%3B%3BAgJrQA%2CcAqDI%3BEhJgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEgJzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BEhJ8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BEgJxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BEhJkLT%2C2BAAA%3B%3BAgJ9KQ%2CcAlCJ%2CuBAkCK%3BEhJ8KT%2C2BAAA%3BEgJ5KY%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%3BIhJwHrC%2CyBAAA%3B%3BEgJrHA%2CcAAe%2CuBAAsB%3BIhJqHrC%2C4BAAA%3BIgJnHI%2CQAAA%3B%3B%3BAvH1IJ%2CYAMI%3BAANJ%2CYAOI%3BEzBsPJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAyB7PA%2CYAMI%2CYAII%2CUACI%2COACI%3BAAZhB%2CYAOI%2CuBAGI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAbpB%2CYAMI%2CYAII%2CUAOI%3BAAjBZ%2CYAOI%2CuBAGI%2CUAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnBhB%2CYAwBI%3BEACI%2CYAAA%3B%3BAAzBR%2CYA4BI%3BEzBiOJ%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CaAAA%3BEyBxNQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BEzBmNT%2CqBAAA%3B%3BAyBhNY%2CYAjBR%2CuBAcK%2CcAGI%3BEzBgNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2ChPa%2CO3CgPb%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEyBzMgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAA%5C%2FDhB%2CYA0EI%3BEACI%2CgBAAA%3B%3BAAGI%2CYAJR%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAhFhB%2CYAqFI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvFR%2CYA0FI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAOI%2CMACI%3BEzB0HR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAyBrHY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C%2BBAdR%2CMAaI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAAvBpB%2C%2BBAOI%2CMAqBI%3BEACI%2CgBAAA%3B%3BAA7BZ%2C%2BBAOI%2CMAyBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAgC1LhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BEzDgRR%2CcAAA%3BEyD9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BEzDmQR%2CYAAA%3BEyD%5C%2FPY%2CSAAA%3B%3BA%5C%2FBdZ%3BE1B6QA%2CeAAA%3B%3BA0B7QA%2C%2BBAGI%3BE1B0QJ%2C6BAAA%3BE0BvQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BE1BoQR%2CSAAA%3BEAAA%2CqBAAA%3BE0C9QA%2CqBAAA%3BEhBsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CagBwPN%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2C%2BBhBFI%2C4BAMI%2CagBJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBhBfA%2C4BAMI%2CagBQP%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2C%2BBhBrBA%2C4BAMI%2CagBcP%2COACI%3BE1CqPL%2CcAAA%3B%3BA0B7QA%2C%2BBA2BI%3BE1BkPJ%2CiBAAA%3B%3BA0B7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BAoCrCR%3BE9D8QA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BA8D9QA%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BE9D6PR%2CWAAA%3BE8D3PY%2CcAAA%3B%3BAAnBZ%2CkBAuBI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIA%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BE9D%2BOhB%2CiBAAA%3BE8D7OgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAMI%3BAAPR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAKI%3BEACI%2CgBAAA%3B%3BAApCpB%2CkBA0CI%3BEACI%2CkBAAA%3B%3BAA3CR%2CkBAmDI%2CeACM%3BEACE%2C6BAAA%3BE9DyNZ%2CyBAAA%3BE8DvNY%2CeAAA%3BE9DuNZ%2CcAAA%3BE0ChOA%2CqBAAA%3BEoBmBY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlEZ%2CkBAmDI%2CeACM%2CSpB8MR%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CkBoBDI%2CeACM%2CSpBAT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoBnRY%2CkBAjBR%2CeACM%2CSAgBG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAvEhB%2CkBAmDI%2CeACM%2CSAsBE%3BE9DoMZ%2CiBAAA%3BE8DlMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BApBiChB%2CkBoB3DI%2CeA8BK%2COACK%2CSpB4Bb%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BA8D9QA%2CkBAmDI%2CeAuCI%3BEACI%2CkBAAA%3B%3BAA3FZ%2CkBAgGI%3BE9D8KJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE8D1KQ%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAA1GZ%2CkBA8GI%2CcACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlHZ%2CkBA8GI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAxHZ%2CkBA8GI%2CcAaI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA7HZ%2CkBA8GI%2CcAkBI%3BE9D8IR%2CiBAAA%3BE8D5IY%2CgBAAA%3B%3BAAIA%2CkBAxBR%2CcAuBI%2CqBACQ%2CuBACA%3BE9DuIhB%2CeAAA%3B%3BA8D9QA%2CkBA8II%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAhJR%2CkBA8II%2CiBAII%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAvJZ%2CkBA8II%2CiBAII%2CWAOI%3BEACI%2CSAAA%3B%3BAnClKhB%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%3BE3B6PJ%2CiBAAA%3BE2B3PQ%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%3BE3ByMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE2BpMgB%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%3BE5B8PZ%2C0BAAA%3B%3BA4BlRA%2CwBAsCI%3BE5B4OJ%2CeAAA%3BE4B1OQ%2CSAAA%3B%3BAAxCR%2CwBAsCI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA7CZ%2CwBAsCI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAlDZ%2CwBAsDI%3BEACI%2CaAAA%3BE5B2NR%2CsBAAA%3B%3BA4BxNY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAAnEhB%2CwBAwEI%3BAAxEJ%2CwBAyEI%3BE5ByMJ%2CgBAAA%3B%3BA4BlRA%2CwBA6EI%3BEACI%2CgBAAA%3B%3BAA9ER%2CwBAiFI%3BEACI%2CgBAAA%3B%3BAAlFR%2CwBAiFI%2C0BAGI%2CSACI%3BEACI%2CeAAA%3B%3BAAtFhB%2CwBAiFI%2C0BAaI%3BE5BoLR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA4B7KQ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAAtGZ%2CwBAgHI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAnHR%2CwBAsHI%3BEACI%2CcAAA%3B%3BAuB%5C%2FGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSR0ClB%2COQ1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BEnDwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BAmD%5C%2FQA%2CwBAuBI%2CsBAII%3BEnDoPR%2CcAAA%3BEAAA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CwBS9BI%2CsBAII%2CeT0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBS3CA%2CsBAII%2CeTsCP%2CMACI%3BE1C6ML%2CWAAA%3B%3BA0CvMI%2CwBSjDA%2CsBAII%2CeT4CP%2COACI%3BE1CuML%2CcAAA%3B%3BAmD%5C%2FQA%2CwBA0CI%3BEnDqOJ%2CsBAAA%3B%3BAmD%5C%2FQA%2CwBA8CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FCR%2CwBAkDI%3BEACI%2CUAAA%3B%3BAAnDR%2CwBAkDI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBARR%2CmBAEI%2CMAMK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBARR%2CmBAEI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAhBR%2CmBAEI%2CMAcK%3BEACG%2CYAAA%3B%3BAAnEhB%2CwBAkDI%2CmBAEI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAzEhB%2CwBAkDI%2CmBA2BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAA%5C%2FEZ%2CwBAmFI%2COAKI%2CQACM%3BEACE%2CiBAAA%3B%3BAA1FhB%2CwBAmFI%2COAKI%2CQAKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FFhB%2CwBAmFI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAArGhB%2CwBAmFI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAA3GhB%2CwBAmFI%2COA4BI%2CQACI%3BEACI%2CYAAA%3B%3BAAjHhB%2CwBAmFI%2COAkCM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAxHhB%2CwBAmFI%2COAyCI%2CKACI%3BEACI%2CcAAA%3B%3BAA9HhB%2CwBAmFI%2COAyCI%2CKAKI%3BEACI%2CWAAA%3B%3BAAIR%2CwBAnDJ%2COAmDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BAtC3JxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEb%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAa9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEbiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAahSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAwBpCI%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BErC0QR%2CiBAAA%3B%3BAKiwBA%2CgBgCrgCI%2CUhCqgCH%3BELjwBD%2CgBAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAqCjQQ%2CgBAHJ%2CUAGK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACA%2CQAGG%3BEACG%2CgBAAA%3B%3BAANhB%2CqBACI%2COAAM%2CUASF%2CMAAK%3BEACD%2CeAAA%3B%3BAAaZ%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBACI%2CmBACI%2CQACI%3BEACI%2CWAAA%3B%3BAA2BhB%2CQACI%2CoBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2CQAOI%3BEACI%2CmBAAA%3B%3BAARR%2CQAWI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAZR%2CQAWI%2CQAAO%2CKAGH%3BEACI%2CaAAA%3B%3BAAfZ%2CQAuBI%3BEACI%2CgBAAA%3B%3BAAxBR%2CQA2BI%3BErCyJJ%2CmBAAA%3BEqCvJQ%2CgCAAA%3B%3BAAEA%2CQAJJ%2CeAIK%3BEACG%2CgBAAA%3B%3BAA0BI%2CQAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CuBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CiBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BErC0HjB%2CcAAA%3B%3BAqClGQ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAQI%3BEAOI%2CmBAAA%3B%3BAAfR%2CMAQI%2COACI%3BErC4FR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAqClFQ%2CMADJ%2CEACK%3BEACG%2CSAAA%3B%3BAApBZ%2CMAwBI%3BEACI%2CeAAA%3B%3BAAYR%2CMAAM%2CSACF%3BErCmLJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAqC1NR%2CMAAM%2CSACF%2CSAII%3BErC2NR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAqClOT%2CMAAM%2CSACF%2CSAQI%3BErCuNR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEqCvNG%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%3BErCLR%2CgBAAA%3B%3BAqCKA%2CQAAQ%2CcAGJ%3BEACI%2CsBAAA%3B%3BAAcR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAe5TR%2CcAKI%3BEpD2RJ%2CiBAAA%3BEAAA%2CiBAAA%3BEoDxRQ%2CqBAAA%3BEACA%2CiBAAA%3B%3BACTR%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C4BAMI%2CQAAO%3BErD0RX%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2C4BWlBI%2CQAAO%2CSXkBV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC7QY%2COD6QZ%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAW3VA%2C0BACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHR%2C0BAOI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAAcR%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAIR%2CMAAM%3BEACF%2CmBAAA%3B%3BAAEA%2C0BAA2B%2CkBAAkB%2CyBAAyB%2COAHpE%2CUAGwE%3BEACtE%2CWAAA%3B%3BAAJR%2CMAAM%2CUAOF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMAXF%2CUAOF%2CiBAIK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAbZ%2CMAAM%2CUAiBF%3BEACI%2CeAAA%3B%3BAAEA%2CMApBF%2CUAiBF%2CqBAGK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CMAxBF%2CUAiBF%2CqBAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAAzBZ%2CMAAM%2CUA6BF%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BErDiNR%2CiBAAA%3B%3BAqDhPA%2CMAAM%2CUAmCF%2COAAM%3BEAEF%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA5CR%2CMAAM%2CUAmCF%2COAAM%2COAWF%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CMAtDF%2CUAqDF%2COACK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAxDZ%2CMAAM%2CUA4DF%2CQAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CMAhEE%2CUAgED%2CIACG%3BErD%2BKR%2CcAAA%3BEAAA%2CqBAAA%3BEqD7KY%2CeAAA%3B%3BAtD4BZ%2CMsD%5C%2FFM%2CUAgED%2CIACG%2COtD8BP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMsDpGM%2CUAgED%2CIACG%2COtDmCP%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CMsDzGM%2CUAgED%2CIACG%2COtDwCP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAqDhLI%2CMAhEE%2CUAgED%2CIAMG%3BEACI%2CUAAA%3B%3BAAIR%2CMA3EE%2CUA2ED%2CwBACG%2COAAM%3BEACF%2CeAAA%3B%3BAC5HZ%2CsBACI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAANR%2CsBACI%2CiBAOI%2COAAM%3BEACF%2CoBAAA%3B%3BAATZ%2CsBAaI%2CmBACI%2CWACI%3BEACI%2CeAAA%3B%3BAAIA%2CsBAPZ%2CmBACI%2CWAKI%2CiBACK%2CYACK%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAZpB%2CmBACI%2CWAKI%2CiBACK%2CYACK%2COAIG%3BEACG%2CgBAAA%3B%3BAANZ%2CsBAPZ%2CmBACI%2CWAKI%2CiBACK%2CYAUG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CsBAzBR%2CmBACI%2CWAwBQ%2CYAAS%3BEACT%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAxChB%2CsBAaI%2CmBA%2BBI%3BEACI%2CWAAA%3B%3BAA7CZ%2CsBAiDI%3BEACI%2CcAAA%3B%3BAAlDR%2CsBAqDI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAxDR%2CsBAqDI%2CkBAKI%2CyBAAyB%2COAAM%2CIAAI%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA5DZ%2CsBAgEI%2CUAAS%3BEACL%2CWAAA%3B%3BAAjER%2CsBAoEI%3BEACI%2CmBAAA%3B%3BAArER%2CsBAwEI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAC9ER%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAKI%2CsBACI%2CUAAS%3BEACL%2CmBAAA%3B%3BAASZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAGI%3BEACI%2CgBAAA%3B%3BAALZ%2CYAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CYAaI%2CuBAGI%3BEACI%2CgBAAA%3B%3BA1BhBZ%2CaACI%3BEAEI%2CmBAAA%3B%3BAAHR%2CaACI%2COAII%3BE7B0QR%2CWAAA%3BEAAA%2CgBAAA%3B%3BA6BnQA%3BEACI%2CcAAA%3B%3BAADJ%2CaAGI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BE7BwPA%2CgBAAA%3BE6BtPI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAII%2CiBACM%2CaACE%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAARhB%2CaAaI%3BAAbJ%2CaAcI%3BE7B%2BNJ%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAbiCA%2CaAaI%2CaaoNF%3BAbjOF%2CaAcI%2CeamNF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CabwCI%2CaaxCH%3BAAAD%2CabyCI%2CeazCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Cab2BA%2Caa5BH%2CMACI%3BAAAD%2Cab4BA%2Cea7BH%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CabqBA%2CaatBH%2COACI%3BAAAD%2CabsBA%2CeavBH%2COACI%3BE1CqPL%2CcAAA%3B%3BA0CzKA%2CabzCI%2CeayCH%3BE1CyKD%2CS2C5PS%2CO3C4PT%3B%3BA6B3MA%3BE7B2MA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CYAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYADH%2CMACI%3BE1C6ML%2CWAAA%3B%3BA0CvMI%2CYADH%2COACI%3BE1CuML%2CcAAA%3B%3BA6B3LQ%2CYAFH%2COAEI%3BAAAD%2CYADH%2CQACI%3BEACG%2CScrCN%2COdqCM%3B%3BAAKZ%2CaAEI%3BAADJ%2CKAAK%2CcAAe%2CcAChB%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAASJ%2CKAAC%2CcACG%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEA%2CKAVP%2CcACG%2CcASK%3BEACG%2CcAAA%3B%3BAAKJ%2CKAhBP%2CcAeG%2CWACK%3BE7BsJb%2C6BAAA%3B%3BA6BtKI%2CKAAC%2CcAeG%2CWAKI%3BEACI%2CeAAA%3B%3BAAUhB%3BE7BuIA%2CgCAAA%3BE6BrII%2CSAAA%3B%3BAAIQ%2CgBAFP%2CQACG%2COACK%3BE7BiIb%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BA6BvIA%2CgBAYI%3BE7B2HJ%2CcAAA%3BE6BzHQ%2CeAAA%3BEACA%2CSAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BE7BsHR%2CcAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CgBb%2BFI%2COa%5C%2FFH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBbkFA%2COanFH%2CMACI%3BE1C6ML%2CWAAA%3B%3BA6BvIA%2CgBA%2BBI%3BEAEI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAcI%2CoBALR%2CoBAII%2CGACK%3BAAAD%2CoBAJR%2CkCAGI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAPhB%2CoBACI%2CoBAcI%3BAAfR%2CoBAEI%2CkCAaI%3BEACI%2CWAAA%3B%3BAAhBZ%2CoBACI%2CoBAkBI%2CcACI%3BAApBZ%2CoBAEI%2CkCAiBI%2CcACI%3BE7ByEZ%2CgBAAA%3BE6BvEgB%2CcAAA%3B%3BAAkBhB%3BEACI%2CmBAAA%3B%3BAV5OJ%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%3BAAapB%2CqBAEI%2CQAAO%3BEnBsQX%2CcAAA%3B%3BAmBjQA%2CyBAKI%3BEnB4PJ%2CkBAAA%3BEmB1PQ%2CWAAA%3B%3BAAKJ%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAAc%2CMADb%2CaAAc%2CUAKX%3BEACI%2CgBAAA%3B%3BAALR%2CaAAc%2CMADb%2CaAAc%2CUAKX%2COAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAsBhB%3BEACI%2CmBAAA%3B%3BAAQQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAoBhB%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CgCASI%2CMACI%3BEACI%2CSAAA%3B%3BAAXZ%2CgCAeI%3BEACI%2C6BAAA%3B%3BAAhBR%2CgCAmBI%3BEACI%2CuBAAA%3B%3BAApBR%2CgCAmBI%2CKAGI%3BEACI%2CqBAAA%3B%3BAAvBZ%2CgCAmBI%2CKAOI%3BEnBgJR%2CiBAAA%3BEmB9IY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CgCAwCI%2CSACI%3BEAGI%2CSAAA%3B%3BAAGJ%2CgCAPJ%2CSAOK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgCAbJ%2CSAaK%3BEnBqHT%2CiBAAA%3BEmBnHY%2CcAAA%3BEACA%2CeAAA%3B%3BAW7JZ%2CcACI%3BE9B8QJ%2CeAAA%3BE8B5QQ%2CqBAAA%3B%3BAAHR%2CcAMI%3BEACI%2CmBAAA%3B%3BAAIR%3BE9BoQA%2CgBAAA%3BE8BlQI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAMI%3BE9BwPJ%2CmBAAA%3BEAAA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAZ9BA%2CmBAMI%2CUY4OF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CmBZ9BI%2CUY8BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3QW%2COD2QX%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAZrTQ%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%3BE9BmNb%2CsBAAA%3BE8BjNgB%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%3BEAEI%2CoBAAA%3BE9B2LR%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAZ8EA%2CoBAGI%2CeYiLF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CoBZ2EI%2CeY3EH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C5PS%2CO3C4PT%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoBZ8DA%2CeY%5C%2FDH%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CoBZwDA%2CeYzDH%2COACI%3BE1CqPL%2CcAAA%3B%3BA8B7KA%2CqBACI%2CUACI%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAQQ%2CYAHZ%2CUACK%2CaACG%2COACK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAOpB%2CYAAa%2CMAAK%2CMAEd%3BAADJ%2CkBACI%3BEACI%2CgBAAA%3B%3BAAHR%2CYAAa%2CMAAK%2CMAEd%2CeAGI%3BAAJR%2CkBACI%2CeAGI%3BEACI%2CWAAA%3B%3BAANZ%2CYAAa%2CMAAK%2CMAEd%2CeAOI%3BAARR%2CkBACI%2CeAOI%3BEAEI%2CSAAA%3B%3BAAXZ%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CSAIM%3BAAZd%2CkBACI%2CeAOI%2CSAIM%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%3BAgB%5C%2FMR%2CcAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CMAAM%2CQACF%2CgBACM%3BEACE%2CaAAA%3B%3BAAHZ%2CMAAM%2CQAOF%2CKAAI%3BEACA%2CUAAA%3B%3BAARR%2CMAAM%2CQAWF%2CKAAI%3BEACA%2CUAAA%3B%3BAAZR%2CMAAM%2CQAqBF%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBR%2CMAAM%2CQA2BF%2CWACI%3BEACI%2CSAAA%3B%3BAA7BZ%2CMAAM%2CQA2BF%2CWAKI%3BEACI%2CgBAAA%3B%3BAAjCZ%2CMAAM%2CQA2BF%2CWASI%2CWACI%3BEACI%2CmBAAA%3B%3BAAtChB%2CMAAM%2CQA2CF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CqBACI%2CmBACI%3BEACI%2CWAAA%3B%3BARpEd%2CWACE%2CQAAO%3BEAQL%2CmBAAA%3B%3BAAJA%2CWAJF%2CQAAO%2CiBAIJ%2CIAAI%3BEACH%2CmBAAA%3B%3BANIJ%2CqBASI%3BAATJ%2CqBAUI%2COAAM%3BEhCqRV%2CgBAAA%3B%3BAgChRQ%2CqBADJ%2CQACK%3BEACG%2CQAAA%3B%3BAAGJ%2CqBALJ%2CQAKK%3BEhC4QT%2CqBAAA%3BE0C9QA%2CqBAAA%3BEVQY%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBALJ%2CQAKK%2CIUgQP%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CqBVTI%2CQAKK%2CIUIR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CpOU%2CO3CoOV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBVtBA%2CQAKK%2CIUgBR%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CqBV5BA%2CQAKK%2CIUsBR%2COACI%3BE1CqPL%2CcAAA%3B%3BAiD%5C%2FRI%2COAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2COAAC%2CMACG%3BEjD0RR%2CyBAAA%3BEAAA%2C2EAAA%3BEiDrRY%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAEA%2COAjBP%2CMACG%2COAgBK%2CYAAY%3BEjD0QzB%2CWAAA%3BEiDxQgB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2COA9BP%2CMACG%2COA6BK%3BEACG%2CYAAA%3B%3BAApChB%2COAyCI%3BEACI%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CSAAA%3B%3BAADJ%2COAAC%2CQAGG%3BEACI%2CiBAAA%3B%3BAAJR%2COAAC%2CQAOG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAQ%2CQAbX%2CQAaY%3BEACL%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAhBR%2COAAC%2CQAmBG%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2COAAC%3BEACG%2CgBAAA%3B%3BAAEA%2COAHH%2CMAGI%3BEACG%2CSAAS%2CIAAT%3B%3BAAIR%2COAAC%3BEjDmML%2CcAAA%3B%3BAiD%5C%2FLI%2COAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAAEA%2COAJH%2CQAII%3BEACG%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2COATH%2CQASI%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEjD6KZ%2CcAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2COO2BK%2CQASI%2CMPpCR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAO7OY%2COA3BP%2CQASI%2CMAkBI%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2COAjCP%2CQASI%2CMAwBI%3BEjD8Jb%2CcAAA%3B%3BA0ChKA%2COOMsB%2CUArCjB%2CQASI%2CMPsBR%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAiDlJQ%2COA7CH%2CQA6CI%3BEACG%2CSAAA%3BEACA%2CaAAA%3B%3BAAFJ%2COA7CH%2CQA6CI%2CQAIG%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAANR%2COA7CH%2CQA6CI%2CQASG%3BEjDyIZ%2CcAAA%3BEiDvIgB%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COA7DX%2CQA6CI%2CQASG%2CEAOK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2COAjEf%2CQA6CI%2CQASG%2CEAOK%2CMAIO%3BEACA%2CyBAAA%3B%3BAArBhB%2COA7CH%2CQA6CI%2CQA0BG%3BEjDwHZ%2CcAAA%3BEiDtHgB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COA7EX%2CQA6CI%2CQA0BG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2COAjFX%2CQA6CI%2CQA0BG%2COAUK%3BEACG%2CSAAS%2CGAAT%3B%3BAWlLpB%2CkBAAkB%2CMACd%2CQAAO%3BE5D8RX%2CSAAA%3B%3BA4DzRA%3BE5DyRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEiJlJA%2CaAAA%3BEACA%2CUAAA%3BErF%5C%2FHI%2CsBAAA%3B%3BAATJ%2CUqF0EA%3BEjJ%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA4DzRA%2CUqF0EA%2CcAGI%3BEjJ4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA4DzRA%2CUqFgGA%2CeACI%2CQAAO%3BEjJwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BA4DzRA%2CUqFgGA%2CeACI%2CQAAO%2CMvG4KT%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CUuG%2BEA%2CeACI%2CQAAO%2CMvGhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUuGkEJ%2CeACI%2CQAAO%2CMvGpEV%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CUuG4DJ%2CeACI%2CQAAO%2CMvG9DV%2COACI%3BE1CqPL%2CcAAA%3B%3BAI7CA%2CU6I5IA%2CeACI%2CQAAO%2CM7I2IV%3BAACD%2CU6I7IA%2CeACI%2CQAAO%2CM7I4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU6IlJA%2CeACI%2CQAAO%2CM7IiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU6IvJA%2CeACI%2CQAAO%2CM7IsJV%3BAACD%2CU6IxJA%2CeACI%2CQAAO%2CM7IuJV%3BAACD%2CQAAQ%2CUAAW%2CW6IzJnB%2CeACI%2CQAAO%3BE7IyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAiJ%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BArF3IJ%2CUAWI%3BEAEI%2CgBAAA%3B%3BAAbR%2CUAWI%2CgBAII%3BEACI%2CgBAAA%3B%3BAAGI%2CUARZ%2CgBAII%2CWAGI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOZ%2CUADJ%2CQACK%3BEACG%2CkBAAA%3B%3BAA5BZ%2CUAgCI%3BEACI%2CmBAAA%3B%3BAAjCR%2CUAoCI%3BEACI%2CkBAAA%3B%3BAArCR%2CUAwCI%2CeACI%3BEACI%2CaAAA%3B%3BAA1CZ%2CUA8CI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAGI%3BEACI%2C6BAAA%3B%3BAAIR%3BAACA%2CaAAc%3BAACd%2CmBAAoB%3BEAChB%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcAAC%2CIAAI%3BAAAL%2CaALU%2CeAKT%2CIAAI%3BAAAL%2CmBAJgB%2CeAIf%2CIAAI%3BEACD%2CkBAAA%3B%3BAAIR%2CuBAAwB%2CWAEpB%2CWACI%2CiBAAmB%3BAAF3B%2CmBAAoB%2CWAChB%2CWACI%2CiBAAmB%3BEACf%2CeAAA%3B%3BAAKZ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CMAAM%3BExDuIN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CMwDnJM%2CcxDmJL%3BAACD%2CMwDpJM%2CcxDoJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMwDzJM%2CcxDyJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMwD9JM%2CcxD8JL%3BAACD%2CMwD%5C%2FJM%2CcxD%2BJL%3BAACD%2CQAAQ%2CUAAW%2COwDhKb%3BExDiKF%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CM6D%5C%2FCM%2Cc7D%2BCL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CM6DpDM%2Cc7DoDL%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CM6DzDM%2Cc7DyDL%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CMwDxGM%2CcxDwGL%3BAACD%2CMwDzGM%2CcxDyGL%3BAACD%2CMwD1GM%2CcxD0GL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CMwD%5C%2FGM%2CcxD%2BGL%3BAACD%2CMwDhHM%2CcxDgHL%3BAACD%2CQAAQ%2CUAAW%2COwDjHb%3BE5DgMN%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA2B3MA%2CSAAC%2CMAAM%3BEUsIX%2CqBAAA%3BEACA%2CkBAAA%3BEVzHQ%2CgBAAA%3BEACA%2CsBAAA%3B%3BA%5C%2FBkBR%2CS%2BBjCK%2CMAAM%2CO%5C%2FBiCV%3BAACD%2CS%2BBlCK%2CMAAM%2CO%5C%2FBkCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CS%2BBvCK%2CMAAM%2CO%5C%2FBuCV%3BEACG%2CWAAA%3B%3BA%2BBxCA%2CSAAC%2CMAAM%2COUsbX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAVxbA%2CSAAC%2CMAAM%2COU2bX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAV7bA%2CSAAC%2CMAAM%2COUoJX%3BEzCiIA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAXrDI%2CSAAC%2CMAAM%2COUoJX%2CeCqHE%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CSX3DK%2CMAAM%2COUoJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSXxEC%2CMAAM%2COUoJX%2CeC7EC%2CMACI%3BE1C6ML%2CWAAA%3B%3BA0CvMI%2CSX9EC%2CMAAM%2COUoJX%2CeCvEC%2COACI%3BE1CuML%2CcAAA%3B%3BAyCuHA%2CSV5YK%2CMAAM%2COUoJX%2CeAwPC%3BEzCvHD%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BADuVA%2CSV5YK%2CMAAM%2COUoJX%2CeAwPC%2COCnIC%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CSX3DK%2CMAAM%2COUoJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2C%5C%2FNM%2CO3C%2BNN%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSXxEC%2CMAAM%2COUoJX%2CeAwPC%2COCrUA%2CMACI%3BE1C6ML%2CWAAA%3B%3BA0CvMI%2CSX9EC%2CMAAM%2COUoJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BE1CuML%2CcAAA%3B%3BA%2BBrRI%2CSAAC%2CMAAM%2COU4NX%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BA%2BBrRI%2CSAAC%2CMAAM%2COU4NX%2COAsBI%3BEzCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAyC3BQ%2CSV1PH%2CMAAM%2COU4NX%2COAsBI%2CGAQK%3BEzC2BT%2CmBAAA%3BEyCzBY%2CeAAA%3B%3BAAuTZ%2CSVnjBK%2CMAAM%2COU4NX%2COAuVC%3BAACD%2CSVpjBK%2CMAAM%2COU4NX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSV7jBK%2CMAAM%2COU4NX%2COAiWC%3BEACG%2CiBAAA%3BEzCzSJ%2CsDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CSVnkBK%2CMAAM%2COU4NX%2COAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAzDJ%2CSV7gBK%2CMAAM%2COU4NX%2COAiTC%3BEzCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyC6PA%2CSVlhBK%2CMAAM%2COU4NX%2COAsTC%3BEzC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CSVzQK%2CMAAM%2COUyQV%3BEACG%2CiBAAA%3B%3BAADJ%2CSVzQK%2CMAAM%2COUyQV%2COAGG%3BEACI%2CcAAA%3B%3BAV7QJ%2CSAAC%2CMAAM%2COAkBH%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CSA1BP%2CMAAM%2COAuBD%2CUAGG%3BEAKG%2CiBAAA%3B%3BAW6EhB%2CSX5GK%2CMAAM%2COAuBD%2CUAGG%2CMWkFZ%3BE1CyKD%2CS2ChQiB%2CO3CgQjB%3B%3BA%2BBpPgB%2CSAjCX%2CMAAM%2COAuBD%2CUAGG%2CMAOI%3BEACG%2CSAAA%3BEACA%2CWAAA%3B%3BAAIR%2CSAvCP%2CMAAM%2COAuBD%2CUAgBG%3BAACD%2CSAxCP%2CMAAM%2COAuBD%2CUAiBG%3BAACD%2CSAzCP%2CMAAM%2COAuBD%2CUAkBG%3BE%5C%2FB4Ob%2CWAAA%3B%3BA%2BBtOY%2CSA%5C%2FCP%2CMAAM%2COA8CD%2CUAAO%2COACJ%3BEACG%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAeR%2CKAAK%2CcAAe%2CUAnEvB%2CMAAM%3BEAoEC%2CwBAAA%3B%3BAAGI%2CKAJH%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUACG%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAIA%2CKAXP%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAOG%2COACI%3BE%5C%2FBuMrB%2CcAAA%3B%3BA%2BBlMgB%2CKAhBH%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAaG%3BAACD%2CKAjBH%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAcG%3BE%5C%2FBiMjB%2CcAAA%3B%3BA%2BB%5C%2FLoB%2CKAnBP%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAaG%2CMAGI%3BAAAD%2CKAnBP%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAcG%2COAEI%3BEACG%2CaAAA%3B%3BAAQpB%2CSAAC%2COAAO%3BE%5C%2FBsLZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEiJlJA%2CaAAA%3BEACA%2CUAAA%3BElHnCQ%2CsBAAA%3B%3BAAFJ%2CSAAC%2COAAO%2CMkHzBZ%3BEjJ%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA%2BBtLI%2CSAAC%2COAAO%2CMkHzBZ%2CcAGI%3BEjJ4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA%2BBtLI%2CSAAC%2COAAO%2CMkHHZ%2CeACI%2CQAAO%3BEjJwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BA%2BBtLI%2CSAAC%2COAAO%2CMkHHZ%2CeACI%2CQAAO%2CMvG4KT%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CSXkFK%2COAAO%2CMkHHZ%2CeACI%2CQAAO%2CMvGhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSXqEC%2COAAO%2CMkHHZ%2CeACI%2CQAAO%2CMvGpEV%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CSX%2BDC%2COAAO%2CMkHHZ%2CeACI%2CQAAO%2CMvG9DV%2COACI%3BE1CqPL%2CcAAA%3B%3BAI7CA%2CS2BzIK%2COAAO%2CMkHHZ%2CeACI%2CQAAO%2CM7I2IV%3BAACD%2CS2B1IK%2COAAO%2CMkHHZ%2CeACI%2CQAAO%2CM7I4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS2B%5C%2FIK%2COAAO%2CMkHHZ%2CeACI%2CQAAO%2CM7IiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS2BpJK%2COAAO%2CMkHHZ%2CeACI%2CQAAO%2CM7IsJV%3BAACD%2CS2BrJK%2COAAO%2CMkHHZ%2CeACI%2CQAAO%2CM7IuJV%3BAACD%2CQAAQ%2CUAAW%2CU2BtJd%2COAAO%2CMkHHZ%2CeACI%2CQAAO%3BE7IyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAiJ%5C%2FIA%2CSlHvCK%2COAAO%2CMkHuCX%3BEACG%2CUAAA%3B%3BAlHpCI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BE%5C%2FB6KL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BEiJhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSlHpDK%2CQkHoDJ%3BEjJyHD%2CYAAA%3BEiJrHQ%2CyBAAA%3B%3BAlHtDA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAAUR%2CSAAC%2CSAAS%2CKAEN%2CQAAO%3BAADX%2CSAAC%2CSAAS%2CKACN%2CQAAO%3BE%5C%2FB8Jf%2CcAAA%3B%3BA%2BBxJA%2CuBAOI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXZ%2CuBAOI%2CiBACM%2CWAKE%2CQAAO%3BEACH%2CYAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAAMY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAOZ%2C0BAZJ%2CUAYK%3BEACG%2CmBAAA%3B%3BAADJ%2C0BAZJ%2CUAYK%2CMAGG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BArBJ%2CUAqBK%3BE%5C%2FB4GT%2CcAAA%3BE%2BB1GY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C0BA1BR%2CUAqBK%2COAKI%3BE%5C%2FBuGb%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2C0BXuII%2CUAqBK%2COAKI%2CQWjKZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5QW%2COD4QX%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2C2BAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAXpKY%2C0BAtCR%2CUAqCK%2CQACI%3BAACD%2C0BAvCR%2CUAqCK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAGJ%2C0BA3CR%2CUAqCK%2CQAMI%3BEACG%2CkBAAA%3B%3BAAPR%2C0BArCJ%2CUAqCK%2CQAUG%2CMACI%3BEACI%2CQAAA%3B%3BAAEA%2C0BAnDhB%2CUAqCK%2CQAUG%2CMACI%2CUAGK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAxDhB%2CUAqCK%2CQAUG%2CMACI%2CUAQK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAOhB%2C0BAjEJ%2CUAiEK%2CSAAS%3BEACN%2CkBAAA%3B%3BAAKZ%2C2BAKI%3BE%5C%2FBqDJ%2CmBAAA%3BE%2BBnDQ%2CgBAAA%3B%3BAAUR%2C8BASI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%3BE%5C%2FB0BJ%2CmBAAA%3BEAAA%2CiBAAA%3B%3BA%2BB3BA%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%3BEACA%2CkBAAA%3B%3BAApCR%2C0BAuCI%2CmBACI%3BE%5C%2FBbR%2CcAAA%3B%3BA%2BBmBQ%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BAQ1TZ%2CcAAC%2CQACC%3BAADS%2CcAAC%2CQACV%3BEACE%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CcAAC%2CQACC%2CGAIE%3BAALO%2CcAAC%2CQACV%2CGAIE%3BEACE%2CWAAA%3B%3BAACA%2CcAPL%2CQACC%2CGAIE%2CEAEG%3BAAAD%2CcAPM%2CQACV%2CGAIE%2CEAEG%3BEACC%2CqBAAA%3B%3BAARR%2CcAAC%2CQAaC%2CGAAE%3BAAbO%2CcAAC%2CQAaV%2CGAAE%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAfJ%2CcAAC%2CQAkBC%3BAAlBS%2CcAAC%2CQAkBV%3BEACM%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApBR%2CcAAC%2CQAkBC%2CaAIM%2CeACE%3BAAvBC%2CcAAC%2CQAkBV%2CaAIM%2CeACE%3BEACE%2CiBAAA%3B%3BAAxBZ%2CcAAC%2CQAkBC%2CaAIM%2CeAIE%3BAA1BC%2CcAAC%2CQAkBV%2CaAIM%2CeAIE%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA5BZ%2CcAAC%2CQAkBC%2CaAIM%2CeAQE%3BAA9BC%2CcAAC%2CQAkBV%2CaAIM%2CeAQE%3BEACE%2CgBAAA%3B%3BAA%5C%2FBZ%2CcAAC%2CQAkBC%2CaAIM%2CeAWE%3BAAjCC%2CcAAC%2CQAkBV%2CaAIM%2CeAWE%3BEACE%2CcAAA%3B%3BAAlCZ%2CcAAC%2CQAkBC%2CaAIM%2CeAWE%2CaAGE%3BAApCD%2CcAAC%2CQAkBV%2CaAIM%2CeAWE%2CaAGE%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAtCd%2CcAAC%2CQAkBC%2CaAIM%2CeAWE%2CaAOE%3BAAxCD%2CcAAC%2CQAkBV%2CaAIM%2CeAWE%2CaAOE%3BEACE%2CgBAAA%3B%3BAAzCd%2CcAAC%2CQA%2BCG%2CgBACE%3BAAhDK%2CcAAC%2CQA%2BCR%2CgBACE%3BEACE%2CaAAA%3B%3BAAjDR%2CcAAC%2CQA%2BCG%2CgBACE%2CaAGE%2CeACE%3BAApDC%2CcAAC%2CQA%2BCR%2CgBACE%2CaAGE%2CeACE%3BEACE%2CWAAA%3B%3BAArDZ%2CcAAC%2CQA%2BCG%2CgBACE%2CaAGE%2CeAIE%3BAAvDC%2CcAAC%2CQA%2BCR%2CgBACE%2CaAGE%2CeAIE%3BEACE%2CkBAAA%3B%3BAAzDd%2CcAgEE%3BEACE%2CmBAAA%3B%3BAAjEJ%2CcAgEE%2COAGE%3BEACE%2CgBAAA%3B%3BAApEN%2CcAwEE%3BEACE%2CgBAAA%3B%3BAAzEJ%2CcAwEE%2CeAGE%2CQAAO%3BEACL%2CqBAAA%3B%3BAA5EN%2CcAwEE%2CeAOE%2CKACE%3BEACE%2CqBAAA%3B%3BAAWF%2CcApBJ%2CeAOE%2CKAaG%2CKACC%2CQAAO%3BEACL%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAcR%2CcAAC%2CIAAI%2CUACH%2CeACE%3BEACE%2CSAAA%3B%3BAAhHR%2CcAqHI%3BEACA%2CgBAAA%3B%3BAAtHJ%2CcAyHE%2CiBACI%3BEACA%2CcAAA%3B%3BAA3HN%2CcAyHE%2CiBACI%2CaAGA%3BEACE%2CmBAAA%3B%3BAAEA%2CcAPN%2CiBACI%2CaAGA%2CQAGG%3BEACC%2CcAAA%3BEACA%2CcAAA%3B%3BAAlIV%2CcAyHE%2CiBAcI%3BEACA%2CkBAAA%3B%3BAAxIN%2CcAgJE%3BEACE%2CgBAAA%3B%3BAAuBQ%2CcAfV%2COAGE%2CkBACE%2CcACE%2CUASI%2CSACC%3BEACC%2CaAAA%3B%3BAAzKd%2CcAyJE%2COAGE%2CkBACE%2CcACE%2CUASI%2CSAKA%3BEACE%2CqBAAA%3B%3BAA7Kd%2CcAqLE%3BAArLF%2CcAsLE%2CeAAe%3BEAEb%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAzLJ%2CcAqLE%2CaAME%3BAA3LJ%2CcAsLE%2CeAAe%2COAKb%3BEACE%2CgBAAA%3B%3BAA5LN%2CcAqLE%2CaAME%2COAGE%3BAA9LN%2CcAsLE%2CeAAe%2COAKb%2COAGE%3BEvCkGJ%2CcAAA%3B%3BAuChSF%2CcAoME%2CeAEE%3BEACE%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CcAAC%2CaACC%2CaAAe%3BEvCmFjB%2CiBAAA%3B%3BAuCpFA%2CcAAC%2CaAKC%2CgBACE%2CeAAc%2CIAAI%3BEAChB%2CmBAAA%3B%3BAAPN%2CcAAC%2CaAWC%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA3NN%2CcA%2BNE%2CWACE%3BEACE%2CkBAAA%3B%3BAAjON%2CcA%2BNE%2CWAKI%3BEACA%2CSAAA%3B%3BAArON%2CcAyOE%2CqBACE%3BEACE%2CgBAAA%3B%3BAA3ON%2CcA%2BOE%2CoBACE%3BEACE%2CSAAA%3B%3BAAjPN%2CcA%2BOE%2CoBACE%2CUAGE%2CQAAO%3BEACL%2CeAAA%3B%3BAApPR%2CcA6PE%2CiBAAiB%2COAAM%3BEvCmCvB%2CiBAAA%3BEuCjCE%2CmBAAA%3B%3BAA%5C%2FPJ%2CcA6PE%2CiBAAiB%2COAAM%2COAIrB%3BEACE%2CgBAAA%3B%3BAAKN%2CyBAME%3BEACE%2CcAAA%3B%3BAAIJ%2C%2BBACE%3BEACE%2CcAAA%3B%3BAiBlRF%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%3BExD4QR%2CqBAAA%3BE0C9QA%2CqBAAA%3BEceY%2CcAAA%3B%3BAdTZ%2CMctBM%2CWAeF%2COAGI%2CSdIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CnOY%2CO3CmOZ%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAc5UY%2CMA3BN%2CWAeF%2COAGI%2CSASK%3BEACG%2CkBAAA%3B%3BAA5BhB%2CMAAM%2CWAmCF%3BEACI%2CkBAAA%3B%3BAApCR%2CMAAM%2CWAuCF%3BEACI%2CaAAA%3B%3BAAxCR%2CMAAM%2CWA%2BCF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAlDR%2CMAAM%2CWAqDF%2CQAAO%3BEACH%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BARpDR%2CKAAK%2COAAQ%3BEhDyRb%2CcAAA%3B%3BAgDtRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BEkGsEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAlGvEA%2CekG0EA%3BElJmMA%2CWAAA%3BEkJjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BElJ2FA%2CcAAA%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkJxEA%2CSvGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuGmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAlG7LA%2CekG0EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BElJ2FA%2CcAAA%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkJxEA%2CSvGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuGmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAlG7LA%2CekG0EA%2CeAsBM%2COAiBE%3BElJhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgDJA%2CwBAEI%2CgBkGmHJ%3BAlGpHA%2CcACI%2CgBkGmHJ%3BElJxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgDGA%3BEkGrBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BElJqRD%2CcAAA%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkJ1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSvGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuGmLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAlGMJ%2CoBkGHA%2CMAAK%3BElJPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkJMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAlGJhB%2CoBkGUA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAlGbJ%2CoBkGUA%2CMAKI%3BElJzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkJsBI%2CoBATJ%2CMASK%3BElJ%2BOL%2CcAAA%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkJ1GA%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%3BAlGpChB%2CoBkG6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuGmLR%3B%3BAlG1LA%2CoBkG6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvGnLQ%2CQAAA%2CQAAA%2CQAAA%2COuGmLR%3B%3BAlG1LA%2CoBkG6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvGnLQ%2CQAAA%2CQAAA%2COuGmLR%3B%3BAlG1LA%2CoBkG6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvGnLQ%2CQAAA%2COuGmLR%3B%3BAlG1LA%2CoBkG6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvGnLQ%2COuGmLR%3B%3BAlGvLI%2CoBAAC%3BEkGuLL%2CSjJtMc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiJsMd%3B%3BAlG5KA%3BEACI%2CkBAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAASJ%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COANH%2CQAMI%3BEACG%2CaAAA%3B%3BAAPR%2COAAC%2CQAUG%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAdR%2COAAC%2CQAiBG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CKACG%2CQAAO%2COAAO%3BEhDyMtB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEgDtMY%2CSAAA%3B%3BA5C2PZ%2CO4C%5C%2FPK%2CKACG%2CQAAO%2COAAO%2CQ5C8PrB%3BAACD%2CO4ChQK%2CKACG%2CQAAO%2COAAO%2CQ5C%2BPrB%3BEJtDD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI4DA%2CO4CtQK%2CKACG%2CQAAO%2COAAO%2CQ5CqQrB%3BEJ5DD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAgD1MI%2COAAC%2CKAOG%2CiBAAiB%3BEACb%2CUAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CSAAU%2CQAAC%2COAAO%2COAMd%3BEACI%2CSAAA%3B%3BAAPR%2CSAAU%2CQAAC%2COAAO%2COAUd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CSAAU%2CQAAC%2CcACL%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIR%2COAAC%2CaAAc%2CMAAK%3BAACpB%2COAAC%2CaAAa%3BEACV%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAFR%2COAAC%2CaAKG%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAADJ%2COAAC%2CKAGG%2CaACI%3BEhD%2BIZ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAgDzII%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAhDnGR%2COgD%2BFK%2CKhD%5C%2FFJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAgDkGI%2COANH%2CKAMI%3BEACG%2CeAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAGG%3BEACI%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CeAAA%3B%3BAAOJ%2COAAC%3BEhDuGL%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEgDrGQ%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3B%3BAAIR%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAA0DZ%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CSAAS%2COAAO%2CKACZ%2CQAAO%3BAADX%2CSAAS%2COAAO%2CKAEZ%2CSAAQ%2CQAAQ%3BAAFpB%2CSAAS%2COAAO%2CKAGZ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAEA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAJR%2CwBAOI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAATR%2CwBAYI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAfR%2CwBAYI%2CiBAKI%2CEAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAKZ%2CkBAEI%3BAADJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAkCR%2CwBACI%2COACI%3BEhD5CR%2CmBAAA%3B%3BAgD%2BCY%2CwBAJR%2COACI%2CMAGK%3BEACG%2CgBAAA%3B%3BAANhB%2CwBAWI%3BEACI%2CqBAAA%3B%3BAAEA%2CwBAHJ%2CcAGK%2CIAAI%3BEhDxDb%2CkBAAA%3B%3BAgD0CA%2CwBAmBI%2CgBACI%3BEhD9DR%2CgBAAA%3BEAAA%2CkBAAA%3B%3BAgDqEA%2CcAEI%3BAADJ%2CwBACI%3BEhDvEJ%2CgBAAA%3B%3BAgD4EA%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAqCR%2CgBASI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAbR%2CgBAgBI%3BEACI%2CSAAA%3B%3BAAjBR%2CgBAgBI%2CgBAOI%3BEhD3IR%2CmBAAA%3B%3BAgDoHA%2CgBAgBI%2CgBAOI%2CwBAEI%3BEhD7IZ%2CmBAAA%3B%3BAgDgJgB%2CgBAZZ%2CgBAOI%2CwBAEI%2CMAGK%3BEACG%2CgBAAA%3B%3BAA7BpB%2CgBAgBI%2CgBAoBI%3BEhDxJR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAgDoHA%2CgBAgBI%2CgBA0BI%3BEACI%2CSAAA%3BEhD%5C%2FJZ%2CmBAAA%3B%3BAgDoHA%2CgBAgBI%2CgBA%2BBI%3BEhDnKR%2CcAAA%3B%3BAmJhSA%2CkBACI%3BEnJ%2BRJ%2CiBAAA%3BEmJ7RQ%2CmBAAA%3B%3BAAMA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAVZ%2CkBAMI%2CcAOI%3BAAbR%2CkBAOI%2CcAMI%3BAAbR%2CkBAQI%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAlHfZ%2CoBAAoB%2CIAChB%3BEACI%2CaAAA%3B%3BAAFR%2CoBAAoB%2CIAChB%2CaAGM%3BEACE%2CaAAA%3B%3BAASJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAALZ%2CmBASI%2COAAM%3BEACF%2CgBAAA%3B%3BAAYR%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%3BAAuBR%2CyBACI%2CaACI%2CMACI%3BEjCiNZ%2CuBAAA%3BEAAA%2CkBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBkClEI%2CaACI%2CMACI%2CElCgEX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBkCvEI%2CaACI%2CMACI%2CElCqEX%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBkC5EI%2CaACI%2CMACI%2CElC0EX%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CyB6B3HI%2CaACI%2CMACI%2CE7ByHX%3BAACD%2CyB6B5HI%2CaACI%2CMACI%2CE7B0HX%3BAACD%2CyB6B7HI%2CaACI%2CMACI%2CE7B2HX%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyB6BlII%2CaACI%2CMACI%2CE7BgIX%3BAACD%2CyB6BnII%2CaACI%2CMACI%2CE7BiIX%3BAACD%2CQAAQ%2CUAAW%2C0B6BpIf%2CaACI%2CMACI%3BEjCiNZ%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAUtNJ%2CYACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYACI%2CMAII%3BEd2RR%2CmBAAA%3BEczRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAVZ%2CYACI%2CMAYI%3BEdmRR%2CmBAAA%3BEAAA%2CcAAA%3BEchRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYApBR%2CMAYI%2CEAQK%3BEd2Qb%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAcnQA%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAHJ%2CoBAKI%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CoBAKI%2CaAIM%3BEd0PV%2CiBAAA%3BEcxPY%2CgBAAA%3B%3BAAXZ%2CoBAKI%2CaASI%3BEACI%2CqBAAA%3B%3BAAfZ%2CoBAmBI%3BEACI%2CSAAA%3B%3BAApBR%2CoBAmBI%2CeAGM%3BEACE%2CaAAA%3B%3BAAGJ%2CoBAPJ%2CeAOK%2CIAAI%3BEACD%2CmBAAA%3B%3BAA3BZ%2CoBA%2BBI%2CmBACM%2CQAAQ%2CKAAK%3BEACX%2C6BAAA%3B%3BAAIA%2CoBANR%2CmBAKI%2CMACQ%3BEACA%2C0BAAA%3B%3BAAGJ%2CQAAS%2CqBAVjB%2CmBAKI%2CMAMQ%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CgBAAA%3B%3BAA3CpB%2CoBA%2BBI%2CmBAKI%2CMAWI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CoBAtBZ%2CmBAKI%2CMAgBI%2CKACK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBA5BZ%2CmBAKI%2CMAgBI%2CKAOK%3BEACG%2CiBAAA%3B%3BAA5DpB%2CoBA%2BBI%2CmBAKI%2CMA4BM%2CeACE%3BEACI%2CmBAAA%3B%3BAAlEpB%2CoBA%2BBI%2CmBAKI%2CMA4BM%2CeAKI%2CKAAG%3BEACD%2CgBAAA%3B%3BAAtEpB%2CoBA%2BBI%2CmBAKI%2CMAsCI%2CwBAAwB%3BEACpB%2CoBAAA%3BEACA%2CcAAA%3B%3BAA5EhB%2CoBA%2BBI%2CmBAiDI%3BEACI%2CgBAAA%3B%3BAAjFZ%2CoBAqFI%3BEACI%2CSAAA%3B%3BAAtFR%2CoBAqFI%2CcAGI%3BEACI%2CSAAA%3B%3BAAzFZ%2CoBAqFI%2CcAOI%3BEACI%2CgBAAA%3B%3BAACA%2CoBATR%2CcAOI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAIR%2CoBAdJ%2CcAcK%2CMACG%3BEACI%2CqBAAA%3B%3BAAEA%2CoBAlBZ%2CcAcK%2CMACG%2CGAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CoBAdJ%2CcAcK%2CMASG%3BEACI%2CSAAA%3B%3BAA7GhB%2CoBAkHI%2CMACI%2CKAAI%3BEACA%2CkBAAA%3B%3BAAUJ%2CoBANJ%2CKAMK%3BEACG%2CiBAAA%3B%3BAAgBJ%2CoBADJ%2CQACK%3BEdoHT%2CqBAAA%3BE0ChOA%2CqBAAA%3BE1CgOA%2CWAAA%3B%3BAcpHQ%2CoBADJ%2CQACK%2CK4BwGP%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CoB5BqGI%2CQACK%2CK4BtGR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoB5B2CI%2CQACK%2CKAWI%2CS4BvDZ%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAcnQA%2CoBAmKI%3BEdgGJ%2CiBAAA%3B%3BAcnQA%2CoBAuKI%2CWAEI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBAPR%2CWAMI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOJ%2CoBAFR%2CaACI%2CMACK%3BAACD%2CoBAHR%2CaACI%2CMAEK%3BEACG%2CeAAA%3B%3BAAOZ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAGG%3BEACI%2CgBAAA%3B%3BAAJR%2CoBAAC%2CSAOG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CeAAe%3BEACX%2CmBAAA%3B%3BAAFR%2CoBAAC%2CKAKG%3BEACI%2CgBAAA%3B%3BAANR%2CoBAAC%2CKASG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAZhB%2CoBAAC%2CKASG%2CaACI%2CgBAKI%3BEACI%2CSAAA%3B%3BAAhBhB%2CoBAAC%2CKASG%2CaACI%2CgBAKI%2CSAGM%3BEACE%2CgBAAA%3B%3BAAEA%2CoBArBnB%2CKASG%2CaACI%2CgBAKI%2CSAGM%2CSAGG%3BEACG%2CSAAS%2CIAAT%3B%3BAASpB%2COAAO%2CKAAM%2CqBAAqB%2CqBADrC%3BEAEO%2CgBAAA%3B%3BAAFR%2CoBAAC%2CaAKK%3BEACE%2CaAAA%3B%3BAAKZ%3BEAKI%2CSAAA%3BEACA%2CeAAA%3B%3BAALA%2CYAAe%3BEACX%2C6BAAA%3B%3BAAFR%2CeAQI%3BEACI%2CqBAAA%3B%3BAATR%2CeAYI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBAHJ%2CQAGK%3BEAEG%2CaAAA%3BEACA%2CSAAA%3B%3BAAkBJ%2CmBADJ%2COACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CcAKI%3BEACI%2CcAAA%3B%3BAANR%2CcASI%3BEACI%2CqBAAA%3B%3BAAVR%2CcAaI%2CcAKI%2COAAM%3BEACF%2CqBAAA%3B%3BA4BjOZ%2CqBRnHsB%2CQAAO%2COAAO%2COQmHnC%3BE1CyKD%2CS2CnOY%2CO3CmOZ%3B%3BAoJ9QA%2CsBACI%3BEpJ6QJ%2CmBAAA%3BEoJ3QQ%2CeAAA%3B%3BAAHR%2CsBAKI%3BEACI%2CeAAA%3B%3BAACA%2CsBAFJ%2CMAEK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAKI%2CMAMI%3BAAXR%2CsBAKI%2CMAOM%3BEACE%2CkCAAA%3BEpJiQZ%2CcAAA%3BEoJ%5C%2FPY%2CcAAA%3BEACA%2C0BAAA%3B%3BAAhBZ%2CsBAKI%2CMAcI%3BEACI%2CqBAAA%3B%3BAAEA%2CsBAjBR%2CMAcI%2CEAGK%3BEpJwPb%2CmBAAA%3B%3BAoJnPQ%2CsBAtBJ%2CMAsBK%2CQACG%3BAADJ%2CsBAtBJ%2CMAsBK%2CQAEK%3BEpJiPd%2CqBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3B%3BAoJnPQ%2CsBAtBJ%2CMAsBK%2CQAQG%3BEpJ2OZ%2CqBAAA%3B%3BAoJ9QA%2CsBAKI%2CMAmCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BArINZ%3BEfyOA%2CsBAAA%3B%3BAenOI%2CIAAK%3BEfmOT%2CsBAAA%3BEejOQ%2CaAAA%3B%3BAAQR%3BEAEI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CYAKI%2COAAM%3BEfoNV%2CyBAAA%3BEAAA%2CWAAA%3B%3BAe9MA%2COAAO%2CMACD%2CUAAO%3BEf6Mb%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEgBjCQ%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAANR%2COAAO%2CMACD%2CUAAO%2CMhByCX%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAgB5CJ%2COAAO%2CMACD%2CUAAO%2CMAOH%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAVZ%2COAAO%2CMACD%2CUAAO%2CMAOH%2CKAII%3BEfkMd%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COgB7DO%2CMACD%2CUAAO%2CMAOH%2CKAII%2CIhBiDb%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COgBlEO%2CMACD%2CUAAO%2CMAOH%2CKAII%2CIhBsDb%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COgBvEO%2CMACD%2CUAAO%2CMAOH%2CKAII%2CIhB2Db%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAejLI%2COAAC%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CKAOI%3BEACI%2CcAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CgBAAA%3B%3BAAUR%2COALG%2CKAKF%3BEf6IL%2CmBAAA%3BEAAA%2CaAAA%3BEe1IQ%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%3BEfiHL%2CgBAAA%3BEAAA%2C4BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEe%5C%2FGQ%2CSAAA%3B%3BAAHJ%2CQALI%2COAKH%2CSuDzHL%3BAvD0HI%2CQANI%2COAMH%2COuD1HL%3BEtE2OA%2CcAAA%3B%3BAsExOI%2CQvDiHI%2COAKH%2CSuDzHL%2CEAGK%3BAAAD%2CQvDiHI%2COAMH%2COuD1HL%2CEAGK%3BEtEwOL%2CcAAA%3B%3BAsEpOI%2CQvD6GI%2COAKH%2CSuDzHL%2CEAOK%3BAAAD%2CQvD6GI%2COAMH%2COuD1HL%2CEAOK%3BEtEoOL%2CcAAA%3B%3BAe5GI%2CQAXI%2COAWH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQAXI%2COAWH%2COAOG%3BEACI%2CgBAAA%3B%3BAAIR%2CQAvBI%2COAuBH%3BEfgGL%2CgBAAA%3BEAAA%2C4BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEe9FQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAvBI%2COAuBH%2CKuD3IL%3BEtE2OA%2CcAAA%3B%3BAsExOI%2CQvDiHI%2COAuBH%2CKuD3IL%2CEAGK%3BEtEwOL%2CcAAA%3B%3BAsEpOI%2CQvD6GI%2COAuBH%2CKuD3IL%2CEAOK%3BEtEoOL%2CcAAA%3B%3BAerFA%3BEACI%2CgBAAA%3B%3BAAIA%2COAAC%3BEACG%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2COAAC%2CQAOG%2COACM%3BEfwEd%2CmBAAA%3BEAAA%2CiBAAA%3BEerEgB%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAbZ%2COAAC%2CQAOG%2COASI%3BAAhBR%2COAAC%2CQAOG%2COAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2COAAC%2CQAOG%2COAeI%3BEf0DZ%2CcAAA%3BEexDgB%2CmBAAA%3B%3BAAxBZ%2COAAC%2CQAOG%2COAoBI%3BEfqDZ%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COgBiEK%2CQAOG%2COAoBI%2CEhB5FX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COgB4DK%2CQAOG%2COAoBI%2CEhBvFX%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COgBuDK%2CQAOG%2COAoBI%2CEhBlFX%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAerCA%3BEfqCA%2CyBAAA%3BEAAA%2CWAAA%3BEelCI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAEI%2CUACI%3BAAFR%2CYACI%2CUACI%3BE0BzNR%2CqBAAA%3BEACA%2CkBAAA%3B%3BAzCFA%2CYeyNI%2CUACI%2CSf1NP%3BAAAD%2CYeyNI%2CUACI%2CSf1NP%3BAACD%2CYewNI%2CUACI%2CSfzNP%3BAAAD%2CYewNI%2CUACI%2CSfzNP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYemNI%2CUACI%2CSfpNP%3BAAAD%2CYemNI%2CUACI%2CSfpNP%3BEACG%2CWAAA%3B%3BAegNJ%2CYAEI%2CUACI%2CS0BtNR%3BA1BoNA%2CYACI%2CUACI%2CS0BtNR%3BEzCgPA%2CUAAA%3BEyC9OI%2CeAAA%3BEzC8OJ%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BA3BmMA%2CYAEI%2CUACI%2CS0BtNR%2CeCoOE%3BA3BhBF%2CYACI%2CUACI%2CS0BtNR%2CeCoOE%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CY3B%2BLI%2CUACI%2CS0BtNR%2CeCsBC%3BAAAD%2CY3B%2BLI%2CUACI%2CS0BtNR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY3BkLA%2CUACI%2CS0BtNR%2CeCkCC%2CMACI%3BAAAD%2CY3BkLA%2CUACI%2CS0BtNR%2CeCkCC%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CY3B4KA%2CUACI%2CS0BtNR%2CeCwCC%2COACI%3BAAAD%2CY3B4KA%2CUACI%2CS0BtNR%2CeCwCC%2COACI%3BE1CuML%2CcAAA%3B%3BAyCqEA%2CY1BhGI%2CUACI%2CS0BtNR%2CeAqTC%3BAAAD%2CY1BhGI%2CUACI%2CS0BtNR%2CeAqTC%3BEzCrED%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BADqSA%2CY1BhGI%2CUACI%2CS0BtNR%2CeAqTC%2COCjFC%3BADiFF%2CY1BhGI%2CUACI%2CS0BtNR%2CeAqTC%2COCjFC%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CY3B%2BLI%2CUACI%2CS0BtNR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CY3B%2BLI%2CUACI%2CS0BtNR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FNM%2CO3C%2BNN%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY3BkLA%2CUACI%2CS0BtNR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CY3BkLA%2CUACI%2CS0BtNR%2CeAqTC%2COCnRA%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CY3B4KA%2CUACI%2CS0BtNR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CY3B4KA%2CUACI%2CS0BtNR%2CeAqTC%2COC7QA%2COACI%3BE1CuML%2CcAAA%3B%3BAe7BA%2CYAEI%2CUACI%2CS0B%5C%2FBR%3BA1B6BA%2CYACI%2CUACI%2CS0B%5C%2FBR%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAe7BA%2CYAEI%2CUACI%2CS0B%5C%2FBR%2CYAsBI%3BA1BOJ%2CYACI%2CUACI%2CS0B%5C%2FBR%2CYAsBI%3BEzCmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAyC3BQ%2CY1BAJ%2CUACI%2CS0B%5C%2FBR%2CYAsBI%2CGAQK%3BAAAD%2CY1BAJ%2CUACI%2CS0B%5C%2FBR%2CYAsBI%2CGAQK%3BEzC2BT%2CmBAAA%3BEyCzBY%2CeAAA%3B%3BAAuTZ%2CY1BzTI%2CUACI%2CS0B%5C%2FBR%2CYAuVC%3BAAAD%2CY1BzTI%2CUACI%2CS0B%5C%2FBR%2CYAuVC%3BAACD%2CY1B1TI%2CUACI%2CS0B%5C%2FBR%2CYAwVC%3BAAAD%2CY1B1TI%2CUACI%2CS0B%5C%2FBR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CY1BnUI%2CUACI%2CS0B%5C%2FBR%2CYAiWC%3BAAAD%2CY1BnUI%2CUACI%2CS0B%5C%2FBR%2CYAiWC%3BEACG%2CiBAAA%3BEzCzSJ%2CsDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CY1BzUI%2CUACI%2CS0B%5C%2FBR%2CYAuWC%3BAAAD%2CY1BzUI%2CUACI%2CS0B%5C%2FBR%2CYAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAzDJ%2CY1BnRI%2CUACI%2CS0B%5C%2FBR%2CYAiTC%3BAAAD%2CY1BnRI%2CUACI%2CS0B%5C%2FBR%2CYAiTC%3BEzCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyC6PA%2CY1BxRI%2CUACI%2CS0B%5C%2FBR%2CYAsTC%3BAAAD%2CY1BxRI%2CUACI%2CS0B%5C%2FBR%2CYAsTC%3BEzC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CY1BfI%2CUACI%2CS0BcP%3BAAAD%2CY1BfI%2CUACI%2CS0BcP%3BEACG%2CiBAAA%3B%3BAADJ%2CY1BfI%2CUACI%2CS0BcP%2COAGG%3BAAHJ%2CY1BfI%2CUACI%2CS0BcP%2COAGG%3BEACI%2CcAAA%3B%3BA1BrBR%2CYAEI%2CUACI%2CSAYI%2CGAAE%2CSACE%3BAAfhB%2CYACI%2CUACI%2CSAYI%2CGAAE%2CSACE%3BEfahB%2CWAAA%3BEAAA%2CqBAAA%3BEeFoB%2CcAAA%3BEACA%2CYAAA%3B%3BAhBhJpB%2CYgBsHI%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhBpIf%3BAAAD%2CYgBsHI%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhBpIf%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CYgBiHI%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhB%5C%2FHf%3BAAAD%2CYgBiHI%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhB%5C%2FHf%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CYgB4GI%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhB1Hf%3BAAAD%2CYgB4GI%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhB1Hf%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAe7BA%2CYAEI%2CUA%2BBI%3BAAhCR%2CYACI%2CUA%2BBI%3BEACI%2CgBAAA%3B%3BAAaZ%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BEACP%2CmBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAMJ%2CYAEI%2CQAAO%3BAADX%2CYACI%2CQAAO%3BEflCX%2CcAAA%3B%3BAegCA%2CYAKI%2COAAO%2CQAAO%3BAAJlB%2CYAII%2COAAO%2CQAAO%3BEAAS%2CSAAA%3B%3BAAU3B%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEfnDA%2CgBAAA%3BEeqDI%2CsBAAA%3BEACA%2CaAAA%3B%3BAsItVJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BEjJkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBiJ9OI%2CQAAO%2COjJ8OV%3BAACD%2CgBiJ%5C%2FOI%2CQAAO%2COjJ%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBiJpPI%2CQAAO%2COjJoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBiJzPI%2CQAAO%2COjJyPV%3BAACD%2CgBiJ1PI%2CQAAO%2COjJ0PV%3BAACD%2CQAAQ%2CUAAW%2CiBiJ3Pf%2CQAAO%3BEjJ4PP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CgBsJ1II%2CQAAO%2COtJ0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgBsJ%5C%2FII%2CQAAO%2COtJ%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgBsJpJI%2CQAAO%2COtJoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CgBiJnMI%2CQAAO%2COjJmMV%3BAACD%2CgBiJpMI%2CQAAO%2COjJoMV%3BAACD%2CgBiJrMI%2CQAAO%2COjJqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBiJ1MI%2CQAAO%2COjJ0MV%3BAACD%2CgBiJ3MI%2CQAAO%2COjJ2MV%3BAACD%2CQAAQ%2CUAAW%2CiBiJ5Mf%2CQAAO%3BErJ2RX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAiJ3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BEjJuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEiJnLQ%2CkBAAA%3B%3BAjJgOR%2CsBiJnOI%2CQAAO%2CUjJmOV%3BAACD%2CsBiJpOI%2CQAAO%2CUjJoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBiJzOI%2CQAAO%2CUjJyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBiJ9OI%2CQAAO%2CUjJ8OV%3BAACD%2CsBiJ%5C%2FOI%2CQAAO%2CUjJ%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBiJhPf%2CQAAO%3BEjJiPP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CsBsJ%5C%2FHI%2CQAAO%2CUtJ%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBsJpII%2CQAAO%2CUtJoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsBsJzII%2CQAAO%2CUtJyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CsBiJxLI%2CQAAO%2CUjJwLV%3BAACD%2CsBiJzLI%2CQAAO%2CUjJyLV%3BAACD%2CsBiJ1LI%2CQAAO%2CUjJ0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBiJ%5C%2FLI%2CQAAO%2CUjJ%2BLV%3BAACD%2CsBiJhMI%2CQAAO%2CUjJgMV%3BAACD%2CQAAQ%2CUAAW%2CuBiJjMf%2CQAAO%3BErJgRX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAsC%5C%2FFJ%2CqBP7GI%2CQAAO%2CWO6GV%3BAAAD%2CqBP7GI%2CQAAO%2CWO6GV%3BAAAD%2CaP7GI%2CQAAO%2CWO6GV%3BAAAD%2CiBP7GI%2CQAAO%2CWO6GV%3BE1CyKD%2CS2ChQiB%2CO3CgQjB%3B%3BAmC7QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC%2BIjC%2CQAGI%2CKACI%3BAgCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCgJjC%2CQAEI%2CKACI%3BAgCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCiJjC%2CQACI%2CKACI%3BAgCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC%2BIjC%2CQAGI%2CKAEI%3BAgCpJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCgJjC%2CQAEI%2CKAEI%3BAgCpJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCiJjC%2CQACI%2CKAEI%3BEHyHV%2C0BAAA%3B%3BAmC7QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC0JjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAgC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC2JjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAgC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC4JjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAgC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC0JjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAgC%5C%2FJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC2JjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAgC%5C%2FJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC4JjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAgChKZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCqKjC%2CQAAQ%3BEHwGV%2C0BAAA%3B%3BAmC7QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAK%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAANR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAS%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2C6BAAA%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%3BEACH%2CmBAAA%3B%3BAAlDR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAqD%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CKAAK%2CSACD%3BEnCkNJ%2CcAAA%3BEmChNQ%2CmBAAA%3B%3BAAEA%2CKALH%2CSACD%2CSAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKATH%2CSACD%2CSAQK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CeASI%3BEACI%2CkBAAA%3B%3BAAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcARE%2CSACV%2CSACK%2CKAMI%3BEACG%2CaAAA%3B%3BAAPR%2CcAFM%2CSACV%2CSACK%2CKAUG%3BEACI%2CSAAA%3B%3BAASJ%2CcAtBE%2CSACV%2CSACK%2CKAoBI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcA5BE%2CSACV%2CSACK%2CKA0BI%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CcAhCN%2CSACV%2CSACK%2CKA0BI%2CQACK%2CIAGG%3BEACG%2CeAAA%3B%3BAnB3IxB%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAsIfR%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%3BEtJgQZ%2CiBAAA%3B%3BAsJlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BArI5CR%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CYAMI%2CeAGO%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAVR%2CeAGO%2CUAOE%3BAACD%2CYAXR%2CeAGO%2CUAQE%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEjB4QhB%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAzBFY%2CYAVR%2CeAGO%2CUAOE%2CSyBoQX%3BAzBnQU%2CYAXR%2CeAGO%2CUAQE%2CQyBmQX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CYzBlBI%2CeAGO%2CUAOE%2CSyBQZ%3BAAAD%2CYzBlBI%2CeAGO%2CUAQE%2CQyBOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CzOQ%2CO3CyOR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAzB5UgB%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%3BAyB%2BEhB%2CYzBjHI%2CeAGO%2CUA6BE%2CQyBiFZ%3BE1CyKD%2CS2CxPQ%2CO3CwPR%3B%3BAiBtPgB%2CYApCZ%2CeAGO%2CUA6BE%2CQAII%3BEACG%2CkBAAA%3B%3BAAIR%2CYAzCR%2CeAGO%2CUAsCE%3BEACG%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYA9CR%2CeAGO%2CUA2CE%3BEACG%2CUAAA%3B%3BAArDhB%2CYA0DI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA7DR%2CYA0DI%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAjEZ%2CYA0DI%2CcAKI%2CQAII%3BEjB6NZ%2CmBAAA%3BEiB3NgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2CaAjB1B%2CcAKI%2CQAII%3BAASI%2CmBAAoB%2CaAlBhC%2CcAKI%2CQAII%3BEAUQ%2CWAAA%3B%3BAA7EpB%2CYA0DI%2CcAKI%2CQAII%2CMAaI%3BEACI%2CeAAA%3B%3BAAjFpB%2CYA0DI%2CcAKI%2CQAII%2CMAiBI%3BEACI%2CqBAAA%3BEjB2MpB%2CiBAAA%3BEiBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BEjBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BEjB6LpB%2CiBAAA%3BEiB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BEjBuLxB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FGpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAGI%3BAAjHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAII%3BAAlHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAKI%3BEACI%2CcAAA%3B%3BAAIA%2CYA9DpB%2CcAKI%2CQAII%2CMA2CI%2COASI%2COACK%3BEjBwKzB%2CiBAAA%3BEiBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BEjBiKpB%2CiBAAA%3BEiB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BEjB4JpB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%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%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CQCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEaqGwB%2CgBAAA%3B%3BAbpFxB%2CYa1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAACD%2CYa3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CYavCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CYanDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAACD%2CYapDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUAAW%2CaarDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB2HrB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAawDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BAsIvKxB%2CmBAAC%3BAAAD%2CeAAC%3BEvJ4RL%2CmBAAA%3B%3BAuJ1RQ%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%3BA1GTR%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%3BE%5C%2FCsOb%2CqBAAA%3BE0C9QA%2CqBAAA%3BEK8CgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIL0NX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CQKvBI%2CgBAwDI%2CQACK%2CILlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CpOU%2CO3CoOV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBAwDI%2CQACK%2CILtBZ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CQK1CA%2CgBAwDI%2CQACK%2CILhBZ%2COACI%3BE1CqPL%2CcAAA%3B%3BA%2BC3NY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BE%5C%2FCiNb%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BA%2BCjNY%2CQA9ER%2CgBAwDI%2CQAsBK%2COLqMX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CQKvBI%2CgBAwDI%2CQAsBK%2COLvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBAwDI%2CQAsBK%2COL3CZ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CQK1CA%2CgBAwDI%2CQAsBK%2COLrCZ%2COACI%3BE1CqPL%2CcAAA%3B%3BAI7CA%2CQ2ClPI%2CgBAwDI%2CQAsBK%2CO3CoKZ%3BAACD%2CQ2CnPI%2CgBAwDI%2CQAsBK%2CO3CqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ2CxPI%2CgBAwDI%2CQAsBK%2CO3C0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ2C7PI%2CgBAwDI%2CQAsBK%2CO3C%2BKZ%3BAACD%2CQ2C9PI%2CgBAwDI%2CQAsBK%2CO3CgLZ%3BAACD%2CQAAQ%2CUAAW%2CS2C%5C%2FPf%2CgBAwDI%2CQAsBK%3BE3CkLT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA0J1SJ%3BEACE%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAPF%2C0BASE%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGF%2C0BAAC%2CeAAgB%3BEACf%2CcAAA%3B%3BAAGF%2C0BAAC%2CWAAY%3BEACX%2CcAAA%3B%3BAAGF%2C0BAAC%2CYAAa%3BEACZ%2CcAAA%3B%3BAA3BJ%2C0BA8BE%3BEACE%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnCJ%2C0BAsCE%2CeACE%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3CN%2C0BAsCE%2CeAQE%3BEAEQ%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjDZ%2C0BAsCE%2CeAQE%2CQAKE%3BEACE%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAEA%2C0BAlBN%2CeAQE%2CQAKE%2CqBAKG%3BEACC%2CmBAAA%3B%3BACzDV%2CaACI%2CKACI%3BEACI%2CwBAAA%3B%3BAAIZ%2CaACI%3BEACI%2CcAAA%3B%3BAASA%2CqBADJ%2CKACK%3BEACG%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAATJ%2CqBADJ%2CKACK%2CaAUD%3BEACI%2CsCAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAtBJ%2CqBADJ%2CKACK%2CaAUD%2CYAaI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAA3BR%2CqBADJ%2CKACK%2CaAUD%2CYAmBI%2CKAAI%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjChB%2CqBACI%2CKAoCA%3BEACI%2CiBAAA%3B%3BAAtCR%2CqBACI%2CKAoCA%2CeAEI%3BEACI%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAACA%2CqBA9CR%2CKAoCA%2CeAEI%2CQAQK%3BEACG%2CcAAA%3B%3BAAEJ%2CqBAjDR%2CKAoCA%2CeAEI%2CQAWK%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAC9CZ%2CwBAJ%2BC%3BE1IunD%5C%2FC%3BE8HhgDA%2CcACI%3BIhJqJJ%2CYAAA%3BIAAA%2CSAAA%3BIkB00CA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BE8Hn%2BCD%2CcACI%2CuB9Hi%2BCH%3BE8Hl%2BCD%2CcACI%2CuB9Hk%2BCH%3BIlB%5C%2FxCD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CWAAA%3BIkBq1CI%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BE8H%5C%2F%2BCD%2CcACI%2CuB9H8%2BCH%3BIlBz1CD%2C4BAAA%3B%3BEkB61CA%2CiDAAC%3BE8Hn%5C%2FCD%2CcACI%2CuB9Hk%5C%2FCH%3BIlB71CD%2C4BAAA%3BIkB%2B1CI%2CQAAA%3B%3BE8Hr%5C%2FCJ%2CcACI%3BIhJqJJ%2CYAAA%3BIAAA%2CSAAA%3BIgJlJQ%2CUAAA%3B%3B%3BAYnHR%2CwBAJqD%3BE1ImerD%3BIlBteA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BEqCieD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CarCzeX%3BEqCkeD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CarCxeX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEqC4dD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CarCneX%3BIACG%2CWAAA%3B%3BEkBwzBJ%3BEa%5C%2FhBQ%2C0BAFJ%2CUAEK%2COAEG%3BEqH1PZ%2CsBAOI%3BIpJqMJ%2C0BAAA%3BIkB%2BiBA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIlBjjBA%2C6BAAA%3BIAAA%2C4BAAA%3BIAAA%2CcAAA%3BI0ChOA%2CqBAAA%3B%3BExBmxBA%2C0BAAC%3BEavgBO%2C0BAFJ%2CUAEK%2COAEG%2CebqgBX%3BEkI%5C%2FvBD%2CsBAOI%2COlIwvBH%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEwBhxBJ%2C0BAAC%3BEXsQO%2C0BAFJ%2CUAEK%2COAEG%2CeWxQX%3BE0GcD%2CsBAOI%2CO1GrBH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzOA%2C0BxBwvBK%2COwBxvBJ%3BEX4MO%2C0BAFJ%2CUAEK%2COAEG%2Ceb0iBP%2COwBxvBJ%3BE0G5CD%2CsBAOI%2COlI6xBC%2COwBxvBJ%3BI1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BEkB6%5C%2FBA%3BEav6BQ%2C0BA5CJ%2CUA4CK%2CIAAI%2CKACD%3BI%5C%2FBvFZ%2CcAAA%3BI0C9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEX8VO%2C0BA5CJ%2CUA4CK%2CIAAI%2CKACD%2CKW%5C%2FVX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2CpOU%2CO3CoOV%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEmBpUA%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%3BEUdR%3BIACI%2CUAAA%3B%3BEADJ%2CWAGI%2CQACI%3BIvEmPR%2CcAAA%3BI0ChOA%2CqBAAA%3BI6BZY%2CkBAAA%3B%3BE7BkBZ%2CW6B1BI%2CQACI%2CW7ByBP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE6BnTY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BE7BuEhB%2CW6BpFI%2CQACI%2CWAeK%2CgB7BoEZ%3BI1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BEuE1NA%3BIACI%2CiCAAA%3BIvEyMN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIuEvNI%2CYAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEARJ%2CaAUI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAfR%2CaAUI%2CUAOI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CaAZJ%2CUAYK%3BIACG%2CgCAAA%3B%3BEAvBZ%2CaA2BI%2CkBACI%3BIvE8LR%2CcAAA%3BI0ChOA%2CqBAAA%3BI6ByCY%2CkBAAA%3B%3BE7BnCZ%2Ca6B2BI%2CkBACI%2CO7B5BP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE6B9PY%2CaAVR%2CkBACI%2COASK%3BIACG%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BE7BkBhB%2Ca6B%5C%2FBI%2CkBAiBK%2COAAQ%2CO7BchB%3BI1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BEuE1NA%2CaAoDI%3BIvEsKJ%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIwEMQ%2CaAAA%3BIACA%2CeAAA%3B%3BEAIA%2CaADJ%2CkBACK%2COACG%3BIACI%2CcAAA%3B%3BEA7DhB%2CaAkEI%2CQAAO%3BIvEwJX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIwEoBQ%2CgCAAA%3B%3BEApER%2CaAkEI%2CQAAO%2CMAIH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CaARR%2CQAAO%2CMAIH%2CGAIK%2CMAAM%3BIACH%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA7EhB%2CaAkEI%2CQAAO%2CMAIH%2CGAUM%3BIACE%2C6BAAA%3B%3BEAjFhB%2CaAkEI%2CQAAO%2CMAmBH%3BEArFR%2CaAkEI%2CQAAO%2CMAoBH%2CEAAC%3BIvEoIT%2CcAAA%3BIAAA%2CqBAAA%3BIuEjIY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA3FZ%2CaAkEI%2CQAAO%2CMA4BH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CgBAKI%3BIvEiGN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIuE%5C%2FGQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAVR%2CgBAaI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CMAAM%2CiBAAN%3B%3BEAFR%2CSAKI%3BIvE4EN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BIuEzFQ%2COAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C8BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BEvEjLJ%2CmBAAC%3BEACD%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CWAAA%3B%3BEuE6KJ%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CwBAAC%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CwBADJ%2C0BACK%3BIACG%2CqBAAA%3B%3BEAKZ%3BIAEI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIAMA%2CeAAA%3B%3BEvEvNJ%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BEuE4MA%2C0BAAC%3BIACG%2CcAAA%3B%3BEsFnNR%3BI7JmPA%2CmBAAA%3BI6JhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BI7JoOR%2CiBAAA%3BIAAA%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CkBAAA%3B%3BE6JnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BI7J4NL%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6JnPA%2CWA4BI%3BI7JuNJ%2C6BAAA%3BIAAA%2CiBAAA%3B%3BE6JnPA%2CWA4BI%2CQAIM%3BI7JmNV%2CgBAAA%3BIAAA%2C0BAAA%3BIAAA%2CyBAAA%3BI6J7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BI7J4Mb%2CWAAA%3B%3BE6JvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BI7JqMhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BI6J7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BI7JwLV%2CgBAAA%3B%3BE6JpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BI7JkLnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BE6JpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BI7J0KxB%2CiBAAA%3B%3BE6JlKQ%2CWADJ%2CGAAE%2COACG%3BI7JkKT%2CgCAAA%3B%3BE6JnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BI7JyJjB%2CWAAA%3B%3BE6JnJQ%2CWAVJ%2CSAUK%2CIAAI%3BI7JmJb%2CgBAAA%3BIAAA%2CgBAAA%3BI6J7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BI7JqIlB%2CkBAAA%3B%3BE6JjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BI7J2HhB%2CkBAAA%3B%3BE6JnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BI7JqHpB%2CcAAA%3BI6JhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BI7J8GzB%2CWAAA%3B%3BE6JvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BI7JgGlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3B%3BE6JpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BI7JmFtB%2CiBAAA%3B%3BEkFtRA%3BIACI%2CaAAA%3B%3BEEwOA%2CYAAC%3BIpF6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEoF5NA%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%3BEC1IZ%3BID7EA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BIpFsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEoFpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC0DhB%2CaDtDA%3BIpFwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIoFrOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECuChB%2CaDnCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BEC8BA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEANR%2CaASI%3BIrFyKJ%2CyBAAA%3BIqFvKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BIrF2JR%2CwCAAA%3B%3BEqFlJI%2CYAAC%2CYACG%2CkBAAiB%3BIrFiJzB%2CyBAAA%3B%3BEqF5IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAdhB%2CYAmBI%3BIrFgIJ%2CeAAA%3BIAAA%2CgBAAA%3B%3BEsFxOA%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%3BE2DXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BErDgBJ%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%3BEgD1BJ%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BE3FqGZ%2CkBACI%3BIACI%2CmBAAA%3B%3BErCobR%2CqBACI%2CQAAO%3BIR5KX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEQqIR%2CqBAMI%2CSAAQ%3BIRrIZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEQkfT%2CQAAQ%3BEACR%3BIACI%2CaAAA%3B%3BEEphBJ%2CeACI%2CWACI%2CSAAQ%3BIACJ%2CkBAAA%3B%3BEAKZ%3BIACI%2C6BAAA%3B%3BEAIA%2CKAAC%3BIACG%2C0BAAA%3B%3BEAGQ%2CKAJX%2CcAEG%2CMACI%2CKACK%3BEACD%2CKALX%2CcAEG%2CMACI%2CKAEK%3BEACD%2CKANX%2CcAEG%2CMACI%2CKAGK%3BEACD%2CKAPX%2CcAEG%2CMACI%2CKAIK%3BEACD%2CKARX%2CcAEG%2CMACI%2CKAKK%3BIACG%2CaAAA%3B%3BEAMR%2CKAfP%2CcAcG%2CKACK%3BEACD%2CKAhBP%2CcAcG%2CKAEK%3BEACD%2CKAjBP%2CcAcG%2CKAGK%3BEACD%2CKAlBP%2CcAcG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CKAzBX%2CcAcG%2CKACK%2CIAUI%3BEAAD%2CKAzBX%2CcAcG%2CKAEK%2CMASI%3BEAAD%2CKAzBX%2CcAcG%2CKAGK%2CSAQI%3BEAAD%2CKAzBX%2CcAcG%2CKAIK%2CKAOI%3BIACG%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2CKAjCP%2CcAcG%2CKAmBK%3BIACG%2CmBAAA%3B%3BEAlCZ%2CKAAC%2CcAsCG%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEAvCR%2CKAAC%2CcA0CG%2CMAAQ%2CKAAK%2CKAAE%3BIACX%2CSAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAII%3BIACI%2CaAAA%3B%3BEALR%2CYAQI%2CQACI%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BIAC5B%2CSAAA%3B%3BEcpcZ%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAKI%3BIACI%2CgBAAA%3B%3BEwH6FhB%2CcACI%3BIhJqJJ%2CYAAA%3BIAAA%2CSAAA%3BIgJlJQ%2CUAAA%3B%3BEpHOR%2CwBACI%3BI5B0IJ%2CeAAA%3B%3BE4B3IA%2CwBAKI%3BI5BsIJ%2CaAAA%3B%3BE4B3IA%2CwBASI%3BI5BkIJ%2CoBAAA%3B%3BE4B3IA%2CwBAaI%2C0BACI%3BIACI%2CgBAAA%3B%3BEuBKZ%2CwBACI%3BInDsHJ%2CeAAA%3B%3BEmDvHA%2CwBACI%2CgBAGI%3BInDmHR%2CaAAA%3B%3BEmDvHA%2CwBACI%2CgBAOI%3BInD%2BGR%2CoBAAA%3B%3BEqCwOQ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%2CMAAK%3BIACD%2CmBAAA%3B%3BEAFR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAGM%3BIACE%2CYAAA%3BIrCzPpB%2CeAAA%3B%3BEqC8OA%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%3BIrC%5C%2FPhB%2CmBAAA%3B%3BEqCiQoB%2CQAdhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAQxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BIrC5QR%2CmBAAA%3B%3BEqCiRA%2CuBACI%3BIACI%2CkBAAA%3B%3BEiBjdR%2CcACI%2CUAAU%3BIACN%2CoBAAA%3B%3BEAFR%2CcAKI%2CiBACI%3BIACI%2CYAAA%3B%3BEAKZ%2CMAAM%3BIACF%2CWAAA%3B%3BEAGJ%2CsBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEzB8HZ%2CaACI%2CiBACI%3BI7ByCR%2CeAAA%3BI6BvCY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BI7BiCA%2C6BAAA%3BI6B%5C%2FBI%2CgBAAA%3B%3BEAGI%2CgBADJ%2COACK%3BI7B4BT%2CiBAAA%3BI6B1BY%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEATZ%2CgBAaI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3BEAQA%2CKAAC%2CcACG%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAPZ%2CKAWI%3BI7BLJ%2CqBAAA%3BI0ChOA%2CqBAAA%3B%3BEb0NA%2CKAWI%2CaajBF%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0C2CA%2CKb%2BNI%2Caa%5C%2FNH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC3QW%2COD2QX%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CSAAA%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKbkNA%2CaanNH%2CMACI%3BI1C6ML%2CWAAA%3B%3BE0CvMI%2CKb4MA%2Caa7MH%2COACI%3BI1CuML%2CcAAA%3B%3BE6BkBQ%2CKAbJ%2CaAaK%3BIACG%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C4BAAA%3BIACA%2C0BAAA%3B%3BEAEA%2CKAnBR%2CaAaK%2CQAMI%3BIACG%2CWAAA%3B%3BEAOZ%2CuBAAI%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEVtFR%2CKAAK%2CcACD%3BInBmDJ%2CqBAAA%3BI0C9QA%2CqBAAA%3B%3BEvB0NA%2CKAAK%2CcACD%2CqBuBuCF%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2CKvBoNK%2CcACD%2CqBuBrNH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC1QiB%2COD0QjB%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKvBuMC%2CcACD%2CqBuBzMH%2CMACI%3BI1C2PL%2CWAAA%3B%3BE0CrPI%2CKvBiMC%2CcACD%2CqBuBnMH%2COACI%3BI1CqPL%2CcAAA%3B%3BE8BtEA%2CuBAEI%3BEADJ%2CeACI%3BI9BoEJ%2CgCAAA%3BI8BlEQ%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAKR%3BIACI%2CWAAA%3B%3BEAGJ%2CsBACM%3BIACE%2CgBAAA%3B%3BEAIR%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAIR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEgBjIhB%2CcAAc%3BI9CmKd%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEiD3FI%2CIAAC%2CcACG%3BIACI%2CaAAA%3B%3BEAFR%2CIAAC%2CcAKG%3BIACI%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CIAAC%2CcAWG%3BIACI%2CYAAA%3B%3BEAMR%2COAAC%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2COAAC%2COAKG%2CqBAAoB%3BIAChB%2CmBAAA%3B%3BEANR%2COAAC%2COASG%3BIACI%2C6BAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAhBR%2COAAC%2COASG%2CcASI%3BIjDuDZ%2CgBAAA%3BIiDrDgB%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIjDgDhB%2CqBAAA%3BI0ChOA%2CqBAAA%3B%3BEAMA%2COOiJK%2COASG%2CcASI%2COPnKX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C1OU%2CO3C0OV%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEOlJI%2COAAC%2COAmCG%3BIjDsCR%2CuBAAA%3BIiDpCY%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA5CR%2COAAC%2COA%2BCG%3BIjD0BR%2CgBAAA%3BIiDxBY%2CSAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAMR%2COAAE%2CQAAC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CwBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CiBAAA%3B%3BEAIR%2COAAQ%3BIACJ%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2COAAQ%2CgBAKJ%3BIACI%2CaAAA%3B%3BEAGJ%2COATI%2CgBASH%3BIACG%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CUAAA%3BIjDfR%2CcAAA%3BI0C9QA%2CqBAAA%3B%3BEAMA%2COO2QQ%2CgBASH%2CSPpRJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEOjDQ%2COArBA%2CgBASH%2CSAYI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COA3BA%2CgBASH%2CSAkBI%3BIjD9BT%2CcAAA%3BIiDgCY%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3BIACA%2CgBAAA%3B%3BEAIR%2COAlCI%2CgBAkCH%3BIACG%2CoBAAA%3B%3BEP%5C%2FMR%2COO4KQ%2CgBAkCH%2COAGG%2CgBPjNP%3BI1CyKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BEiDqCI%2COAlCI%2CgBAkCH%2COAUG%3BIACI%2CcAAA%3B%3BEAGJ%2COAhDA%2CgBAkCH%2COAcO%3BIACA%2CcAAA%3B%3BEAIR%2COArDI%2CgBAqDA%3BIACA%2CaAAA%3B%3BEAMA%2CkBADJ%2CcACK%3BIACG%2CoCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAXZ%2CkBAeI%3BIACI%2CmBAAA%3B%3BEAIR%2CiBACI%2CSACI%3BIjD6ER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4DvVT%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BE7BkNR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEADJ%2C0BAFJ%2CUAEK%2COAEG%3BI%5C%2FB9CZ%2CiBAAA%3B%3BE%2BBmDY%2C0BATR%2CUAEK%2COAOI%3BIACG%2C6BAAA%3BI%5C%2FBpDhB%2CmBAAA%3BI%2BBsDgB%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%3BI%5C%2FBxEpB%2CWAAA%3BI%2BB0EwB%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BApCpB%2CUAEK%2COAOI%2CMAUG%2CMAWI%2CEAMK%3BI%5C%2FB9EzB%2CmBAAA%3B%3BE%2BB6FQ%2C0BAnDJ%2CUAmDK%2CMACG%3BI%5C%2FB9FZ%2CiBAAA%3B%3BE%2BBoGQ%2C0BA1DJ%2CUA0DK%3BIACG%2CmBAAA%3B%3BEAKA%2C0BAhER%2CUA%2BDK%2CQACI%3BEACD%2C0BAjER%2CUA%2BDK%2CQAEI%3BIACG%2CmBAAA%3B%3BEASJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CUAAA%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%3BEQ4CV%2C%2BBACE%3BIACE%2CcAAA%3B%3BEAFJ%2C%2BBAKE%3BIACE%2CiBAAA%3B%3BEzBmBF%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BEsI5aR%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEALJ%2CsBAWI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAEA%2CsBAJJ%2CSAIK%3BIACG%2CcAAA%3B%3BErI2PZ%3BEACA%2CiBAAoB%3BIAChB%2CaAAA%3B%3BEAGJ%2CaAAc%2CkBAAkB%2COAAM%3BIfpEtC%2CiBAAA%3BIesEI%2CYAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CWAAY%2CQAAQ%2CWAAU%3BIf1E9B%2CiBAAA%3BIe4EI%2CWAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAChB%3BIfjFJ%2CmBAAA%3BIAAA%2CiBAAA%3BIeoFQ%2CeAAA%3B%3BEAJR%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%3BIACI%2CcAAA%3B%3BEAPZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%3BIACE%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYAhBH%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%2CSAOG%3BEACD%2CYAjBH%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%2CSAQG%3BIACG%2CaAAA%3B%3BEAlBpB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAgBI%3BEAtBZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAiBI%3BIACI%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEA1BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAuBI%2CkBAAkB%3BIACd%2CeAAA%3B%3BEA9BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBA2BI%2CiBAAiB%3BIACb%2CUAAA%3B%3BEoBnOhB%2CcAAc%3BIACV%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAGI%2CcALM%2CSAIV%2CSACK%3BIACG%2C4BAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CcATE%2CSAIV%2CSACK%2CKAII%3BIACG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAdE%2CSAIV%2CSACK%2CKASI%3BInCmGb%2CiBAAA%3B%3BEmC%5C%2FFY%2CcAlBE%2CSAIV%2CSACK%2CKAaI%3BIACG%2CcAAA%3B%3BEADJ%2CcAlBE%2CSAIV%2CSACK%2CKAaI%2CQAGG%3BIACI%2CkBAAA%3B%3BEAEA%2CcAxBN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAGK%3BIACG%2CeAAA%3B%3BEAGJ%2CcA5BN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAOK%3BIACG%2CWAAA%3B%3BEAGJ%2CcAhCN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAWK%3BIACG%2CYAAA%3B%3BEAGJ%2CcApCN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAeK%3BEACD%2CcArCN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAgBK%3BIACG%2CeAAA%3B%3BEAKZ%2CcA3CE%2CSAIV%2CSACK%2CKAsCI%3BEACD%2CcA5CE%2CSAIV%2CSACK%2CKAuCI%3BEAvCL%2CcALM%2CSAIV%2CSACK%2CKAwCG%3BEACA%2CcA9CE%2CSAIV%2CSACK%2CKAyCI%3BIACG%2CiBAAA%3B%3BEA1CR%2CcALM%2CSAIV%2CSACK%2CKA6CG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FCR%2CcALM%2CSAIV%2CSACK%2CKA6CG%2CYAII%3BIACI%2CeAAA%3B%3BEAlDZ%2CcALM%2CSAIV%2CSACK%2CKAsDG%3BEAtDJ%2CcALM%2CSAIV%2CSACK%2CKAuDG%2COAAM%3BIACF%2CaAAA%3B%3BEAIR%2CcAjEM%2CSAIV%2CSA6DK%3BIACG%2CeAAA%3B%3BEAOJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEAEA%2CqBAJR%2CSACK%2CKAGI%3BIACG%2CWAAA%3B%3BEAMhB%2CKAAK%2CcACD%3BInC6BJ%2CqBAAA%3BI0C9QA%2CqBAAA%3B%3BEPgPA%2CKAAK%2CcACD%2CmBOiBF%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2CKP0OK%2CcACD%2CmBO3OH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2ChQiB%2CO3CgQjB%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKP6NC%2CcACD%2CmBO%5C%2FNH%2CMACI%3BI1C2PL%2CWAAA%3B%3BE0CrPI%2CKPuNC%2CcACD%2CmBOzNH%2COACI%3BI1CqPL%2CcAAA%3B%3BEsJxOA%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%3B%3BAM9CZ%2CwBAJqD%3BE1IydrD%3BEmCjWQ%2C4BADJ%2CKAAI%2CMACC%3BElCgDD%2CyBADJ%2CKAAI%2CQACC%3BInB%5C%2FKT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEkB4qBD%2C0BACI%2CMAAQ%2CKlB9qBX%3BEkB6qBD%2C0BACI%2CMAAQ%2CKlB7qBX%3BEoEND%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGpExCX%3BEoELD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGpEvCX%3BEmBoJD%2CyBACI%2CKAAI%2CQnBtJP%3BEmBqJD%2CyBACI%2CKAAI%2CQnBrJP%3BEuC0QD%2CcAAC%2CaAkBC%2CMAAK%2CMrBiZH%2CMAAQ%2CKlB9qBX%3BEuC2QD%2CcAAC%2CaAkBC%2CMAAK%2CMrBiZH%2CMAAQ%2CKlB7qBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEkBuqBD%2C0BACI%2CMAAQ%2CKlBxqBX%3BEoEXD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGpElCX%3BEmB%2BID%2CyBACI%2CKAAI%2CQnBhJP%3BEuCqQD%2CcAAC%2CaAkBC%2CMAAK%2CMrBiZH%2CMAAQ%2CKlBxqBX%3BIACG%2CWAAA%3B%3BEkByqBI%2C0BAFJ%2CMAAQ%2CKAEH%2CIAAI%3BEqBrab%2CcAAC%2CaAkBC%2CMAAK%2CMrBiZH%2CMAAQ%2CKAEH%2CIAAI%3BIlB5bb%2C6BAAA%3B%3BEkBkcgB%2C0BARZ%2CMAAQ%2CKAMF%2CKAAE%2CIACC%2CKACI%3BEqB3ajB%2CcAAC%2CaAkBC%2CMAAK%2CMrBiZH%2CMAAQ%2CKAMF%2CKAAE%2CIACC%2CKACI%3BIACG%2CaAAA%3B%3BEAIR%2C0BAbR%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%3BEACD%2C0BAdR%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%3BEACD%2C0BAfR%2CMAAQ%2CKAMF%2CKAAE%2CIASC%3BEqBlbb%2CcAAC%2CaAkBC%2CMAAK%2CMrBiZH%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%3BEqBhbb%2CcAAC%2CaAkBC%2CMAAK%2CMrBiZH%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%3BEqBjbb%2CcAAC%2CaAkBC%2CMAAK%2CMrBiZH%2CMAAQ%2CKAMF%2CKAAE%2CIASC%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%2CIASI%3BEAAD%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%2CMAQI%3BEAAD%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIASC%2CSAOI%3BEqBzbjB%2CcAAC%2CaAkBC%2CMAAK%2CMrBiZH%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%2CIASI%3BEqBzbjB%2CcAAC%2CaAkBC%2CMAAK%2CMrBiZH%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%2CMAQI%3BEqBzbjB%2CcAAC%2CaAkBC%2CMAAK%2CMrBiZH%2CMAAQ%2CKAMF%2CKAAE%2CIASC%2CSAOI%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2C0BA9BR%2CMAAQ%2CKAMF%2CKAAE%2CIAwBC%3BEqBjcb%2CcAAC%2CaAkBC%2CMAAK%2CMrBiZH%2CMAAQ%2CKAMF%2CKAAE%2CIAwBC%3BIACG%2CSAAA%3B%3BEAhChB%2C0BAqCI%3BEqBvcJ%2CcAAC%2CaAkBC%2CMAAK%2CMrBqbH%3BIACI%2CSAAA%3B%3BEAuMR%2C0BACI%2CMACI%3BIACI%2CiBAAA%3B%3BEAEA%2C0BAJR%2CMACI%2CKAGK%3BIACG%2CoBAAA%3B%3BEANhB%2C0BAWI%2CMACI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAdZ%2C0BAWI%2CMAMI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAnBZ%2C0BAWI%2CMAWI%2COAAM%3BIlB5rBd%2CiBAAA%3B%3BEkBsqBA%2C0BAWI%2CMAWI%2COAAM%2COAGF%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA3BhB%2C0BAWI%2CMAWI%2COAAM%2COAQF%3BIACI%2CoBAAA%3BIACA%2CcAAA%3B%3BEAhChB%2C0BAWI%2CMAWI%2COAAM%2COAQF%2CQAII%3BIACI%2CgBAAA%3B%3BEAmDpB%3BEkC%5C%2F%2BBA%2CcAAc%3BE%2BFnBd%2CcAAc%3BErImWV%2CcAAC%3BId7FL%2CiBAAA%3B%3BEkB4wBI%2CkBAAC%3BEA6uBL%2C0BACI%2CGA9uBC%3BEA6uBL%2C0BAKI%2CGAlvBC%3BEuH1hCO%2CQAHR%2C0BAEI%2CKACK%2CQvH0hCR%3BEuH1hCO%2CQAFR%2CkCACI%2CKACK%2CQvH0hCR%3BEVnIL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%2CKUiIL%3BEVnIL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%2CKUgIL%3BERnqBL%2CKACI%2COAAM%2CMACF%2CKAAI%2CKQiqBP%3BERnqBL%2CKACI%2COAAM%2CMAEF%2CcAAc%2CGQgqBjB%3BECn3BL%2CQACI%2CoBACI%2CKAAI%2CQDi3BP%3BE4Bt%2BBL%2CMAAM%2CQAUA%2CQAGI%2CKACI%2CK5Bw9BT%3BE8BnrBL%2CQACI%2CeACI%2CKAAI%2CQ9BirBP%3BEJ3oBO%2CQAfR%2CmBAcI%2CKACK%2CQI2oBR%3BEJ1oBO%2CQAhBR%2CmBAcI%2CKAEK%2CQI0oBR%3BERnpBL%2CYACI%2CQQg4CA%2CGA9uBC%3BERnpBL%2CYACI%2CQQo4CA%2CGAlvBC%3BE4Cp3BL%2CkBAQI%2CQ5C0lDA%2CGA9uBC%3BE4Cp3BL%2CkBAQI%2CQ5C8lDA%2CGAlvBC%3BIlBxhCL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkBmzCA%3BEkD9wCQ%2CcApBJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMACI%3BEtD6WhB%2CoBAqCI%2CmBAAmB%3BEWvYf%2CYAdJ%2CuBAcK%2CcAmBG%3BIPouCZ%2CaAAA%3B%3BEAsEA%2CwBACI%2CWACI%2CoBACI%3BEeryCZ%2C4BfmyCI%2CWACI%2CoBACI%3BEepyCZ%2CyBfkyCI%2CWACI%2CoBACI%3BEJp%2BBZ%2CQIk%2BBI%2CWACI%2CoBACI%3BEJn%2BBZ%2CuBIi%2BBI%2CWACI%2CoBACI%3BEJl%2BBZ%2CiBIg%2BBI%2CWACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAJhB%2CwBACI%2CWACI%2CoBAKI%3BEezyCZ%2C4BfmyCI%2CWACI%2CoBAKI%3BEexyCZ%2CyBfkyCI%2CWACI%2CoBAKI%3BEJx%2BBZ%2CQIk%2BBI%2CWACI%2CoBAKI%3BEJv%2BBZ%2CuBIi%2BBI%2CWACI%2CoBAKI%3BEJt%2BBZ%2CiBIg%2BBI%2CWACI%2CoBAKI%3BIAEI%2CoBAAA%3B%3BEAoChB%2CyBACM%2CQAAQ%2CKAAK%2CKAAE%3BEmBn8BrB%2CQAMI%2CMAAK%2CMnB67BH%2CQAAQ%2CKAAK%2CKAAE%3BIACb%2CSAAA%3B%3BEA%2BGR%3BEVr8BA%2CQAAQ%2CKAAK%2CSACT%3BE4CvjBJ%2CcAAc%3BEnBgFd%2CcAAc%3BEnBgQV%2CcAAC%3BEAkDL%2CoBACI%3BIIynCA%2CaAAA%3B%3BEASJ%3BIACI%2CgBAAA%3B%3BEAsOJ%2C0BAeI%3BER%5C%2F4CJ%2CYACI%2CQQ84CA%3BE4ChnDJ%2CkBAQI%2CQ5CwmDA%3BIACI%2CiBAAA%3B%3BEkDlwDR%3BIACI%2C0BAAA%3BIjEwUJ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIiE1UI%2CkBAAA%3B%3BEAHJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BIjE2ctC%2CYAAA%3BIACA%2CcAAA%3B%3BEiEjdA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjE8cpC%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEiEpdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjEkdpC%3BIACE%2CcAAA%3B%3BEiExdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjEkdpC%2CQAGI%3BIACE%2CcAAA%3B%3BEiE3dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjEkdpC%2CQAGI%2CKAGE%3BEiE7dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjEkdpC%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CiBAAA%3B%3BEG0OY%2CciE9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjEkdpC%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CciE9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjEkdpC%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEoEzPA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjEuVpC%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BEoEzPA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKACI%2CKAAE%3BIACA%2CiBAAA%3B%3BEAXpB%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKAKI%2CKAAE%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAhBpB%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKAUI%2CKAAE%2CIAAI%3BIACJ%2CgBAAA%3B%3BEAYA%2CcA3BhB%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMAKI%2CGACK%3BIACG%2CYAAA%3BIACA%2CgBAAA%3B%3BEAlCxB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%3BIACI%2CcAAA%3B%3BEA3CZ%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%3BIACI%2CcAAA%3B%3BEAGA%2CcARZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGAIK%2CYACG%3BEADJ%2CcARZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGAIK%2CYAEG%3BIACI%2CiBAAA%3B%3BEApDxB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAeI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA7DhB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAsBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEApEhB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMA6BI%2COAAM%3BIpEkLlB%2CiBAAA%3B%3BEoEzPA%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMA6BI%2COAAM%2COAEF%3BIACI%2CoBAAA%3B%3BEAOpB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMACI%3BEAVR%2C2BASI%2CMAEI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEY3GR%2CMAAE%2COAAC%3BIACC%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAC%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAC%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BE5DkEA%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BE8GtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEIsFR%2CqBACF%2CKAAI%3BIACH%2CcAAA%3BIACA%2CWAAA%3B%3BEAHC%2CqBAKF%3BIACC%2CWAAA%3B%3BEGpFC%2CmBACI%3BIACI%2CWAAA%3B%3BEpHmEA%2C0BADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2C0BAOI%3BIACI%2CqBAAA%3B%3BEwBaR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2COAPR%2CgBAMI%2CQACK%3BI7CuKb%2CqBAAA%3BIIzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIJgDA%2CgBAAA%3B%3BE6CvKY%2COAPR%2CgBAMI%2CQACK%2COH2JX%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2COG0FI%2CgBAMI%2CQACK%2COHjGZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C5PS%2CO3C4PT%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CgBAAA%3BIAAA%2CmBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COG6EA%2CgBAMI%2CQACK%2COHrFZ%2CMACI%3BI1C2PL%2CcAAA%3B%3BE0CrPI%2COGuEA%2CgBAMI%2CQACK%2COH%5C%2FEZ%2COACI%3BI1CqPL%2CcAAA%3B%3BEI7CA%2COyCjII%2CgBAMI%2CQACK%2COzC0HZ%3BEACD%2COyClII%2CgBAMI%2CQACK%2COzC2HZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyCvII%2CgBAMI%2CQACK%2COzCgIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyC5II%2CgBAMI%2CQACK%2COzCqIZ%3BEACD%2COyC7II%2CgBAMI%2CQACK%2COzCsIZ%3BEACD%2CQAAQ%2CUAAW%2CQyC9If%2CgBAMI%2CQACK%3BIzCwIT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEOhDI%2CcADW%2CSACV%3BIACG%2CmBAAA%3B%3BEAEA%2CcAJO%2CSACV%2CKAGI%3BIACG%2CsBAAA%3BIACA%2CUAAA%3B%3BEmDlHZ%3BIACI%2CgBAAA%3B%3BElD4cJ%2CqBACI%2CQAAO%3BIACH%2CaAAA%3B%3BEAIR%3BIACI%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAFJ%2CmBAIM%2CIAAC%3BIACC%2CkBAAA%3B%3BEALR%2CmBAQM%2CIAAC%3BIACC%2CmBAAA%3B%3BEA0UR%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%3BEAFV%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%3BIACE%2CmBAAA%3B%3BEC7uBZ%3BIACI%2CgBAAA%3B%3BECwMJ%2CKACI%2COAAM%2CMAMF%2CKAAI%3BIACA%2CkBAAA%3B%3BE0BFZ%3BIACI%2CgBAAA%3B%3BEzBxUJ%2CYACI%3BIXuNJ%2CeAAA%3BIWrNQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAOI%3BIXiNJ%2CgBAAA%3B%3BEyBlFA%2CYACI%3BEADJ%2CYAEI%3BEAFJ%2CYAGI%3BIzB%2BEJ%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CkBAAA%3B%3BEyBlFA%2CYASI%2CYACM%3BIzBwEV%2CiBAAA%3B%3BEyBlFA%2CYAeI%3BIzBmEJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3B%3BEyB7DQ%2CYANJ%2CuBAMK%3BIzB6DT%2C4BAAA%3BIyB3DY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BIzByDZ%2CWAAA%3B%3BEyBlFA%2CYA%2BBI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlCR%2CYAqCI%3BIACI%2CWAAA%3B%3BEAtCR%2CYAyCI%3BIzByCJ%2C6BAAA%3BIyBvCQ%2CiBAAA%3B%3BEA3CR%2CYA8CI%3BIzBoCJ%2CqBAAA%3BI0C9QA%2CqBAAA%3BIjBoPQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEA3DR%2CYA8CI%2CmBiBwBF%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2CYjBoOI%2CmBiBpOH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSChRQ%2CODgRR%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYjBuNA%2CmBiBxNH%2CMACI%3BI1C2PL%2CWAAA%3B%3BE0CrPI%2CYjBiNA%2CmBiBlNH%2COACI%3BI1CqPL%2CcAAA%3B%3BEyDnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIzD6OR%2CYAAA%3BIyD3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BE%5C%2FBIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEoCyHR%2CkBACM%3BIACE%2CgBAAA%3BI9DsGR%2CeAAA%3BI8DpGQ%2CmBAAA%3BIACA%2CiBAAA%3B%3BEzBwTR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEgBhXR%2C0BAA2B%3BIACvB%2CmBAAA%3B%3BEAGJ%2C4BACI%3BIACI%2CcAAA%3BIrDkJR%2CkBAAA%3B%3BEqDvIA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BElCiCJ%2CyBAQI%2COAAM%3BEARV%2CyBASI%2COAAM%3BIACF%2CqBAAA%3B%3BEAIR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAIR%2C2BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C2BAKI%3BIACI%2CgBAAA%3B%3BEAIR%2CgCACI%3BIACI%2CmBAAA%3B%3BEAFR%2CgCAKI%3BIACI%2CaAAA%3B%3BE2B%5C%2FJR%2CMAAM%2CQACA%2CQACI%2CKACI%3BI9CuNd%2C6BAAA%3BI8CrNgB%2CmBAAA%3B%3BEALhB%2CMAAM%2CQAUA%3BI9CgNN%2C6BAAA%3B%3BE8C1NA%2CMAAM%2CQAUA%2CQAGI%2CKACI%3BI9C4Md%2CkBAAA%3BI8CzMgB%2CSAAA%3BIACA%2CmBAAA%3B%3BEAUQ%2CcALL%2COAvBb%2CQAwBG%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBACvB%2CQACI%2CKACI%2CKACG%3BIACG%2CgBAAA%3B%3BEAS5B%2CqBACI%3BIACI%2CSAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CqBAKI%2CoBAII%3BIACI%2CiBAAA%3B%3BEd7EJ%2CqBADJ%2CQACK%3BIhCuPT%2CqBAAA%3BI0C9QA%2CqBAAA%3B%3BEVuBQ%2CqBADJ%2CQACK%2COU2OP%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2CqBVgBI%2CQACK%2COUjBR%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C5PS%2CO3C4PT%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CqBVGA%2CQACK%2COULR%2CMACI%3BI1C2PL%2CcAAA%3B%3BE0CrPI%2CqBVHA%2CQACK%2COUCR%2COACI%3BI1CqPL%2CcAAA%3B%3BEuCCI%2CcAFJ%2CMAAK%2CMACH%2CSACG%3BIACC%2CkBAAA%3B%3BEAJR%2CcASE%3BEATF%2CcAUE%3BEAVF%2CcAWE%3BIACE%2CqBAAA%3B%3BEAIA%2CcADF%2CeAAe%2CKACZ%2CIAAI%3BIACH%2CmBAAA%3B%3BEAGF%2CcALF%2CeAAe%2CKAKZ%3BIACC%2CgBAAA%3B%3BEAIJ%2CcAAC%2CaACC%2CWACE%2CMAAK%2CMACH%3BIACE%2CcAAA%3B%3BEAJR%2CcAAC%2CaACC%2CWACE%2CMAAK%2CMACH%2CMAGE%3BIACE%2CcAAA%3B%3BEAPV%2CcAAC%2CaACC%2CWACE%2CMAAK%2CMACH%2CMAOE%2CKAAI%3BIACF%2CcAAA%3BIACA%2CUAAA%3B%3BEArCZ%2CcAgDE%2CiBACE%3BIACE%2CmBAAA%3B%3BEAlDN%2CcAgDE%2CiBAKI%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BES0HJ%2CgBACI%3BIhDhLJ%2CkBAAA%3B%3BEgD%2BKA%2CgBAKI%2CyBACI%3BIACI%2CcAAA%3BIhDtLZ%2CkBAAA%3B%3BEiCpMA%2CmBACI%2CYACI%2COAAM%2CeAAe%3BIACjB%2CgBAAA%3B%3BEAHZ%2CmBACI%2CYAKI%2COAAM%3BIACF%2CgBAAA%3B%3BEAUZ%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEnB8QxB%2CoBACI%3BIACI%2CcAAA%3B%3BEAFR%2CoBACI%2CMAGI%3BIACI%2CcAAA%3B%3BEAKZ%3BIACI%2CcAAA%3B%3BEAGJ%2CQACI%2CmBACI%2CMAAM%3BIACF%2CcAAA%3B%3BEAHZ%2CQACI%2CmBAKI%3BIACI%2CqBAAA%3BIACA%2CSAAA%3B%3BEARZ%2CQACI%2CmBAUI%2CQAAO%3BIACH%2CaAAA%3B%3BEAkBZ%2CoBAKI%2CaACI%3BIACI%2CcAAA%3B%3BEAPZ%2CoBAWI%3BId1JJ%2CgBAAA%3B%3BEc%2BIA%2CoBAeI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CoBADJ%2CKACK%2CMAEG%3BEADJ%2CoBAFJ%2CKAEK%2CSACG%3BEAFJ%2CoBADJ%2CKACK%2CMAGG%3BEAFJ%2CoBAFJ%2CKAEK%2CSAEG%3BIACI%2CqBAAA%3B%3BEAzBhB%2CoBA8BI%2CMAAK%2CMAAO%2CKAAI%3BIACZ%2CoBAAA%3B%3BEACA%2CoBAFJ%2CMAAK%2CMAAO%2CKAAI%2CQAEX%3BIACG%2CaAAA%3B%3BEAUJ%2CoBAFJ%2CeAAiB%2C0BAEZ%3BEAAD%2CoBADJ%2CwBAA0B%2C0BACrB%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FCZ%2CoBAyCI%2CeAAiB%2C0BASb%3BEAlDR%2CoBA0CI%2CwBAA0B%2C0BAQtB%3BIdjMR%2CiBAAA%3BIcmMY%2CeAAA%3B%3BEAEA%2CoBAbR%2CeAAiB%2C0BASb%2CKAIK%3BEAAD%2CoBAZR%2CwBAA0B%2C0BAQtB%2CKAIK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBAjBR%2CeAAiB%2C0BASb%2CKAQK%3BEAAD%2CoBAhBR%2CwBAA0B%2C0BAQtB%2CKAQK%3BIACG%2CoBAAA%3B%3BEChFhB%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEsI%5C%2FXJ%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%3BElHqHZ%2CcAAc%2CSACV%3BIACI%2CgCAAA%3B%3BEAEA%2CcAJM%2CSACV%2CcAGK%3BIACG%2C6BAAA%3B%3B%3BAyHrIZ%2CwBAJsD%3BEpFkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEpCsVR%2CiBAAkB%3BIACd%2CYAAA%3B%3BE4G1QJ%2CYACI%2CeACI%3BIhJ8JR%2CYAAA%3B%3B%3BA4JrPJ%2CgBAJ2C%3BE1I6IvC%3BIAvBA%2CUAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CsBAHH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA0LR%3BEqBJE%2COAAO%2CIAAI%2CeAAgB%2CeAD7B%3BEADF%2CcA8BE%2CgBAOE%2CqBAKE%2CUACE%3BIrBrDN%2CcAAA%3B%3BEA8KA%3BEXxKY%2CcAFR%2CmBACK%2CIAAI%2CQACA%2CIAAI%2CSACD%3BIPrUhB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEuC%2BSH%2CcAwDE%2CevCxWC%3BEuCgTH%2CcAwDE%2CevCvWC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEuC0SH%2CcAwDE%2CevClWC%3BIACG%2CWAAA%3B%3BEkB6hBJ%3BEqBpPF%2CcA8BE%2CgBACE%3BEA%5C%2FBJ%2CcAwDE%2CeAEE%3BEA1DJ%2CcAwDE%2CeAQE%3BIrBoKF%2CsBAAA%3B%3BEA%2BGA%2C0BAxBA%2CUACI%3BIlBxXJ%2CmBAAA%3BIK%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BILhqBA%2CUAAA%3BIKmqBA%2CmBAAA%3B%3BEAEA%2C0Ba9SA%2CUACI%2COb6SA%3BIACA%2CWAAA%3B%3BEa3SI%2C0BAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2C0BALR%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAkBZ%2C0BAxBA%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAiCZ%3BIlBnaA%2CWAAA%3B%3BEkBuzBA%3BIlBvzBA%2CqBAAA%3BI0C9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC%5C%2FQS%2COD%2BQT%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BExBkuBA%2CmBAAC%3BIACG%2C0BAAA%3B%3BEkD37BJ%2CMjEkDE%2CQACI%2CKACI%3BEiEpDV%2CMjEkDE%2CQACI%2CKAEI%3BIH0FV%2C0BAAA%3B%3BEoE%5C%2FIA%2CMjE2DE%2CQAAQ%3BIHoFV%2C0BAAA%3B%3BEsB%5C%2FLI%2CUAAC%3BIACG%2CYAAA%3B%3BEyG1CR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BElF2FQ%2COAFR%2CgBACI%2CQACK%3BIzCmFb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BIJgDA%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BII5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIyC%5C%2FCgB%2CgBAAA%3B%3BEzC4FhB%2COyCjGI%2CgBACI%2CQACK%2COzC%2BFZ%3BEACD%2COyClGI%2CgBACI%2CQACK%2COzCgGZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyCvGI%2CgBACI%2CQACK%2COzCqGZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyC5GI%2CgBACI%2CQACK%2COzC0GZ%3BEACD%2COyC7GI%2CgBACI%2CQACK%2COzC2GZ%3BEACD%2CQAAQ%2CUAAW%2CQyC9Gf%2CgBACI%2CQACK%3BIzC6GT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEDjJA%2CO8CGI%2CgBACI%2CQACK%2CO9CLZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CO8CFI%2CgBACI%2CQACK%2CO9CAZ%3BIC4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2CO8CPI%2CgBACI%2CQACK%2CO9CKZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEIxFA%2COyCtDI%2CgBACI%2CQACK%2COzCoDZ%3BEACD%2COyCvDI%2CgBACI%2CQACK%2COzCqDZ%3BEACD%2COyCxDI%2CgBACI%2CQACK%2COzCsDZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COyC7DI%2CgBACI%2CQACK%2COzC2DZ%3BEACD%2COyC9DI%2CgBACI%2CQACK%2COzC4DZ%3BEACD%2CQAAQ%2CUAAW%2CQyC%5C%2FDf%2CgBACI%2CQACK%3BI7C4Ib%2CcAAA%3BIAAA%2CYAAA%3BII5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BE2I7LI%2C8BADJ%2CSACK%3BIACG%2CaAAA%3B%3BExIoOJ%2CcADW%2CmBACV%3BEACD%2CcAFW%2CmBAEV%3BIPiCT%2CgBAAA%3BIAAA%2C4CAAA%3BIO9BY%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARJ%2CcADW%2CmBACV%2CMAUG%3BEATJ%2CcAFW%2CmBAEV%2COASG%3BIACI%2CcAAA%3B%3BEAEJ%2CQAAS%2CeAdF%2CmBACV%2CMAcO%3BEADJ%2CQAAS%2CeAdF%2CmBAEV%2COAaO%3BIACI%2CQAAA%3BIACA%2CSAAA%3B%3BEAQhB%2CcAAe%3BIPUnB%2CgBAAA%3BIAAA%2C4CAAA%3BIOPQ%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAEA%2CcAAe%3BIACX%2CoBAAA%3B%3BEAJR%2CqBAOI%2CiBAAmB%3BIACf%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEAXR%2CqBAOI%2CiBAAmB%2CqBAMb%3BIACE%2CkBAAA%3B%3BEAEA%2CqBATR%2CiBAAmB%2CqBAMb%2CUAGG%3BIACG%2CeAAA%3B%3BEAjBhB%2CqBAsBI%3BIACI%2CmBAAA%3B%3BEAOI%2CcAFR%2CeACI%2CoBACK%3BIPlCb%2CgBAAA%3BIOoCgB%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAXhB%2CcAgBI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAgBR%2CcACI%3BIACI%2CmBAAA%3BIACA%2CaAAA%3B%3BEAIR%2CcAKI%2CeACI%3BEALR%2CoBAII%2CeACI%3BEAJR%2CqBAGI%2CeACI%3BEAHR%2CcAAc%2CoBAEV%2CeACI%3BEAFR%2CcAAc%2CqBACV%2CeACI%3BIACI%2CaAAA%3B%3BEgCnBd%2CcACE%2CiBAKE%3BIACE%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEATN%2CcACE%2CiBAKE%2CWAKE%3BIACE%2CiBAAA%3B%3BEAEA%2CcAbN%2CiBAKE%2CWAKE%2CQAGG%3BIACC%2CcAAA%3BIACA%2CWAAA%3B%3BEAhBV%2CcAsBE%3BIACE%2CgBAAA%3B%3BEAvBJ%2CcA0BE%2CeAAe%3BIACb%2CgBAAA%3B%3BEA3BJ%2CcA8BE%2CgBACE%3BIAEE%2CWAAA%3BIACA%2CUAAA%3B%3BEAlCN%2CcA8BE%2CgBAOE%3BIACE%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAQI%2CcAlBR%2CgBAOE%2CqBAKE%2CUAKE%2COACG%3BIACC%2CaAAA%3B%3BEAjDZ%2CcAwDE%2CeAEE%3BIAEE%2CWAAA%3BIACA%2CUAAA%3B%3BEA7DN%2CcAwDE%2CeAQE%3BIAEE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIJ%2CcAAC%2CKAAK%2CQACJ%2CeACE%3BIACE%2CeAAA%3B%3BEAKN%2CcAAC%2CaACC%3BIACE%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALJ%2CcAAC%2CaAQC%2CKAAI%3BIACF%2CUAAA%3B%3BEAzFN%2CcA8FE%2CiBACE%2CcAAgB%3BIACd%2CWAAA%3B%3BEAGE%2CcALN%2CiBACE%2CcAAgB%2CYAGd%2COACG%3BIACC%2CqBAAA%3BIACA%2CWAAA%3B%3BEArGV%2CcA8FE%2CiBAYE%2CUAAY%2CSAAM%2CIAAI%2CSAClB%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGF%2CcApBJ%2CiBAYE%2CUAAY%2CSAAM%2CIAAI%2CSAQnB%2CIAAI%2CMACH%3BIACE%2CWAAA%3B%3BES9PJ%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAOJ%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%3BElCoRR%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEAEA%2CoBAJR%2CaACI%2CQAGK%3BIACG%2CYAAA%3B%3BEqB9PhB%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEmHjMZ%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
}







#slider {
    text-align: center;
}


/* NEW EXPERIMENT */
/* Slider Setup */


#slide1:checked ~ #slides .inner { margin-left:0; }
#slide2:checked ~ #slides .inner { margin-left:-100%; }
#slide3:checked ~ #slides .inner { margin-left:-200%; }
#slide4:checked ~ #slides .inner { margin-left:-300%; }
#slide5:checked ~ #slides .inner { margin-left:-400%; }


#overflow {
    width: 100%;
    overflow: hidden;
}

article img {
    width: 100%;
}

#slides .inner {
    width: 500%;
    line-height: 0;
}

#slides article {
    width: 20%;
    float: left;
}

/* Slider Styling */

/* Control Setup */

#controls {
    margin: -25% 0 0 0;
    width: 100%;
    height: 50px;
}

#controls label {
    display: none;
    width: 50px;
    height: 50px;
    opacity: 0.3;
}

#active {
    margin: 23% 0 0;
    text-align: center;
}

#active label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
}

#active label:hover {
    background: #ccc;
    border-color: #777 !important;
}

#controls label:hover {
    opacity: 0.8;
}

#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(5),
#slide5:checked ~ #controls label:nth-child(1) {
    background: url('../../frontend/Scalamandre/luma/en_US/FME_Banners/css/next.png') no-repeat;
    float: right;
    margin: 0 -70px 0 0;
    display: block;
}


#slide1:checked ~ #controls label:nth-child(5),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2),
#slide4:checked ~ #controls label:nth-child(3),
#slide5:checked ~ #controls label:nth-child(4) {
    background: url('../../frontend/Scalamandre/luma/en_US/FME_Banners/css/prev.png') no-repeat;
    float: left;
    margin: 0 0 0 -70px;
    display: block;
}

#slide1:checked ~ #active label:nth-child(1),
#slide2:checked ~ #active label:nth-child(2),
#slide3:checked ~ #active label:nth-child(3),
#slide4:checked ~ #active label:nth-child(4),
#slide5:checked ~ #active label:nth-child(5) {
    background: #333;
    border-color: #333 !important;
}

/* Info Box */

.info {
    line-height: 20px;
    margin: 0 0 -150%;
    position: absolute;
    font-style: italic;
    padding: 30px 30px;
    opacity: 0;
    color: #000;
    text-align: left;
}

.info h3 {
    color: #333;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 22px;
    font-style: normal;
}

/* Slider Styling */

#slides {
    margin: 45px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #666;
    padding: 1%;
    background: #fff;
    background: rgb(252,255,244); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(219,218,201,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(219,218,201,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#dbdac9',GradientType=0 ); /* IE6-9 */
}


/* Animation */

#slides .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#controls label{
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

#slide1:checked ~ #slides article:nth-child(1) .info,
#slide2:checked ~ #slides article:nth-child(2) .info,
#slide3:checked ~ #slides article:nth-child(3) .info,
#slide4:checked ~ #slides article:nth-child(4) .info,
#slide5:checked ~ #slides article:nth-child(5) .info {
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
}

.info, #controls, #slides, #active, #active label, .info h3, .desktop, .tablet, .mobile {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* Respond Options */

#desktop:checked ~ #slider {
    max-width: 960px;
}

#tablet:checked ~ #slider {
    max-width: 850px;
}

#mobile:checked ~ #slider {
    max-width: 450px;
}

#desktop:checked ~ #slider .desktop,
#tablet:checked ~ #slider .tablet,
#mobile:checked ~ #slider .mobile {
    color: #777;
    opacity: 1;
}

.desktop, .tablet, .mobile {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding-top: 50px;
    opacity: 0.35;
    font-size: 12px;
}

.desktop:hover, .tablet:hover, .mobile:hover {
    opacity: 0.2;
}

.desktop {
    background: url('../../frontend/Scalamandre/luma/en_US/FME_Banners/css/desktop.png') no-repeat;
}

.tablet {
    background: url('../../frontend/Scalamandre/luma/en_US/FME_Banners/css/tablet.png') no-repeat;
}

.mobile {
    background: url('../../frontend/Scalamandre/luma/en_US/FME_Banners/css/mobile.png') no-repeat;
}

/* Responsive Styling */

/* Tablet */

#tablet:checked ~ #slider #controls {
    margin: -25% 0 0 12%;
    width: 76%;
    height: 50px;
}

#tablet:checked ~ #slider #controls label {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

#tablet:checked  ~ #slider #slides, #mobile:checked  ~ #slider #slides {
    padding: 1% 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#tablet:checked ~ #slider #active {
    margin: 22% 0 0;
}

@media only screen and (max-width: 850px) and (min-width: 450px) {

    #slider #controls {
        margin: -25% 0 0 15%;
        width: 70%;
        height: 50px;
    }

    #slider #controls label {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    #slider #slides {
        padding: 1% 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    #slider #active {
        margin: 22% 0 0;
    }

}

/* Mobile */

#mobile:checked ~ #slider #controls {
    margin: -28% 0 0 24%;
    width: 50%;
    height: 50px;
}

#mobile:checked ~ #slider #active {
    margin: 23% 0 0;
}

#mobile:checked ~ #slider #slides .info {
    opacity: 0 !important;
}

#mobile:checked ~ #slider #controls label {
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}


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

    #slider #controls {
        margin: -28% 0 0 24%;
        width: 50%;
        height: 50px;
    }

    #slider #active {
        margin: 23% 0 0;
    }

    #slider #slides {
        padding: 1% 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    #slider #slides .info {
        opacity: 0 !important;
    }

    #slider #controls label {
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

}


/* @media only screen and (min-width: 850px) {

    body {
        padding: 0 80px;
    }
} */
body.page-with-filter .column.main {
    padding-top: 0 !important;
}

body.page-with-filter main.page-main {
    z-index: 1 !important;
}

.filter-fixed {
    position: fixed !important;
    top: 60px;
    z-index: 9999;
}
@media only screen and (max-width: 1024px) {
    .filter-fixed{
      top: 85px !important;
    }
    .nonotificationbar{
        top: 60px !important;
    }
    body:not(.customer-logged-in) .product__listing .pl_item .productDescription .pl_details_right{
        margin-top: -20px;
    }
}
/* @media (max-width: 768px){
    .search-results-category .ft-row.ft-top{
        position: unset !important;
    }
    .search-results-category .product__listing{
        margin-top: 120px;
    }
} */
.html_ovrflw {
    overflow: hidden;
}

div.filter-toolbar {
    width: 100%;
}

.category-banner {
    position: relative;
    min-height: 175px;
    padding: 55px 10px;
    text-align: center;
    background-size: cover;
    background-color: #828383;
    background-position: center;
    background-repeat: no-repeat;
}

.category-banner-title-wrapper {
    display: inline-block;
    padding: 15px;
    background-color: #ffffff;
    min-width: 200px;
}

.category-banner-title {
    font-size: 18px;
    color: #000000;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.category-banner-count {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
}

.ft-row.ft-top {
    background: #F0F1F1;
    padding: 24px 0 10px;
}

.ft-row>div {
    max-width: 1600px;
    margin: 0 auto;
    width: 82%;
}

.ft-top_left {
    float: left;
}

.ft-top_right {
    float: right;
}

ul.selected-filters {
    display: inline-block;
    font-size: 0;
}

ul.selected-filters li {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 2px;
    color: #2C2C2C;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    line-height: 12px;
    margin-right: 20px;
    -webkit-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.04);
    box-shadow: 0 8px 9px rgba(0, 0, 0, 0.04);
    margin-bottom: 15px;
}

ul.selected-filters+a {
    position: relative;
    top: -14px;
    display: inline-block;
    color: #CC0000;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.selected-filter-text {
    display: inline-block;
    position: relative;
    top: -14px;
    text-transform: capitalize;
}
span.selected-filter-text.convertLowerOff {
    text-transform: unset;
}
.rm-filter {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Close.svg") no-repeat;
    background-size: 100%;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: baseline;
    top: 0px;
    position: relative;
    cursor: pointer;
    background-size: 5px 5px;
    /* background-color: red; */
    padding: 1.4em;
    background-position: center;
}

.menu-filter>.wholedropdown>div a.mf_search {
    text-decoration: none !important;
}
.menu-filter>.block-static-block .wholedropdown>div a.mf_search {
    text-decoration: none !important;
}

.ft-count {
    line-height: 33px;
    font-size: 12px;
    color: #C1C1C1;
    display: inline-block;
}

.ft-count span {
    color: #2C2C2C;
}
/* .plp-pagination {
    display: inline-block; 
} */
/* .plp-pagination span.first-page, .plp-pagination span.prev-page, .plp-pagination span.next-page{
    border-right: 1px solid;
    padding-right: 5px;
    line-height: 0px;
    font-size: 12px;
} */

/* .plp-pagination span:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 20px;
    width: 1px;
    background: #999
  } */
  .plp-pagination-container{
    display: inline-block;
    line-height: 10px;
  }
  .plp-pagination {
    margin: 0;
    padding: 0
  }
  .plp-pagination span {
    float: left;
    list-style-type: none
  }
  .plp-pagination span a {
    padding: 10px 15px;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    text-decoration: none
  }
  .plp-pagination span.last-page a {
    color: #bbbbbb;
  }
  .plp-pagination span.last-page .activated {
    color: #000;
  }
  
  .plp-pagination span a:hover {
    color: #CC0000 !important;
  }


   .plp-pagination span.disabled a:hover {
        color: #bbbbbb;
        cursor: not-allowed;
  }
  .plp-pagination span:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 20px;
    width: 1px;
    margin-top: -3px;
    background: #999
  }
  
  .plp-pagination span:last-child::after {
    display: none
  }

.product__listing,
.search-results-index .page-title-wrapper {
    max-width: 1600px;
    margin: 40px auto 0;
    width: 84%;
}

.product__listing .pl_item {
    width: 21.505376%;
    vertical-align: top;
    margin-right: 4.66%;
    display: inline-block;
    position: relative;
}

.ft-bottom_right .ft-pagination {
    display: none !important;
}

.product__listing .pl_item:hover .productDescription {
    opacity: 1;
}

.product__listing .pl_item .productDescription {
    z-index: 0;
    bottom: 0px;
    opacity: 1;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    padding: 15px 5px;
    text-align: left;
}

.pl_item .productDescription a.product-name {
    margin-top: 0;
    /*margin-bottom: 3px;*/
}

.pl_item .productDescription p,
.productDescription a.product-name,
.pl_item .productDescription span {
    font-size: 14px;
    line-height: 17px;
    margin-top: 4px;
}

.pl_item .productDescription p:nth-last-of-type(1) {
    margin-top: 6px;
}

.pl_details h4:nth-last-of-type(1),
.pl_details p:nth-last-of-type(1) {
    margin-top: 6px;
}

.pl_details .pl_details_left h2 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0px;
}

.pl_details h4 {
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    margin-top: 4px;
    color: #555;
    margin-bottom: 0 !important;
}

.pl_item .productDescription p,
.pl_item .productDescription span {
    letter-spacing: 0;
}

.pl_item .productDescription a.imageIcon2.add-to-wishlist,.staticpage .productDescription a.imageIcon2.add-to-wishlist {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red.svg);
}
.newPLPRailSection.product__listing .pl_actions span.imageIcon3{
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/memo-icon-black.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 0.4em;
    display: inline-block;
    width: 30px;
    height: 21px;
    font-size: 15px;
}

.pl_item .productDescription span.imageIcon2.add-to-wishlist.added_in_wishlist, .staticpage .productDescription span.imageIcon2.add-to-wishlist.added_in_wishlist{
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red_fill.svg);
}

.pl_item .productDescription a.imageIcon1.aa-to-cart,.staticpage .productDescription a.imageIcon1.aa-to-cart {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/bag_black.svg);
    background-repeat: no-repeat;
}

.pl_item .show_info_ontab a.imageIcon2.add-to-wishlist {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red.svg);
    width: 20px;
    height: 21px;
    background-position: center;
}

.pl_item .show_info_ontab a.imageIcon2.add-to-wishlist.added_in_wishlist {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red_fill.svg);
    width: 20px;
    height: 21px;
    background-position: center;
}

.pl_item .show_info_ontab a.imageIcon1.aa-to-cart,.staticpage .productDescription a.imageIcon1.aa-to-cart {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/bag_black.svg);
    width: 20px;
    height: 21px;
    background-position: center;
}

.pl_item .show_info_ontab a.imageIcon2 {
    background-repeat: no-repeat;
    background-size: 17px;
    margin-left: 0 !important;
}

.pl_item .show_info_ontab a.imageIcon1 {
    background-repeat: no-repeat;
    background-size: 15px;
}

.pl_item .show_info_ontab .info_icons {
    float: right;
    margin-top: 2px;
}

.pl_item .show_info_ontab>div:nth-of-type(1) {
    float: left;
}

.pl_item .show_info_ontab {
    display: none;
}

.pl_item .show_info_ontab a.imageIcon {
    float: right;
    margin-left: 5px;
}

.pl_img img {
    display: block;
    width: 100%;
    max-width: 300px;
}
.pl_img img.Double_Card {
    display: block;
    width: 100%;
    max-width: 615px;
}

.product__listing .pl_item:nth-child(5n) {
    /* margin-right: 0; */
}

.pl_details {
    font-size: 14px;
    color: #95989A;
    line-height: 17px;
    padding: 15px 5px;
    text-align: left;
}

.pl_details>div:after {
    content: '';
    clear: both;
    display: block;
}

.pl_details h2,
.pl_details h4 {
    margin-bottom: 5px;
}

.pl_details a {
    /* color       : #95989A; KITS */
    color: #000000;
    text-decoration: none;
}

.catalog-category-view .product__listing .pl_item .productDescription .price .__pl_details_right_UOM__,
.staticpage .productDescription .price .__pl_details_right_UOM__ {
    color: #95989A;
}

.pl_details a h2 {
    color: #141414;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pl_details_right h4 span {
    color: #141414;
}

.pl_details:after {
    content: '';
    clear: both;
    display: block;
}

.pl_details_left {
    width: 52%;
    float: left;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis !important;
    /* white-space: nowrap; */
    white-space: normal;
}

.pl_details_left h2 {
    overflow: hidden;
    /*display    : inline-block;*/
    text-overflow: ellipsis !important;
    white-space: nowrap;
}

.pl_details_right {
    width: 40%;
    float: right;
    text-align: right;
    display: none;
}

.customer-logged-in .pl_details_right {
    display: block;
    width: 45%;
    margin-top: 0px;
    font-size: 14px;
    margin-left: 5px;
    text-align: right;
}

.customer-logged-in .pl_details_right h4 {
    margin-top: 6px;
}
.customer-logged-in .staticpage .pl_details_right h4 {
    margin-top: 0px !important;
}


.filter-type>div,
.filter-type>select {
    display: none;
}

.ft-row.ft-bottom {
    /* //border-bottom: 1px solid rgba(193, 193, 193, 0.3); */
    margin-top: -1px;
    /* background-color: #fafafa; */
    position: relative;
    display: block;
}

.select-filters {
    padding: 4px 0;
    float: left;
}

li.filter-type {
    display: inline-block;
    margin-right: 30px;
    padding: 14px 0 !important;
}

li.filter-type[data-filter-type="search"] {
    padding: 0;
}
@media screen and (min-width: 1024px) {
li.filter-type[data-filter-type="price"] .inner-block{
    position: absolute;
    margin-left: 240px;
    /* background: #faf8f5; */
    margin-bottom: 100px;
    top: -250px;
    width: 300px;
    height: auto;
    overflow: unset;
    border: 1px solid #e9e9e9;
}

li.filter-type[data-filter-type="price"] div.filter-options{
    padding: unset !important;
}
}

.__FilterLableSearchMobile__ {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .__FilterLableSearchMobile__ {
        display: inline-block;
    }
}

li.filter-type[data-filter-type="search"] input.__FilterSearchInput__ {
    max-height: 2em;
    display: inline-block;
    max-width: 10em;
    vertical-align: middle;
}

li.filter-type[data-filter-type="search"] span.__FilterSearchMagnifier__ {
    width: 30px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    fill: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

li.filter-type[data-filter-type="search"] span.__FilterSearchMagnifierWithInput__ {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3px 5px;
    fill: #cc0000;
}

li.filter-type>h2 {
    font-size: 12px;
    color: #2C2C2C;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
}

.select-filters.has-activated li.filter-type>h2 {
    /* opacity: 0.2; */
}

.select-filters.has-activated li.filter-type.filter-open>h2 {
    opacity: 1;
}
div.filter-toolbar .ft-row.ft-bottom {
    background-color: #ffffff !important;
}
li.filter-type>h2:after {
    /* content: '+';
    margin-left: 10px;
    width: 8px;
    display: inline-block;
    text-align: center; */

    position: relative;
    float: right;
    background-color: #ffffff !important;
    top: 10px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 0.1em solid black;
    border-top: 0.1em solid black;
    transform: rotate(135deg);
    margin-right: 0.5em;
    margin-left: 1.0em;
    
}

li.filter-type.filter-open>h2:after {
   transform: rotate(-45deg);
   top:20px !important;
}

li:not(.filter-color_bucket) div.filter-options .inner_block {
    display: inline-block;
    vertical-align: text-top;
}

li:not(.filter-color_bucket) div.filter-options div.removecss.inner_count2 .inner_block {
    width: 50%;
}

li:not(.filter-color_bucket) div.filter-options div.removecss.inner_count3 .inner_block {
    width: 33.33%;
}

li:not(.filter-color_bucket) div.filter-options div.removecss.inner_count4 .inner_block {
    width: 25%;
}

li.filter-color_bucket div.filter-options div.removecss .inner_block {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}

li.filter-color_bucket div.filter-options div.removecss .inner_block.color_on_mobile {
    display: none;
}

div.filter-options {
    position: absolute;
    top: 54px;
    width: 100%;
    left: 0;
    background: #FAFAFA;
    /*margin-left: -10px;*/
    z-index: 1;
}

div.filter-options>div:not(.removecss) {
    columns: 2;
    display: inline-block;
    padding-bottom: 32px;
    padding-top: 5px;
}

@media screen and (max-width: 768px) {
    div.filter-options>div:not(.removecss) {
        padding-bottom: 10px;
    }
}

.filter-category .filter-options>div {
    columns: 1 !important;
}

.filter-material .filter-options>div:not(.removecss),
.filter-brand .filter-options>div:not(.removecss),
.filter-design .filter-options>div:not(.removecss) {
    columns: 4;
    display: block;
}

.filter-type>div h3 {
    font-size: 14px;
    line-height: 35px;
    color: #141414;
    cursor: pointer;
    width: 195px;
    position: relative;
    /* margin-left: 10px; */
    /* margin-left: 15px; */
}

@media screen and (max-width: 768px) {
    .filter-type>div h3 {
        line-height: 25px;
        margin-left: 0;
    }
}

.filter-color_bucket.filter-type div.filter-options>div,
.filter-color.filter-type div.filter-options>div {
    columns: auto;
    width: 420px;
    font-size: 0;
}

.filter-color_bucket.filter-type>div h3,
.filter-color.filter-type>div h3 {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: normal;
    font-size: 10px;
    min-height: 3.02em;
    max-height: 3.02em;
}

.filter-color_bucket.filter-type>div img,
.filter-color_bucket.filter-type>div img {
    margin-bottom: 5px;
}

/* .filter-type>div h3:hover:before, */


.filter-type>div h3.af:before {
    /* content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/thumb_tick_img_red.svg) no-repeat;
    left: -15px;
    top: 14px;
    background-size: 100% auto;
    /* background-color: #cc0000;*/
} 

@media screen and (max-width: 768px) {
    .filter-type>div h3:hover:before,
    .filter-type>div h3.af:before {
        top: 10px;
    }
}

.filter-color_bucket.filter-type>div h3:hover:before,
.filter-color.filter-type>div h3:hover:before,
.filter-color_bucket.filter-type>div h3.af:before,
.filter-color.filter-type>div h3.af:before {
    content: '';
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    /* background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/color_tick.svg) no-repeat; */
    right: 21.5%;
    top: 21.5%;
    left: inherit;
    background-size: 150% auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 1em;
    background-position: -0.3em;
}

.filter-type>div h3.af {
    font-weight: 600;
}

.no-filters {
    color: #2C2C2C;
    font-size: 14px;
    line-height: 40px;
    opacity: 0.3;
    font-weight: normal;
}


/**Pagination and show products**/

.ft-bottom_right {
    display: block;
    float: right;
}

.ft-pagination {
    margin-left: 25px;
}

.ft-ppv,
.ft-pagination {
    display: inline-block;
    font-size: 12px;
    color: #A0A0A0;
}

.ft-pagination span>a,
.ft-ppv>p {
    display: inline-block;
    line-height: 49px;
    cursor: pointer;
    margin: 0 12px;
}

.ft-ppv>p:last-child {
    margin-right: 0;
}

.ft-pagination a.activeF,
.ft-ppv p.activePPV {
    color: #141414;
    font-size: 14px;
}

.ft-pagination span>a:last-child {
    margin-right: 0;
}


/*Most Relevant*/

.most-relevant {
    color: #141414;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-right: 0px;
    /* background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/most_relevant_icon.svg") no-repeat center right; */
    background-size: auto 13px;
    position: relative;
    display: inline-block;
    line-height: 40px;
    margin-left: 18px;
}
.most-relevant .icon_sort { 
    color: #141414;
    font-size: 12px;
    top: 13px;
    letter-spacing: 0.5px;
    padding-right: 40px;
    background-size: auto 13px;
    position: relative;
    display: inline-block;
    line-height: 42px;
    margin-left: -5px;
    height: 14px;
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/most_relevant_icon.svg") no-repeat center right;
}

.most-relevant select {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 0;
    height: 100%;
    cursor: pointer;
}

.ft-bottom_right .most-relevant {
    display: none;
}

.ft-bottom_right .pag-next,
.ft-bottom_right .pag-prev {
    display: none;
}

.ft-footer {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
}

.ft-footer .ft-pagination {
    margin-left: 0;
}

.blur-it {
    filter: blur(2px);
}

.mobile-filter-data,
.hide-filter,.hide-filter-color,
.show-filter {
    display: none;
}

.pag-prev {
    margin-right: 40px;
}

.pag-next {
    margin-left: 52px;
}

.filter-toolbar .ft-row.ft-top.dec_padding {
    padding-bottom: 11px;
}

.pl_details>div a h2 {
    font-size: 14px;
    line-height: 17px;
}

.pl_item .productDescription p {
    margin-top: 6px;
}

body:not(.customer-logged-in) .pl_item .show_info_ontab>div:nth-of-type(1) {
    display: none;
}

body:not(.customer-logged-in) .pl_item .show_info_ontab .info_icons {
    float: left;
}


/*******************************************/

.product__listing .clearfix {
    text-align: center;
}

.product__listing .pl_item {
    width: 300px;
}
.product__listing .pl_item.Double_Card {
    width: 615px;
}

.product__listing .pl_item {
    /* margin-right: 1.20%; */
    margin-right: 1%;
}

.product__listing {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .ft-row>div {
        /* padding: 0 30px;*/
    }
    .product__listing {
        padding: 0 30px;
    }
    .pl_details {
        font-size: 12px;
        line-height: 15px;
        text-align: left;
    }
    .pl_item .productDescription p,
    .pl_details h4,
    .pl_details a {
        font-size: 12px;
    }
    .pl_item .productDescription p,
    .productDescription a.product-name,
    .pl_item .productDescription span {
        line-height: 15px;
    }
    .pl_details_left {
        width: 45%;
    }
    .pl_details_right {
        /* width  : 70%; KITS
        margin-top: 10px;
        text-align: left; */
        text-align: right;
        margin-top: 0;
        width: 45%;
        float: left;
    }
    .pl_details h2,
    .pl_details h4 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1536px) and (max-width: 1025px) {
    .pl_details_left {
        width: 55%;
    }
    .pl_details_right {
        right: 40%;
    }
}

@media screen and (max-width: 1440px) {
    .product__listing .pl_item {
        margin-right: 1.25%;
    }
    .product__listing {
        padding: 0 10px;
    }
    .search.results .product__listing {
        padding: 0 10px !important;
    }
}

@media screen and (max-width: 1200px) {
    .select-filters {
        width: 93%;
    }
    li.filter-type {
        margin-right: 30px;
    }
    .ft-pagination span>a,
    .ft-ppv>p {
        margin: 0 10px;
    }
    .ft-bottom_right .ft-ppv,
    .ft-bottom_right .ft-pagination,
    .ft-top_right .most-relevant {
        display: inline-block;
    }
    .ft-bottom_right .most-relevant {
        line-height: 49px;
        display: block;
        font-size: 0;
    }
    .product__listing .pl_item {
        display: inline-block;
    }
    .most-relevant {
        margin-left: 5px;
    }
    .filter-color_bucket.filter-type div.filter-options>div,
    .filter-color.filter-type div.filter-options>div {
        width: 420px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
    .product__listing .pl_item .productDescription {
        bottom: 0px !important;
    }
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
    .filter-type.filter-material>div h3,
    .filter-type.filter-brand>div h3,
    .filter-type.filter-design>div h3 {
        width: 155px;
    }
}

@media screen and (max-width: 1279px) {
    .product__listing {
        width: 100%;
        text-align: center;
    }
    .product__listing {
        padding: 0 20px;
    }
    .search.results .product__listing {
        padding: 0 20px !important;
    }
    .product__listing .pl_item {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-bottom: 6px;
    }
    .product__listing .pl_item:nth-child(5n) {
        margin-right: 1.25%;
    }
}

@media screen and (max-width: 1024px) {
    .ft-row>div {
        width: calc(100% - 57px);
    }
    .product__listing {
        padding: 0 30px;
    }
    .search.results .product__listing {
        padding: 0 30px !important;
    }
    .product__listing .pl_item:nth-child(5n) {
        margin-right: 25px;
    }
    .product__listing .pl_item {
        width: 220px;
        margin-right: 24px;
    }
    .product__listing .pl_item.Double_Card{
        width: 460px;
    }
    .pl_item .show_info_ontab {
        display: block;
    }
    .product__listing .pl_item:hover .productDescription {
        /* opacity: 0; */
    }
    body:not(.customer-logged-in) .pl_item .show_info_ontab {
        margin-top: 11px;
    }
    .customer-logged-in .pl_details_right {
        display: none;
    }
    .pl_details_left {
        width: 100%;
    }
    li.filter-type {
        margin-right: 25px;
    }
    .product__listing .pl_item .productDescription {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    body.customer-logged-in .product__listing .pl_item .productDescription .pl_details_right
    {
        /* width: 75px !important; */
        width: 45% ;
        margin-top: 0px;
        font-size: 14px;
        text-align: right ;
        margin-left: 10px ;
    }

}
@media screen and (max-width: 830px) and (min-width: 768px) {
    li.filter-type.filter-price {
        margin-right: 21px;
    }
    li.filter-type {
        margin-right: 21px;
    }
    .most-relevant {
        padding-right: 36px;
    }
    .product__listing .pl_item:nth-child(3n) {
        margin-right: 10px;
    }
    /* .product__listing .pl_item {
        margin-right: 18px;
    } */
    /* .product__listing .pl_item:nth-child(5n) {
        margin-right: 18px;
    } */
    .product__listing {
        padding: 0 28px;
    }
    .search.results .product__listing {
        padding: 0 28px !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px){
    ._outdoor_ {
        margin-left: -50px;
    }
    }
@media screen and (max-width: 767px) {
    .filter-type>div h3:hover:before,
    .filter-type>div h3.af:before {
        /* background-color: #cc0000; */
        width: 7px;
        height: 7px;
    }
    .product__listing .clearfix {
        max-width: 374px;
        margin: auto;
    }
    .search.results .product__listing {
        max-width: 374px;
        margin: auto;
    }
    .product__listing .pl_item:nth-child(3n) {
        margin-right: 20px;
    }
    .pl_item .show_info_ontab {
        margin-top: 11px;
    }
    li:not(.filter-color_bucket) div.filter-options div.removecss.inner_count3 .inner_block,
    li:not(.filter-color) div.filter-options div.removecss.inner_count3 .inner_block {
        width: 100%;
    }
    li:not(.filter-color_bucket) div.filter-options div.removecss.inner_count2 .inner_block,
    li:not(.filter-color) div.filter-options div.removecss.inner_count2 .inner_block {
        width: 100%;
    }
    li:not(.filter-color_bucket) div.filter-options div.removecss.inner_count4 .inner_block,
    li:not(.filter-color) div.filter-options div.removecss.inner_count4 .inner_block {
        width: 100%;
    }
    li.filter-color_bucket div.filter-options div.removecss .inner_block,
    li.filter-color div.filter-options div.removecss .inner_block {
        display: none;
    }
    li.filter-color_bucket div.filter-options div.removecss .inner_block.color_on_mobile,
    li.filter-color div.filter-options div.removecss .inner_block.color_on_mobile {
        display: inline-block;
        width: 50%;
    }
    li.filter-color_bucket div.filter-options div.removecss .inner_block.color_on_mobile:first-of-type,
    li.filter-color div.filter-options div.removecss .inner_block.color_on_mobile:first-of-type {
        padding: 0 10px 0 0;
    }
    li:not(.filter-color_bucket) div.filter-options .inner_block,
    li:not(.filter-color) div.filter-options .inner_block {
        display: block;
    }
    div.filter-options>div:not(.removecss) {
        columns: 1;
    }
    .customer-logged-in .pl_details_right {
        margin-left: 0;
    }
    .page-with-filter .page-main,
    .page-with-filter main.page-main {
        z-index: 20;
    }
    .filter-fixed {
        top: 55px;
    }
    .ft-row.ft-top {
        padding: 15px 0 16px;
        height: 72px;
        overflow: hidden;
    }
    .ft-row.ft-top>div.clearfix {
        padding-right: 0;
        height: 41px;
        overflow: hidden;
        width: calc(100% - 40px);
        margin: auto;
    }
    .ft-top_left {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        position: relative;
        top: 10vw;
    }
    ul.selected-filters {
        white-space: nowrap;
    }
    .ft-row.ft-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border: none;
        z-index: 999999;
        display: none;
        /* max-height: calc(100vh - 55px); KITS - Increase height */
        max-height: 100vh;
        overflow-y: auto;
        border-bottom: 3px solid #4e4e4e;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    }
    .ft-row.ft-bottom:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #ffffff;
        z-index: 1;
        opacity: 0.6;
    }
    .ft-row.ft-bottom>div {
        background: #ffffff;
        position: relative;
        z-index: 1000;
        height: auto;
        padding-top: 50px;
    }
    .select-filters {
        float: none;
    }
    li.filter-type {
        margin-right: 0;
        display: block;
        position: relative;
        width: 100%;
    }
    li.filter-type>h2 {
        border-bottom: 1px solid rgba(180, 180, 180, 0.1);
        line-height: 55px;
    }
    div.filter-options {
        position: relative;
        /* padding-left: 30px !important; KITS */
        padding-left: 10px !important;
        top: initial;
        background: #fff;
    }
    div.filter-options>div {
        columns: initial;
        padding-bottom: 0;
    }
    .filter-material .filter-options>div,
    .filter-brand .filter-options>div,
    .filter-design .filter-options>div {
        columns: initial;
        padding-bottom: 0;
    }
    li.filter-type.filter-open>h2 {
        line-height: 30px !important;
        /* border: 0 !important; */
    }
    .filter-type>select {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1000;
    }
    .product__listing {
        padding: 0 20px;
    }
    .search.results .product__listing {
        padding: 0 20px !important;
        margin-top: 31px;
    }
    .product__listing .pl_item {
        width: 157px;
        margin-right: 20px;
    }
    .product__listing .pl_item.Double_Card {
        width: 350px;
        margin-right: 20px;
    }
    .product__listing .pl_item:nth-child(5n),
    .product__listing .pl_item:nth-child(3n) {
        margin-right: 5.971%;
    }
    /* .product__listing .pl_item:nth-child(2n) {
        margin-right: 0;
    } */
    li.filter-type>h2:after {
        float: right;
        font-size: 14px;
        padding: 0 20px;
        position: absolute;
        right: -20px;
    }
    .hide-filter,.hide-filter-color,
    .show-filter {
        display: block;
    }
    .hide-filter {
        position: absolute;
        top: 15px;
        right: 0;
        background: #ffffff url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Close.svg") no-repeat center center;
        background-size: 100%;
        width: 13px;
        height: 13px;
        cursor: pointer;
        clear: both;
        padding: 19px 42px;
        background-size: 13px;
        margin-left: auto;
        z-index: 99999;
    }
      .hide-filter-color {
        position: absolute;
        top: 0;
        right: 0;
        background: #ffffff url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Close.svg") no-repeat center center;
        background-size: 100%;
        width: 13px;
        height: 13px;
        cursor: pointer;
        clear: both;
        padding: 19px 42px;
        background-size: 13px;
        margin-left: auto;
        z-index: 99999;
    }
    .mobile-filter-data {
        display: inline-block;
        color: #fff !important;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        padding: 11px 0;
        background-color: #cc0000;
        position: fixed;
        bottom: 5%;
        width: calc(100% - 57px);
        margin: auto;
        z-index: 1;
    }
    .show-filter {
        cursor: pointer;
        /* background  : #ffffff url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/filter.svg") no-repeat center center; KITS */
        background: #cc0000 url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/filter-scala.svg") no-repeat center center;
        background-size: 35px auto;
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 150px;
        position: fixed;
        z-index: 100;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    }

    .ft-bottom_right {
        position: absolute;
        top: 10px;
        width: 100%;
        text-align: center;
        left: 0;
    }
    .ft-top_right {
        display: none;
    }
    .ft-row.ft-top>div.clearfix .ft-top_right {
        /* display: inline-block; */
        /* float: none; */
        position: absolute;
        /* top: 0; */
        transform: translateY(180%);
        text-align: center;
        right: 5vw ;
        bottom: 28vw ;
    }
    .ft-row.ft-top>div.clearfix .ft-top_right .most-relevant {
        display: none;
    }
    .ft-bottom_right .most-relevant {
        display: inline-block;
        font-size: 12px;
    }
    .most-relevant {
        margin-left: 18px;
    }
    .filter-color_bucket.filter-type div.filter-options>div,
    .filter-color.filter-type div.filter-options>div {
        width: 100%;
    }
    .ft-footer {
        display: block;
        margin: 25px 0;
    }
    .ft-pagination ul li {
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .product__listing .clearfix {
        max-width: 100%;
        margin: auto;
    }
    .product__listing .pl_item {
        width: 180px;
        margin-right: 20px;
    }
    .product__listing .pl_item:nth-child(2n) {
        margin-right: 20px;
    }
    .product__listing .pl_item:nth-child(3n) {
        margin-right: 10px;
    }
    .product__listing .pl_item:nth-child(5n) {
        margin-right: 20px;
    }
}

.wrapper-loader {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99998;
}

.common-loader {
    display: none;
    margin-top: -35px;
    margin-left: -35px;
    font-size: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    border-top: 10px solid rgba(200, 200, 200, 0.8);
    border-right: 10px solid rgba(200, 200, 200, 0.8);
    border-bottom: 10px solid rgba(200, 200, 200, 0.8);
    border-left: 10px solid #cc0000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: customloader 1.1s infinite linear;
    animation: customloader 1.1s infinite linear;
    z-index: 99999;
}

.common-loader,
.common-loader:after {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

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

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

.ft-pagination ul li {
    display: inline-block;
    padding: 0 15px;
}

.ft-pagination ul li.active {
    color: #141414;
    border: 0;
    padding: 0 15px;
}

.ft-pagination ul li a {
    text-decoration: none;
}

.sku_left {
    float: left;
    width: 62% !important;
}

.pl_details>h4 {
    word-break: break-word;
}

.pl_item .productDescription p,
.pl_item .productDescription span {
    word-break: break-all;
}


/*serach page*/

.search.results .product__listing {
    /*font-size: 0; KITS */
    padding: 0 30px;
    text-align: center;
}

body.catalogsearch-result-index .page-title-wrapper {
    display: none;
}

.search.results {
    max-width: 1600px;
    margin: auto;
}

.search.results .search_header {
    overflow: hidden;
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    padding: 20px 0;
    width: 84%;
    margin: auto;
}

.search.results .search_header>div {
    display: inline-block;
    width: 50%;
}

.search.results .search_header .toolbar.toolbar-products {
    position: relative;
    margin: 0;
    width: 50%;
}

.search.results .querytextheader p {
    display: inline-block;
    color: #c3c3c3;
    font-family: 'Lato', sans-serif;
    margin-right: 9px;
    line-height: 36px;
}

.search.results .querytextheader span {
    display: inline-block;
    font-size: 30px;
    color: #141414;
    letter-spacing: 0.1px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
}

a.closesearch:before {
    content: '';
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/cross_grey.svg");
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 11px;
}

.search.results .search_header .toolbar.toolbar-products .toolbar-sorter.sorter {
    color: #141414;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-right: 40px;
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/most_relevant_icon.svg") no-repeat center right;
    background-size: auto 13px;
    position: relative;
    display: inline-block;
    line-height: 40px;
    margin-left: 18px;
}

.search.results .search_header .toolbar.toolbar-products .toolbar-sorter.sorter select#sorter {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 0;
    height: 100%;
    cursor: pointer;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .search.results .search_header .toolbar.toolbar-products .toolbar-sorter.sorter {
        font-size: 0;
    }
    .search.results .search_header {
        border: none;
    }
    .search.results .search_header {
        width: 100%;
        /* box-shadow   : 0px 11px 99px rgba(0,0,0,0.1);*/
        padding: 28px 30px;
        background-color: #fff;
        border-top: 1px solid #f7f7f7;
    }
    .search.results {
        background-color: #f0f1f1;
    }
    .plp-pagination-container{
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .search.results .querytextheader p {
        display: block;
    }
    .search.results .search_header {
        width: 100%;
        /*box-shadow: 0px 11px 99px rgba(0,0,0,0.1);*/
        padding: 20px;
    }
    .show-filter.hide_filter_option {
        display: none;
    }
}

.product__listing .pl_item {
    margin-bottom: 40px;
}

@media screen and (max-width: 420px) and (min-width: 375px) {
    .product__listing .pl_item {
        margin-right: 16px;
    }
    .product__listing {
        padding: 0 15px;
    }
    .search.results .product__listing {
        padding: 0 15px !important;
    }
    .filter-color_bucket.filter-type>div h3:nth-of-type(2n),
    .filter-color.filter-type>div h3:nth-of-type(2n) {
        /* margin-right: 0; */
    }
}

@media screen and (max-width: 374px) {
    .product__listing .pl_item {
        width: 45%;
    }
    .product__listing .pl_item.Double_Card {
        width: 100%;
    }
    .product__listing .clearfix {
        max-width: unset;
    }
    .filter-color_bucket.filter-type>div h3:nth-of-type(2n),
    .filter-color.filter-type>div h3:nth-of-type(2n) {
        /* margin-right: 0; */
    }
}


/**
* New Label Stylings
*/

.__pl_img_newLabel__ {
    position: relative;
    display: block;
}
.__clearance__{
    display: block;
    letter-spacing: 3px;
    font-size: 0.8em;
    background: #CC0000;
    color: rgb(255, 255, 255);
    padding: 0.45em 0.65em;
    position: absolute;
    line-height: 0.8;
    text-transform: uppercase;

}
.__stocklabel__{
    display: block;
    letter-spacing: 3px;
    font-size: 0.8em;
    background: #525252;
    color: rgb(255, 255, 255);
    padding: 0.45em 0.65em;
    position: absolute;
    line-height: 0.8;
    text-transform: uppercase;

}
.__widewidth__{
    display: block;
    letter-spacing: 2.5px;
    font-size: 0.8em;
    background: #8e908b;
    color: rgb(255, 255, 255);
    padding: 0.45em 0.65em;
    position: absolute;
    line-height: 0.8;
    text-transform: uppercase;

}
.__bestsellerlabel__{
    display: block;
    letter-spacing: 3px;
    font-size: 0.8em;
    background: #003a6d;
    color: rgb(255, 255, 255);
    padding: 0.45em 0.65em;
    position: absolute;
    line-height: 0.8;
    text-transform: uppercase;
}
.__sale__{
    display: block;
    letter-spacing: 3px;
    font-size: 0.8em;
    background: #CC0000;
    color: rgb(255, 255, 255);
    padding: 0.45em 0.65em;
    position: absolute;
    line-height: 0.8;
    text-transform: uppercase;
}
.__newLabel__ {
    display: block;
    letter-spacing: 3px;
    font-size: 0.8em;
    background: #CC0000;
    color: rgb(255, 255, 255);
    padding: 0.45em 0.65em;
    position: absolute;
    top: 1em;
    left: 1em;
    /* z-index    : 3; */
    line-height: 0.8;
    text-transform: uppercase;
}

._outdoor_{
    display: block;
    letter-spacing: 3px;
    font-size: 0.8em;
    background: #6c8d26;
    color: rgb(255, 255, 255);
    padding: 0.45em 0.65em;
    position: absolute;
    top: 1em;
    right: 1em;
    left: 14em;
    line-height: 0.8;
    text-transform: uppercase;
}
._outdoorleft_{
    display: block;
    letter-spacing: 3px;
    font-size: 0.8em;
    background: #6c8d26;
    color: rgb(255, 255, 255);
    padding: 0.45em 0.65em;
    position: absolute;
    top: 1em;
    left: 1em  !important;
    right: unset !important;
    line-height: 0.8;
    text-transform: uppercase;
}
@media screen and (min-width: 1025px)  {
    ._outdoorright_{
        left: 14em !important;
    }

    .__clearance__ {
        left: 10em;
        top: 29em;
    }
    .__stocklabel__{
        left: 5.8em;
        top: 29em;
    }
    .__widewidth__{
        left: 7em;
        top: 29em;
    }
    span.__widewidth__.__twolabels__{
        left: 4.1em;
    }
    span.__clearance__.__twolabels__{
        left: 14.68em;
    }
    .__bestsellerlabel__{
        left: 7em;
        top: 29em;
    }
    .__sale__{
        left: 9.5em;
        top: 29em;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
        .minfilter{
            left: 0px !important;
        }
        .ft-top_left{
            margin-left: 50px;
        }
    .__clearance__{
        top: 20.5em;
        left: 6.5em;
    }
    .__stocklabel__{
        top: 20.5em;
        left: 4em;
    }
    .__widewidth__{
        top: 20.5em;
        left: 1.4em !important;
    }
    span.__widewidth__.__twolabels__{
        left: 0.3em;
    }
    span.__clearance__.__twolabels__{
        left: 11.8em !important;
    }
    .__bestsellerlabel__{
        top: 20.5em;
        left: 4em;
    }
    .__sale__{
        top: 20.5em;
        left: 6.5em;
    }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
    .__clearance__ {
        top: 21em !important;
        left: 6.6em !important;
    }
    .__stocklabel__{
        top: 21em !important;
        left: 4em !important;
    }
    .__widewidth__{
        top: 21em !important;
        left: 4em !important;
    }
    .__bestsellerlabel__{
        top: 21em !important;
        left: 4em !important;
    }
    .__sale__{
        top: 21em !important;
        left: 6.6em !important;
    }
}
@media screen and (max-width: 767px){
    .__clearance__{
        letter-spacing: 2.5px;
        font-size: 0.65em;
        padding: 0.35em 0.5em;
        top: 18em;
        left: 5.5em;
    }
    .__stocklabel__{
        letter-spacing: 2.5px;
        font-size: 0.65em;
        padding: 0.35em 0.5em;
        top: 18em;
        left: 1.8em;
    }
    .__widewidth__{
        letter-spacing: 2.5px;
        font-size: 0.65em;
        padding: 0.35em 0.5em;
        top: 18em;
        left: 2.8em;
    }
    span.__widewidth__.__twolabels__{
        left: 0.4em;
    }
    span.__clearance__.__twolabels__{
        left: 10.46em;
    }
    .__bestsellerlabel__{
        letter-spacing: 2.5px;
        font-size: 0.65em;
        padding: 0.35em 0.5em;
        top: 18em;
        left: 3em;
    }
    .__sale__{
        letter-spacing: 2.5px;
        font-size: 0.65em;
        padding: 0.35em 0.5em;
        top: 18em;
        left: 5.5em;
    }
}
@media screen and (max-width: 768px){
    .__newLabel__ {
        letter-spacing: 2.5px;
        font-size: 0.65em;
        padding: 0.35em 0.5em;
    }
    ._outdoor_ {
        letter-spacing: 2.5px;
        font-size: 0.65em;
        padding: 0.35em 0.5em;
        left: 6em;
    }

}
@media screen and (min-width: 812px) and (max-width: 1024px) {
    .__clearance__ {
        top: 20.5em !important;
        left: 6.5em !important;
    }
    .__stocklabel__{
        top: 20.5em !important;
        left: 4em !important;
    }
    .__widewidth__{
        top: 20.5em !important;
        left: 4em !important;
    }
    .__bestsellerlabel__{
        top: 20.5em !important;
        left: 4em !important;
    }
    .__sale__{
        top: 20.5em !important;
        left: 6.5em !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
._outdoorright_ {
    left: 8em;
}
._outdoorleft_ {
    left: 5em !important;
}
}
@media screen and (min-width: 812px) and (max-width: 812px) {
    ._outdoorright_ {
        left: 8em !important;
    }

    }
@media screen and (min-width: 320px) and (max-width: 360px) {
    ._outdoor_ {
        letter-spacing: 2px;
        font-size: 0.60em;
        left: 6em;
        width: 80px;
    }
    .__newLabel__ ,.__clearance__, .__stocklabel__, .__widewidth__{
        letter-spacing: 2px;
        font-size: 0.60em;

    }
}
@media screen and (max-width: 320px) {
    ._outdoor_{
        width: 65px !important;
        font-size: 0.53em;
        letter-spacing: 1.5px;
    }
    .__newLabel__ ,.__clearance__, .__stocklabel__, .__widewidth__{
        font-size: 0.53em;
        letter-spacing: 1.5px;
    }
}
@media screen and (min-width: 768px) {
    ._outdoor_ {
        left: 12em;
    }
    ._outdoorright_ {
        left: inherit;
    }
    .ft-row.ft-top {           
        display: flex;
    }
    .minfilter{
        display: flex !important;
        width: 50px !important;
        color: #2C2C2C;
        font-size: 14px;
        line-height: 40px;
        font-weight: normal;
        position: relative;
        left: -30px;
    }
    .minfilter img.backicon{
       width: 28px;
        height: 27px;
        padding: 5px;
        position: relative;
        bottom: -7px;
    }
     .minfilter img.hamicon{
        width: 38px;
        height: 38px;
        position: relative;
        bottom: -2px;
        margin-right: 5px;
    }

/* When hamicon is visible */
body.hamicon-visible .pl_item.normalcard {
    width: 380px;
}
body.hamicon-visible .pl_item.normalcard .pl_img img ,body.hamicon-visible .pl_item.normalcard .pl_hoverimg img {
    width: 380px;
    max-width: 380px;
    height: 500px;
}
body.hamicon-visible .__widewidth__ {
    top: 33em;
    left:10em;
}
.Double_Card .__widewidth__{
    left: 20em;
}
body.hamicon-visible .Double_Card .__widewidth__{
        left:23em;
}
body.hamicon-visible .__clearance__,body.hamicon-visible .__sale__{
        top: 33em;
        left:12.5em;
}
body.hamicon-visible .__stocklabel__ {
     top: 33em;
     left:9em;
}
body.hamicon-visible span.__clearance__.__twolabels__{
    left: 17.68em;
}
body.hamicon-visible span.__widewidth__.__twolabels__{
    left: 7.1em;
}
body.hamicon-visible .product__listing .pl_item .pl_img{
     min-height: 450px;
}
body.hamicon-visible .pl_item.Double_Card {
    width: 730px;
}
body.hamicon-visible .pl_item.Double_Card .pl_img img ,body.hamicon-visible .pl_item.Double_Card .pl_hoverimg img{
    width: 730px;
    max-width: 730px;
    height: 500px;
}
body.hamicon-visible .product__listing .pl_item .productDescription{
    padding-top: 10px;
    position: relative;
}
}
@media screen and (max-width: 1024px) {
    .product__listing .pl_item .productDescription .pl_details_right,.staticpage .productDescription .pl_details_right {
        display: inline-flex !important;
        text-align: left;
        width: 100%;
    }
    .product__listing .pl_item .productDescription .price ,.staticpage .productDescription .price {
        width: 85%;
    }
    .product__listing .pl_item .productDescription .aa-to-cart {
        width: 14%;
    }
    .product__listing .pl_item .productDescription {
        /* display: none; KITS */
        display: block;
    }
}
 /* Left side filter styles Start */
@media screen and (min-width: 1024px) {
    /* .search-results-category footer.page-footer{
            z-index: 9999;
    } */
    li.filter-type.filter-color.custom_color_pallet div.filter-options .customColorPickerBlock{
        top: 5px !important;
        left: 73px !important;
    }
    li.filter-type.filter-color.custom_color_pallet div.filter-options{
        /* padding-left: 151.5px !important;
        display: block !important;
        position: relative; */
        /* top: -566px; */
        /* width: 380px;
        left: 306px; */
    }
    li.filter-type.filter-color.custom_color_pallet .filter-options .inner-block{
        height: 520px;
        position: relative;
        /* left: -130px; */
        top: 5px;
    }
    
    .__CategoryProductsNotFound__.__TextCenter__.__Show__ .container{
        width: 72% !important;
        clear:both;
        position: relative;
        left: 44px;
    }
    li.filter-type.filter-color.custom_color_pallet div.filter-options{
        opacity: 1 !important;
    }
    .filter-toolbar.filter-fixed{
        top: 130px;
    }
    div.filter-toolbar .ft-row>div{
        width: 100%;
    }
    div.filter-toolbar{
        width: 15%;
        max-width: 250px;
        float: left;
    }
    .product__listing .clearfix.__ProductsList__{
        width: 84%;
        float: right;
    }
    div.filter-toolbar .ft-row.ft-bottom{
        /* background-color: #FAFAFA; */
    }

    li.filter-type>h2{
        padding: 5px 0px;
        font-weight: 800;
        letter-spacing: 0.05rem;
        font-size: 0.67em;
        border-bottom: 1px solid rgba(180, 180, 180, 0.1);
        line-height: 55px;
    }
    .filter-toolbar li.filter-type>h2:after{
        /* position: relative;
        padding-left: 0px !important;
        top: initial; */
        /* background: #FAFAFA; */
        /* float: right; */
        /* font-size: 14px;
        padding: 0px;
        right: 0px; */
    }
    .filter-toolbar li.filter-type{
        display: block;
        text-align: left;
        padding: 0px 0 !important;
    }
    .filter-toolbar .filter-type div.filter-options{
        margin-right: 32px;
        padding: 0px 0px 14px 0px !important;
        text-align: left;
        position: relative;
        padding-left: 0px !important;
        top: initial;
        background: #fff;
    }
    /*** Start Price filter slider  ***/
    /* @media screen and (min-width: 1366px) and (max-width: 1440px) {
        .pricerangetooltip {
             margin-left: 0px !important;
             width: 307px
         }
     } */
     #histogramSlider{
        top:158px;
        position: relative;
    }
    
     .maxlabel , .minlabel{
        margin-right: 10px;
        }
        .tooltipprodcount{
            display: block;
            color: black;
            background-color: #FFFFCA;
            padding: 5px;
            text-align: center;
            font-size: 12px;
            z-index: 100;
            position: absolute;
            /* margin-top: -27px; */
            width: 115px;
            bottom: 50px;
            
        }
        @media screen and (min-width: 768px) {
        
        .minmaxprice{
            display: inline-flex;
            margin-right: 15px;
            margin-top: 40px;
        }
        }
        .clearbutton{
            margin-bottom:5px; 
            padding: 10px 15px;
            /* margin-top: -30px; */
            float: left;
            text-decoration: underline;
        }
        .savebutton:hover {
            color: #fff;
        }
        .clearbutton:hover {
            text-decoration: underline;
        }
        .savebutton{
            margin-right: 40px;
            background: #000;
            color: #fff;
            margin-bottom: 5px;
            /* margin-top: -25px; */
            border-radius: 10px;
            padding: 10px 20px;
            float: right;
        }
        #price,#price1{
            width:75%;
            margin-right:10px;
            margin-bottom:5px; 
            border-radius: 10px;
        
        }
        #slider-3{
            margin-top: 3%;
            height: 3px;
            top:150px;
            position: relative;
        }
        #slider-3 .ui-widget-header{
            background: #C0C0C0 !important;
        }
        #slider-3 .ui-slider-handle{
            height: 20px !important;
            width: 20px !important;
            background: #ffffff;
            top: -9px;
            cursor: pointer;
            border-radius: 20px;
            border: 1px solid #aaaaaa;
        }
         #pricerangebuttons{
            margin-top: 11%;
        }
        .pricerangetooltip{
            margin-left: 7%;
            padding: 5%;
        }
        @media screen and (max-width: 767px) {
        .clearbutton{
            margin-top: -17px !important;
            padding: 0px !important
        }
        .savebutton{
            margin-right: 95px;
        }
        #slider-3{
            width: 98% !important;
        }
        .minmaxprice{
            margin-top: 170px;
        }
        #pricerangebuttons{
            margin-top: 15% !important;
        }
        
        .ft-row.ft-top {
            margin-top: -5px;
        }
        }
        .maxlabel , .minlabel{
            font-size: 12px;
            color: #2C2C2C;
            line-height: 15px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            cursor: pointer;
        }
        
    /*** end Price filter slider  ***/
    /*.search-results-category .filter-type.filter-scale .filter-options .inner-block,.search-results-category .filter-type.filter-product .filter-options .inner-block,
    .search-results-category .filter-type.filter-application .filter-options .inner-block,.search-results-category .filter-type.filter-durability .filter-options .inner-block {
        columns: 1 !important;
    }*/
    .search-results-category .filter-type .filter-options .inner-block{
        columns: 1 !important;
    }
    .filter-toolbar .filter-options .inner-block{
        width: 99.6%;
        height: 150px;
        display: grid !important;
        overflow-y: scroll;
        overflow-x: hidden;
    }
   .custom_color_pallet.filter-color .filter-options .inner-block {
        height: 500px;
        left: -149px;
        position: initial;
        overflow: hidden;
    }
    .filter-toolbar .filter-color .filter-options{
                left: 212px !important;
    }
    .filter-toolbar div.filter-options>div:not(.removecss){
        padding-bottom: 10px !important;
        display: block;
    }
    .filter-toolbar .filter-color.filter-type div.filter-options>div{
        width: 370px;
    }
    .filter-toolbar .filter-type>div h3{
        /* margin-left: 20px !important; */
    }
    .filter-toolbar li.filter-type{
        margin-right: 0px !important;
        padding-left: 10px !important;
    }
    .filter-toolbar .filter-type > div h3{
        width: 192px;
        height: 40px;
    }
    li.filter-type.filter-color.custom_color_pallet div.filter-options{
        /* display:none !important; */
        position: absolute;
        left: 250px !important;
    }
    li.filter-type.filter-color div.filter-options {
        display:none !important;
    }
    li.filter-type.filter-color.custom_color_pallet div.filter-options {
         display:block !important;
     }
    li.filter-type.filter-color.custom_color_pallet{
        height: 0px;
    }
    .filter-type.filter-color.custom_color_pallet .filter-options{
        background-color: #FAFAFA;
        z-index: 1;
        width: 410px;
        opacity: 1;
        /* top: -430px;
        left: 230px;
        height: 540px; */
    }
    .filter-type.filter-color.custom_color_pallet .filter-options .inner-block{
        height: 520px;
        position: relative;
        left: 26px;
        top: 5px;
    }
    .filter-type.filter-color{
        order: 5;
    }
    .filter-toolbar .filter-type.filter-color.custom_color_pallet .filter-options .inner-block{
        overflow-y: hidden;
    }
    div.filter-options .inner-block::-webkit-scrollbar {
        width: 0.4em;
        /* display: none; */
    }

    div.filter-options .inner-block::-webkit-scrollbar-track {
        border-radius: 54px;
        -webkit-box-shadow: 0 0 8px grey inset;
    }

    div.filter-options .inner-block::-webkit-scrollbar-thumb {
        background-color: red;
        outline: 1px solid red;
        border-radius: 10px;
    }
    .filter-type.selectedStyle h2{
        font-weight: 800;
    }
    li.filter-type.select.filter-select h2{
        text-decoration: none;
        border-bottom: 1px solid rgba(180, 180, 180, 0.1);
        line-height: 55px;
        font-size: 12px;
        color: #2C2C2C;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        cursor: pointer;
    }
    li.filter-type.select.filter-select a:hover{
        text-decoration: none !important;
    }
}


@media screen and (min-width: 1500px) and (max-width: 1600px) {
    .filter-type.filter-color.custom_color_pallet .filter-options{
        left: 230px !important;
    }
}
@media screen and (min-width: 1420px) and (max-width: 1499px) {
    .filter-type.filter-color.custom_color_pallet .filter-options{
        left: 225px !important;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1419px) {
    .filter-type.filter-color.custom_color_pallet .filter-options{
        left: 212px !important;
    }
}
@media screen and (min-width: 1250px) and (max-width: 1359px) {
    .filter-type.filter-color.custom_color_pallet .filter-options{
        left: 200px !important;
    }
}
@media screen and (min-width: 1150px) and (max-width: 1249px) {
    .filter-type.filter-color.custom_color_pallet .filter-options{
        left: 190px !important;
    }
}
@media screen and (min-width: 1149px) and (max-width: 1065px) {
    .filter-type.filter-color.custom_color_pallet .filter-options{
        left: 180px !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1064px) {
    .filter-type.filter-color.custom_color_pallet .filter-options{
        left: 170px !important;
    }
}
/* @media screen and (min-width: 1130px) and (max-width: 1160px) {
    .filter-type.filter-color.custom_color_pallet .filter-options{
        left: 153px !important;
    }
}
@media screen and (min-width: 1161px) and (max-width: 1199px) {
    .filter-type.filter-color.custom_color_pallet .filter-options{
        left: 157px !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .filter-type.filter-color.custom_color_pallet .filter-options{
        left: 142px !important;
    }
} */
@media screen and (max-width: 767px){
    .ft-row.ft-bottom>div {
        text-align: left;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .filter-toolbar.filter-fixed{
        position: relative !important;
    }
    li.filter-type.filter-contract.performance>h2{
        font-size: 10px;
        letter-spacing: 0.4px;
    }
}

/* Left side filter styles End */

/* Added Price filters Responsive Start */
@media screen and (min-width: 320px) and (max-width: 768px) { 
    label.minlabel, label.maxlabel{
        font-size: 12px;
        color: #2C2C2C;
        line-height: 15px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        cursor: pointer;
        margin-right: 10px;
    }
    input#price, input#price1{
        width: 40%;
        margin-right: 10px;
        margin-bottom: 5px;
        border-radius: 10px;
    }
    div.minmaxprice{
        margin-top: 0px;
        display: inline-flex;
    }
    #histogramSlider{
        top:130px;
        position: relative;
    }
    a.savebutton{
        background: #000;
        color: #fff;
        margin-bottom: 5px;
        margin-top: -25px;
        border-radius: 10px;
        padding: 10px 20px;
        float: right;
    }
    a.clearbutton{
        margin-top: -17px !important;
        padding: 0px !important;
        margin-bottom: 5px;
        float: left;
        text-decoration: underline;
    }
    li.filter-type.filter-price.filter-open .pricerangetooltip{
        margin-top: 20px;
    }
    span.ui-slider-handle.ui-corner-all.ui-state-default{
        height: 13px !important;
        width: 17px !important;
        background: #C0C0C0;
        border: 1px solid #aaaaaa;

    }
    .ui-slider-range.ui-corner-all.ui-widget-header{
        background: #C0C0C0 !important;
    }
    div#slider-3{
        margin-top: 3%;
        height: 5px;
        position: relative;
        top:130px;
    }
    #pricerangebuttons{
        margin-top: 10% !important;
        width: 80%;
    }
    #slider-3 .ui-slider-handle{
        height: 20px !important;
        width: 20px !important;
        background: #ffffff;
        top: -8px;
        cursor: pointer;
        border-radius: 20px;
        border: 1px solid #aaaaaa;
    }
    li.filter-type.filter-color.custom_color_pallet{
        margin-top: 20px;
    }   
 }
 /* @media screen and (min-width: 1024px) and (max-width: 1600px) { 
    .filter-toolbar .filter-price .filter-options .inner-block{
        overflow-x: scroll !important;
    }
    .filter-price .filter-options .inner-block::-webkit-scrollbar {     
        height: 6px;          
    }

 } */
 /* css added by manisha for plp slider */
 .plpsliderblock{display:none;}
 .plpsliderblock.slick-initialized{display:block;}
/* ******END****** */


/* Favorites Style START */
span.checkOrderText{
    font-size: 13px;
    letter-spacing: 0px;
    width: auto;
    width: 200px;
    display: block;
    position: relative;
    right: -17px;
    top: -17px;
    width: calc(162% - 153px);
}
@media screen and (min-width: 320px) and (max-width: 766px) { 
    span.checkOrderText{
        font-size: 8px;
        right: -15px;
        top: -35px;
        width: calc(218% - 153px);
    }
}
@media screen and (min-width: 766px) and (max-width: 1024px) { 
    span.checkOrderText{
        font-size: 11px;
        right: -15px;
        top: -38px;
        width: calc(162% - 153px);
    }
}
/* Favorites Style END */

/* RAIL/PLP CSS START */
@media screen and (min-width: 320px) and (max-width: 767px){
    .newPLPRailSection.product__listing .Mobilethumb .thumbnails{
      display:flex;
    }
    .newPLPRailSection.product__listing .Mobilethumb .thumbnails .moreSwatchesmobile{
      font-size: 10px;
      line-height: 9px;
      margin-top: 12px;
      position: relative;
    }
    body:not(.customer-logged-in) .newPLPRailSection.product__listing .pl_item .productDescription .pl_details_left {
      width: 60%;
      margin-top: 10px;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 1024px) {
    body.customer-logged-in .newPLPRailSection.product__listing .pl_item .productDescription .pl_details_right{
      display: inline-flex !important;
      text-align: left !important;
      width: 100% !important;
      margin-left: 0px !important;
      margin-top: 0px;
      font-size: 14px;
    }
    .newPLPRailSection.product__listing .pl_item .productDescription .pl_actions{
      display: block !important;
      position: absolute;
      right: 0;
    }
    body.customer-logged-in .newPLPRailSection.product__listing .pl_item .productDescription .price{
      display: block !important;
    }
  }
  @media screen and (max-width: 768px) {
    .custom_color_pallet{
    top: 0;
    position: absolute !important;
    z-index: 2000;
    background-color: white;
    }
    body.cms-new-plp-rail .__ks_featuredBrandsWrapper__ .__ks_featuredBrands__{
      width: 100%;
    }
    body.cms-new-plp-rail .column {
      padding:0px;
    }
  }
  .newPLPRailSection.product__listing .pl_item:hover .totalthumbnail{
    display: none;
  }
  .newPLPRailSection.product__listing .pl_item:hover .thumbnails{
    display: block;
    max-height: fit-content;
  }
  .newPLPRailSection.product__listing .moreSwatches{
    line-height: 9px;
      position: absolute;
      margin-top: 16px;
  }
  
  .newPLPRailSection.product__listing .thumbnails{
    display: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 46px;
    max-height: 46px;
    -webkit-box-align: center;
    align-items: center;
  }
  
  
  .newPLPRailSection.product__listing .pl_item .productDescription .pl_details_right{
    display: block;
    width: 49%;
    float: right;
    text-align: right;
  }
  .newPLPRailSection.product__listing .pl_item .productDescription{
    padding: 6px;
  }
  .newPLPRailSection.product__listing .pl_actions .add-to-wishlist{
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red.svg);
    display: inline-block;
    width: 2em;
    margin-right: 0.5em;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 17px;
    margin-left: 0;
  
  }
  .newPLPRailSection.product__listing .pl_item:hover .productDescription .price{
    /* display: none; */
  }
  .newPLPRailSection.product__listing .pl_item .productDescription .pl_actions{
    display:none;
    position: absolute;
    right: 10px;
    bottom: -5px;
    padding-right: 2px;
    padding-bottom: 4px;
  }
  .newPLPRailSection.product__listing .pl_item .productDescription .pl_actions{
    margin-top: -4px;
    padding-bottom: 4px;
  }
  .newPLPRailSection.product__listing .pl_item:hover .productDescription .pl_actions{
    display:block;
    padding-bottom: 4px;
    height: 32px;
  }
  
  .newPLPRailSection.product__listing .pl_actions span.imageIcon1.aa-to-cart {
     background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/bag_black.svg); 
     padding: 12px;
  }
  .newPLPRailSection.product__listing .pl_item .productDescription .pl_details_left{
    width: 49%;
  }
  .newPLPRailSection.product__listing .pl_item .__productcolor__{
    margin: 5px 0px;
    font-size: 12px;
    word-break: normal;
    line-height: 0.9rem;
    font-family: 'lato';
  }
  .newPLPRailSection.product__listing .pl_details h4{
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'lato';
  }
  .newPLPRailSection.product__listing .pl_details_right .price span{
    font-family: 'lato';
    color: #141414 !important;
    font-size: 14px !important;
  }
  .newPLPRailSection.product__listing .pl_details h4:nth-last-of-type(1){
    margin-top: 3px;
  }
  
  .newPLPRailSection.product__listing .pl_details .pl_details_right h4{
    font-size: 11px;
    font-family: 'lato';
  }
  .newPLPRailSection.product__listing .pl_actions{
    /* //display:block; */
  }
  .newPLPRailSection.product__listing .pl_details a{
    font-family: 'lato';
  }
  .newPLPRailSection.product__listing .pl_item{
    margin-right: 4.66%;
  }
  .newPLPRailSection .totalthumbnail .swatchImageWrapper .active{
    border: 1px solid #000 !important;
    padding: 0px !important;
  }
  .newPLPRailSection.product__listing{
    background-color: unset !important;
  }
  
  .newPLPRailSection .totalthumbnail{
      display: block;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      min-width: 100%;
      max-width: 100%;
      min-height: 46px;
      max-height: 46px;
      -webkit-box-align: center;
  }
  .newPLPRailSection .totalthumbnail .swatchImageWrapper{
      min-width: 32px;
      max-width: 32px;
      min-height: 46px;
      max-height: 46px;
      margin: 0 0.1em;
      display: inline-grid;
  
  }
  
  .newPLPRailSection.product__listing .pl_item .productDescription{
      opacity: 1;
      color: #000;
      position: unset;
  }
  
  * { 
    box-sizing: border-box;
  }
  
  body.cms-new-plp-rail {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  /* Float four columns side by side */
  body.cms-new-plp-rail .column {
    float: left;
    width: 25%;
    padding: 30px;
  }
  
  /* Remove extra left and right margins, due to padding */
  body.cms-new-plp-rail .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  body.cms-new-plp-rail .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .column.newPLPRailSection {
      width: 50%;
      display: block;
      margin-bottom: 20px;
      padding: 0px;
    }
  }
  
  /* Style the counter cards */
  body.cms-new-plp-rail .card {
   /* // box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    padding: 16px;
    text-align: center;
    /* background-color: #f1f1f1; */
  }
  body.cms-new-plp-rail .imageGrid .card a.column_image img{
      border: 0px #b9b9b9 solid;
  }

  body.cms-new-plp-rail .price{
      font-weight: 600;
      font-size: 12px;
      margin-top: 40px;
      color:#ffffff;
  }
  @media screen and (max-width: 600px) {
    .newPLPRailSection.product__listing .pl_actions span.imageIcon3{
        font-size: 14px;
        margin-right: 0.2em;
    }

  }
  /* .plpfilterblock .plptextblock .plpcontent{
    padding: 20px 40px 14px 0px;
  } */
 /* RAIL/PLP CSS START */
/* Added styles For Discount Products Start*/
 span.product-info-custom-tierprice-discount.percentage.discountPricePlp{
    color: #7f7c7c;
    margin: 5px;
 }
 span.product-info-custom-tierprice-discount.percentage{
    font-weight: 650;
 }
 /* Added styles For Discount End*/

/* css added by manisha for plp hover image fade animation */
.pl_item .pl_hoverimg img{
    cursor:pointer;
}
.pl_hoverimg {
    cursor:none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    width: 100%;
    opacity: 0;
    transition: .4s ease;
    /* background-color: #008CBA; */
  }
  @media screen and (min-width: 1024px) {
  .pl_item .pl_hoverimg:hover {
    opacity: 1;
    cursor: pointer;
  } 
  .pl_item .pl_img:hover .pl_hoverimg{
    opacity: 1;
    cursor: pointer;
  }

}

.plp_popupaddtocart{
    display: none;
    background-color: #c00;
    width: 250px !important;
    /* margin-top: 43px; */
    margin: 20px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 17px;
    padding-top: 18px;
    max-width: 420px;
    margin-right: 10px;
}
.plp_popupaddtocart:hover {
    text-decoration: none;
    color: #fff;
}
.plp_popupaddtocart.disabled{
    background-color: #f0f1f1 !important;
   
}
.quickorder .catalog-product-view .detailed-pdp-description>div>div:first-child{
    min-width: 40%;
    max-width: 40%;
}
@media screen and (max-width: 767px) {
    .product-options-bottom .plp_popupaddtocart.popup-mobile{
        display: block !important;
    }
    .product-options-bottom .plp_popupaddtocart.popup-desktop{
        display: none !important;
    }
    .section-right.popup-destop{
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .product-options-bottom .plp_popupaddtocart.popup-desktop{
        display: block !important;
    }
    .product-options-bottom .plp_popupaddtocart.popup-mobile{
        display: none !important;
    }
}
/* end */

/**** Added styles for PLP SQFT price START  */
@media screen and (min-width: 768px) {
    .search-results-category .product__listing .pl_item .productDescription .price{
        height: 17px;
    }
    .search-results-category .product__listing .pl_item .productDescription .pl_details_right{
        width:26%;
    }
    .search-results-category .product__listing .pl_item .productDescription .pl_details_left{
        width: 70%
    }
}
.product__listing .pl_item .productDescription .price_bold{
    font-weight: 900;
    font-size: 13px;
    color: black !important;
}
.product__listing .pl_item .productDescription .add_sq_feet{
    font-size: 11px;
    display: contents;
}
.product__listing .pl_item .productDescription .price_bold_first{
    font-size: 11px;
}
/* .search-results-category .product__listing .pl_item .productDescription .pl_actions{
    display: block !important;
} */
.add_sq_feet_mobile{
    display: none;
}
.categoryForDeskTop{
    display: block;
}
.fadefilters {
    opacity: 0.4;
    cursor: not-allowed !important;
}

.inner-block input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    /* border: solid #0079bf; */
    /* border-width: 0 2px 2px 0; */
    transform: rotate(45deg);
  }
.categoryForMobile{
    display: none;
}
.pl_details.productDescription br {
    display: none;
}
.costcenterNewOne{
    display: none !important;
}
@media screen and (max-width: 1024px) {
    .search-results-category .product__listing .pl_item .productDescription .pl_actions{
        bottom: 0;
    }
    body.customer-logged-in .product__listing .pl_item .productDescription .price{
        height: 32px;
    }
    .product__listing .pl_item .productDescription .price{
        height: 32px;
    }
    body.customer-logged-in .product__listing .pl_item .productDescription .pl_details_left{
        width: 110% !important;
    }
    body.customer-logged-in .product__listing .pl_item .productDescription, body .product__listing .pl_item .productDescription{
        padding: 6px 0px 6px 6px !important;
    }
    .product__listing .pl_item .productDescription .price_bold{
        font-size: 12px;
    }
    .product__listing .pl_item .productDescription .add_sq_feet{
        font-size: 10px;
        display: none;
    }
    .product__listing .pl_item .productDescription .price_bold_first{
        font-size: 10px;
    }
    .add_sq_feet_mobile{
        display: contents;
        font-size: 10px !important;
    }
    .categoryForMobile{
        display: block;
        /* font-size: 10px; */
    }
    .categoryForDeskTop{
        display: none;
    }
}

/******* END  */
@media screen and (min-width: 767px) and (max-width:1491px) {
    ul.selected-filters+a {
        top: -2px;
    }
}

/* Rail styles for START  */
.newPLPRailSection .thumbnails .swatchImageWrapper {
    margin: 0 0.1em !important;
}
.newPLPRailSection .totalthumbnail .swatchImageWrapper{
  margin: 0 0.1em !important;
}
.newPLPRailSection .thumbnails .viewAllSwacthes span{
    color: #cc0000 !important;
}
.newPLPRailSection .thumbnails .viewAllSwacthes{
    position: relative;
    bottom: 12px;
}

@media screen and (min-width: 300px) and (max-width:766px) {
    .newPLPRailSection .thumbnails .viewAllSwacthes span{
        font-size: 12px !important;
    }
}
/*** END ***/


/**** Favorites removing Design styales START */
/* .favoritescheck{
    display: hide;
} */

.image-container {
    position: relative;
    display: inline-block;
}
.favoritesClear, .favoritesClearSelected{
    text-align: center;
    height: 50px !important;
    line-height: 1.2rem;
    width: 155px !important;
    margin-left: 5%;
    display: block;
    background-color: #cc0000 !important;
    border: none !important;
    box-shadow: unset;
    margin-top: 23px;
}
.favoritescheck {
    position: absolute !important;
    width: 8%;
    height: 8%;
    top: 0px !important;
    right: 3px !important;
    display: none; /* Hide checkbox initially */
}

.product__listing .pl_item:hover .favoritescheck {
    display: block; /* Show checkbox on hover */
}
.favoritescheck:checked {
    display: block;
}
.favoritesClear:hover, .favoritesClearSelected:hover{
    background-color: #cc0000;
}
.favoritesClear span, .favoritesClearSelected span{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    background-color: #cc0000;
    width: 104%;
    display: block;
}
.notToDisplay{
    display: none;
}

input[type='checkbox'].favcheck, input[type='checkbox'].favcheck:hover{
    accent-color: #07b007;
}


/**** END */

/* PLP Left side Design START - 11-09-2024 */
@media screen and (min-width: 1500px) and (max-width:2400px) {   
    .product__listing div.filter-toolbar{
        max-width: 300px;
        width: 18%;
    }
li.filter-type.filter-color.custom_color_pallet div.filter-options{ 
        left: 300px !important; 
    }
    /* .product__listing, .search-results-index .page-title-wrapper {
        max-width: 90%;
    } */
    .product__listing .clearfix.__ProductsList__ {
            width: 82%;
    }
}

h3 #cbfilter {
    float: left;
    accent-color: #CC0000;
    width: 20px;
    height: 15px;
    top:8px;
    /* margin: 0px; */
    cursor:pointer;
    margin: 0px 4px 0px 0px;
}
span.filterCategoryCount{
    /* font-weight: bold; */
}
.search-results-category .filter-type .filter-options > div h3{
    width:auto;
}
.search-results-category div.filter-options {
    width: auto;
}
.search-results-category .filter-toolbar .filter-type div.filter-options{
    margin-right: 0px;
}
.search-results-category .filter-toolbar .filter-type.filter-design .filter-options .inner-block div{
    width:auto;
}
@media screen and (max-width: 767px) {
    .search-results-category li.filter-type>h2:after{
        padding: 0px;
        right: 0px;
    }
    .search-results-category .filter-type>div h3{
        font-size: 14px;
    }
    .search-results-category div.filter-options{
        padding-left: 2px !important;
    }
    h3 #cbfilter{
        top:0px;
        height: 18px;
        margin: 0px 10px 0px 0px;
    }
    li.filter-type.filter-open>h2{
        border-bottom: 1px solid #e4dfda !important;
    }
    .search-results-category div.filter-options>div:not(.removecss){
        display: inline-table;
        padding: 8px;
    }
    .search-results-category input#price, input#price1{
        width: 68%;
    }

    .doubleCard.__ks_featuredBrandsWrapper__ .__ks_featuredBrands__ {
        max-width: 1600px !important;
        margin: auto !important;
        overflow: hidden !important;
        width: 89% !important;
        margin: auto !important;
    }
    
}


.product__listing .filter-toolbar.filter-fixed .clearfix{
    overflow-y: auto;
    max-height: calc(-177px + 100vh);
}
.product__listing .filter-toolbar.filter-fixed .clearfix::-webkit-scrollbar { 
    width: 0 !important;
    /* display: none;  */
}
li.filter-type[data-filter-type="price"] .filter-options .inner-block{
    background: #fff !important;
    position: relative;
    border:unset;
    top:8px;
    width: 280px;
    margin-left: -22px;
    margin-bottom: 0px;
}
.filter-options .inner-block .pricerangetooltip{
    margin-left: 10%;
}


.search-results-category .__CategoryProductsNotFound__.__TextCenter__.__Show__ #aboutPage{
    flex: 1;
}
div.filter-options .seeMoreBlock{
    display: flex !important;
    align-items: flex-end !important;
}
.seeMoreFilters{
    font-size: 14px;
    line-height: 35px;
    color: #141414;
    cursor: pointer;
    position: relative;
    color: rgb(7, 121, 191);

    letter-spacing: 0.015em;
    margin: 0px 0px 0px auto;
    font-weight: normal;
    padding-top: 8px;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* .search-results-category .product__listing .filter-toolbar{
    display: block;
    position: fixed;
    overflow-y: auto;
    max-height: calc(-177px + 100vh);
    width: 320px;
    box-sizing: border-box;
    background-color: rgb(252, 251, 247);
    border-right: 0px;
}


/* PLP Left side Design END - 11-09-2024 */
/*
.search-results-category .product__listing .filter-toolbar::-webkit-scrollbar{
    width: 0px;
	background-color: #F5F5F5;
} 
 .search-results-category .product__listing .filter-toolbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
} */
/* PLP Left side Design END - 11-09-2024 */



/* Favorites page Styles START */
.favorites-index-index .favpage .productDescription span.checkOrderText{
	width: 62%;
}
/* Favorites page Styles END */


/* Start Added for rail-testing icons*/
span.productcardFavIcon.imageIcon.imageIcon2.add-to-wishlist {
    cursor: pointer;
    margin-right: 5px;
}

span.imageIcon.imageIcon3 {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/memo-icon-black.svg);
    background-size: 1.1em;
    background-repeat: no-repeat;
    margin-right: 0.4em;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 15px;
    cursor: pointer;
}
span.imageIcon.imageIcon2.add-to-wishlist {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red.svg");
}
a.imageIcon.imageIcon2.add-to-wishlist {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red.svg");
}

span.imageIcon.imageIcon2.add-to-wishlist.added_in_wishlist {
    cursor: pointer;
}

span.imageIcon.imageIcon1.aa-to-cart {
    font-size: 13px;
    background-size: 16px;
}

/* End */

/** stykles for Doublecard rail START ****/
.doubleCard.__ks_featuredBrandsWrapper__ .__ks_featuredBrands__{
    max-width: 1800px;
    margin: auto;
    overflow: hidden;
    width: 100%;
} 
  /*** END********/

 body.cms-home .staticpage .productDescription .pl_details_actions span.imageIcon{
    padding-left: 15px;
    cursor: pointer;
    background-position: center;
    margin-right: 0px;
    padding-bottom: 6px;
 }

 body.cms-home .productDescription span {
    margin-top: 3px;
 }

 /*** Styles for custom pages update <h4> to <span> ***/

 /* span.price {
    text-align: left;
    padding: 2px;
    float: left;
    color: #95989a;
 } */


 .newPLPRailSection.product__listing .pl_details span {
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'lato';
 }
 .pl_item .productDescription span {  
    text-transform: uppercase;
    font-size: 11px;
 } 

  .newPLPRailSection.product__listing .pl_details span:nth-last-of-type(1){
         margin-top: 3px;
 }

 .pl_details span:nth-last-of-type(1), .pl_details p:nth-last-of-type(1) {
    margin-top: 0px;
 }

 .pl_details span {
    color: #555;
    margin-bottom: 0 !important;
 }

 /*** added for mobile view on rail-testing page ***/

 @media screen and (min-width: 320px) and (max-width: 768px) {
    .staticpage .productDescription a {
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 1024px) {
    .product__listing .pl_item .productDescription .price, .staticpage .productDescription .price {
        width: 88%;
    }
}
  /*** End ***/

  
  /*** End ***/

  /** PLP SliderBlock allignments START **/

  @media only screen and (min-width: 420px) and (max-width: 767px) {
        .ft-count{
            line-height: 22px !important;
            right: 95px;
            position: relative;
        }
    }
  @media only screen and (max-width: 420px) {
        .ft-count{
        right: 35px;
        position: relative;
        line-height: 12px !important;
    }
    .plp_grid_view{
        top: -5px;
    }
   }
@media screen and (max-width: 767px) {
    .ft-row.ft-top>div.clearfix {
        height: 104px;       
    }
    .ft-count{
    font-size: 15px;
    }
    .no-filters {
        line-height: 80px;
      }
}

/** PLP SliderBlock allignments END **/
.selected-filters li.hideListFilter{
    display: none;
}

/* PLP nav Modification 03-03-2025 - START */
li.filter-type.filter-open>h2{
	border-bottom: unset !important;
}

li.filter-type.filter-open .filter-options{
        border-bottom: 1px solid #e4dfda;
}
/* PLP nav Modification 03-03-2025 - END*/