/**
 * 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: 58.0357%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #666;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.02307717rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #0d0d0d;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 19px;
  margin-top: 19px;
}
sub,
sup {
  font-size: 69.23078627%;
  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.69230836rem;
  margin-top: 0rem;
  margin-bottom: 2.04615435rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.69230836rem;
  margin-top: 2.55769294rem;
  margin-bottom: 2.04615435rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.83076968rem;
  margin-top: 2.04615435rem;
  margin-bottom: 1.02307717rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2.04615435rem;
  margin-bottom: 2.04615435rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.29230801rem;
  margin-top: 2.04615435rem;
  margin-bottom: 2.04615435rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.07692334rem;
  margin-top: 2.04615435rem;
  margin-bottom: 2.04615435rem;
}
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: #666;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #666666;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #666666;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #870b0b;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #870b0b;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.55769294rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.02307717rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 19px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 4.75px;
  margin-top: 0;
}
dd {
  margin-bottom: 9.5px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #444444;
  padding: 2px 4px;
  font-size: 1.29230801rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #444444;
  padding: 2px 4px;
  font-size: 1.29230801rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #444444;
  line-height: 1.53;
  margin: 0 0 9.5px;
  padding: 9.5px;
  font-size: 1.29230801rem;
  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 19px 18px;
  padding: 0;
  color: #666;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.53;
  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: #666;
  line-height: 1.53;
  font-size: 0.96923101rem;
  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 9.5px;
}
button {
  background-image: none;
  background: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  line-height: 1.72307735rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #870b0b;
  border: 1px solid #dad4cd;
  color: #fff;
}
button:hover {
  background: #870b0b;
  border: 1px solid #870b0b;
  color: #fff;
}
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 #e3e2e2;
  border-radius: 1px;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.9999968px;
  height: 30px;
  line-height: 1.53;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e2e2;
  border-radius: 1px;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.9999968px;
  height: 30px;
  line-height: 1.53;
  padding: 4.75px 9.5px 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 #e3e2e2;
  border-radius: 1px;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.9999968px;
  height: auto;
  line-height: 1.53;
  margin: 0;
  padding: 9.5px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 4.75px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 4.75px 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.29230801rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.order-details-items .items-qty,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.product-items,
.prices-tier,
.search-terms,
.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,
.order-details-items .items-qty > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.product-items > li,
.prices-tier > li,
.search-terms > 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: #870b0b;
  border: #870b0b;
  color: #fff;
}
.action-primary:hover {
  background: #870b0b;
  border: 1px solid #d43e2a;
  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,
.cart-summary .form.giftregistry .fieldset .action.primary,
.block-compare .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:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.block-compare .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: none;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  line-height: 1.72307735rem;
  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: #870b0b;
  border: 1px solid #dad4cd;
  color: #fff;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #870b0b;
  border: 1px solid #870b0b;
  color: #fff;
}
.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,
.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,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.block.related .action.select,
.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.53;
  padding: 0;
  color: #666666;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.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,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.block.related .action.select: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: #666666;
  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,
.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,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.block.related .action.select: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: #870b0b;
  text-decoration: none;
}
.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,
.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,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.block.related .action.select: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: #870b0b;
  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,
.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,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select: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,
.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,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.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: #666666;
  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),
.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),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.block.related .action.select:active,
.block.related .action.select: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,
.cart-summary .form.giftregistry .fieldset .action.primary,
.block-compare .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: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
}
.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,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.block-compare .action.primary:focus,
.block-compare .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: #870b0b;
  border: 1px solid #dad4cd;
  color: #fff;
}
.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,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.block-compare .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: #870b0b;
  border: 1px solid #870b0b;
  color: #fff;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.40000034rem;
  line-height: 1.72307735rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.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.instant-purchase,
.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,
.multicheckout .action.primary,
.box-tocart .action.tocart,
.form-address-edit .actions-toolbar .action.primary {
  background-image: none;
  background: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  line-height: 1.72307735rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.abs-button-l:focus,
.abs-button-l:active,
#store-selector .form-continue .actions-toolbar .action.primary:focus,
#store-selector .form-continue .actions-toolbar .action.primary:active,
.order-review-form .action.primary:focus,
.order-review-form .action.primary:active,
.order-review-form .action.primary:focus,
.order-review-form .action.primary:active,
.bundle-actions .action.primary.customize:focus,
.bundle-actions .action.primary.customize:active,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:focus,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:active,
.box-tocart .action.instant-purchase:focus,
.box-tocart .action.instant-purchase:active,
.cart-summary .checkout-methods-items .action.primary.checkout:focus,
.cart-summary .checkout-methods-items .action.primary.checkout:active,
.block-minicart .block-content > .actions > .primary .action.primary:focus,
.block-minicart .block-content > .actions > .primary .action.primary:active,
.methods-shipping .actions-toolbar .action.primary:focus,
.methods-shipping .actions-toolbar .action.primary:active,
.block-authentication .action.action-register:focus,
.block-authentication .action.action-register:active,
.block-authentication .action.action-login:focus,
.block-authentication .action.action-login:active,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:focus,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:active,
.multicheckout .action.primary:focus,
.multicheckout .action.primary:active,
.box-tocart .action.tocart:focus,
.box-tocart .action.tocart:active,
.form-address-edit .actions-toolbar .action.primary:focus,
.form-address-edit .actions-toolbar .action.primary:active {
  background: #870b0b;
  border: 1px solid #dad4cd;
  color: #fff;
}
.abs-button-l:hover,
#store-selector .form-continue .actions-toolbar .action.primary:hover,
.order-review-form .action.primary:hover,
.order-review-form .action.primary:hover,
.bundle-actions .action.primary.customize:hover,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover,
.box-tocart .action.instant-purchase:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:hover,
.block-minicart .block-content > .actions > .primary .action.primary:hover,
.methods-shipping .actions-toolbar .action.primary:hover,
.block-authentication .action.action-register:hover,
.block-authentication .action.action-login:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover,
.multicheckout .action.primary:hover,
.box-tocart .action.tocart:hover,
.form-address-edit .actions-toolbar .action.primary:hover {
  background: #870b0b;
  border: 1px solid #870b0b;
  color: #fff;
}
.abs-button-l.disabled,
.abs-button-l[disabled],
fieldset[disabled] .abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary.disabled,
#store-selector .form-continue .actions-toolbar .action.primary[disabled],
fieldset[disabled] #store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary.disabled,
.order-review-form .action.primary[disabled],
fieldset[disabled] .order-review-form .action.primary,
.order-review-form .action.primary.disabled,
.order-review-form .action.primary[disabled],
fieldset[disabled] .order-review-form .action.primary,
.bundle-actions .action.primary.customize.disabled,
.bundle-actions .action.primary.customize[disabled],
fieldset[disabled] .bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary.disabled,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.instant-purchase.disabled,
.box-tocart .action.instant-purchase[disabled],
fieldset[disabled] .box-tocart .action.instant-purchase,
.cart-summary .checkout-methods-items .action.primary.checkout.disabled,
.cart-summary .checkout-methods-items .action.primary.checkout[disabled],
fieldset[disabled] .cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary.disabled,
.block-minicart .block-content > .actions > .primary .action.primary[disabled],
fieldset[disabled] .block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary.disabled,
.methods-shipping .actions-toolbar .action.primary[disabled],
fieldset[disabled] .methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register.disabled,
.block-authentication .action.action-register[disabled],
fieldset[disabled] .block-authentication .action.action-register,
.block-authentication .action.action-login.disabled,
.block-authentication .action.action-login[disabled],
fieldset[disabled] .block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.disabled,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.multicheckout .action.primary.disabled,
.multicheckout .action.primary[disabled],
fieldset[disabled] .multicheckout .action.primary,
.box-tocart .action.tocart.disabled,
.box-tocart .action.tocart[disabled],
fieldset[disabled] .box-tocart .action.tocart,
.form-address-edit .actions-toolbar .action.primary.disabled,
.form-address-edit .actions-toolbar .action.primary[disabled],
fieldset[disabled] .form-address-edit .actions-toolbar .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-giftregistry-shared-items .product .item-options dt,
.cart.table-wrapper .item-options dt,
.multicheckout .item-options dt {
  float: left;
  clear: left;
  margin: 0 9.5px 4.75px 0;
}
.block-giftregistry-shared-items .product .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.block-giftregistry-shared-items .product .item-options dd,
.cart.table-wrapper .item-options dd,
.multicheckout .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 4.75px;
}
.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.instant-purchase,
.box-tocart .action.tocart {
  text-align: left;
}
.block-giftregistry-shared-items .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0!important;
}
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.login-container .block .block-title {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.93846202rem;
}
.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,
.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,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 54px;
  text-align: center;
}
.customer-review .product-details,
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 18px;
}
.filter-current .action.remove,
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filter-current .action.remove > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.filter-current .action.remove:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  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,
.filter-current .action.remove:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.filter-current .action.remove:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #211f20;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #211f20;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #870b0b;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #211f20;
  text-decoration: none;
}
.abs-like-link:visited {
  color: #666666;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #870b0b;
  text-decoration: none;
}
.abs-like-link:active {
  color: #870b0b;
  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 {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: 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: 28.5px;
}
.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: 28.5px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.mgz__actions-switch-checkbox,
.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,
.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,
.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,
.block.newsletter .label,
.block-reorder .product-item .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.filter-options-content .filter-count-label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.products-grid.wishlist .product-item .comment-box .label,
.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,
.field.street .field.additional .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip > 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,
.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,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.page-header .header.content:before,
.page-header .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,
.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,
.form-create-return .actions-toolbar:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.sidebar .product-items-images:after,
.page-header .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,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form-giftregistry-edit .field.date .control,
.field .control._with-tooltip,
.form.search.advanced .fields.range .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 4.75px;
}
.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,
.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,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare {
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action: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,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare: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,
.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,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover {
  color: #666;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action: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,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 28.5px;
}
.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: 9.5px 18px 9.5px 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: 19px;
  top: 9.5px;
}
.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: #b0b0b0;
  font-size: 1.72307735rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.93846202rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.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,
.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,
.multicheckout .block-title,
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 23.75px;
  padding-bottom: 9.5px;
  border-bottom: 1px solid #c6c6c6;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > 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,
.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,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span {
  font-size: 2.36923135rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.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,
.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,
.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 {
  color: #666;
  display: block;
  font-size: 1.93846202rem;
  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,
.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,
.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 {
  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,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax {
  display: inline-block;
  font-size: 1.50769268rem;
}
.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,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.18461568rem;
}
.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,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.cart-summary .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,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.cart-summary .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,
.order-details-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 9.5px;
  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,
.order-details-items .cart-tax-total:after,
.cart.table-wrapper .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,
.order-details-items .cart-tax-total:after,
.cart.table-wrapper .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,
.order-details-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 19px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  vertical-align: top;
  padding-top: 1px;
  padding-right: 23.75px;
  padding-bottom: 4.75px;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  vertical-align: top;
  display: table-cell;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^="sales-guest-"] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 9.5px;
  border-left: 1px solid #d9d9d9;
  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,
.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,
.multicheckout .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 9.5px;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.account .column.main .block:not(.widget) .box-title > span {
  font-size: 1.72307735rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 9.5px;
}
.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,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .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: 4.75px;
}
.abs-sidebar-totals .table-caption,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
.sidebar .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #d9d9d9;
  border-radius: 0px;
  display: inline-block;
  margin: 0px 0 0;
  padding: 4.75px 9.5px;
  text-transform: uppercase;
  vertical-align: top;
  float: right;
  font-weight: bold;
}
.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: 9.5px;
}
.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;
}
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table,
.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 {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > 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,
.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 {
  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,
.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,
.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 {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > 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,
.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 {
  border-bottom: 1px solid #e3e2e2;
}
.block-wishlist .counter,
.block-compare .counter {
  color: #b0b0b0;
  font-size: 1.29230801rem;
  white-space: nowrap;
}
.block-reorder .block-title,
.block-wishlist .block-title,
.block-compare .block-title,
.widget .block-title {
  margin: 0 0 19px;
}
.block-reorder .block-title strong,
.block-wishlist .block-title strong,
.block-compare .block-title strong,
.widget .block-title strong {
  font-size: 17px;
  font-weight: 300;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 19px;
}
.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: inline-block;
}
.form-giftregistry-edit .field.date .control,
.form.search.advanced .fields.range .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-giftregistry-edit .field.date input,
.form.search.advanced .fields.range .field.date input {
  margin-right: 9.5px;
  width: calc(100% - 23px + 9.5px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 9.5px;
  width: calc(100% - 21px + 9.5px + 4.75px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -9.5px;
  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: 9.5px;
  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: 9.5px;
  color: #666;
  font-weight: 300;
  font-size: 2.80000069rem;
}
.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 {
  border-top: 1px solid #ccc;
  font-size: 1.93846202rem;
  padding-right: 9.5px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #ccc;
  font-size: 1.93846202rem;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 9.5px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 19px;
  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 {
  display: none;
  border-bottom: 1px solid #ccc;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  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: 'Open Sans';
  src: url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 18px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.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: 19px;
}
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: #f7f7f7;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #e3e2e2;
  padding-top: 19px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #666666;
}
.message.info a:hover {
  color: #870b0b;
}
.message.info a:active {
  color: #870b0b;
}
.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 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #666666;
}
.message.error a:hover {
  color: #870b0b;
}
.message.error a:active {
  color: #870b0b;
}
.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 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #666666;
}
.message.warning a:hover {
  color: #870b0b;
}
.message.warning a:active {
  color: #870b0b;
}
.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 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #666666;
}
.message.notice a:hover {
  color: #870b0b;
}
.message.notice a:active {
  color: #870b0b;
}
.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 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #666666;
}
.message.success a:hover {
  color: #870b0b;
}
.message.success a:active {
  color: #870b0b;
}
.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: transparent;
}
.navigation ul {
  padding: 0px;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 45px;
  z-index: 14;
  height: 25px;
  width: 30px;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  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;
}
.nav-toggle:before {
  display: none;
}
.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: #666;
  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: 9.5px;
}
.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/Megnor/mag090172_UL/de_DE/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 18px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 19px;
  padding: 0 0 9.5px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.93846202rem;
}
.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 19px;
}
.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 #e3e2e2;
  border-radius: 1px;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.9999968px;
  height: 30px;
  line-height: 1.53;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 9.5px;
}
.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.29230801rem;
  margin: 0 0 0 4.75px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.29230801rem;
  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 {
  font-weight: normal;
  margin: 0;
  display: inline;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 9.5px;
}
.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: 4.75px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  white-space: nowrap;
  margin-top: 9.5px;
  display: inline-block;
}
.field .message.warning {
  margin-top: 9.5px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  height: 32px;
  background: #fff url('../../frontend/Megnor/mag090172_UL/de_DE/images/select-bg.svg') no-repeat 100% 45%;
  background-size: 30px 60px;
  padding-right: 25px;
  text-indent: 0.01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #666;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #b0b0b0;
  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 19px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 4.75px;
  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/Megnor/mag090172_UL/de_DE/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button {
  line-height: 16px;
  padding: 6px 12px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  border-radius: 3px;
  font-size: 13px;
}
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: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 6px 12px;
}
.action.primary:focus,
.action.primary:active {
  background: #870b0b;
  border: #870b0b;
  color: #fff;
}
.action.primary:hover {
  background: #870b0b;
  border: 1px solid #d43e2a;
  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 #e3e2e2;
  margin-bottom: 19px;
  margin-left: -20px;
  margin-right: -20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #e3e2e2;
  height: 18px;
  padding: 1px 9.5px 1px 9.5px;
  font-weight: 600;
  line-height: 18px;
  font-size: 1.4rem;
  color: #666;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #666;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #666;
  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: #666;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9.5px 9.5px 28.5px;
}
.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: 12.9999968px;
  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: 9.5px;
  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: 500;
}
.pages .item {
  font-size: 1.50769268rem;
  line-height: 3.06923152rem;
  letter-spacing: normal;
  margin: 0 3px 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: #666666;
  display: inline-block;
  padding: 0 4.75px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #666666;
}
.pages a.page:hover {
  color: #870b0b;
  text-decoration: none;
}
.pages a.page:active {
  color: #870b0b;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.50769268rem;
  line-height: 3.06923152rem;
  letter-spacing: normal;
  color: #666;
  display: inline-block;
  font-weight: 700;
  padding: 0 4.75px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #b0b0b0;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #b0b0b0;
}
.pages .action:hover {
  background: #dedede;
  color: #b0b0b0;
  text-decoration: none;
}
.pages .action:active {
  color: #b0b0b0;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #b0b0b0;
}
.pages .action.next:active:before {
  color: #b0b0b0;
}
.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: #b0b0b0;
  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: #b0b0b0;
}
.pages .action.next:active:before {
  color: #b0b0b0;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #b0b0b0;
}
.pages .action.previous:active:before {
  color: #b0b0b0;
}
.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: #b0b0b0;
  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: #b0b0b0;
}
.pages .action.previous:active:before {
  color: #b0b0b0;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: left;
  margin-bottom: 9.5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 9.5px;
}
.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;
}
/*
//  * Copyright © 2015 Magento. All rights reserved.
//  * See COPYING.txt for license details.
//  */
.breadcrumbs {
  margin: 0 0 13px;
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.29230801rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #777;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #777;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #777;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #777;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.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 9.5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbs .items {
  color: #777;
  font-size: 13px;
  text-transform: capitalize;
}
.breadcrumbs .items .item {
  vertical-align: middle;
}
.breadcrumbs .items .item:after {
  line-height: 20px;
}
.breadcrumbs a {
  color: #777;
}
.breadcrumbs a:active {
  color: #870b0b;
}
.breadcumb_inner {
  position: relative;
}
.breadcumb_inner h1 {
  font-size: 2.36923135rem;
  color: #870b0b;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 10px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  line-height: 30px;
}
.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.93846202rem;
  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.93846202rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.18461568rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.18461568rem;
}
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: 12.9999968px;
  line-height: 12.9999968px;
  color: #8f8f8f;
  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: #4d4d4d;
}
.modal-custom .action-close {
  margin: 23.75px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 9.5px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 3rem;
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.15rem;
}
.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 © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.26153902rem;
  padding: 14px 17px;
  font-size: 1.83076968rem;
}
#delivery-method-selector .action.selected {
  background: #fff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 19px 0 0;
}
.location-details .location-name {
  font-size: 17px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 19px;
  padding: 0 0 9.5px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 17px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #ccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 19px;
}
/**
 * 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/Megnor/mag090172_UL/de_DE/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/Megnor/mag090172_UL/de_DE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Megnor/mag090172_UL/de_DE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Megnor/mag090172_UL/de_DE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Megnor/mag090172_UL/de_DE/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.26153902rem;
  font-size: 1.83076968rem;
  line-height: 1.53;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #666666;
  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: #666666;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #870b0b;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #870b0b;
  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: #666666;
  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: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.26153902rem;
  padding: 14px 17px;
  font-size: 1.83076968rem;
  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: #870b0b;
  border: #870b0b;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #870b0b;
  border: 1px solid #d43e2a;
  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: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  line-height: 1.72307735rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.26153902rem;
  padding: 14px 17px;
  font-size: 1.83076968rem;
  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: #870b0b;
  border: 1px solid #dad4cd;
  color: #fff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #870b0b;
  border: 1px solid #870b0b;
  color: #fff;
}
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: 1240px;
}
[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: 1240px;
  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 #e3e2e2;
  height: 18px;
  padding: 1px 9.5px 1px 9.5px;
  font-weight: 600;
  line-height: 18px;
  font-size: 1.4rem;
  color: #666;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #666;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #666;
  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: #666;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9.5px 9.5px 28.5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark > div,
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark .paypal-marks {
  display: inline-block;
}
.payment-method-payment_services_paypal_apm .billing-address-details,
.payment-method-payment_services_paypal_apm .payment-services-paypal-legal-text {
  margin-bottom: 19px;
}
.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: 4.75px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 28.5px;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 28.5px;
  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 9.5px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 19px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 19px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 9.5px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 9.5px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.58461602rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 28.5px;
}
.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 18px;
  padding: 9.5px 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;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-services-express-payments .payment-services-express-payments-container {
  max-width: 600px;
  display: grid;
  margin: 10px 0;
}
.payment-services-express-payments .payment-services-express-payments-paypal .paypal-button-container,
.payment-services-express-payments .payment-services-express-payments-alternate {
  display: grid;
  grid-gap: 5px;
}
.payment-services-express-payments + .field.addresses {
  margin-top: 28.5px;
}
.checkout-payment-method .payment-services-express-payments {
  margin-bottom: 28.5px;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: 0.01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: 0.5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #fff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.lazy-blur {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  transition: 0.3s filter linear;
  -o-transition: 0.3s -o-filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.lazy-blur.lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.owl-carousel .owl-item img.lazy-loading {
  height: 0;
}
.widget-categories-grid,
.widget-categories-list {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  width: 100%;
  list-style-type: none;
  text-align: left;
}
.widget-categories-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.widget-categories-heading {
  margin: 16px 0;
}
/* Grid layout */
.widget-categories-grid li.widget-categories-category-wrapper {
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  width: 25%;
  vertical-align: top;
}
.widget-categories-grid .widget-categories-category {
  display: block;
  margin: 16px;
}
.widget-categories-grid .widget-categories-category-image img {
  margin: 0;
  padding: 0;
  border: none;
  width: auto;
}
.widget-categories-grid .widget-categories-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.widget-categories-grid .widget-categories-category-name {
  text-align: center;
  display: inline-block;
  width: 75%;
  margin: 0 -3px 0 0;
  vertical-align: middle;
  font-size: 14px;
  padding: 0 8px;
  text-align: left;
}
.widget-categories-grid .widget-categories-category-image {
  width: 25%;
}
.widget-categories-grid .widget-categories-category-name .count,
.widget-categories-grid .widget-categories-category-name:hover .count {
  color: #9b9b9b;
}
/* List layout */
.widget-categories-list li {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  overflow: auto;
}
.widget-categories-list .widget-categories-category {
  display: block;
  overflow: auto;
}
.widget-categories-list .widget-categories-category-image img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  max-width: 150px;
}
.widget-categories-list .widget-categories-category-image .image-hover {
  display: none;
}
.widget-categories-list li:hover .widget-categories-category-image img.image-hover {
  display: block;
  margin: 0 auto;
}
.widget-categories-list li:hover .widget-categories-category-image img:not(.image-hover) {
  display: none;
}
.widget-categories-list .widget-categories-category-name {
  margin: 0 0 16px 20%;
  /* These percentages must match 2/3 */
  padding: 0 0 0 32px;
}
.widget-categories-list .widget-categories-category-description {
  margin: 0 0 16px 20%;
  /* These percentages must match 3/3 */
  padding: 0 0 0 32px;
}
.widget-categories-grid .widget-categories-category {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  display: flex;
  height: 100%;
}
.widget-categories-grid .widget-categories-category:hover {
  border-color: #5680fb;
}
.widget-categories-grid {
  width: auto;
}
.widget-categories-grid.show-slider {
  margin-bottom: 20px;
}
.widget-categories-grid li.widget-categories-category-wrapper {
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.widget-categories-list {
  display: grid;
}
.widget-categories-list.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.widget-categories-list.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.widget-categories-list.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.widget-categories-list.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.widget-categories-list.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.widget-categories-list.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.widget-categories-list.grid-7 {
  grid-template-columns: repeat(7, 1fr);
}
.widget-categories-list.grid-8 {
  grid-template-columns: repeat(8, 1fr);
}
.widget-categories-list.grid-9 {
  grid-template-columns: repeat(9, 1fr);
}
.widget-categories-list.grid-10 {
  grid-template-columns: repeat(10, 1fr);
}
.widget-categories-list li {
  text-align: center;
}
.widget-categories-list .widget-categories-category-name,
.widget-categories-list .widget-categories-category-description {
  display: none;
}
/* Media Queries */
@media only screen and (max-width: 767px) {
  .widget-categories-grid .widget-categories-category-name {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: left;
  }
}
@media only screen and (min-width: 320px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 100%/2;
  }
  .widget-categories-grid .widget-categories-category {
    padding: 10px;
    margin: 0;
  }
}
@media only screen and (min-width: 360px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 100%/2;
  }
}
@media only screen and (min-width: 400px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 100%/2;
  }
}
@media only screen and (min-width: 480px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 100%/2;
  }
  .widget-categories-grid .widget-categories-category {
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
  }
}
@media only screen and (min-width: 540px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 100%/2;
  }
}
@media only screen and (min-width: 600px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 100%/2;
  }
}
@media only screen and (min-width: 640px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 100%/2;
  }
}
@media only screen and (min-width: 720px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 100%/2;
  }
}
@media only screen and (min-width: 768px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 100%/2;
  }
}
@media only screen and (min-width: 800px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 100%/2;
  }
}
@media only screen and (min-width: 960px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 100%/2;
  }
}
@media only screen and (min-width: 1024px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .widget-categories-grid li.widget-categories-category-wrapper {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  .widget-categories-grid {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 990px) {
  .widget-categories-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    border: 1px solid #e4ddd8;
  }
  .widget-categories-list li {
    border: 1px solid #e4ddd8;
  }
}
@media only screen and (max-width: 640px) {
  .widget-categories-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.block-category-event {
  background: #f0f0f0;
  color: #666;
  padding: 9.5px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 9.5px;
}
.block-category-event .block-title {
  margin: 0 0 9.5px;
}
.block-category-event .block-title strong {
  font-size: 1.61538501rem;
  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.93846202rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1.07692334rem;
  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.93846202rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 18px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.93846202rem;
  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: 18px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 4.75px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 19px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 9.5px auto 4.75px;
}
.cart-summary .paypal + .paypal {
  margin-top: 23.75px;
}
.paypal-review .actions-toolbar {
  margin-top: 9.5px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 9.5px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.58461602rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 28.5px;
}
.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 18px;
  padding: 9.5px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Megnor/mag090172_UL/de_DE/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/Megnor/mag090172_UL/de_DE/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;
}
.minilist .weee {
  display: table-row;
  font-size: 1.18461568rem;
}
.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: 9.5px;
  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 19px;
  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 19px;
  padding-top: 9.5px;
}
.block-cart-failed {
  margin: 18px 0;
}
.block-cart-failed .block-title {
  font-size: 2.69230836rem;
}
.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 9.5px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 28.5px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 18px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.69230836rem;
  margin-top: 0rem;
  margin-bottom: 2.04615435rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 28.5px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 19px;
}
.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;
  margin-top: 4px;
}
.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: 28.5px;
}
.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.69230836rem;
  margin-top: 2.55769294rem;
  margin-bottom: 2.04615435rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 23.75px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 19px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 4.75px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 28.5px;
}
.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.69230836rem;
  margin-top: 2.55769294rem;
  margin-bottom: 2.04615435rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 19px;
}
.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 19px;
  margin-top: 19px;
}
.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 18px;
  padding-top: 19px;
}
.block-balance .price {
  margin-top: -9.5px;
  font-size: 3.44615469rem;
  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: 23.75px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 9.5px;
}
.samples-item {
  margin: 0 0 9.5px;
}
.field.downloads {
  margin-bottom: 9.5px;
}
.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.50769268rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 9.5px;
  padding-bottom: 9.5px;
  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: #666666;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #666666;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #870b0b;
  text-decoration: none;
}
.field.downloads-all .label:active {
  color: #870b0b;
  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: 19px !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: 4.75px;
}
.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: 19px;
  margin-top: 19px;
}
.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: 28.5px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 19px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 19px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 9.5px;
}
.gift-message .field {
  margin-bottom: 19px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options {
  margin: 19px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 19px;
}
.gift-options-content .fieldset {
  margin: 0 0 19px;
}
.gift-summary {
  margin-top: 9.5px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 19px;
  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: #8f8f8f;
  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: #666;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #8f8f8f;
}
.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: #8f8f8f;
  content: '\e622';
  font-family: 'Luma-Icons';
  margin: 0 0 0 9.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #666;
}
.action-gift:active:after {
  color: #8f8f8f;
}
.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: 19px 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: #666666;
  cursor: pointer;
  margin: 0;
  padding: 9.5px 18px 9.5px 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 9.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #666;
}
.gift-item-block .content {
  padding: 9.5px 0 19px;
  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: 9.5px 0;
}
.gift-messages-order {
  margin-bottom: 23.75px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 18px;
}
.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: #666666;
}
.table-giftregistry-items .product-image {
  margin-right: 9.5px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 4.75px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 9.5px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 57px;
}
.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 23.75px;
}
.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.93846202rem;
  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: 9.5px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.93846202rem;
  display: block;
  margin: 0 0 4.75px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 9.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 17px;
  margin: 19px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 19px 0 9.5px;
  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 9.5px 9.5px 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: 9.5px 0;
}
.gift-wrapping-title .action-remove {
  margin: -4.75px 0 0 4.75px;
  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: #8f8f8f;
  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: #666;
}
.gift-wrapping-title .action-remove:active:before {
  color: #8f8f8f;
}
.gift-options-content .fieldset .field {
  margin: 9.5px 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: 19px 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 9.5px 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: 19px;
}
.order-options .product {
  margin-bottom: 9.5px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 9.5px;
}
.order-options .gift-wrapping {
  margin-bottom: 9.5px;
}
.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: 9.5px;
}
.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;
}
.page-product-grouped .box-tocart {
  margin-top: 9.5px;
}
.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: 19px;
}
.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;
}
.map-popup-wrapper.popup .action.close {
  top: 9.5px;
}
.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: 9.5px;
  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.69230836rem;
  margin-top: 2.55769294rem;
  margin-bottom: 2.04615435rem;
}
.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: 9.5px;
  top: 9.5px;
}
.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 19px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 19px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 9.5px;
}
.map-popup .map-msrp {
  margin-bottom: 9.5px;
}
.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-fallback-price {
  display: none;
}
.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: 9.5px;
}
.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.53;
  margin: 0;
  padding: 0;
  color: #666666;
  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: #666666;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #870b0b;
  text-decoration: none;
}
button.map-show-info:active {
  color: #870b0b;
  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: #666666;
  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: #999;
  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: #666;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: '\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: #666;
}
.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 .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.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: #666;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #999;
  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: #666666;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #666666;
}
.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.69230836rem;
  margin-top: 2.55769294rem;
  margin-bottom: 2.04615435rem;
}
.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: 9.5px;
  top: 9.5px;
}
.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: #666666;
}
.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: 9.5px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 9.5px;
}
.block-wishlist-management .wishlist-notice {
  color: #b0b0b0;
  display: inline-block;
  margin-right: 19px;
}
.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: #d6d6d6;
  content: '\e629';
  font-family: 'Luma-Icons';
  margin: 0 4.75px 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: 19px;
}
.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: 19px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 57px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 19px;
  font-size: 2.36923135rem;
}
.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: 19px;
}
.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 9.5px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 9.5px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #666666;
}
.block-wishlist-info-items .action.towishlist {
  padding: 9.5px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.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: #c2c2c2;
  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 {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.block-reward-info .reward-balance {
  font-size: 1.93846202rem;
  margin-bottom: 23.75px;
}
.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: 23.75px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 9.5px;
}
.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;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.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: 19px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.53;
  margin: 0 28.5px 0 0;
  padding: 0;
  color: #666666;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #666666;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #870b0b;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #870b0b;
  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: #666666;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 48px;
  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: #000;
  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: 18px;
  padding: 9.5px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 9.5px;
}
.order-details-items .order-title > strong {
  font-size: 2.58461602rem;
  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: 28.5px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.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: 10px 10px 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: #666;
}
.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.93846202rem;
}
.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: 19px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.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.53;
  margin: 0;
  padding: 0;
  color: #666666;
  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: #666666;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #870b0b;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #870b0b;
  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: #666666;
  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.53;
  margin: 0;
  padding: 0;
  color: #666666;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 19px;
}
.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: #666666;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #870b0b;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #870b0b;
  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: #666666;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/*.checkout-cart-index {
        .page-main {
            padding-left:  @layout__width-xs-indent;
            padding-right:  @layout__width-xs-indent;
        }
        .page-title-wrapper {
            padding-left: 0;
            padding-right: 0;
        }
    }*/
.cart-summary {
  background: #f7f7f7;
  margin-bottom: 23.75px;
  padding: 10px 15px 20px;
  z-index: 9;
}
.cart-summary > .title {
  font-size: 2.58461602rem;
  display: block;
  font-weight: 300;
  margin: 12px 0;
  font-family: "Lustria", serif;
  color: #000;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 23.75px;
}
.cart-summary .block .price {
  font-weight: 400;
}
.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.50769268rem;
  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: 19px 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: 23.75px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 19px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.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 9.5px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 19px 11px 9.5px;
  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: #b0b0b0;
  font-size: 1.93846202rem;
  font-weight: 400;
}
.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 9.5px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  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: #8f8f8f;
  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: #666;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.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: 23.75px;
}
.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-photo img {
  max-width: 100%;
}
.cart.table-wrapper .product-item-details {
  text-align: left;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.50769268rem;
  display: block;
  margin: -3px 0 4.75px;
}
.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: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 9.5px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 19px;
}
.cart.table-wrapper .item-info .col.subtotal > span,
.cart.table-wrapper .item-info .col.price > span {
  display: block;
  margin-bottom: 30px;
}
.cart.table-wrapper .item-info .col.subtotal > p,
.cart.table-wrapper .item-info .col.price > p {
  margin-bottom: 2px;
  font-size: 12px;
}
.cart.table-wrapper .item-info .col.subtotal > strong,
.cart.table-wrapper .item-info .col.price > strong {
  font-weight: 500;
  color: #870b0b;
  font-size: 12px;
}
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: left;
}
/*.cart-empty {
        padding-left: @layout__width-xs-indent;
        padding-right: @layout__width-xs-indent;
    }*/
.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 0;
  margin-top: 40px;
}
.cart-discount .actions-toolbar .action.primary {
  margin-left: 20px;
  border-radius: 0px;
}
.block-minicart .items-total {
  float: left;
  margin: 8px 12px 0;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 8px 0px 0 0;
  font-weight: 700;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 17px;
  font-weight: 400;
}
.block-minicart .subtitle {
  display: block;
  font-weight: normal;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 28.5px 0 19px;
  text-align: center;
  font-weight: normal;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin: 15px 0;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0px;
}
.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 {
  float: right;
  margin: 0 0 0 20px;
  display: inline-block;
  position: relative;
}
.minicart-wrapper .cart_text {
  line-height: 28px;
  margin-left: 5px;
  margin-top: 3px;
  display: none;
}
.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: #8f8f8f;
  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: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  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: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  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 {
  border: 1px solid #e3e2e2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 2px 2px #cccccc;
  -webkit-box-shadow: 0 2px 2px #cccccc;
  -moz-box-shadow: 0 2px 2px #cccccc;
  padding: 10px;
  right: 0px;
  margin-top: 0px;
  margin-right: 0px;
  width: 288px;
  box-shadow: none;
  position: absolute;
  top: 37px;
  min-width: unset;
  background: #f6f6f6;
}
.minicart-wrapper .block-minicart:before {
  display: none;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -30px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  background: #fff;
  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: #8f8f8f;
  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: #8f8f8f;
}
.minicart-wrapper .action.close:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  background: url(../../frontend/Megnor/mag090172_UL/de_DE/images/sprite.png) no-repeat scroll -54px -115px transparent;
  padding: 6px 25px 0 35px;
  position: relative;
}
.minicart-wrapper .action.showcart:hover {
  background-position: -54px -155px;
}
.minicart-wrapper .action.showcart .counter.qty {
  display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  overflow-x: auto;
  /*overflow-y:scroll;*/
  padding: 5px 0;
  max-height: 300px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 19px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: auto;
}
.minicart-items .price-minicart {
  margin-bottom: 4.75px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 2px;
}
.minicart-items .product-item-name a {
  color: #666666;
}
.minicart-items .product-item-details {
  padding-left: 88px;
  text-align: left;
}
.minicart-items .product-item-details .price {
  font-weight: 400;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 4.75px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.18461568rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 9.5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 18px 4.75px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 4.75px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .tooltip .toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip .toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\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: 9.5px;
  text-align: center;
  width: 40px;
  height: 30px;
}
.minicart-items .update-cart-item {
  font-size: 1.18461568rem;
  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: #8f8f8f;
  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: #666;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #8f8f8f;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper {
  width: auto;
  height: auto;
  position: static;
  overflow: visible;
}
.checkout-index-index .field.street .field._required label,
.checkout-onepage-success .field.street .field._required label {
  display: none;
}
.checkout-container {
  margin: 30px 0 19px;
}
.opc-wrapper {
  margin: 0 0 19px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px;
  font-family: "Lustria", serif;
  color: #000;
}
.opc-wrapper .step-content {
  margin: 0 0 18px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  /* display: none;*/
}
.checkout-index-index .logo {
  /*margin-left: 0;*/
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 15px 10px;
}
.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 4.75px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  /* .lib-button-reset(); */
  padding: 6px 25px 8px 35px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #666;
}
.opc-progress-bar {
  margin: 0 0 19px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 9.5px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 38px/2;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #666;
  font-weight: 300;
  font-size: 1.93846202rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  color: #000;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #000;
  font-weight: 600;
  font-size: 1.93846202rem;
}
.opc-progress-bar-item._active:before {
  background: #870b0b;
}
.opc-progress-bar-item._active > span {
  color: #666;
}
.opc-progress-bar-item._active > span:before {
  background: #870b0b;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'Luma-Icons';
  line-height: 1;
  font-size: 3.01538536rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #666;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'Luma-Icons';
  line-height: 1;
  font-size: 3.01538536rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 9.5px;
  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: #666;
}
.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: #666;
}
.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: #666;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 12.9999968px;
  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-sidebar {
  background: #f7f7f7;
}
.opc-sidebar .opc-block-shipping-information {
  padding: 0 15px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 19px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 12.9999968px;
  margin-top: 9.5px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 19px;
  padding: 19px 33.5px 19px 19px;
  transition: 0.3s border-color;
  width: 100%/2;
  display: inline-block;
  font-size: 12.9999968px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #870b0b;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #870b0b;
  color: #fff;
  content: '\e610';
  font-family: 'Luma-Icons';
  height: 27px;
  width: 29px;
  font-size: 27px;
  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 19px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 4.75px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 19px 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: 19px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 19px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 19px;
  padding-top: 19px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 9.5px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #666666;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 28.5px;
}
.opc-block-shipping-information {
  padding: 0 28.5px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 19px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 9.5px;
  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: #8f8f8f;
  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: #666;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 19px;
}
.opc-block-summary {
  background: #f7f7f7;
  margin: 0 0 19px;
  padding: 22px 20px;
}
.opc-block-summary > .title {
  display: block;
  font-family: "Lustria", serif;
  color: #000;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.50769268rem;
  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: 9.5px 18px 9.5px 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: 9.5px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.93846202rem;
  font-weight: 300;
  margin: 0;
  font-family: "Lustria", serif;
  color: #000;
}
.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: 10px 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 9.5px;
  width: 100%;
  position: relative;
  top: 0px;
  background: transparent;
  padding: 0px;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 4.75px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.72307735rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1.07692334rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 23.75px;
}
.authentication-wrapper {
  float: right;
  margin-top: 0px;
  max-width: 50%;
  position: relative;
  z-index: 9;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.83076968rem;
  border-bottom: 0;
  margin-bottom: 23.75px;
}
.block-authentication .block-title strong {
  font-weight: 300;
  font-family: "Lustria", serif;
  color: #000;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 4.75px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 23.75px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 9.5px;
}
.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: 18px;
  padding-top: 18px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #ccc;
  padding: 19px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 4.75px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 4.75px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 19px 0;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 19px;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 9.5px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 19px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 19px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 19px 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: 19px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #666666;
  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: #8f8f8f;
  content: '\e622';
  font-family: 'Luma-Icons';
  margin: 0 0 0 9.5px;
  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: #666;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 19px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 19px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 4.75px 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: 4.75px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 4.75px;
  padding-right: 4.75px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 19px;
}
.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: 19px;
}
.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.29230801rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 28.5px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 19px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.home-banner {
  position: relative;
  color: #5b5853;
}
.home-banner .flexslider {
  background: transparent;
}
.home-banner > img {
  width: 100%;
  max-height: 580px;
}
.home-banner .text-box {
  position: absolute;
  width: 100%;
  padding: 0 26px;
  top: 15%;
  text-align: left;
}
.home-banner .text-box > h1 {
  font-size: 60px;
  color: black;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.home-banner .text-box > h3 {
  color: #9a9a9a;
  font-size: 28px;
  margin-top: 0;
  font-weight: 500;
  margin-left: 10px;
}
.home-banner .text-box .list-feature {
  margin-top: 50px;
  position: relative;
  margin-bottom: 62px;
  font-size: 19px;
  padding-left: 4%;
}
.home-banner .text-box .list-feature li {
  padding-left: 17px;
  margin-bottom: 15px;
  position: relative;
}
.home-banner .text-box .list-feature li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background: #BFBCB7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cms-content {
  font-size: 14px;
}
.cms-content a:hover,
.cms-content a:link,
.cms-content a:active,
.cms-content a:focus,
.cms-content a:visited {
  color: #7F0200;
}
.cms-content .content-border {
  border: 2px solid grey;
  padding: 10px;
  margin-bottom: 10px;
}
.cms-content .content-border.max-width {
  max-width: 768px;
}
.cms-content ul {
  padding-left: 30px;
}
.cms-content ul li {
  list-style-type: disc;
}
.cms-content .image-section {
  margin: 20px 0;
}
.cms-content .image-section.col-2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cms-content .image-section .image-box {
  text-align: center;
}
.cms-content .image-section .image-box img {
  display: inline-block;
}
.table-no-padding th,
.table-no-padding td {
  padding: 0;
}
.cms-index-index .header-nav .nav-container {
  margin-bottom: 0;
}
.cms-index-index .columns .column.main p {
  margin-bottom: 0;
}
@media only screen and (min-width: 991px) {
  .home-banner.mobile {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  .home-banner.desktop {
    display: none;
  }
  .home-banner.mobile .text-box {
    position: static;
    padding: 0;
  }
  .home-banner.mobile .text-box > h1 {
    text-align: center;
    line-height: 1.2;
    font-size: 8vw;
  }
  .home-banner.mobile .text-box > h3 {
    margin: 0;
    text-align: center;
    font-size: 5vw;
  }
  .home-banner.mobile .text-box .list-feature {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    font-size: 4vw;
  }
  .home-banner.mobile .text-box .list-feature li {
    margin-bottom: 5px;
  }
  .home-banner.mobile .text-box .list-feature li:before {
    width: 1vw;
    height: 1vw;
    min-width: 6px;
    min-height: 6px;
  }
  .home-banner.mobile .flex-control-nav {
    display: block;
  }
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong[data-count]:after {
  color: #fff;
  background: #fc5e10;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 4.75px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  font-size: 12.9999968px;
  font-weight: 600;
  padding: 0px;
  display: none;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 10px 0px 10px;
  font-size: 13px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 9.5px;
}
.filter-current .action.remove {
  right: 8px;
  position: absolute;
  top: 2px;
}
.filter-current .action.remove:before {
  color: #666;
  font-size: 8px;
}
.filter-actions {
  margin-bottom: 20px;
  padding: 0;
}
.filter-actions a {
  color: #000;
  padding: 10px 18px;
  background: #ececec;
  border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.filter-actions a:hover {
  color: #fff;
  background: #f02640;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #666;
  margin: 0 8px 0 0;
}
.filter-options {
  margin: 0;
}
.filter-options-item {
  border-bottom: none;
  padding: 10px 0;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-transform: capitalize;
  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: 3px;
  top: 0px;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 9.5px;
}
.filter-options-content .item {
  margin: 9.5px 0;
  line-height: 1.5em;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.page-layout-1column .filter .filter-current {
  display: block;
  /*line-height: 35px;*/
}
.page-layout-1column .filter .filter-current-subtitle {
  color: #fff;
  display: none;
}
.page-layout-1column .filter .filter-current-subtitle:after {
  content: ':';
}
.page-layout-1column .filter .filter-current .item,
.page-layout-1column .filter .filter-current .items {
  display: inline-block;
}
.page-layout-1column .filter .filter-current .item {
  margin: 2px 10px 2px 0;
  background: #f5f5f5;
  padding: 1px 16px 1px 8px;
}
.page-layout-1column .filter .filter-current .action.remove {
  line-height: normal;
}
.multicheckout .title {
  margin-bottom: 28.5px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
  margin: 7px 0 0;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 9.5px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 18px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 23.75px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 9.5px;
}
.multicheckout .item-options {
  margin: 9.5px 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: 9.5px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #d9d9d9;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.58461602rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 18px;
}
.multicheckout .box-title span {
  margin-right: 9.5px;
}
.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 4.75px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.15384668rem;
  margin-bottom: 18px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle {
  /*&:extend(.abs-no-display all);*/
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.data.switch .counter {
  color: #b0b0b0;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 68px;
  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: #808080;
  font-family: 'Luma-Icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  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: #ffab00;
  font-family: 'Luma-Icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  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: #808080;
  font-family: 'Luma-Icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  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: #ffab00;
  font-family: 'Luma-Icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  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';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #c9c9c9;
  margin: 0 0 19px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 19px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  font-size: 1.40000034rem;
  line-height: 1.72307735rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #870b0b;
  border: 1px solid #dad4cd;
  color: #fff;
}
.review-form .action.submit.primary:hover {
  background: #870b0b;
  border: 1px solid #870b0b;
  color: #fff;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 19px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 9.5px;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  letter-spacing: 10px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 5px;
  margin-bottom: 40px;
}
.review-list {
  margin-bottom: 28.5px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.69230836rem;
  margin-top: 2.55769294rem;
  margin-bottom: 2.04615435rem;
}
.review-item {
  padding: 19px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 9.5px;
}
.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.83076968rem;
  margin-top: 2.04615435rem;
  margin-bottom: 1.02307717rem;
  margin: 0 0 19px;
}
.review-content {
  margin-bottom: 19px;
}
.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: 19px;
}
.product-reviews-summary {
  margin-bottom: 3px;
}
.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: none;
  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: 19px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 4.75px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 9.5px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  /*float: left;*/
  margin-right: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 19px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 9.5px;
}
.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.83076968rem;
  margin-top: 2.04615435rem;
  margin-bottom: 1.02307717rem;
  font-weight: 600;
  margin-bottom: 19px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 19px;
}
.customer-review .review-details .review-date {
  color: #666;
}
.form.wishlist.items .actions-toolbar .primary .action {
  margin-bottom: 2px;
}
.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 #e3e2e2;
}
.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 #e3e2e2;
}
.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 #e3e2e2;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 9.5px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 9.5px 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: 9.5px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 9.5px;
}
.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: #666;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 23.75px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  border: none;
  margin-bottom: 9.5px;
}
.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: auto;
  margin: 9.5px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  padding: 6px 12px;
}
.products {
  margin: 0px -6px;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  width: 100%/2;
  display: inline-block;
  padding: 6px;
}
.product-item-name {
  display: block;
  margin: 0px 0px 0px;
  text-transform: capitalize;
  font-weight: 400;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 14px;
}
.product-item-info {
  max-width: 100%;
  padding: 20px 7px;
  box-sizing: border-box;
  /*display:inline-block;*/
  text-align: center;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e3e2e2;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.product-item-info:hover {
  box-shadow: 0 0 5px #dddddd;
}
.product-item-actions {
  display: block;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 15px 0 10px;
}
.product-item-description p {
  margin: 0px;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .price-box {
  margin: 3px 0px 4px;
  color: #464e55;
  font-size: 15px;
}
.product-item .price-box .price-label {
  font-size: 12px;
  color: #b0b0b0;
  display: none;
}
.product-item .old-price {
  margin: 4.75px 0;
}
.product-item .old-price .price {
  font-weight: normal;
  color: #8b8b8b;
  text-decoration: line-through;
  font-size: 14px;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 4.75px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  white-space: nowrap;
  /*border-radius: 0;
			color:#b3b3b3;
			border:1px solid #000;
            .lib-font-size(13px);
            line-height: 1;
            padding-top: @indent__s;
            padding-bottom: @indent__s;*/
  /*.lib-button(
				@_button-icon-font-text-hide:false,
				@_button-icon-font-color:#000,
				@_button-icon-font-color-hover:#fff,
				@_button-icon-use:false,
				@_button-font-content:@icon-cart,
				@_button-padding:6px 5px,
                @_button-font-size: 14px,
				@_button-line-height: 23px,
                @_button-background:transparent,
                @_button-border:none 
			);*/
}
.column.main .product-items {
  margin-left: 0px;
}
.column.main .product-item {
  padding: 6px;
  text-align: center;
}
.column.main .products-list .product-item {
  padding: 0px 0px;
}
.price-container .price {
  font-size: 1.50769268rem;
}
.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.18461568rem;
}
.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 {
  padding: 10px;
  display: block;
  text-align: left;
  margin: 6px;
}
.products-list .product-item-info .product-item-image {
  float: left;
  margin: 20px 0;
  position: relative;
}
.products-list .product-item-photo {
  width: 1%;
  padding: 0;
  vertical-align: top;
}
.products-list .product-item-details {
  vertical-align: top;
  display: inline-block;
  margin-left: 0px;
  /*max-width:868px;*/
  text-align: left;
  padding: 6px 0 0 48px;
  box-sizing: border-box;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: none;
}
.page-products .columns {
  padding-top: 0px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 0px;
  text-align: center;
}
.toolbar-amount {
  left: 0;
  line-height: 22px;
  margin: 0;
  padding: 6px 0;
  position: absolute;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 23.75px;
}
.products.wrapper ~ .toolbar .pages {
  float: left;
  margin-bottom: 0;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 9.5px;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 4.75px 0 7px;
  width: auto;
  border: 1px solid #dddddd;
  height: 34px;
}
.sorter-action {
  border: 1px solid #dddddd;
  padding: 3px 8px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #8f8f8f;
  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: inline-block;
  float: left;
  margin-right: 19px;
  padding: 3px 7px 3px 5px;
}
.products.wrapper ~ .toolbar .modes {
  display: none;
}
.modes-label {
  display: none;
}
.modes-mode {
  background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/sprite.png") no-repeat scroll -162px 16px transparent;
  float: left;
  font-weight: 400;
  line-height: 1;
  padding: 7px 6px;
  text-align: center;
  height: 27px;
  width: 27px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
}
.modes-label + .modes-mode {
  border-radius: 0px 0 0 0px;
}
.modes-mode:hover {
  color: #666;
}
.modes-mode.active {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.modes-mode.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #303030;
  content: '\e60d';
  font-family: 'Luma-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode.active:hover:before {
  color: #303030;
}
.modes-mode.active:active:before {
  color: #303030;
}
.modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #aaa;
  content: '\e60d';
  font-family: 'Luma-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode:hover:before {
  color: #303030;
}
.modes-mode:active:before {
  color: #303030;
}
.mode-list:before {
  content: '\e60b' !important;
  display: none;
}
.mode-list.active:before {
  display: none;
}
.mode-grid:before {
  display: none;
}
.mode-grid.active:before {
  display: none;
}
.toolbar-amount {
  display: block;
  float: left;
  position: static;
}
.page-products .sorter {
  position: static;
}
.limiter {
  display: none;
  float: right;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
  border: 1px solid #dddddd;
  height: 34px;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.products.wrapper ~ .toolbar .limiter {
  display: block;
}
.old-price,
.old.price {
  color: #b0b0b0;
}
.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;
}
.product.name a {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 19px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
  width: auto;
}
.product.media {
  position: relative;
  overflow: hidden;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 9.5px 0;
  color: #b0b0b0;
  font-size: 1.29230801rem;
}
.product.media .product.thumbs {
  margin: 9.5px 0 23.75px;
}
.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: 11px / 2 9.5px / 2 9.5px 9.5px / 2;
}
.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: 11px / 2 28.5px 9.5px 0;
}
.product-info-main .product-info-price {
  display: table;
  width: 100%;
  color: #464e55;
  margin-bottom: 14.25px;
}
.product-info-main .product-info-price .price-box {
  display: block;
  vertical-align: top;
}
.product-info-main .product-info-price .price-box .price-final_price > span {
  display: block;
  margin-bottom: 4.75px;
}
.product-info-main .product-info-price .price-box .price-final_price > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.50769268rem;
}
.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.50769268rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.36923135rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2.15384668rem;
  font-weight: 400;
  color: #9e9e9e;
  text-decoration: line-through;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  min-width: 15rem;
  text-align: left;
  display: block;
  vertical-align: top;
  padding-left: 0%;
  padding: 10px 0;
}
.product-info-main .stock {
  margin: 0 0 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 14.25px;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 4.75px;
}
.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: 19px 0;
}
.product-info-main .product.alert {
  margin: 9.5px 0;
}
.product-info-main .product-options-bottom .box-tocart {
  margin: 30px 0 25px;
}
.product-info-main .product-item-no-info .product.attribute .type:after {
  content: ':';
}
.product-info-main .product-item-no-info .product.attribute .value {
  display: inline-block;
  margin-left: 2px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.50769268rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.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.29230801rem;
  margin: 0 0 0 4.75px;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 4.75px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  display: block;
  vertical-align: top;
  padding-bottom: 0;
}
.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: 4.75px;
}
.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: 23px;
}
.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.29230801rem;
  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.29230801rem;
  font-weight: 700;
}
.box-tocart .field.qty {
  float: left;
  margin: 0px;
}
.box-tocart .field.qty .label {
  margin-top: 7px;
}
.box-tocart .field.qty .label,
.box-tocart .field.qty .control {
  float: left;
  margin-right: 10px;
  font-weight: 500;
}
.box-tocart .field.qty .input-text.qty {
  height: 38px;
  padding: 8px 0;
}
.box-tocart .action.tocart {
  width: auto;
  margin-right: 0%;
  margin-bottom: 0;
  padding: 10px 10px;
  vertical-align: top;
}
.box-tocart .action.tocart span {
  font-size: 14px;
  text-transform: capitalize;
  width: auto;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 3%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: left;
  clear: both;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 14.25px;
}
.prices-tier .item {
  margin-bottom: 9.5px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
  display: inline-block;
  margin-top: 0px !important;
}
.ui-dialog-titlebar-close {
  line-height: 1.53;
  margin: 0;
  padding: 0;
  color: #666666;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #666666;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #870b0b;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #870b0b;
  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: #666666;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
  padding: 0px 0px;
  text-align: left;
  border: none;
  background: transparent;
  box-shadow: none;
}
.sidebar .product-items .product-item-info .product-item-photo {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.sidebar .product-items .product-item-info .product-item-photo .product-image-photo {
  border-radius: 5px;
}
.sidebar .product-items .product-item-name {
  margin: 0;
  font-size: 13px;
}
.sidebar .product-items .product-item-name a {
  /*Color:#e76453;*/
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 70px;
  text-align: left;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 5px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 2px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #b0b0b0;
  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 .product-items-images {
  margin-left: -4.75px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 4.75px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 9.5px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.category-view {
  overflow: hidden;
}
.catalog-category-view .breadcumb_inner,
.catalog-product-view .breadcumb_inner {
  padding: 6px;
  padding-bottom: 10px;
  position: relative;
  border: 2px solid #870b0b;
  margin-bottom: 19px;
}
.category-top-info .current-name {
  display: none;
  position: absolute;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  top: 50%;
  bottom: 0;
  left: 40px;
}
.category-top-info .fixed-name {
  float: right;
  font-size: 75px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.category-top-info .fixed-name img {
  max-height: 100%;
  width: auto;
}
#productDiscountInfo,
#productDiscountInfo-init {
  max-width: 280px;
}
#productDiscountInfo th,
#productDiscountInfo-init th,
#productDiscountInfo td,
#productDiscountInfo-init td {
  padding: 5px;
}
#productDiscountInfo .tableLabel,
#productDiscountInfo-init .tableLabel {
  background: #870b0b;
  color: #fff;
}
#productDiscountInfo .tableLabel .maxSavingLabel,
#productDiscountInfo-init .tableLabel .maxSavingLabel {
  text-align: right;
}
#productDiscountInfo .noteLabel,
#productDiscountInfo-init .noteLabel {
  font-size: 12px;
  color: #000;
}
#productDiscountTable {
  border: 1px solid #000;
}
#productDiscountTable th,
#productDiscountTable td {
  padding: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  border: 1px solid #5b5553;
}
#productDiscountTable .price {
  font-size: 12px;
  font-weight: 500;
  line-height: inherit;
}
.product.attribute.description .value,
.category-description {
  position: relative;
  max-height: none;
}
.product.attribute.description .value.collapsed,
.category-description.collapsed {
  max-height: 300px;
  overflow: hidden;
}
.product.attribute.description .value.collapsed:after,
.category-description.collapsed:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 160px;
  z-index: 1;
  display: block;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
#toggle-description {
  margin-bottom: 10px;
  margin-top: 5px;
  display: inline-block;
  text-decoration: underline;
  font-style: italic;
  float: right;
}
.note-after-price {
  font-size: 11px;
  margin-top: -5px;
}
.note-after-price a {
  color: #000;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  border: none;
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
  border: 1px solid #d9d9d9;
}
.table-comparison tbody > tr {
  border-bottom: 1px solid #d9d9d9;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #e3e2e2;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
  border-right: 1px solid #e3e2e2;
}
.table-comparison .cell .attribute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #e3e2e2;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.50769268rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.29230801rem;
  padding: 4.75px 8px;
  font-size: 1.18461568rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #fff;
}
.block-compare .product-item .product-item-name {
  margin-right: 22px;
}
.block-compare .action.delete {
  position: absolute;
  right: 0;
  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 {
  position: absolute;
  top: 30px;
  left: 0;
}
.block-search {
  position: relative;
  float: right;
  z-index: 4;
  margin: 17px 0px 0px;
  pointer-events: auto;
  clear: both;
}
.block-search .block-title {
  display: none;
}
.block-search .block:hover,
.block-search .block-title.active {
  background-position: 7px -33px;
}
.block-search .block-content {
  background: #c2d82e none repeat scroll 0 0;
  border-radius: 3px 3px 0px 0px;
  display: block;
  margin-bottom: 0;
  padding: 8px 8px 3px;
}
.block-search .label {
  display: inline-block;
  text-decoration: none;
  display: none;
  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: #8f8f8f;
  content: '\e615';
  font-family: 'Luma-Icons';
  margin: 0 9.5px 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 {
  float: left;
  background: #d43e2a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d43e2a 0%, #e76452 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d43e2a), color-stop(100%, #e76452));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d43e2a 0%, #e76452 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d43e2a 0%, #e76452 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d43e2a 0%, #e76452 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d43e2a 0%, #e76452 100%);
  /* W3C */
  background: #870b0b;
  opacity: 1;
  color: #fff;
  border: none;
  padding: 7px 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 58.0357%;
  line-height: 1.53;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'Luma-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: #333;
}
.block-search .action.search:active:before {
  color: inherit;
}
.block-search .action.search:before {
  display: none;
}
.block-search .action.search:focus:before {
  color: #8f8f8f;
}
.block-search .action.search > span {
  position: relative;
  clip: auto;
  width: auto;
  margin: 0px;
}
.block-search .field.search {
  display: inline-block;
}
.block-search .actions {
  display: inline-block;
  margin: 0 0 0 6px;
}
.block-search .control {
  border-top: none;
  clear: both;
  margin: 0px;
  padding: 0px;
}
.block-search input {
  background-color: #ffffff;
  border: 1px solid #a3b338;
  border-radius: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 0 1px #e7f1a1;
  -webkit-box-shadow: 0 0 0 1px #e7f1a1;
  -moz-box-shadow: 0 0 0 1px #e7f1a1;
  cursor: text;
  float: left;
  outline: 0 none;
  padding: 5px;
  width: 225px;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #e3e2e2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4.75px 18px 4.75px 9.5px;
  margin: 0;
  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: 4.75px;
}
.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;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.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: 9.5px;
}
.search.found {
  margin-bottom: 9.5px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.93846202rem;
  color: #000000;
  border-bottom: 1px solid #d9d9d9;
}
.login-container .fieldset:after {
  margin: 9.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.29230801rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 19px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 4.75px;
}
.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 {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0px 0px 0px;
  color: #870b0b;
  line-height: 30px;
}
.account .messages {
  /*margin-bottom: @indent__base;
            margin-top: @indent__base;*/
}
.account .column.main {
  margin-bottom: 28.5px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .block-title strong {
  color: #870b0b;
  font-size: 16px;
  font-weight: 400;
}
.account .sidebar-additional {
  margin-top: 0px;
}
.account .table-wrapper {
  margin-bottom: 19px;
  border-bottom: none;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .legend {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
  color: #000;
}
.account .column.main .order-details-items .product-item-name,
[class^="sales-guest-"] .column.main .order-details-items .product-item-name,
.sales-guest-view .column.main .order-details-items .product-item-name {
  font-size: 14px;
}
.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: 9.5px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2.04615435rem;
  margin-bottom: 2.04615435rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 4.75px;
}
.control.captcha-image {
  margin-top: 9.5px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.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;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 30px;
  line-height: 30px;
  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-strength-meter-0 .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-strength-meter-1 .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-strength-meter-2 .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strength-meter-3 .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-strength-meter-4 .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.order-products-toolbar {
  position: relative;
}
/*.account.page-layout-2columns-left {
        .sidebar-main,
        .sidebar-additional {
            width: 25%;
        }
        .column.main {
            width: 75%;
        }
    }*/
.swatch-attribute.color {
  margin-bottom: 9.5px;
}
.swatch-attribute.color .select-color-tooltip {
  background: #870b0b;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
}
.swatch-attribute.color .swatch-option.color {
  margin-bottom: 0!important;
}
.swatch-attribute.color .swatch-attribute-options {
  margin-bottom: 0;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 9.5px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 12.9999968px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 9.5px 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: 9.5px;
  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 9.5px 4.75px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #fff !important;
}
.swatch-option.selected {
  outline: 2px solid #870b0b;
  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 #4e0606;
}
.swatch-option.disabled {
  cursor: default;
}
.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);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/Megnor/mag090172_UL/de_DE/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 4.75px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #fff;
}
.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 {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 19px 0;
}
.swatch-opt-listing {
  margin-bottom: 9.5px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
.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;
}
.block-collapsible-nav .content {
  background: #f7f7f7;
  padding: 0px 0;
}
.block-collapsible-nav .item {
  margin: 0px 0 0;
  position: relative;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #666;
  display: block;
  padding: 4px 0px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: transparent;
  color: #870b0b;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  color: #fff;
  background: #870b0b;
}
.block-collapsible-nav .item.current a {
  border-color: #870b0b;
}
body {
  background-color: #fff;
}
.ie9 .page-wrapper {
  background-color: #fff;
  min-height: 0;
}
.page-header .panel.wrapper {
  color: #666;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #d8d7d3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #d8d7d3 100%);
  /* W3C */
  box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;
  -webkit-box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;
  -moz-box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 999;
}
.page-header .panel.wrapper .switcher .toggle:hover {
  color: #870b0b;
}
.page-header .header.content {
  padding: 14px 20px 0px;
  position: relative;
}
.header.panel > .header.links {
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 19px;
}
.header.panel > .header.links > li {
  font-size: 12.9999968px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li > a {
  color: #666;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #666;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #666;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #666;
  text-decoration: underline;
}
.logo {
  float: left;
  margin: 18px 0;
  max-width: 100%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-width: 100%;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 28.5px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 9.5px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #666;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #666666;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #870b0b;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #870b0b;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 9.5px;
}
.message.global.demo {
  margin: 0 0 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #666666;
}
.message.global.demo a:hover {
  color: #870b0b;
}
.message.global.demo a:active {
  color: #870b0b;
}
.page-footer {
  margin-top: 25px;
  background: transparent;
}
.footer.content {
  border-top: none;
  padding-top: 0;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.72307735rem;
  border-top: 1px solid #cecece;
  margin: 0 -20px;
  padding: 0 20px;
}
.footer.content .links strong,
.footer.content .links a {
  display: block;
  padding: 9.5px 0;
}
.footer.content .links strong {
  color: #d9d9d9;
  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 {
  display: block;
  padding: 0px 0px 10px;
}
.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,
.page-footer .switcher .options ul.dropdown {
  text-align: left;
  background: #f6f6f6;
  border: 1px solid #e3e2e2;
  text-transform: uppercase;
  margin-top: 6px;
  box-shadow: 0 2px 2px #ccc;
  border-radius: 5px;
  padding: 5px;
}
.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 {
  display: none;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: transparent;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #666;
  text-decoration: none;
  display: block;
  padding: 3px 10px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #666;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #870b0b;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #870b0b;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
  text-transform: capitalize;
  float: left;
  margin: 0 8px 0 0;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 18px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 19px 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #fff;
  border: 1px solid #bbb;
  padding: 10px;
}
/*& when (@media-common = true) {

    //
    //  Widgets
    //  ---------------------------------------------

    .sidebar {
        .widget.block:not(:last-child),
        .widget:not(:last-child) {
            margin-bottom: @indent__xl;
        }
    }

    .widget {
        clear: both;
        .block-title:extend(.abs-block-widget-title all) {
        }
    }
}*/
/*& when (@media-common = true) {
    .no-display:extend(.abs-no-display all) {
    }

    //
    //  Calendar
    //  ---------------------------------------------

    .ui-datepicker td {
        padding: 0;
    }

    .ui-tooltip {
        border: @tooltip__border-width solid @tooltip__border-color;
        .lib-css(background, @tooltip__background);
        padding: 10px;
    }
}*/
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 19px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.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.93846202rem;
  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.80000069rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.40000034rem;
}
.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.93846202rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.93846202rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.40000034rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 9.5px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 9.5px 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: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  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: #870b0b;
  border: #870b0b;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #870b0b;
  border: 1px solid #d43e2a;
  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: 19px;
}
.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: 19px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 19px;
}
.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: 9.5px;
  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: 19px;
}
.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: 19px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 9.5px 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;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 19px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .products-grid .products {
  margin: 0;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.29230801rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
@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;
  }
  .page-products .products-grid .product-item {
    width: 100%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 100%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 100%;
  }
  .products-grid .product-item {
    width: 100%;
  }
}
@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: 9.5px;
  }
  .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: 9.5px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 9.5px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 4.75px;
    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.72307735rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-top: 4.75px;
    padding-bottom: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 9.5px;
    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: -19px;
  }
  .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,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-reviews .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td: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: 0px;
  }
  .account .page-title-wrapper .page-title {
    font-size: 25px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper,
  .product.info.detailed .additional-attributes-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 #e3e2e2;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 4.75px 9.5px;
  }
  .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: 9.5px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #444444;
    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 #e3e2e2;
    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 4.75px;
  }
  .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: 19px;
  }
  .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.72307735rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 9.5px;
  }
  .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;
  }
  .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: #8f8f8f;
    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;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 23.75px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 4.75px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 23.75px -9.5px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 19px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 9.5px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #e3e2e2;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #e3e2e2;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 9.5px;
    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: #8f8f8f;
    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;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 19px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 9.5px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 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: 9.5px;
  }
  .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[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]: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.29230801rem;
    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;
  }
  .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;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 0px;
  }
  .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 {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 33.5px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 38.5px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 9.5px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: '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: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 19px;
    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: 19px;
    padding-bottom: 0;
  }
  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: 18px;
  }
  .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: #b0b0b0;
    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: 0;
    padding: 15px 0 20px;
  }
  .filter-options-content {
    padding: 4.75px 9.5px;
  }
  .filter .filter-current {
    /*border: solid @border-color__base;
        border-width: 1px 0;
        margin: @indent__xs -@indent__s 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: #b0b0b0;
    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,.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: 19px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 4.75px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 18px;
  }
  .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: 23.75px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 23.75px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 4.75px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 4.75px;
  }
  .products-grid.wishlist .product-item {
    border-bottom: none;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: none;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 9.5px 9.5px 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 0;
  }
  .product-info-price > *:first-child {
    padding-left: 0;
  }
  .product-info-price > *:last-child {
    padding-right: 9.5px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .block-search {
    /*margin-top: 0px;*/
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .logo {
    margin-bottom: 0px;
    margin-top: 4px;
  }
}
@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: 9.5px 18px 9.5px 20px;
    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: 19px;
    top: 9.5px;
  }
  .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,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .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: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #ddd;
    font-size: 1.6rem;
    margin: 0;
    padding: 20px 15px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 4.75px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: none;
  }
  .nav-sections .switcher .switcher-label {
    font-weight: 700;
  }
  .nav-sections .switcher .view-default,
  .nav-sections .switcher .language-USD {
    font-weight: 400;
  }
  .nav-sections .switcher .options {
    display: block;
    width: 100%;
    clear: both;
  }
  .nav-sections .switcher .switcher-dropdown {
    padding: 15px 0 0px;
  }
  .nav-sections .switcher .switcher-dropdown .switcher-option {
    display: inline-block;
    margin: 2px 2px 10px;
  }
  .nav-sections .switcher .switcher-dropdown .switcher-option a {
    color: #777;
    border: 1px solid #dddddd;
    padding: 5px 8px;
    font-weight: 400;
    font-size: 14px;
  }
  .nav-sections .switcher .switcher-dropdown .switcher-option a:hover {
    color: #870b0b;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .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: -18px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 9.5px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: none;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: none;
    font-weight: 500;
    padding: 0.8rem 19px;
    color: #777777;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #dddddd;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    text-decoration: none;
    display: block;
    font-weight: 500;
    padding: 0.8rem 19px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow: 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: 80%;
    left: calc(100% - 54px);
    overflow: auto;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-sections #mainmenu {
    display: none;
  }
  .nav-open .nav-sections #mobile {
    display: block;
  }
  .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-open .nav-toggle:before {
    display: none;
  }
  .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: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    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: 23.75px 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: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 9.5px;
    padding-right: 0;
    padding-bottom: 9.5px;
    padding-left: 15px;
    text-transform: capitalize;
  }
  .navigation a,
  .navigation a:hover {
    text-decoration: none;
  }
  .navigation .level0 {
    border-bottom: 1px solid #d5d5d5;
    font-size: 1.50769268rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 18px 8px 15px;
    text-transform: capitalize;
    word-wrap: break-word;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #870b0b;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    color: #870b0b;
  }
  .navigation li.level0:last-child {
    border-bottom: none;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .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 {
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #870b0b;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    font-weight: 400;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: block;
  }
  .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-y: auto;
    overflow-x: hidden;
  }
  .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);
  }
  .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 19px 19px;
  }
  .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: 9.5px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2.15384668rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.29230801rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .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: #8f8f8f;
    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: #666;
  }
  .cart .action-gift:active:after {
    color: #8f8f8f;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -4.75px 14px -1px -15px;
    padding: 4px 9.5px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #666;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    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: #8f8f8f;
    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: #666;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #8f8f8f;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 19px;
    padding-bottom: 9.5px;
  }
  .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;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  .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: 9.5px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -20px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.72307735rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
    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: #666;
    display: block;
    padding: 4.75px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.80000069rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 23.75px;
  }
  .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;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .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;
  }
  .form.send.friend .fieldset {
    padding-bottom: 4.75px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .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: 19px;
  }
  .field-tooltip .field-tooltip-content {
    right: -9.5px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-payment-method .payment-option {
    margin: 0px !important;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 19px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 9.5px;
  }
  .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 19px;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 18px;
  }
  .products-grid.wishlist {
    /*margin-bottom: @indent__l;
        margin-right: -@indent__s;*/
  }
  .products-grid.wishlist .product-item {
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    /*float: left;
                    margin-right: @indent__base;*/
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.72307735rem;
  }
  .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;*/
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    /*float: right;*/
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 15px;
  }
  .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;*/
    text-align: center;
  }
  .products-grid.wishlist .product-item .box-tocart {
    /*float: left;*/
    /*margin-right: @indent__base;*/
  }
  .products-grid.wishlist .product-item .box-tocart .tocart {
    padding: 6px 12px;
  }
  .products-grid.wishlist .product-item .box-tocart .tocart span {
    padding: 0px;
  }
  .products-grid.wishlist .product-item .box-tocart .tocart:hover {
    /*border-style: none none solid;
                            border-width: 0px 0px 1px;*/
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 50%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .action-towishlist {
    left: 0px;
    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: #8f8f8f;
    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: #666;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #8f8f8f;
  }
  .actions-toolbar .primary .action {
    margin-bottom: 3px;
  }
  .actions-toolbar .primary .action:last-child {
    margin-bottom: 3px;
  }
  .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;
  }
  .category-top-info .fixed-name {
    font-size: 9vw;
    top: 2vw;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
  }
  .catalog-category-view .breadcumb_inner,
  .catalog-product-view .breadcumb_inner {
    padding-top: 15vw;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    /*display: none;*/
  }
  .product-info-main .product-add-form {
    padding-top: 0;
  }
  .product-info-main .swatch-attribute.size {
    margin-top: 0 !important;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 18px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 4.75px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 19px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 9.5px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .block-collapsible-nav {
    /*left: 0;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 10;
        box-sizing: border-box;*/
  }
  .block-collapsible-nav .title {
    border: none;
    padding: 0px;
  }
  .block-collapsible-nav .title > strong {
    padding: 0px;
    margin: 0px;
    color: #870b0b;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
  }
  .block-collapsible-nav .title:after {
    background: #870b0b none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    font-weight: bold;
  }
  .block-collapsible-nav .item.current > a,
  .block-collapsible-nav .item.current > strong {
    color: #870b0b;
    background: transparent;
  }
  .block-collapsible-nav .content {
    border-bottom: none;
    display: none;
    margin: 10px 0 0;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.72307735rem;
    right: -25px;
    top: 2px;
    display: none;
  }
  .navigation .parent .level-top:after {
    font-size: 1.72307735rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.72307735rem;
    display: none;
    margin: 0 -20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: solid 1px #ddd;
    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: 9.5px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 9.5px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -9.5px;
    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: 9.5px;
    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;
  }
  .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: 12.9999968px;
    font-weight: 700;
  }
  .field-tooltip .field-tooltip-content {
    right: -9.5px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    float: left;
    clear: 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,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: '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 #e3e2e2;
  }
  .table > tbody + tbody {
    border-top: 1px solid #e3e2e2;
  }
  .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.53;
    margin: 0;
    padding: 0;
    color: #666666;
    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: #666666;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #870b0b;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #870b0b;
    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: #666666;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .filter.block {
    margin-bottom: 13px;
  }
  .filter-content .item {
    margin: 5px 0;
  }
  .filter-actions {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: inline-block;
    overflow: initial;
    position: static;
    vertical-align: top;
    width: 100%;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .page-layout-1column .toolbar-products {
    margin-bottom: 30px;
    padding: 5px 0;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    display: inline-block;
    width: 100%;
  }
  .page-layout-1column .filter-content {
    margin-top: 0px;
    vertical-align: top;
    display: inline-block;
    border-left: 1px solid #fdc5b7;
    width: 90%;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    float: left;
    margin-right: 5px;
    padding: 0px 0px;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    bottom: -1px;
    content: '';
    display: none;
    left: 50%;
    margin-left: -19px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 22px 26px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
  }
  .page-layout-1column .filter-options-title:after {
    right: 5px;
    top: 25px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #f02640;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fdc5b7;
    padding: 10px 5px;
    position: absolute;
    top: 100%;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    padding: 4.75px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin: 0 5px;
    color: #fff;
    padding: 0px;
  }
  .page-layout-1column .filter-actions {
    text-align: right;
    margin: 0px;
    padding: 22px 0;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 0px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 0px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 9.5px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 19px 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: 23.75px;
    padding-right: 23.75px;
    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: 23.75px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 18px;
    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 {
    max-width: 262px;
    float: left;
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .product-item-info:hover,
  .product-item-info.active {
    position: relative;
    z-index: 2;
    /*.lib-css(background, @color-white);*/
  }
  .product-item-info:hover .product-item-image,
  .product-item-info.active .product-item-image {
    border-color: #303030;
  }
  .product-item-inner {
    z-index: 99;
    background: transparent;
    padding: 3px 0px 3px;
    text-transform: capitalize;
  }
  .product-item-actions {
    display: block;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    width: auto;
    padding-left: 0px;
    display: none;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin: 0px 0px 0px 8px;
    padding: 5px;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    min-width: 20px;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:hover {
    color: #303030;
    background: #ffd24c;
    border-color: #ffd24c;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .products-grid .product-item {
    width: 100%/4;
    text-align: center;
    margin-bottom: 0px;
  }
  .page-layout-1column .products-grid .product-item {
    width: 100%/3;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 100%/3;
  }
  .page-products .products-grid .product-item {
    width: 100%/3;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 100%/3;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 100%/3;
  }
  .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.33%;
  }
}
@media all and (max-width: 1024px) {
  .field-tooltip .field-tooltip-content {
    right: -9.5px;
    top: 40px;
    left: auto;
  }
}
/*@button__background: #fff;*/
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* Old browsers */
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* Old browsers */
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* Old browsers */
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* Old browsers */
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* Old browsers */
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* Old browsers */
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%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%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_actions-switcher.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%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%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%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%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%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%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%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%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%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%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%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%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%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%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%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%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%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%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apm.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkbox-radio.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagezon_LazyLoad%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FTDK_CustomTheme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_AdvancedSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%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%2FMegnor%5C%2Fmag090172_UL%5C%2Fde_DE%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%2CmBAAA%3BED5EI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BECuEA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2C4BAAA%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%2CuBAAA%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%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%3B%3BADgBA%3BEChBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%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%2CaCMC%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%2CqBAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2C4BAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2C4BAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CoBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3B%3BADyKA%3BECzKA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%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%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CwBAAA%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%3BEGzRF%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDE%2CKKlDF%3BEACE%2CgBAAA%3B%3BALiDA%2CKK9CA%2CQAEE%2CKACE%3BAL2CJ%2CKK7CA%2CQACE%2CKACE%3BAL2CJ%2CKK9CA%2CQAEE%2CKAEE%3BAL0CJ%2CKK7CA%2CQACE%2CKAEE%3BEACA%2CmBAAA%3B%3BALyCJ%2CKKpCA%2CQAAQ%2CKACN%3BALmCF%2CKKpCA%2CQAAQ%2CKAEN%3BEACA%2CsBAAA%3B%3BALiCF%2CKK7BA%2CQAGE%2CKACE%3BALyBJ%2CKK5BA%2CQAEE%2CKACE%3BALyBJ%2CKK3BA%2CQACE%2CKACE%3BALyBJ%2CKK7BA%2CQAGE%2CKAEE%3BALwBJ%2CKK5BA%2CQAEE%2CKAEE%3BALwBJ%2CKK3BA%2CQACE%2CKAEE%3BEH2PJ%2CmBAAA%3B%3BAF%5C%2FNA%3BEMlBA%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CwBAAA%3BEAAA%2C0BAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CMAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%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%2CwEAAA%3BEAAA%2CuBAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%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%2CwEAAA%3BEAAA%2CuBAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CyBAAA%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%2CwEAAA%3BEAAA%2CuBAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CcAAA%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%2CsBAAA%3BEKII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BELuMD%2CYAAA%3B%3BAKQA%2CKAAK%3BELRL%2CsBAAA%3B%3BAKvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BELuMD%2CYAAA%3B%3BAKzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BELyHD%2CqBAAA%3B%3BAKkBA%2CGAAG%3BELlBH%2CcAAA%3BEAAA%2CwBAAA%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%2CyBAiEI%2CsBAsCI%2CQAAO%3BACnFf%2CoBA2KI%3BAC3KJ%2CaA%2BEI%3BAChEJ%2CYAGI%3BACbJ%3BACEA%3BACfA%2CQAAC%3BAC4YD%3BAC3MJ%3BACUQ%2COAAC%2CQAGG%3BACnOR%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BEjBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAO7GA%2CyBAiEI%2CsBAsCI%2CQAAO%2CMYzGT%3BAXsBN%2CoBA2KI%2CWWjME%3BAVsBN%2CaA%2BEI%2CwBUrGE%3BATqCN%2CYAGI%2CKSxCE%3BAR2BN%2CiBQ3BM%3BAP6BN%2C0BO7BM%3BANcN%2CQAAC%2CMMdK%3BAL0ZN%2CYK1ZM%3BAJ%2BMV%2CaI%5C%2FMU%3BAHyNF%2COAAC%2CQAGG%2CGG5NF%3BAFPN%2CcAII%2CcEGE%3BAFNN%2CqBAGI%2CcEGE%3BADPN%2CYA0DI%2CcAKI%2CQCxDF%3BEACE%2CSAAA%3B%3BAd4ER%2CeAAC%3BAACD%2CeAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CeAAA%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%3BAcunDQ%2CmBALR%2CiBAII%2CQACK%3BAACD%2CmBANR%2CiBAII%2CQAEK%3BAC%5C%2FrDT%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%3BANq7Bf%2CcAoBI%2CQAAO%3BAOx6BX%2CiCF2oDI%2CiBAII%2CQACK%3BAEhpDb%2CiCF2oDI%2CiBAII%2CQAEK%3BAGnqDb%2CuBH6pDI%2CiBAII%2CQACK%3BAGlqDb%2CuBH6pDI%2CiBAII%2CQAEK%3BAV75Cb%2CcUu5CI%2CiBAII%2CQACK%3BAV55Cb%2CcUu5CI%2CiBAII%2CQAEK%3BElB18Cb%2CkBAAA%3B%3BAkBy8CY%2CmBALR%2CiBAII%2CQACK%2CQAtsDR%3BAAusDO%2CmBANR%2CiBAII%2CQAEK%2COAvsDR%3BACQD%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQDrBV%3BAL08BL%2CcAoBI%2CQAAO%2CQK99BN%3BAEsDL%2CiCF2oDI%2CiBAII%2CQACK%2CQAtsDR%3BAEsDL%2CiCF2oDI%2CiBAII%2CQAEK%2COAvsDR%3BAGoCL%2CuBH6pDI%2CiBAII%2CQACK%2CQAtsDR%3BAGoCL%2CuBH6pDI%2CiBAII%2CQAEK%2COAvsDR%3BAV0SL%2CcUu5CI%2CiBAII%2CQACK%2CQAtsDR%3BAV0SL%2CcUu5CI%2CiBAII%2CQAEK%2COAvsDR%3BElB6PL%2CgBAAA%3B%3BAiB3HoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CwBAAA%3BEAAA%2C0BAAA%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%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CuBAAC%3BAaoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%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%3BAcyLJ%3BAAq3CA%2CmBA%2BBI%2CQAAO%3BAI7sDC%2CMAFR%2CiBACI%2CQACK%3BACTb%2CqBACI%3BAjB5BJ%2CyBA4DI%2CQAAO%3BAkBzCX%2CaAGI%2CiBACI%3BAAkBR%2CaAaI%3BAAbJ%2CaAcI%3BAAoBJ%3BACYA%2CoBAGI%3BACxFA%2CSAAC%2CMAAM%2COAmCD%3BAlBqGN%2CKAAC%2CcAiEG%2CiBAqBM%3BAAaF%2CKAnGP%2CcA8FG%2CQAKK%2CKAAK%3BAmBhPlB%2CqBACI%2CaAeI%2CcACI%3BACiBZ%2CYAoFI%3BACzGJ%2C%2BBAGI%2C4BAMI%3BACFR%3BACZA%2CwBAiEI%2CgCASI%3BAA1ER%2CwBAiEI%2CgCAaI%2CyBAII%3BApBhGZ%2C0BA6BI%3BAE2iCJ%2CMAAM%2CQACF%2CQAAO%3BAK7qBH%2CeADJ%2CQACK%3BAEnUT%2CiCFiqDI%2CQAAO%3BAGnrDX%2CuBHmrDI%2CQAAO%3BAV76CX%2CcU66CI%2CQAAO%3BAC1vDX%2CwBD2ZI%2CQACK%3BAC3ZT%2CuBD0ZI%2CQACK%3BAc3ZT%2CqBd0ZI%2CQACK%3BAelZT%2CmBfiZI%2CQACK%3BAgB5ZT%2CKAAK%2CKAAK%2COhB2ZN%2CQACK%3BElB5HT%2CiBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEczII%2CgBAAA%3BElBmOJ%2CgBAAA%3B%3BADjJA%2C0BAAC%3BAmBuND%2CkBnBvNC%3BAmB4kDD%2CmBA%2BBI%2CQAAO%2CMnB3mDV%3BAuBlGW%2CMAFR%2CiBACI%2CQACK%2COvBkGZ%3BAwB3GD%2CqBACI%2CexB0GH%3BAOtID%2CyBA4DI%2CQAAO%2CKP0EV%3BAyBnHD%2CaAGI%2CiBACI%2CezB%2BGP%3BAyB7FD%2CaAaI%2CazBgFH%3BAyB7FD%2CaAcI%2CezB%2BEH%3BAyB3DD%2CYzB2DC%3BA0B%5C%2FCD%2CoBAGI%2Ce1B4CH%3BA2BpIG%2CSAAC%2CMAAM%2COAmCD%2CU3BiGT%3BASIG%2CKAAC%2CcAiEG%2CiBAqBM%2CiBT1Fb%3BASuGW%2CKAnGP%2CcA8FG%2CQAKK%2CKAAK%2CITvGjB%3BA4BzID%2CqBACI%2CaAeI%2CcACI%2CmB5BwHX%3BA6BvGD%2CYAoFI%2CmB7BmBH%3BA8B5HD%2C%2BBAGI%2C4BAMI%2Ca9BmHP%3BA%2BBrHD%2CmB%5C%2FBqHC%3BAgCjID%2CwBAiEI%2CgCASI%2CehCuDP%3BAgCjID%2CwBAiEI%2CgCAaI%2CyBAII%2CqBhC%2BCX%3BAY%5C%2FID%2C0BA6BI%2CaZkHH%3BAcy7BD%2CMAAM%2CQACF%2CQAAO%2COd17BV%3BAmB6QO%2CeADJ%2CQACK%2COnB7QR%3BAqBtDD%2CiCFiqDI%2CQAAO%2CMnB3mDV%3BAsBxED%2CuBHmrDI%2CQAAO%2CMnB3mDV%3BAS8LD%2CcU66CI%2CQAAO%2CMnB3mDV%3BAoB%5C%2FID%2CwBD2ZI%2CQACK%2COnB7QR%3BAoB9ID%2CuBD0ZI%2CQACK%2COnB7QR%3BAiC9ID%2CqBd0ZI%2CQACK%2COnB7QR%3BAkCrID%2CmBfiZI%2CQACK%2COnB7QR%3BAmC%5C%2FID%2CKAAK%2CKAAK%2COhB2ZN%2CQACK%2COnB7QR%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAmBkND%2CkBnBlNC%3BAmBukDD%2CmBA%2BBI%2CQAAO%2CMnBtmDV%3BAuBvGW%2CMAFR%2CiBACI%2CQACK%2COvBuGZ%3BAwBhHD%2CqBACI%2CexB%2BGH%3BAO3ID%2CyBA4DI%2CQAAO%2CKP%2BEV%3BAyBxHD%2CaAGI%2CiBACI%2CezBoHP%3BAyBlGD%2CaAaI%2CazBqFH%3BAyBlGD%2CaAcI%2CezBoFH%3BAyBhED%2CYzBgEC%3BA0BpDD%2CoBAGI%2Ce1BiDH%3BA2BzIG%2CSAAC%2CMAAM%2COAmCD%2CU3BsGT%3BASDG%2CKAAC%2CcAiEG%2CiBAqBM%2CiBTrFb%3BASkGW%2CKAnGP%2CcA8FG%2CQAKK%2CKAAK%2CITlGjB%3BA4B9ID%2CqBACI%2CaAeI%2CcACI%2CmB5B6HX%3BA6B5GD%2CYAoFI%2CmB7BwBH%3BA8BjID%2C%2BBAGI%2C4BAMI%2Ca9BwHP%3BA%2BB1HD%2CmB%5C%2FB0HC%3BAgCtID%2CwBAiEI%2CgCASI%2CehC4DP%3BAgCtID%2CwBAiEI%2CgCAaI%2CyBAII%2CqBhCoDX%3BAYpJD%2C0BA6BI%2CaZuHH%3BAco7BD%2CMAAM%2CQACF%2CQAAO%2COdr7BV%3BAmBwQO%2CeADJ%2CQACK%2COnBxQR%3BAqB3DD%2CiCFiqDI%2CQAAO%2CMnBtmDV%3BAsB7ED%2CuBHmrDI%2CQAAO%2CMnBtmDV%3BASyLD%2CcU66CI%2CQAAO%2CMnBtmDV%3BAoBpJD%2CwBD2ZI%2CQACK%2COnBxQR%3BAoBnJD%2CuBD0ZI%2CQACK%2COnBxQR%3BAiCnJD%2CqBd0ZI%2CQACK%2COnBxQR%3BAkC1ID%2CmBfiZI%2CQACK%2COnBxQR%3BAmCpJD%2CKAAK%2CKAAK%2COhB2ZN%2CQACK%2COnBxQR%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2C0BAAC%3BAmB6MD%2CkBnB7MC%3BAmBkkDD%2CmBA%2BBI%2CQAAO%2CMnBjmDV%3BAuB5GW%2CMAFR%2CiBACI%2CQACK%2COvB4GZ%3BAwBrHD%2CqBACI%2CexBoHH%3BAOhJD%2CyBA4DI%2CQAAO%2CKPoFV%3BAyB7HD%2CaAGI%2CiBACI%2CezByHP%3BAyBvGD%2CaAaI%2CazB0FH%3BAyBvGD%2CaAcI%2CezByFH%3BAyBrED%2CYzBqEC%3BA0BzDD%2CoBAGI%2Ce1BsDH%3BA2B9IG%2CSAAC%2CMAAM%2COAmCD%2CU3B2GT%3BASNG%2CKAAC%2CcAiEG%2CiBAqBM%2CiBThFb%3BAS6FW%2CKAnGP%2CcA8FG%2CQAKK%2CKAAK%2CIT7FjB%3BA4BnJD%2CqBACI%2CaAeI%2CcACI%2CmB5BkIX%3BA6BjHD%2CYAoFI%2CmB7B6BH%3BA8BtID%2C%2BBAGI%2C4BAMI%2Ca9B6HP%3BA%2BB%5C%2FHD%2CmB%5C%2FB%2BHC%3BAgC3ID%2CwBAiEI%2CgCASI%2CehCiEP%3BAgC3ID%2CwBAiEI%2CgCAaI%2CyBAII%2CqBhCyDX%3BAYzJD%2C0BA6BI%2CaZ4HH%3BAc%2B6BD%2CMAAM%2CQACF%2CQAAO%2COdh7BV%3BAmBmQO%2CeADJ%2CQACK%2COnBnQR%3BAqBhED%2CiCFiqDI%2CQAAO%2CMnBjmDV%3BAsBlFD%2CuBHmrDI%2CQAAO%2CMnBjmDV%3BASoLD%2CcU66CI%2CQAAO%2CMnBjmDV%3BAoBzJD%2CwBD2ZI%2CQACK%2COnBnQR%3BAoBxJD%2CuBD0ZI%2CQACK%2COnBnQR%3BAiCxJD%2CqBd0ZI%2CQACK%2COnBnQR%3BAkC%5C%2FID%2CmBfiZI%2CQACK%2COnBnQR%3BAmCzJD%2CKAAK%2CKAAK%2COhB2ZN%2CQACK%2COnBnQR%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAc4JD%2CkBd9JC%3BAc8JD%2CkBd7JC%3BAc6JD%2CkBd5JC%3BAcihDD%2CmBA%2BBI%2CQAAO%2CMdljDV%3BAcmhDD%2CmBA%2BBI%2CQAAO%2CMdjjDV%3BAckhDD%2CmBA%2BBI%2CQAAO%2CMdhjDV%3BAkB7JW%2CMAFR%2CiBACI%2CQACK%2COlB2JZ%3BAkB3JW%2CMAFR%2CiBACI%2CQACK%2COlB4JZ%3BAkB5JW%2CMAFR%2CiBACI%2CQACK%2COlB6JZ%3BAmBtKD%2CqBACI%2CenBmKH%3BAmBpKD%2CqBACI%2CenBoKH%3BAmBrKD%2CqBACI%2CenBqKH%3BAEjMD%2CyBA4DI%2CQAAO%2CKFmIV%3BAE%5C%2FLD%2CyBA4DI%2CQAAO%2CKFoIV%3BAEhMD%2CyBA4DI%2CQAAO%2CKFqIV%3BAoB9KD%2CaAGI%2CiBACI%2CepBwKP%3BAoB5KD%2CaAGI%2CiBACI%2CepByKP%3BAoB7KD%2CaAGI%2CiBACI%2CepB0KP%3BAoBxJD%2CaAaI%2CapByIH%3BAoBtJD%2CaAaI%2CapB0IH%3BAoBvJD%2CaAaI%2CapB2IH%3BAoBxJD%2CaAcI%2CepBwIH%3BAoBtJD%2CaAcI%2CepByIH%3BAoBvJD%2CaAcI%2CepB0IH%3BAoBtHD%2CYpBoHC%3BAoBpHD%2CYpBqHC%3BAoBrHD%2CYpBsHC%3BAqB1GD%2CoBAGI%2CerBqGH%3BAqBxGD%2CoBAGI%2CerBsGH%3BAqBzGD%2CoBAGI%2CerBuGH%3BAsB%5C%2FLG%2CSAAC%2CMAAM%2COAmCD%2CUtB0JT%3BAsB7LG%2CSAAC%2CMAAM%2COAmCD%2CUtB2JT%3BAsB9LG%2CSAAC%2CMAAM%2COAmCD%2CUtB4JT%3BAIvDG%2CKAAC%2CcAiEG%2CiBAqBM%2CiBJjCb%3BAIrDG%2CKAAC%2CcAiEG%2CiBAqBM%2CiBJhCb%3BAItDG%2CKAAC%2CcAiEG%2CiBAqBM%2CiBJ%5C%2FBb%3BAI4CW%2CKAnGP%2CcA8FG%2CQAKK%2CKAAK%2CIJ9CjB%3BAI8CW%2CKAnGP%2CcA8FG%2CQAKK%2CKAAK%2CIJ7CjB%3BAI6CW%2CKAnGP%2CcA8FG%2CQAKK%2CKAAK%2CIJ5CjB%3BAuBpMD%2CqBACI%2CaAeI%2CcACI%2CmBvBiLX%3BAuBlMD%2CqBACI%2CaAeI%2CcACI%2CmBvBkLX%3BAuBnMD%2CqBACI%2CaAeI%2CcACI%2CmBvBmLX%3BAwBlKD%2CYAoFI%2CmBxB4EH%3BAwBhKD%2CYAoFI%2CmBxB6EH%3BAwBjKD%2CYAoFI%2CmBxB8EH%3BAyBvLD%2C%2BBAGI%2C4BAMI%2CazB4KP%3BAyBrLD%2C%2BBAGI%2C4BAMI%2CazB6KP%3BAyBtLD%2C%2BBAGI%2C4BAMI%2CazB8KP%3BA0BhLD%2CmB1B8KC%3BA0B9KD%2CmB1B%2BKC%3BA0B%5C%2FKD%2CmB1BgLC%3BA2B5LD%2CwBAiEI%2CgCASI%2Ce3BgHP%3BA2B1LD%2CwBAiEI%2CgCASI%2Ce3BiHP%3BA2B3LD%2CwBAiEI%2CgCASI%2Ce3BkHP%3BA2B5LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqB3BwGX%3BA2B1LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqB3ByGX%3BA2B3LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqB3B0GX%3BAO1MD%2C0BA6BI%2CaP2KH%3BAOxMD%2C0BA6BI%2CaP4KH%3BAOzMD%2C0BA6BI%2CaP6KH%3BAS83BD%2CMAAM%2CQACF%2CQAAO%2COTj4BV%3BASg4BD%2CMAAM%2CQACF%2CQAAO%2COTh4BV%3BAS%2B3BD%2CMAAM%2CQACF%2CQAAO%2COT%5C%2F3BV%3BAckNO%2CeADJ%2CQACK%2COdpNR%3BAcoNO%2CeADJ%2CQACK%2COdnNR%3BAcmNO%2CeADJ%2CQACK%2COdlNR%3BAgBjHD%2CiCFiqDI%2CQAAO%2CMdljDV%3BAgB%5C%2FGD%2CiCFiqDI%2CQAAO%2CMdjjDV%3BAgBhHD%2CiCFiqDI%2CQAAO%2CMdhjDV%3BAiBnID%2CuBHmrDI%2CQAAO%2CMdljDV%3BAiBjID%2CuBHmrDI%2CQAAO%2CMdjjDV%3BAiBlID%2CuBHmrDI%2CQAAO%2CMdhjDV%3BAImID%2CcU66CI%2CQAAO%2CMdljDV%3BAIqID%2CcU66CI%2CQAAO%2CMdjjDV%3BAIoID%2CcU66CI%2CQAAO%2CMdhjDV%3BAe1MD%2CwBD2ZI%2CQACK%2COdpNR%3BAexMD%2CwBD2ZI%2CQACK%2COdnNR%3BAezMD%2CwBD2ZI%2CQACK%2COdlNR%3BAezMD%2CuBD0ZI%2CQACK%2COdpNR%3BAevMD%2CuBD0ZI%2CQACK%2COdnNR%3BAexMD%2CuBD0ZI%2CQACK%2COdlNR%3BA4BzMD%2CqBd0ZI%2CQACK%2COdpNR%3BA4BvMD%2CqBd0ZI%2CQACK%2COdnNR%3BA4BxMD%2CqBd0ZI%2CQACK%2COdlNR%3BA6BhMD%2CmBfiZI%2CQACK%2COdpNR%3BA6B9LD%2CmBfiZI%2CQACK%2COdnNR%3BA6B%5C%2FLD%2CmBfiZI%2CQACK%2COdlNR%3BA8B1MD%2CKAAK%2CKAAK%2COhB2ZN%2CQACK%2COdpNR%3BA8BxMD%2CKAAK%2CKAAK%2COhB2ZN%2CQACK%2COdnNR%3BA8BzMD%2CKAAK%2CKAAK%2COhB2ZN%2CQACK%2COdlNR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAcqJnB%2CkBdvJC%3BAcuJD%2CkBdtJC%3BAACD%2CQAAQ%2CUcqJR%3BAAq3CA%2CmBA%2BBI%2CQAAO%2CMd3iDV%3BAc4gDD%2CmBA%2BBI%2CQAAO%2CMd1iDV%3BAACD%2CQAAQ%2CUc0gDR%2CoBA%2BBI%2CQAAO%3BAI7sDC%2CMAFR%2CiBACI%2CQACK%2COlBkKZ%3BAkBlKW%2CMAFR%2CiBACI%2CQACK%2COlBmKZ%3BAACD%2CQAAQ%2CUkBpKI%2COAFR%2CiBACI%2CQACK%3BACTb%2CqBACI%2CenB0KH%3BAmB3KD%2CqBACI%2CenB2KH%3BAACD%2CQAAQ%2CUmB7KR%2CsBACI%3BAjB5BJ%2CyBA4DI%2CQAAO%2CKF0IV%3BAEtMD%2CyBA4DI%2CQAAO%2CKF2IV%3BAACD%2CQAAQ%2CUExMR%2C0BA4DI%2CQAAO%3BAkBzCX%2CaAGI%2CiBACI%2CepB%2BKP%3BAoBnLD%2CaAGI%2CiBACI%2CepBgLP%3BAACD%2CQAAQ%2CUoBrLR%2CcAGI%2CiBACI%3BAAkBR%2CaAaI%2CapBgJH%3BAoB7JD%2CaAaI%2CapBiJH%3BAACD%2CQAAQ%2CUoB%5C%2FJR%2CcAaI%3BAAbJ%2CaAcI%2CepB%2BIH%3BAoB7JD%2CaAcI%2CepBgJH%3BAACD%2CQAAQ%2CUoB%5C%2FJR%2CcAcI%3BAAoBJ%2CYpB2HC%3BAoB3HD%2CYpB4HC%3BAACD%2CQAAQ%2CUoB7HR%3BACYA%2CoBAGI%2CerB4GH%3BAqB%5C%2FGD%2CoBAGI%2CerB6GH%3BAACD%2CQAAQ%2CUqBjHR%2CqBAGI%3BACxFA%2CSAAC%2CMAAM%2COAmCD%2CUtBiKT%3BAsBpMG%2CSAAC%2CMAAM%2COAmCD%2CUtBkKT%3BAACD%2CQAAQ%2CUsBtMJ%2CUAAC%2CMAAM%2COAmCD%3BAlBqGN%2CKAAC%2CcAiEG%2CiBAqBM%2CiBJ1Bb%3BAI5DG%2CKAAC%2CcAiEG%2CiBAqBM%2CiBJzBb%3BAACD%2CQAAQ%2CUI9DJ%2CMAAC%2CcAiEG%2CiBAqBM%3BAAaF%2CKAnGP%2CcA8FG%2CQAKK%2CKAAK%2CIJvCjB%3BAIuCW%2CKAnGP%2CcA8FG%2CQAKK%2CKAAK%2CIJtCjB%3BAACD%2CQAAQ%2CUIqCI%2CMAnGP%2CcA8FG%2CQAKK%2CKAAK%3BAmBhPlB%2CqBACI%2CaAeI%2CcACI%2CmBvBwLX%3BAuBzMD%2CqBACI%2CaAeI%2CcACI%2CmBvByLX%3BAACD%2CQAAQ%2CUuB3MR%2CsBACI%2CaAeI%2CcACI%3BACiBZ%2CYAoFI%2CmBxBmFH%3BAwBvKD%2CYAoFI%2CmBxBoFH%3BAACD%2CQAAQ%2CUwBzKR%2CaAoFI%3BACzGJ%2C%2BBAGI%2C4BAMI%2CazBmLP%3BAyB5LD%2C%2BBAGI%2C4BAMI%2CazBoLP%3BAACD%2CQAAQ%2CUyB9LR%2CgCAGI%2C4BAMI%3BACFR%2CmB1BqLC%3BA0BrLD%2CmB1BsLC%3BAACD%2CQAAQ%2CU0BvLR%3BACZA%2CwBAiEI%2CgCASI%2Ce3BuHP%3BA2BjMD%2CwBAiEI%2CgCASI%2Ce3BwHP%3BAACD%2CQAAQ%2CU2BnMR%2CyBAiEI%2CgCASI%3BAA1ER%2CwBAiEI%2CgCAaI%2CyBAII%2CqB3B%2BGX%3BA2BjMD%2CwBAiEI%2CgCAaI%2CyBAII%2CqB3BgHX%3BAACD%2CQAAQ%2CU2BnMR%2CyBAiEI%2CgCAaI%2CyBAII%3BApBhGZ%2C0BA6BI%2CaPkLH%3BAO%5C%2FMD%2C0BA6BI%2CaPmLH%3BAACD%2CQAAQ%2CUOjNR%2C2BA6BI%3BAE2iCJ%2CMAAM%2CQACF%2CQAAO%2COT13BV%3BASy3BD%2CMAAM%2CQACF%2CQAAO%2COTz3BV%3BAACD%2CQAAQ%2CUSu3BR%2COAAM%2CQACF%2CQAAO%3BAK7qBH%2CeADJ%2CQACK%2COd7MR%3BAc6MO%2CeADJ%2CQACK%2COd5MR%3BAACD%2CQAAQ%2CUc2MA%2CgBADJ%2CQACK%3BAEnUT%2CiCFiqDI%2CQAAO%2CMd3iDV%3BAgBtHD%2CiCFiqDI%2CQAAO%2CMd1iDV%3BAACD%2CQAAQ%2CUgBxHR%2CkCFiqDI%2CQAAO%3BAGnrDX%2CuBHmrDI%2CQAAO%2CMd3iDV%3BAiBxID%2CuBHmrDI%2CQAAO%2CMd1iDV%3BAACD%2CQAAQ%2CUiB1IR%2CwBHmrDI%2CQAAO%3BAV76CX%2CcU66CI%2CQAAO%2CMd3iDV%3BAI8HD%2CcU66CI%2CQAAO%2CMd1iDV%3BAACD%2CQAAQ%2CUI4HR%2CeU66CI%2CQAAO%3BAC1vDX%2CwBD2ZI%2CQACK%2COd7MR%3BAe%5C%2FMD%2CwBD2ZI%2CQACK%2COd5MR%3BAACD%2CQAAQ%2CUejNR%2CyBD2ZI%2CQACK%3BAC3ZT%2CuBD0ZI%2CQACK%2COd7MR%3BAe9MD%2CuBD0ZI%2CQACK%2COd5MR%3BAACD%2CQAAQ%2CUehNR%2CwBD0ZI%2CQACK%3BAc3ZT%2CqBd0ZI%2CQACK%2COd7MR%3BA4B9MD%2CqBd0ZI%2CQACK%2COd5MR%3BAACD%2CQAAQ%2CU4BhNR%2CsBd0ZI%2CQACK%3BAelZT%2CmBfiZI%2CQACK%2COd7MR%3BA6BrMD%2CmBfiZI%2CQACK%2COd5MR%3BAACD%2CQAAQ%2CU6BvMR%2CoBfiZI%2CQACK%3BAgB5ZT%2CKAAK%2CKAAK%2COhB2ZN%2CQACK%2COd7MR%3BA8B%5C%2FMD%2CKAAK%2CKAAK%2COhB2ZN%2CQACK%2COd5MR%3BAACD%2CQAAQ%2CU8BjNR%2CMAAK%2CKAAK%2COhB2ZN%2CQACK%3BElB5HT%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAcgJJ%2CkBAvSK%3BAAuSL%2CkBAtSK%2CIAAI%3BAA2pDT%2CmBA%2BBI%2CQAAO%2CMA3rDN%3BAA4pDL%2CmBA%2BBI%2CQAAO%2CMA1rDN%2CIAAI%3BAInBG%2CMAFR%2CiBACI%2CQACK%2COJkBR%3BAIlBO%2CMAFR%2CiBACI%2CQACK%2COJmBR%2CIAAI%3BAK5BT%2CqBACI%2CeL0BC%3BAK3BL%2CqBACI%2CeL2BC%2CIAAI%3BAZvDT%2CyBA4DI%2CQAAO%2CKYNN%3BAZtDL%2CyBA4DI%2CQAAO%2CKYLN%2CIAAI%3BAMpCT%2CaAGI%2CiBACI%2CeN%2BBH%3BAMnCL%2CaAGI%2CiBACI%2CeNgCH%2CIAAI%3BAMdT%2CaAaI%2CaNAC%3BAMbL%2CaAaI%2CaNCC%2CIAAI%3BAMdT%2CaAcI%2CeNDC%3BAMbL%2CaAcI%2CeNAC%2CIAAI%3BAMoBT%2CYNrBK%3BAMqBL%2CYNpBK%2CIAAI%3BAOgCT%2CoBAGI%2CePpCC%3BAOiCL%2CoBAGI%2CePnCC%2CIAAI%3BAQrDL%2CSAAC%2CMAAM%2COAmCD%2CURiBL%3BAQpDD%2CSAAC%2CMAAM%2COAmCD%2CURkBL%2CIAAI%3BAVmFL%2CKAAC%2CcAiEG%2CiBAqBM%2CiBU1KT%3BAVoFD%2CKAAC%2CcAiEG%2CiBAqBM%2CiBUzKT%2CIAAI%3BAVsLG%2CKAnGP%2CcA8FG%2CQAKK%2CKAAK%2CIUvLb%3BAVuLO%2CKAnGP%2CcA8FG%2CQAKK%2CKAAK%2CIUtLb%2CIAAI%3BAS1DT%2CqBACI%2CaAeI%2CcACI%2CmBTwCP%3BASzDL%2CqBACI%2CaAeI%2CcACI%2CmBTyCP%2CIAAI%3BAUxBT%2CYAoFI%2CmBV7DC%3BAUvBL%2CYAoFI%2CmBV5DC%2CIAAI%3BAW7CT%2C%2BBAGI%2C4BAMI%2CaXmCH%3BAW5CL%2C%2BBAGI%2C4BAMI%2CaXoCH%2CIAAI%3BAYtCT%2CmBZqCK%3BAYrCL%2CmBZsCK%2CIAAI%3BAalDT%2CwBAiEI%2CgCASI%2CebzBH%3BAajDL%2CwBAiEI%2CgCASI%2CebxBH%2CIAAI%3BAalDT%2CwBAiEI%2CgCAaI%2CyBAII%2CqBbjCP%3BAajDL%2CwBAiEI%2CgCAaI%2CyBAII%2CqBbhCP%2CIAAI%3BAPhET%2C0BA6BI%2CaOkCC%3BAP%5C%2FDL%2C0BA6BI%2CaOmCC%2CIAAI%3BALwgCT%2CMAAM%2CQACF%2CQAAO%2COK1gCN%3BALygCL%2CMAAM%2CQACF%2CQAAO%2COKzgCN%2CIAAI%3BAA4VD%2CeADJ%2CQACK%2COA7VJ%3BAA6VG%2CeADJ%2CQACK%2COA5VJ%2CIAAI%3BAEyBT%2CiCFiqDI%2CQAAO%2CMA3rDN%3BAE0BL%2CiCFiqDI%2CQAAO%2CMA1rDN%2CIAAI%3BAGOT%2CuBHmrDI%2CQAAO%2CMA3rDN%3BAGQL%2CuBHmrDI%2CQAAO%2CMA1rDN%2CIAAI%3BAV6QT%2CcU66CI%2CQAAO%2CMA3rDN%3BAV8QL%2CcU66CI%2CQAAO%2CMA1rDN%2CIAAI%3BAChET%2CwBD2ZI%2CQACK%2COA7VJ%3BAC%5C%2FDL%2CwBD2ZI%2CQACK%2COA5VJ%2CIAAI%3BAC%5C%2FDT%2CuBD0ZI%2CQACK%2COA7VJ%3BAC9DL%2CuBD0ZI%2CQACK%2COA5VJ%2CIAAI%3BAc%5C%2FDT%2CqBd0ZI%2CQACK%2COA7VJ%3BAc9DL%2CqBd0ZI%2CQACK%2COA5VJ%2CIAAI%3BAetDT%2CmBfiZI%2CQACK%2COA7VJ%3BAerDL%2CmBfiZI%2CQACK%2COA5VJ%2CIAAI%3BAgBhET%2CKAAK%2CKAAK%2COhB2ZN%2CQACK%2COA7VJ%3BAgB%5C%2FDL%2CKAAK%2CKAAK%2COhB2ZN%2CQACK%2COA5VJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAApCR%3BAEtBgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BACAD%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BAHkuDL%2CmBALR%2CiBAII%2CQACK%3BAACD%2CmBANR%2CiBAII%2CQAEK%3BAC%5C%2FrDT%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%3BANq7Bf%2CcAoBI%2CQAAO%3BAOx6BX%2CiCF2oDI%2CiBAII%2CQACK%3BAEhpDb%2CiCF2oDI%2CiBAII%2CQAEK%3BAGnqDb%2CuBH6pDI%2CiBAII%2CQACK%3BAGlqDb%2CuBH6pDI%2CiBAII%2CQAEK%3BAV75Cb%2CcUu5CI%2CiBAII%2CQACK%3BAV55Cb%2CcUu5CI%2CiBAII%2CQAEK%3BElB18Cb%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAIqDA%2C2BAAC%3BAACD%2C2BAAC%3BAczTD%2C%2BBdwTC%3BAcxTD%2C%2BBdyTC%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%3BAcm5CW%2CmBALR%2CiBAII%2CQACK%2CQdp5CZ%3BAco5CW%2CmBALR%2CiBAII%2CQACK%2CQdn5CZ%3BAco5CW%2CmBANR%2CiBAII%2CQAEK%2COdr5CZ%3BAcq5CW%2CmBANR%2CiBAII%2CQAEK%2COdp5CZ%3BAe3SG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQf6Rd%3BAe1SG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQf8Rd%3BASupBD%2CcAoBI%2CQAAO%2CQT5qBV%3BASwpBD%2CcAoBI%2CQAAO%2CQT3qBV%3BAgB7PD%2CiCF2oDI%2CiBAII%2CQACK%2CQdp5CZ%3BAgB5PD%2CiCF2oDI%2CiBAII%2CQACK%2CQdn5CZ%3BAgB7PD%2CiCF2oDI%2CiBAII%2CQAEK%2COdr5CZ%3BAgB5PD%2CiCF2oDI%2CiBAII%2CQAEK%2COdp5CZ%3BAiB%5C%2FQD%2CuBH6pDI%2CiBAII%2CQACK%2CQdp5CZ%3BAiB9QD%2CuBH6pDI%2CiBAII%2CQACK%2CQdn5CZ%3BAiB%5C%2FQD%2CuBH6pDI%2CiBAII%2CQAEK%2COdr5CZ%3BAiB9QD%2CuBH6pDI%2CiBAII%2CQAEK%2COdp5CZ%3BAITD%2CcUu5CI%2CiBAII%2CQACK%2CQdp5CZ%3BAIRD%2CcUu5CI%2CiBAII%2CQACK%2CQdn5CZ%3BAITD%2CcUu5CI%2CiBAII%2CQAEK%2COdr5CZ%3BAIRD%2CcUu5CI%2CiBAII%2CQAEK%2COdp5CZ%3BEJtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI4DA%2C2BAAC%3BAc%5C%2FTD%2C%2BBd%2BTC%3BAgBrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhBqVhB%3BAiBrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQjBqVhB%3BAc64CW%2CmBALR%2CiBAII%2CQACK%2CQd74CZ%3BAc84CW%2CmBANR%2CiBAII%2CQAEK%2COd94CZ%3BAejTG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQfoSd%3BASipBD%2CcAoBI%2CQAAO%2CQTrqBV%3BAgBnQD%2CiCF2oDI%2CiBAII%2CQACK%2CQd74CZ%3BAgBnQD%2CiCF2oDI%2CiBAII%2CQAEK%2COd94CZ%3BAiBrRD%2CuBH6pDI%2CiBAII%2CQACK%2CQd74CZ%3BAiBrRD%2CuBH6pDI%2CiBAII%2CQAEK%2COd94CZ%3BAIfD%2CcUu5CI%2CiBAII%2CQACK%2CQd74CZ%3BAIfD%2CcUu5CI%2CiBAII%2CQAEK%2COd94CZ%3BEJ5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAmC%5C%2FLQ%2CcAFM%2CSACV%2CSACK%2CKA8BG%2CYAII%3BEnC6JhB%2CwBAAA%3BEAAA%2C0BAAA%3BEAAA%2CiBAAA%3B%3BAoClNgB%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BAhBoBT%2CkBADJ%2CQACK%3BAClBD%2CkBADJ%2CQACK%3BAf%5C%2FET%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%3BA%2BB%5C%2FHnB%2CWACI%2CQAAO%3BA7BgCX%2CaA%2BEI%2CwBAKI%2CQAAO%2CQAAQ%3BA8BhDH%2CeAThB%2CeACM%2CWAKI%2CWAEE%2CQACK%3BAVmFT%2CiBAFR%2CiBACI%2CQACK%3BAEvHb%2CqBAuBI%2CQAAO%3BAAvBX%2CqBAwBI%2CQAAO%3BAClBS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAQlCrB%2CcAmEI%2CQAAO%3BA1BuRX%2CWAuBI%2CQAAO%3BA2BzTX%2CkBAII%2CiBAAiB%2CQAAO%3BEpCd5B%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CwBAAA%3BEAAA%2C0BAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CaAAC%3BAACD%2CaAAC%3BAgCPe%2CeALZ%2CeAGI%2CiBACI%2CQACK%2CQhCMhB%3BAgCNe%2CeALZ%2CeAGI%2CiBACI%2CQACK%2CQhCOhB%3BAgBaO%2CkBADJ%2CQACK%2CQhBdR%3BAgBcO%2CkBADJ%2CQACK%2CQhBbR%3BAiBLO%2CkBADJ%2CQACK%2CQjBIR%3BAiBJO%2CkBADJ%2CQACK%2CQjBKR%3BAEpFD%2CeAEI%2CQAAO%2CQAAQ%2CUFiFlB%3BAEnFD%2CeAEI%2CQAAO%2CQAAQ%2CUFkFlB%3BAE5ED%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%2CQFvClB%3BAE3ED%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%2CQFtClB%3BAiCzFD%2CWACI%2CQAAO%2CiBjCuFV%3BAiCxFD%2CWACI%2CQAAO%2CiBjCwFV%3BAIxDD%2CaA%2BEI%2CwBAKI%2CQAAO%2CQAAQ%2CSJ7BtB%3BAIvDD%2CaA%2BEI%2CwBAKI%2CQAAO%2CQAAQ%2CSJ5BtB%3BAkCpBmB%2CeAThB%2CeACM%2CWAKI%2CWAEE%2CQACK%2CQlCmBpB%3BAkCnBmB%2CeAThB%2CeACM%2CWAKI%2CWAEE%2CQACK%2CQlCoBpB%3BAwB%2BDW%2CiBAFR%2CiBACI%2CQACK%2CQxBhEZ%3BAwBgEW%2CiBAFR%2CiBACI%2CQACK%2CQxB%5C%2FDZ%3BA0BxDD%2CqBAuBI%2CQAAO%2CgB1BgCV%3BA0BvDD%2CqBAuBI%2CQAAO%2CgB1BiCV%3BA0BxDD%2CqBAwBI%2CQAAO%2Ca1B%2BBV%3BA0BvDD%2CqBAwBI%2CQAAO%2Ca1BgCV%3BA2BlDmB%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%2CQ3BiDpB%3BA2BjDmB%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%2CQ3BkDpB%3BAmCpFD%2CcAmEI%2CQAAO%2CQnCgBV%3BAmCnFD%2CcAmEI%2CQAAO%2CQnCiBV%3BASsQD%2CWAuBI%2CQAAO%2COT9RV%3BASuQD%2CWAuBI%2CQAAO%2COT7RV%3BAoC5BD%2CkBAII%2CiBAAiB%2CQAAO%2CQpCuB3B%3BAoC3BD%2CkBAII%2CiBAAiB%2CQAAO%2CQpCwB3B%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CaAAC%3BAgCnBe%2CeALZ%2CeAGI%2CiBACI%2CQACK%2CQhCmBhB%3BAgBCO%2CkBADJ%2CQACK%2CQhBDR%3BAiBjBO%2CkBADJ%2CQACK%2CQjBiBR%3BAEhGD%2CeAEI%2CQAAO%2CQAAQ%2CUF8FlB%3BAExFD%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%2CQF1BlB%3BAiCrGD%2CWACI%2CQAAO%2CiBjCoGV%3BAIpED%2CaA%2BEI%2CwBAKI%2CQAAO%2CQAAQ%2CSJhBtB%3BAkChCmB%2CeAThB%2CeACM%2CWAKI%2CWAEE%2CQACK%2CQlCgCpB%3BAwBmDW%2CiBAFR%2CiBACI%2CQACK%2CQxBnDZ%3BA0BpED%2CqBAuBI%2CQAAO%2CgB1B6CV%3BA0BpED%2CqBAwBI%2CQAAO%2Ca1B4CV%3BA2B9DmB%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%2CQ3B8DpB%3BAmChGD%2CcAmEI%2CQAAO%2CQnC6BV%3BAS0PD%2CWAuBI%2CQAAO%2COTjRV%3BAoCxCD%2CkBAII%2CiBAAiB%2CQAAO%2CQpCoC3B%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CaAAC%3BAACD%2CaAAC%3BAACD%2CQAAQ%2CUAAW%3BAgCjCH%2CeALZ%2CeAGI%2CiBACI%2CQACK%2CQhC%2BBhB%3BAgC%5C%2FBe%2CeALZ%2CeAGI%2CiBACI%2CQACK%2CQhCgChB%3BAACD%2CQAAQ%2CUgCjCQ%2CgBALZ%2CeAGI%2CiBACI%2CQACK%3BAhBoBT%2CkBADJ%2CQACK%2CQhBWR%3BAgBXO%2CkBADJ%2CQACK%2CQhBYR%3BAACD%2CQAAQ%2CUgBbA%2CmBADJ%2CQACK%3BAClBD%2CkBADJ%2CQACK%2CQjB6BR%3BAiB7BO%2CkBADJ%2CQACK%2CQjB8BR%3BAACD%2CQAAQ%2CUiB%5C%2FBA%2CmBADJ%2CQACK%3BAf%5C%2FET%2CeAEI%2CQAAO%2CQAAQ%2CUF0GlB%3BAE5GD%2CeAEI%2CQAAO%2CQAAQ%2CUF2GlB%3BAACD%2CQAAQ%2CUE9GR%2CgBAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%2CQFdlB%3BAEpGD%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%2CQFblB%3BAACD%2CQAAQ%2CUEtGR%2C0BAiEI%2CsBA8CI%2CYAGI%2CQAAO%3BA%2BB%5C%2FHnB%2CWACI%2CQAAO%2CiBjCgHV%3BAiCjHD%2CWACI%2CQAAO%2CiBjCiHV%3BAACD%2CQAAQ%2CUiCnHR%2CYACI%2CQAAO%3BA7BgCX%2CaA%2BEI%2CwBAKI%2CQAAO%2CQAAQ%2CSJJtB%3BAIhFD%2CaA%2BEI%2CwBAKI%2CQAAO%2CQAAQ%2CSJHtB%3BAACD%2CQAAQ%2CUIlFR%2CcA%2BEI%2CwBAKI%2CQAAO%2CQAAQ%3BA8BhDH%2CeAThB%2CeACM%2CWAKI%2CWAEE%2CQACK%2CQlC4CpB%3BAkC5CmB%2CeAThB%2CeACM%2CWAKI%2CWAEE%2CQACK%2CQlC6CpB%3BAACD%2CQAAQ%2CUkC9CY%2CgBAThB%2CeACM%2CWAKI%2CWAEE%2CQACK%3BAVmFT%2CiBAFR%2CiBACI%2CQACK%2CQxBvCZ%3BAwBuCW%2CiBAFR%2CiBACI%2CQACK%2CQxBtCZ%3BAACD%2CQAAQ%2CUwBqCI%2CkBAFR%2CiBACI%2CQACK%3BAEvHb%2CqBAuBI%2CQAAO%2CgB1ByDV%3BA0BhFD%2CqBAuBI%2CQAAO%2CgB1B0DV%3BAACD%2CQAAQ%2CU0BlFR%2CsBAuBI%2CQAAO%3BAAvBX%2CqBAwBI%2CQAAO%2Ca1BwDV%3BA0BhFD%2CqBAwBI%2CQAAO%2Ca1ByDV%3BAACD%2CQAAQ%2CU0BlFR%2CsBAwBI%2CQAAO%3BAClBS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%2CQ3B0EpB%3BA2B1EmB%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%2CQ3B2EpB%3BAACD%2CQAAQ%2CU2B5EY%2CyBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAQlCrB%2CcAmEI%2CQAAO%2CQnCyCV%3BAmC5GD%2CcAmEI%2CQAAO%2CQnC0CV%3BAACD%2CQAAQ%2CUmC9GR%2CeAmEI%2CQAAO%3BA1BuRX%2CWAuBI%2CQAAO%2COTrQV%3BAS8OD%2CWAuBI%2CQAAO%2COTpQV%3BAACD%2CQAAQ%2CUS4OR%2CYAuBI%2CQAAO%3BA2BzTX%2CkBAII%2CiBAAiB%2CQAAO%2CQpCgD3B%3BAoCpDD%2CkBAII%2CiBAAiB%2CQAAO%2CQpCiD3B%3BAACD%2CQAAQ%2CUoCtDR%2CmBAII%2CiBAAiB%2CQAAO%3BExCmO5B%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAeIJ%2CgCAwCI%2CSACI%2CcDtDR%3BAV0CI%2CKAAC%2CcAsIG%2CcUhLR%3BAqBxGA%2CcAuEI%2CcrBiCJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BACUJ%2CgCAwCI%2CSACI%2CcDtDR%2CGAIK%3BAVsCD%2CKAAC%2CcAsIG%2CcUhLR%2CGAIK%3BAqB5GL%2CcAuEI%2CcrBiCJ%2CGAIK%3BEACG%2CSAAS%2CIAAT%3B%3BACQR%2CgCAwCI%2CSACI%2CcD9CR%3BAVkCI%2CKAAC%2CcAsIG%2CcUxKR%3BAqBhHA%2CcAuEI%2CcrByCJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAuBnHR%2CgBACM%2CWAGE%3BAAJR%2CgBAEM%2CaAEE%3BAnCJJ%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%3BA%2BB%5C%2FHnB%2CWACI%2CQAAO%3BAxB8VX%2CWAuBI%2CQAAO%3BEKpOP%2CgBAAA%3B%3BACxBJ%2CgCAKI%3BAXwBA%2CKAAC%2CcAsJG%3BA8B7ER%2CeAcI%3BA1BLR%2CcAkCI%3BEM3EI%2CYAAA%3BEACA%2CoBAAA%3B%3BACvEJ%2CgCAKI%2CuBDmEA%3BAV3CA%2CKAAC%2CcAsJG%2CuBU3GJ%3BAoB8BJ%2CeAcI%2CuBpB5CA%3BANuCR%2CcAkCI%2CuBMzEI%3BEACI%2CgBAAA%3B%3BALvFR%2CQAAQ%2CMAGJ%2CSAAQ%2CMAAO%2COAAM%3BEKqGrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAsBpMJ%2CgBACI%2COAMI%3BEtB0MJ%2CoBAAA%3BEACA%2CmBAAA%3BElB%2BDJ%2CgCAAA%3BEAAA%2CwBAAA%3B%3BAwCjRA%2CgBACI%2COAMI%2CatBuMJ%3BEACI%2CgBAAA%3B%3BACtMR%3BAOiHI%2CSAAC%3BEgB5FL%2CqBAAA%3BEACA%2CkBAAA%3B%3BA1CFA%2CoBAAC%3BAACD%2CoBAAC%3BAmBrBD%2CqBnBoBC%3BAmBpBD%2CqBnBqBC%3BA0B4FG%2CSAAC%2CS1B7FJ%3BA0B6FG%2CSAAC%2CS1B5FJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAmB1BD%2CqBnB0BC%3BA0BuFG%2CSAAC%2CS1BvFJ%3BEACG%2CWAAA%3B%3BAkByLJ%2CoBwB5LA%3BAvBxBA%2CqBuBwBA%3BAhByFI%2CSAAC%2CSgBzFL%3BEAEI%2CeAAA%3BE1C8OJ%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAxB9CD%2CqBuBwBA%2CeCsBC%3BAjBmEG%2CSAAC%2CSgBzFL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAxB3DL%2CqBuBwBA%2CeCkCC%2CMACI%3BAjBsDD%2CSAAC%2CSgBzFL%2CeCkCC%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CoBDzCJ%2CeCwCC%2COACI%3BAxBjEL%2CqBuBwBA%2CeCwCC%2COACI%3BAjBgDD%2CSAAC%2CSgBzFL%2CeCwCC%2COACI%3BE3CuML%2CcAAA%3B%3BA0CqEA%2CoBArTA%2CeAqTC%3BAvB7UD%2CqBuBwBA%2CeAqTC%3BAhB5NG%2CSAAC%2CSgBzFL%2CeAqTC%3BE1CrED%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAxB9CD%2CqBuBwBA%2CeAqTC%2COC%5C%2FRA%3BAjBmEG%2CSAAC%2CSgBzFL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C%5C%2FNM%2CO5C%2BNN%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAxB3DL%2CqBuBwBA%2CeAqTC%2COCnRA%2CMACI%3BAjBsDD%2CSAAC%2CSgBzFL%2CeAqTC%2COCnRA%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BAxBjEL%2CqBuBwBA%2CeAqTC%2COC7QA%2COACI%3BAjBgDD%2CSAAC%2CSgBzFL%2CeAqTC%2COC7QA%2COACI%3BE3CuML%2CcAAA%3B%3BAkBpDA%2CoBwBLA%3BAvB%5C%2FMA%2CqBuB%2BMA%3BAhB9FI%2CSAAC%2CSgB8FL%3BE1CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE0ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE1C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkBpDA%2CoBwBLA%2CYAsBI%3BAvBrOJ%2CqBuB%2BMA%2CYAsBI%3BAhBpHA%2CSAAC%2CSgB8FL%2CYAsBI%3BE1CmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA0C3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAvB7OT%2CqBuB%2BMA%2CYAsBI%2CGAQK%3BAhB5HL%2CSAAC%2CSgB8FL%2CYAsBI%2CGAQK%3BE1C2BT%2CmBAAA%3BE0CzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BAvBviBD%2CqBuB%2BMA%2CYAuVC%3BAvBtiBD%2CqBuB%2BMA%2CYAwVC%3BAhBtbG%2CSAAC%2CSgB8FL%2CYAuVC%3BAhBrbG%2CSAAC%2CSgB8FL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAvBhjBD%2CqBuB%2BMA%2CYAiWC%3BAhB%5C%2FbG%2CSAAC%2CSgB8FL%2CYAiWC%3BEACG%2CiBAAA%3BE1CzSJ%2CsDAAA%3BE0C2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BAvBtjBD%2CqBuB%2BMA%2CYAuWC%3BAhBrcG%2CSAAC%2CSgB8FL%2CYAuWC%3BEACG%2CiBAAA%3BE1C%5C%2FSJ%2CsDAAA%3BE0CiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAvBhgBD%2CqBuB%2BMA%2CYAiTC%3BAhB%5C%2FYG%2CSAAC%2CSgB8FL%2CYAiTC%3BE1CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA0C6PA%2CoBAtTA%2CYAsTC%3BAvBrgBD%2CqBuB%2BMA%2CYAsTC%3BAhBpZG%2CSAAC%2CSgB8FL%2CYAsTC%3BE1C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA0CZA%2CoBAAC%3BAvB5PD%2CqBuB4PC%3BAhB3IG%2CSAAC%2CSgB2IJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAvB%5C%2FPJ%2CqBuB4PC%2COAGG%3BAhB9IA%2CSAAC%2CSgB2IJ%2COAGG%3BEACI%2CcAAA%3B%3BAvBhQR%2CqBD2NI%2CGAAE%3BAQ1GF%2CSAAC%2CSR0GD%2CGAAE%3BEACE%2CcAAA%3B%3BA4BpPR%2COACI%2CgBA4BI%2CKACI%3BAxCrBZ%2CyBAcI%2CYAAW%3BAaQf%2CyBACI%2COAAM%2CIAAK%3BAAsFf%2CgCAkCI%2CKACI%3BA4BpJR%2CMAAM%2CQAWF%2CKAAI%2CIAGA%2CSAAQ%2CIACJ%3BArBmTJ%2C0BADJ%2CYACK%3BAatUT%2CcAQI%2CeAMI%2CKACI%2CKAEI%3BAJMhB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BAAyDA%2CcAFM%2CSACV%2CSACK%2CKA8BG%2CYACI%2CMAAK%3BAtB2NrB%2CWAkBI%2CYAAW%3BA2BzEf%2CQACI%2CMAAK%2CmBACD%2CKACI%3BAQnRQ%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BE9B0OpB%2CWAAA%3BEACA%2CkBAAA%3B%3BA%2BBqFR%2CgBACI%3BAT9JA%3BAxBxLA%3BAACA%3BEEyQI%2CmBAAA%3B%3BAgCxOA%2COAAC%2CQAgBG%2CQAAO%3BArC4cH%2CQA7DR%2CeA4DI%2CQACK%3BAAwbL%2CiBA3BJ%2CMA2BK%2COAIG%2CQAAO%3BAAmDnB%2CcAOI%2CQAAO%3BEbptBX%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAzBuQA%2C6ByBLE%3BAOlPE%2COAAC%2CQAgBG%2CQAAO%2COPkOb%3BA9B0OU%2CQA7DR%2CeA4DI%2CQACK%2CO8B1OX%3BA9BkqBM%2CiBA3BJ%2CMA2BK%2COAIG%2CQAAO%2CO8BtqBjB%3BA9BytBF%2CcAOI%2CQAAO%2CO8BhuBT%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2C6BAAC%3BAOUG%2COAAC%2CQAgBG%2CQAAO%2COP1Bd%3BA9BseW%2CQA7DR%2CeA4DI%2CQACK%2CO8BteZ%3BA9B85BO%2CiBA3BJ%2CMA2BK%2COAIG%2CQAAO%2CO8Bl6BlB%3BA9Bq9BD%2CcAOI%2CQAAO%2CO8B59BV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAOHD%2COAAC%2CQAgBG%2CQAAO%2COPdd%2CMACI%3BA9BydO%2CQA7DR%2CeA4DI%2CQACK%2CO8B1dZ%2CMACI%3BA9Bi5BG%2CiBA3BJ%2CMA2BK%2COAIG%2CQAAO%2CO8Bt5BlB%2CMACI%3BA9Bw8BL%2CcAOI%2CQAAO%2CO8Bh9BV%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2C6BADH%2COACI%3BAOTD%2COAAC%2CQAgBG%2CQAAO%2COPRd%2COACI%3BA9BmdO%2CQA7DR%2CeA4DI%2CQACK%2CO8BpdZ%2COACI%3BA9B24BG%2CiBA3BJ%2CMA2BK%2COAIG%2CQAAO%2CO8Bh5BlB%2COACI%3BA9Bk8BL%2CcAOI%2CQAAO%2CO8B18BV%2COACI%3BE3CqPL%2CWAAA%3B%3BAY%5C%2FPI%2CQATH%2CKASI%3BACUL%2CQAAQ%2CKAAM%3BEKiQV%2CgBAAA%3B%3BAN3QA%2CQATH%2CKASI%2CKM4QC%3BALlQN%2CQAAQ%2CKAAM%2CEKkQR%3BElBbN%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBmB8JM%2CInB9JL%3BAa9GG%2CQATH%2CKASI%2CKM4QC%2CInB9JL%3BAcpGD%2CQAAQ%2CKAAM%2CEKkQR%2CInB9JL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CiBmByJM%2CInBzJL%3BAanHG%2CQATH%2CKASI%2CKM4QC%2CInBzJL%3BAczGD%2CQAAQ%2CKAAM%2CEKkQR%2CInBzJL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CiBmBoJM%2CInBpJL%3BAaxHG%2CQATH%2CKASI%2CKM4QC%2CInBpJL%3BAc9GD%2CQAAQ%2CKAAM%2CEKkQR%2CInBpJL%3BECuID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CcAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CcAAC%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CcAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAmB9QA%2CKAAK%2CaAAa%2CMACd%3BAgBnBJ%2CKAAK%2CSAAS%2CMACV%3BEjB2UJ%2CcAAA%3B%3BAAgFQ%2CeADJ%2CQACK%3BAC5ZT%2CwBD2ZI%2CQACK%3BAC3ZT%2CuBD0ZI%2CQACK%3BAc3ZT%2CqBd0ZI%2CQACK%3BAelZT%2CmBfiZI%2CQACK%3BAgB5ZT%2CKAAK%2CKAAK%2COhB2ZN%2CQACK%3BEApDL%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAC5WJ%2CwBDgYI%2CUACI%2COACK%3BACjYb%2CuBD%2BXI%2CUACI%2COACK%3BAcjYb%2CqBd%2BXI%2CUACI%2COACK%3BAexXb%2CmBfsXI%2CUACI%2COACK%3BAgBlYb%2CKAAK%2CKAAK%2COhBgYN%2CUACI%2COACK%3BEACG%2CUAAA%3B%3BACnYhB%2CwBDgYI%2CUAMI%2CiBAEM%3BACvYd%2CuBD%2BXI%2CUAMI%2CiBAEM%3BAcvYd%2CqBd%2BXI%2CUAMI%2CiBAEM%3BAe9Xd%2CmBfsXI%2CUAMI%2CiBAEM%3BAgBxYd%2CKAAK%2CKAAK%2COhBgYN%2CUAMI%2CiBAEM%3BEAME%2CWAAA%3B%3BAC9YhB%2CwBDgYI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BACzYrB%2CuBD%2BXI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAczYrB%2CqBd%2BXI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAehYrB%2CmBfsXI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAgB1YrB%2CKAAK%2CKAAK%2COhBgYN%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BEACG%2CkBAAA%3B%3BAC3YxB%2CwBDgYI%2CUAiBI%2CQACI%3BACjZZ%2CuBD%2BXI%2CUAiBI%2CQACI%3BAcjZZ%2CqBd%2BXI%2CUAiBI%2CQACI%3BAexYZ%2CmBfsXI%2CUAiBI%2CQACI%3BAgBlZZ%2CKAAK%2CKAAK%2COhBgYN%2CUAiBI%2CQACI%3BEACI%2CSAAA%3B%3BACnZhB%2CwBDuZI%3BACtZJ%2CuBDsZI%3BActZJ%2CqBdsZI%3BAe7YJ%2CmBf6YI%3BAgBvZJ%2CKAAK%2CKAAK%2COhBuZN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BACzZR%2CwBDgaI%2CSACK%3BAChaT%2CuBD%2BZI%2CSACK%3BAchaT%2CqBd%2BZI%2CSACK%3BAevZT%2CmBfsZI%2CSACK%3BAgBjaT%2CKAAK%2CKAAK%2COhBgaN%2CSACK%3BEACG%2CkBAAA%3B%3BAMnMA%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BExBhNjB%2CSAAA%3BEACA%2CkBAAA%3B%3BAmD2BJ%3BAC3CI%2CYACI%2CeAEI%2COACI%3BA9CKZ%2CyBAiEI%2CsBAuEI%3BAAxIR%2CyBAiEI%2CsBAwEI%2CSAAQ%3BAAzIhB%2CyBAiEI%2CsBAyEI%3BA%2BCnJR%2CcACI%3BACaJ%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BAC5BnB%2CsBAgFI%2CUAAS%2CSACJ%3BAClET%2CYACI%2CuBAGI%2COAGI%3BAxBtBZ%2CqBAGI%2CQACI%3BAN6EQ%2CiBAHU%2CUApErB%2CMAAM%2COAsEG%2CUACG%2CMACG%3BAADJ%2CcAFO%2CUArElB%2CMAAM%2COAsEG%2CUACG%2CMACG%3BAAmEpB%2CuBACI%2CoBACI%3BAA4FR%2C2BAKI%2CsBAII%2CUACM%3BA%2BB5Pd%2CMAAM%2CWA4CF%3BAlD2RJ%2CcAoBI%2CcACI%3BAC%5C%2FKI%2CKA5BP%2CcAmBG%2CKASK%2CIAGG%3BA8BFR%2CiBApBJ%2CQAoBK%2CSAwBG%3BA7BnLZ%2CqBAEI%3BAADJ%2CyBACI%3BAsBTJ%2CwBA8FI%2CsBACM%3BAA%5C%2FFV%2CwBA2GI%2CUACI%3BA2BzGR%2CwBA8FI%2COACI%3BARaA%2COApCH%2CQAoCI%2CQA%2BBG%3BAX3JZ%2CcAQI%2CeAMI%2CKAOI%3BAArBZ%2CcA%2BEI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAU6CtB%2COAAC%2CKAEG%3BAAgNR%2CgBACI%2CiBAGI%3BAdxPI%2CcAFM%2CSACV%2CSACK%2CKAYG%2CaACI%3BAvBrCZ%2CQAjDH%2CKAiDI%2CQAEG%2CmBACM%2CUAKE%3BAC%5C%2FBhB%2CcACI%3BAAw1BJ%2CiBAII%2CMAAK%2CMAAM%2COAEP%3BAANR%2CiBAKI%2CMAAK%2CMAAM%2CQACP%3BAAuLR%2CMAAM%2CQAYF%2COAAM%2COAIF%3BA2B56BR%2CMAAM%2COACF%2COAAM%2CWACF%3BAzBNJ%2COADG%2CKACF%2CIAAI%3BAAmGT%2CYAEI%2CUAqDI%3BAAtDR%2CYACI%2CUAqDI%3BEf9SR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCgRQ%2CeA1BJ%2CSA0BK%2CQACG%2CSAWM%3BAqB1Sd%2CsBAAC%2CcAGG%2CsBAQI%3BE3DOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAkBkVD%2CeACI%2CUAMI%2CiBlB1VP%3BAkBmVD%2CeACI%2CUAMI%2CiBlBzVP%3BAMpCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2CONTX%3BAMnCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2CONRX%3BAsD%5C%2FBD%2C0BACI%2CkBtD6BH%3BAsD9BD%2C0BACI%2CkBtD8BH%3BAwB2GD%2CgBA%2BBI%2CSxB3IH%3BAwB4GD%2CgBA%2BBI%2CSxB1IH%3BAwBqJD%2CoBACI%2CoBxBvJH%3BAwBsJD%2CoBACI%2CoBxBtJH%3BAwBqJD%2CoBAEI%2CkCxBxJH%3BAwBsJD%2CoBAEI%2CkCxBvJH%3BAmByED%2CgCAwCI%2CSACI%2CcnBnHP%3BAmB0ED%2CgCAwCI%2CSACI%2CcnBlHP%3BAyBXD%2CmBzBUC%3BAyBVD%2CmBzBWC%3BAyBqGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CSzB%5C%2FGP%3BAyBsGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CSzB9GP%3BAyBsGD%2CkBACI%2CeAOI%2CSzB%5C%2FGP%3BAyBuGD%2CkBACI%2CeAOI%2CSzB9GP%3BAyBmJD%2CcAKI%2CSzBzJH%3BAyBoJD%2CcAKI%2CSzBxJH%3BA4DtCD%2CUAWI%2CgB5D0BH%3BA4DrCD%2CUAWI%2CgB5D2BH%3BAiCnCD%2CmBAaI%2CiBjCqBH%3BAiClCD%2CmBAaI%2CiBjCsBH%3BAQsGG%2CKAAC%2CcAiEG%2CiBRxKP%3BAQuGG%2CKAAC%2CcAiEG%2CiBRvKP%3BAQsGG%2CKAAC%2CcAsIG%2CcR7OP%3BAQuGG%2CKAAC%2CcAsIG%2CcR5OP%3BAsC%2BKD%2CeAEI%2CcAQM%2CWtC1LT%3BAsCgLD%2CeAEI%2CcAQM%2CWtCzLT%3BASND%2CmBTKC%3BASLD%2CmBTMC%3BA6DxCD%2CsB7DuCC%3BA6DvCD%2CsB7DwCC%3BA4B2DO%2CYADJ%2COACK%2CU5B5DR%3BA4B4DO%2CYADJ%2COACK%2CU5B3DR%3BAuC5CD%2CcAuEI%2CcvC5BH%3BAuC3CD%2CcAuEI%2CcvC3BH%3BAuC5CD%2CcA%2BEI%2COvCpCH%3BAuC3CD%2CcA%2BEI%2COvCnCH%3BAuC5CD%2CcAqHI%2CevC1EH%3BAuC3CD%2CcAqHI%2CevCzEH%3BAiDwSL%2CgBACI%2CiBjD1SC%3BAiDySL%2CgBACI%2CiBjDzSC%3BA8D9BD%2CQ9D6BC%3BA8D7BD%2CQ9D8BC%3BAamZD%2CQA6EI%2CsBbjeH%3BAaoZD%2CQA6EI%2CsBbheH%3BAe8DO%2CYADJ%2CQACK%2CQf%5C%2FDR%3BAe%2BDO%2CYADJ%2CQACK%2CQf9DR%3BAmB7CD%2CwBDgYI%2CUAMI%2CiBlB1VP%3BAmB5CD%2CwBDgYI%2CUAMI%2CiBlBzVP%3BAmB5CD%2CuBD%2BXI%2CUAMI%2CiBlB1VP%3BAmB3CD%2CuBD%2BXI%2CUAMI%2CiBlBzVP%3BAgC5CD%2CqBd%2BXI%2CUAMI%2CiBlB1VP%3BAgC3CD%2CqBd%2BXI%2CUAMI%2CiBlBzVP%3BAiCnCD%2CmBfsXI%2CUAMI%2CiBlB1VP%3BAiClCD%2CmBfsXI%2CUAMI%2CiBlBzVP%3BAkC7CD%2CKAAK%2CKAAK%2COhBgYN%2CUAMI%2CiBlB1VP%3BAkC5CD%2CKAAK%2CKAAK%2COhBgYN%2CUAMI%2CiBlBzVP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAkB6UD%2CeACI%2CUAMI%2CiBlBpVP%3BAMzCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2CONHX%3BAsDpCD%2C0BACI%2CkBtDmCH%3BAwBsGD%2CgBA%2BBI%2CSxBrIH%3BAwBgJD%2CoBACI%2CoBxBjJH%3BAwBgJD%2CoBAEI%2CkCxBlJH%3BAmBoED%2CgCAwCI%2CSACI%2CcnB7GP%3BAyBhBD%2CmBzBgBC%3BAyBgGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CSzBzGP%3BAyBiGD%2CkBACI%2CeAOI%2CSzBzGP%3BAyB8ID%2CcAKI%2CSzBnJH%3BA4D3CD%2CUAWI%2CgB5DgCH%3BAiCxCD%2CmBAaI%2CiBjC2BH%3BAQiGG%2CKAAC%2CcAiEG%2CiBRlKP%3BAQiGG%2CKAAC%2CcAsIG%2CcRvOP%3BAsC0KD%2CeAEI%2CcAQM%2CWtCpLT%3BASXD%2CmBTWC%3BA6D7CD%2CsB7D6CC%3BA4BsDO%2CYADJ%2COACK%2CU5BtDR%3BAuCjDD%2CcAuEI%2CcvCtBH%3BAuCjDD%2CcA%2BEI%2COvC9BH%3BAuCjDD%2CcAqHI%2CevCpEH%3BAiDmSL%2CgBACI%2CiBjDpSC%3BA8DnCD%2CQ9DmCC%3BAa8YD%2CQA6EI%2CsBb3dH%3BAeyDO%2CYADJ%2CQACK%2CQfzDR%3BAmBlDD%2CwBDgYI%2CUAMI%2CiBlBpVP%3BAmBjDD%2CuBD%2BXI%2CUAMI%2CiBlBpVP%3BAgCjDD%2CqBd%2BXI%2CUAMI%2CiBlBpVP%3BAiCxCD%2CmBfsXI%2CUAMI%2CiBlBpVP%3BAkClDD%2CKAAK%2CKAAK%2COhBgYN%2CUAMI%2CiBlBpVP%3BEACG%2CWAAA%3B%3BAkBy8CJ%2CeACI%3BAA0BJ%3BA6ClhDJ%2CQAEI%2CQAAO%3BAAFX%2CQASI%3BAATJ%2CQAeI%3BAjBpBA%2COACI%2CgBAqBI%3BAtCOR%3BAoBWA%2CYAuBI%3BA%2BBlDA%2CsBAAC%2CcAgBG%3BAKXR%3BApDMA%2CQAAC%3BACwaD%2CQA6EI%2CsBAGI%3BACpZZ%3BAG0BwB%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BA%2BBzID%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BA7BuDrB%2CuBACI%2COAAM%2CKDw7CN%3BA%2BCr%5C%2FCI%2CMADJ%2CSACK%3BAnD2LD%2CKAhCP%2COAAO%2CSAER%2CQAAO%2CMACH%2COA6BK%2CKI0zCL%3BEA38BJ%2CsBAAA%3B%3BAyB5eA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA3C7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAkBskBJ%2CiBwBxLA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAxBsLJ%2CiBwBnLA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAxBiLJ%2CiBwBnKA%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAxBiKJ%2CiBwB9JA%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAxB2JJ%2CiBwB1dA%3BE1CiIA%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAzByjBA%2CiBwB1dA%2CeCqHE%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CiBDsEJ%2CeCvEC%2COACI%3BE3CuML%2CcAAA%3B%3BA0CuHA%2CiBAxPA%2CeAwPC%3BE1CvHD%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C%5C%2FNM%2CO5C%2BNN%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BE3CuML%2CcAAA%3B%3BAkByVA%2CiBwBlZA%3BE1CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BE0ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE1C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkByVA%2CiBwBlZA%2COAsBI%3BE1CmCJ%2CSAAA%3BEAAA%2CmBAAA%3B%3BA0C3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BE1C2BT%2CmBAAA%3BE0CzBY%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%3BE1CzSJ%2CsDAAA%3BE0C2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BE1C%5C%2FSJ%2CsDAAA%3BE0CiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BE1C%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA0CoRA%2CiBA7UA%2COA6UC%3BE1CpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BA0CZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BApC%5C%2FQR%2CyBAiEI%2CsBAuDI%2CqBAGM%3BAoBnFF%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%3BAQrCb%2CqBAAsB%2CQAAO%2COAAO%3BACDpC%2CqBAII%2CQAAO%3BAAHX%2CqBAGI%2CQAAO%3BAAFX%2CaAEI%2CQAAO%3BAADX%2CiBACI%2CQAAO%3BAvB0DP%2CQAjDH%2CKAiDI%2CQAEG%2CmBACM%3BACwUd%2CqBAII%2CQAAO%3BEbxHX%2CWAAA%3BEkBqdI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BElBvdJ%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BArCfD%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUqC5Gb%3BAjByBW%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMiBzBZ%3BATZD%2CqBAAsB%2CQAAO%2COAAO%2COSYnC%3BARbD%2CqBAII%2CQAAO%2CWQSV%3BARZD%2CqBAGI%2CQAAO%2CWQSV%3BARXD%2CaAEI%2CQAAO%2CWQSV%3BARVD%2CiBACI%2CQAAO%2CWQSV%3BA%5C%2FBiDG%2CQAjDH%2CKAiDI%2CQAEG%2CmBACM%2CU%2BBpDb%3BA9B4XD%2CqBAII%2CQAAO%2CU8BhYV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BArChWA%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUY2nBT%3BAQ9sBO%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMR8sBR%3BAgBnvBL%2CqBAAsB%2CQAAO%2COAAO%2COhBmvB%5C%2FB%3BAiBpvBL%2CqBAII%2CQAAO%2CWjBgvBN%3BAiBnvBL%2CqBAGI%2CQAAO%2CWjBgvBN%3BAiBlvBL%2CaAEI%2CQAAO%2CWjBgvBN%3BAiBjvBL%2CiBACI%2CQAAO%2CWjBgvBN%3BANtrBD%2CQAjDH%2CKAiDI%2CQAEG%2CmBACM%2CUMmrBT%3BAL3WL%2CqBAII%2CQAAO%2CUKuWN%3BElB%5C%2FdL%2CWAAA%3BEkBieQ%2CqBAAA%3B%3BAZxvBR%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUY%2BnBT%3BAQltBO%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMRktBR%3BAgBvvBL%2CqBAAsB%2CQAAO%2COAAO%2COhBuvB%5C%2FB%3BAiBxvBL%2CqBAII%2CQAAO%2CWjBovBN%3BAiBvvBL%2CqBAGI%2CQAAO%2CWjBovBN%3BAiBtvBL%2CaAEI%2CQAAO%2CWjBovBN%3BAiBrvBL%2CiBACI%2CQAAO%2CWjBovBN%3BAN1rBD%2CQAjDH%2CKAiDI%2CQAEG%2CmBACM%2CUMurBT%3BAL%5C%2FWL%2CqBAII%2CQAAO%2CUK2WN%3BEACG%2CWAAA%3B%3BAZ3vBR%2CyBAiEI%2CsBA8CI%3BAOmOR%3BEKobI%2CkBAAA%3B%3BAA0FJ%2CeAEM%3BAoB%5C%2FoBN%2CeAqDI%2CSAKI%3BApBq8CR%2CmBACI%2COAj3BE%3BAV90BN%2CaAeI%2COU%2BzBE%3BAElxBN%2CiCFmoDI%2COAj3BE%3BAGpyBN%2CuBHqpDI%2COAj3BE%3BAV9hBN%2CcU%2B4CI%2COAj3BE%3BElB3kBN%2C0BAAA%3BEkBohBA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BElBthBA%2C8BAAA%3BEAAA%2CcAAA%3BE2ChOA%2CqBAAA%3B%3BAzByyBA%2CeAEM%2CSApDL%3BAoB3lBD%2CeAqDI%2CSAKI%2CQpBiiBP%3BAAo6BD%2CmBACI%2COAj3BE%2CSApDL%3BAV1xBD%2CaAeI%2COU%2BzBE%2CSApDL%3BAE9tBD%2CiCFmoDI%2COAj3BE%2CSApDL%3BAGhvBD%2CuBHqpDI%2COAj3BE%2CSApDL%3BAV1eD%2CcU%2B4CI%2COAj3BE%2CSApDL%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CmByB3iBE%3BAzBqlBF%2CeAEM%2CSyBvlBJ%3BALxDF%2CeAqDI%2CSAKI%2CQKFN%3BAzBu8CF%2CmBACI%2COAj3BE%2CSyBvlBJ%3BAnCvPF%2CaAeI%2COU%2BzBE%2CSyBvlBJ%3BAvB3LF%2CiCFmoDI%2COAj3BE%2CSyBvlBJ%3BAtB7MF%2CuBHqpDI%2COAj3BE%2CSyBvlBJ%3BAnCyDF%2CcU%2B4CI%2COAj3BE%2CSyBvlBJ%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CmBAAC%3BAzBmyBD%2CeAEM%2CSyBryBL%3BALsJD%2CeAqDI%2CSAKI%2CQKhNP%3BAzBqpDD%2CmBACI%2COAj3BE%2CSyBryBL%3BAnCzCD%2CaAeI%2COU%2BzBE%2CSyBryBL%3BAvBmBD%2CiCFmoDI%2COAj3BE%2CSyBryBL%3BAtBCD%2CuBHqpDI%2COAj3BE%2CSyBryBL%3BAnCuQD%2CcU%2B4CI%2COAj3BE%2CSyBryBL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAzBk3CA%2CmBACI%3BAV%5C%2FrDJ%2CaAeI%3BAY6CJ%2CiCFmoDI%3BAGrpDJ%2CuBHqpDI%3BAV%5C%2F4CJ%2CcU%2B4CI%3BEAl3BA%2CSAAA%3B%3BAAi3BJ%2CmBACI%2COAj3BE%2CSAEG%3BAVh1BT%2CaAeI%2COU%2BzBE%2CSAEG%3BAEpxBT%2CiCFmoDI%2COAj3BE%2CSAEG%3BAGtyBT%2CuBHqpDI%2COAj3BE%2CSAEG%3BAVhiBT%2CcU%2B4CI%2COAj3BE%2CSAEG%3BEACG%2CcAAA%3B%3BAA62BZ%2CmBACI%2COA32BA%3BAVp1BJ%2CaAeI%2COUq0BA%3BAExxBJ%2CiCFmoDI%2COA32BA%3BAG1yBJ%2CuBHqpDI%2COA32BA%3BAVpiBJ%2CcU%2B4CI%2COA32BA%3BEACI%2CaAAA%3BElBllBR%2CsBAAA%3BEkBolBQ%2CkBAAA%3B%3BAyBpvBR%2CezBsvBK%2COACK%2CSyBvvBT%3BAzB2lDD%2CmBACI%2COAt2BC%2COACK%2CSyBvvBT%3BAnCnGD%2CaAeI%2COU00BC%2COACK%2CSyBvvBT%3BAvBvCD%2CiCFmoDI%2COAt2BC%2COACK%2CSyBvvBT%3BAtBzDD%2CuBHqpDI%2COAt2BC%2COACK%2CSyBvvBT%3BAnC6MD%2CcU%2B4CI%2COAt2BC%2COACK%2CSyBvvBT%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAkB27CA%2CmBACI%2COAt2BC%2COAOG%3BAVh2BR%2CaAeI%2COU00BC%2COAOG%3BAEpyBR%2CiCFmoDI%2COAt2BC%2COAOG%3BAGtzBR%2CuBHqpDI%2COAt2BC%2COAOG%3BAVhjBR%2CcU%2B4CI%2COAt2BC%2COAOG%3BEACI%2CcAAA%3B%3BAqB73BZ%2CcAQI%2CeAuBI%3BEvCgQR%2CcAAA%3BEAAA%2CwBAAA%3BEkBgnBI%2CgBAAA%3B%3BAqB%5C%2F4BJ%2CcAQI%2CeA0BI%3BEvC6PR%2CwBAAA%3BEkB2nBI%2CgBAAA%3BEACA%2CSAAA%3B%3BAAyRJ%2CmBACI%3BAC5mCJ%2CyBAGI%3BAAiBJ%2C2BACI%3BAAuBJ%2CgCACI%3BAO6HJ%2C2BACI%3BAAgBJ%2C8BACI%3BAarQJ%2CcAwGI%3BAAxGJ%2CcAyGI%2CeAAe%3BAU2OvB%2CgBAgBI%2CgBAEI%3BA7BrWJ%2CwBACI%2COFmrCA%3BAGprCJ%2CcACI%2COHmrCA%3BAe5mCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSf0mCd%3BAXz0BJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSWs0Bd%3BAXx0BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSWs0Bd%3BAqBrrCJ%2CcrBqrCI%3BAsB1lCJ%2CQAkBI%2CQAAO%2CKAaH%2COAAM%2CIAAI%2CStB2jCd%3BElBt5BJ%2CsBAAA%3BEAAA%2CqBAAA%3BEAAA%2CgCAAA%3B%3BAkBq5BA%2CmBACI%2CaAvOE%3BAAsON%2CmBACI%2CaAtOE%3BACt4BN%2CyBAGI%2CQDk4BE%3BACr4BN%2CyBAGI%2CQDm4BE%3BACl3BN%2C2BACI%2CaDg3BE%3BACj3BN%2C2BACI%2CaDi3BE%3BAC11BN%2CgCACI%2CaDw1BE%3BACz1BN%2CgCACI%2CaDy1BE%3BAQ5tBN%2C2BACI%2CaR0tBE%3BAQ3tBN%2C2BACI%2CaR2tBE%3BAQ3sBN%2C8BACI%2CaRysBE%3BAQ1sBN%2C8BACI%2CaR0sBE%3BAqB%5C%2F8BN%2CcAwGI%2CarBs2BE%3BAqB98BN%2CcAwGI%2CarBu2BE%3BAqB%5C%2F8BN%2CcAyGI%2CeAAe%2COrBq2Bb%3BAqB98BN%2CcAyGI%2CeAAe%2COrBs2Bb%3BA%2BB3nBV%2CgBAgBI%2CgBAEI%2CO%5C%2FBwmBE%3BA%2BB1nBV%2CgBAgBI%2CgBAEI%2CO%5C%2FBymBE%3BAE98BN%2CwBACI%2COFmrCA%2CaAvOE%3BAE78BN%2CwBACI%2COFmrCA%2CaAtOE%3BAG98BN%2CcACI%2COHmrCA%2CaAvOE%3BAG78BN%2CcACI%2COHmrCA%2CaAtOE%3BAet4BN%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSf0mCd%2CaAvOE%3BAer4BN%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSf0mCd%2CaAtOE%3BAXnmBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSWs0Bd%2CaAvOE%3BAXlmBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSWs0Bd%2CaAtOE%3BAXlmBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSWs0Bd%2CaAvOE%3BAXjmBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSWs0Bd%2CaAtOE%3BAqB%5C%2F8BN%2CcrBqrCI%2CaAvOE%3BAqB98BN%2CcrBqrCI%2CaAtOE%3BAsBp3BN%2CQAkBI%2CQAAO%2CKAaH%2COAAM%2CIAAI%2CStB2jCd%2CaAvOE%3BAsBn3BN%2CQAkBI%2CQAAO%2CKAaH%2COAAM%2CIAAI%2CStB2jCd%2CaAtOE%3BElBhrBN%2CwBAAA%3BEAAA%2CgBAAA%3B%3BAwC3PA%2CqBAeI%3BAA8BJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEtBo5BA%2CiBAAA%3B%3BAX78BJ%2CoBA8II%2CMWo2BA%3BElB%5C%2FuBJ%2CmBAAA%3B%3BAoB9PY%2CwBAFR%2CqCACI%2CKACK%2CMFshCT%3BAEthCQ%2CwBAFR%2CqCACI%2CKACK%2CMFuhCT%3BAEthCQ%2CwBAHR%2CqCACI%2CKAEK%2CSFqhCT%3BAErhCQ%2CwBAHR%2CqCACI%2CKAEK%2CSFshCT%3BAGvhCQ%2CcAFR%2C2BACI%2CKACK%2CMHshCT%3BAGthCQ%2CcAFR%2C2BACI%2CKACK%2CMHuhCT%3BAGthCQ%2CcAHR%2C2BACI%2CKAEK%2CSHqhCT%3BAGrhCQ%2CcAHR%2C2BACI%2CKAEK%2CSHshCT%3BAX%5C%2F5BI%2CoBADJ%2CKACK%2CMW85BL%3BAX95BI%2CoBADJ%2CKACK%2CMW%2B5BL%3BAX95BI%2CoBAFJ%2CKAEK%2CSW65BL%3BAX75BI%2CoBAFJ%2CKAEK%2CSW85BL%3BAVj5BQ%2CKArBP%2CcAmBG%2CKAEK%2CMUg5BT%3BAVh5BQ%2CKArBP%2CcAmBG%2CKAEK%2CMUi5BT%3BAVh5BQ%2CKAtBP%2CcAmBG%2CKAGK%2CSU%2B4BT%3BAV%5C%2F4BQ%2CKAtBP%2CcAmBG%2CKAGK%2CSUg5BT%3BAV%5C%2F4BQ%2CKAvBP%2CcAmBG%2CKAIK%2CKU84BT%3BAV94BQ%2CKAvBP%2CcAmBG%2CKAIK%2CKU%2B4BT%3BElBzxBJ%2CWAAA%3BEkB2xBQ%2CcAAA%3BElB3xBR%2CwBAAA%3BEkB6xBQ%2CcAAA%3BEACA%2CmBAAA%3B%3BAE5hCI%2CwBAFR%2CqCACI%2CKACK%2CMFshCT%2CqBAOI%3BAE7hCI%2CwBAFR%2CqCACI%2CKACK%2CMFuhCT%2CqBAMI%3BAE5hCI%2CwBAHR%2CqCACI%2CKAEK%2CSFqhCT%2CqBAOI%3BAE5hCI%2CwBAHR%2CqCACI%2CKAEK%2CSFshCT%2CqBAMI%3BAG7hCI%2CcAFR%2C2BACI%2CKACK%2CMHshCT%2CqBAOI%3BAG7hCI%2CcAFR%2C2BACI%2CKACK%2CMHuhCT%2CqBAMI%3BAG5hCI%2CcAHR%2C2BACI%2CKAEK%2CSHqhCT%2CqBAOI%3BAG5hCI%2CcAHR%2C2BACI%2CKAEK%2CSHshCT%2CqBAMI%3BAXr6BA%2CoBADJ%2CKACK%2CMW85BL%2CqBAOI%3BAXr6BA%2CoBADJ%2CKACK%2CMW%2B5BL%2CqBAMI%3BAXp6BA%2CoBAFJ%2CKAEK%2CSW65BL%2CqBAOI%3BAXp6BA%2CoBAFJ%2CKAEK%2CSW85BL%2CqBAMI%3BAVv5BI%2CKArBP%2CcAmBG%2CKAEK%2CMUg5BT%2CqBAOI%3BAVv5BI%2CKArBP%2CcAmBG%2CKAEK%2CMUi5BT%2CqBAMI%3BAVt5BI%2CKAtBP%2CcAmBG%2CKAGK%2CSU%2B4BT%2CqBAOI%3BAVt5BI%2CKAtBP%2CcAmBG%2CKAGK%2CSUg5BT%2CqBAMI%3BAVr5BI%2CKAvBP%2CcAmBG%2CKAIK%2CKU84BT%2CqBAOI%3BAVr5BI%2CKAvBP%2CcAmBG%2CKAIK%2CKU%2B4BT%2CqBAMI%3BEACI%2CgBAAA%3B%3BAZvjCZ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcY6hCZ%3BAZ7jCJ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcY8hCZ%3BAZ9jCJ%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcY2gCR%3BAZ7jCJ%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcY4gCR%3BAO95BJ%2CaP65BI%3BAO75BJ%2CaP85BI%3BAO75BJ%2CaP45BI%3BAO55BJ%2CaP65BI%3BAV1iCJ%2CaUyiCI%3BAVziCJ%2CaU0iCI%3BEACI%2CqBAAA%3BElBxyBR%2CwBAAA%3B%3BAMvRA%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYkiCZ%2CqBAAuB%3BAZlkC3B%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcYghCR%2CqBAAuB%3BAOl6B3B%2CaPk6BI%2CqBAAuB%3BAOj6B3B%2CaPi6BI%2CqBAAuB%3BAV9iC3B%2CaU8iCI%2CqBAAuB%3BEACnB%2CqBAAA%3BElB5yBR%2CwBAAA%3B%3BAMvRA%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYkiCZ%2CqBAAuB%2CuBAGlB%3BAZrkCT%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcYghCR%2CqBAAuB%2CuBAGlB%3BAOr6BT%2CaPk6BI%2CqBAAuB%2CuBAGlB%3BAOp6BT%2CaPi6BI%2CqBAAuB%2CuBAGlB%3BAVjjCT%2CaU8iCI%2CqBAAuB%2CuBAGlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAZtkCZ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYkiCZ%2CqBAAuB%2CuBAMlB%3BAZxkCT%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcYghCR%2CqBAAuB%2CuBAMlB%3BAOx6BT%2CaPk6BI%2CqBAAuB%2CuBAMlB%3BAOv6BT%2CaPi6BI%2CqBAAuB%2CuBAMlB%3BAVpjCT%2CaU8iCI%2CqBAAuB%2CuBAMlB%3BEACG%2CSAAQ%2CGAAR%3B%3BAgDrjCR%2CoBAUI%3BAATJ%2CoBASI%3BA9CrCR%2CwBA8BI%2CqCAgBI%3BAC9CR%2CcA8BI%2C2BAgBI%3BAdnBR%2CoBAuII%3BACjBA%2CKAAC%2CcAgJG%3BEU2zBJ%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BElBh0BJ%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAuBzCG%2CoBAUI%2CgBvB%2BBP%3BAuBxCG%2CoBASI%2CgBvB%2BBP%3BAvBpED%2CwBA8BI%2CqCAgBI%2CgBuBsBP%3BAtBpED%2CcA8BI%2C2BAgBI%2CgBsBsBP%3BApCzCD%2CoBAuII%2CgBoC9FH%3BAnC6EG%2CKAAC%2CcAgJG%2CgBmC7NP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuB5UI%2CoBAUI%2CgBhDikCH%3BAgD1kCD%2CoBASI%2CgBhDikCH%3BAEtmCL%2CwBA8BI%2CqCAgBI%2CgBFwjCH%3BAGtmCL%2CcA8BI%2C2BAgBI%2CgBHwjCH%3BAX3kCL%2CoBAuII%2CgBWo8BC%3BAVr9BD%2CKAAC%2CcAgJG%2CgBUq0BH%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAyB3%2BBR%2CuBAAC%3BAuBvFW%2CoBAFJ%2CgBAEK%2CSvBuFZ%3BAuBvFW%2CoBAFJ%2CgBAEK%2CSvBuFZ%3BAvB9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSuB8EZ%3BAtB9EW%2CcAlBR%2C2BAgBI%2CgBAEK%2CSsB8EZ%3BApCsCO%2CoBAFJ%2CgBAEK%2CSoCtCR%3BAnCqKW%2CKAlJP%2CcAgJG%2CgBAEK%2CSmCrKZ%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAwDhSA%2CiBAKI%2CsBAKI%3BArCoDR%2CyBACI%3BEnBiOJ%2CmBAAA%3B%3BAiDzKA%2COAAC%2CQ%5C%2FBghCG%2CQACK%3BA%2BBnzBb%2CgBAgBI%2CgBAKI%2CwB%5C%2FB6xBA%2CQACK%3BEACG%2CkBAAA%3B%3BA%2BBlhCZ%2COAAC%2CQ%5C%2FBghCG%2CQAIK%3BA%2BBtzBb%2CgBAgBI%2CgBAKI%2CwB%5C%2FB6xBA%2CQAIK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BA%2BBzhCZ%2COAAC%2CQ%5C%2FBghCG%2CQAWK%3BA%2BB7zBb%2CgBAgBI%2CgBAKI%2CwB%5C%2FB6xBA%2CQAWK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAsB%5C%2FmCZ%2CqBACI%2COAAM%2CUAOF%2CMAAK%2CQAED%2CQtBinCP%3BAsB9gCL%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtB%2B%5C%2FBP%3BAsB7gCL%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtB%2B%5C%2FBP%3BAsB5gCL%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtB%2B%5C%2FBP%3BAsBx%2BBL%2CMAoBI%2CaAEI%2CQtBk9BH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BElBp4BR%2C8BAAA%3BEkBs4BQ%2CoBAAA%3B%3BAsBjoCR%2CqBACI%2COAAM%2CUAOF%2CMAAK%2CQAED%2CQtBynCP%2CWACI%3BAsBvhCT%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtBugCP%2CWACI%3BAsBthCT%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtBugCP%2CWACI%3BAsBrhCT%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtBugCP%2CWACI%3BAsBj%5C%2FBT%2CMAoBI%2CaAEI%2CQtB09BH%2CWACI%3BEACG%2CaAAA%3B%3BAExqCZ%2CwBACI%2COFmrCA%2CaAEM%3BAGtrCV%2CcACI%2COHmrCA%2CaAEM%3BAe9mCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSf0mCd%2CaAEM%3BAX30BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSWs0Bd%2CaAEM%3BAX10BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSWs0Bd%2CaAEM%3BAqBvrCV%2CcrBqrCI%2CaAEM%3BAsB5lCV%2CQAkBI%2CQAAO%2CKAaH%2COAAM%2CIAAI%2CStB2jCd%2CaAEM%3BEACE%2CiBAAA%3B%3BAEvrCZ%2CwBACI%2COFyrCA%3BAG1rCJ%2CcACI%2COHyrCA%3BAelnCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSfgnCd%3BAX%5C%2F0BJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSW40Bd%3BAX90BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSW40Bd%3BAqB3rCJ%2CcrB2rCI%3BAsBhmCJ%2CQAkBI%2CQAAO%2CKAaH%2COAAM%2CIAAI%2CStBikCd%3BEAII%2CqBAAA%3BEACA%2CiBAAA%3B%3BAE%5C%2FrCR%2CwBACI%2COFyrCA%2CWACM%3BAG3rCV%2CcACI%2COHyrCA%2CWACM%3BAennCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSfgnCd%2CWACM%3BAXh1BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSW40Bd%2CWACM%3BAX%5C%2F0BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSW40Bd%2CWACM%3BAqB5rCV%2CcrB2rCI%2CWACM%3BAsBjmCV%2CQAkBI%2CQAAO%2CKAaH%2COAAM%2CIAAI%2CStBikCd%2CWACM%3BElB75BV%2CwBAAA%3B%3BAoB9RA%2CwBACI%2COFyrCA%2CWAMM%3BAGhsCV%2CcACI%2COHyrCA%2CWAMM%3BAexnCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSfgnCd%2CWAMM%3BAXr1BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSW40Bd%2CWAMM%3BAXp1BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSW40Bd%2CWAMM%3BAqBjsCV%2CcrB2rCI%2CWAMM%3BAsBtmCV%2CQAkBI%2CQAAO%2CKAaH%2COAAM%2CIAAI%2CStBikCd%2CWAMM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAMlgCZ%2CoBACI%2CoBAUI%2CONmgCH%3BAM9gCL%2CoBAEI%2CkCASI%2CONmgCH%3BAQ%5C%2FhCW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMR%2BhCZ%3BAoBlsCL%2CeAQI%2CUAII%2COpBsrCH%3BAoBp%5C%2FBL%2CeAoGI%2CaAEI%2COpB84BH%3BAoBp%5C%2FBL%2CeAqGI%2CgBACI%2COpB84BH%3BEACG%2CSAAS%2CIAAT%3B%3BAAsCR%2CuBAMI%2CQAAO%3BAQlvCP%2CSAAC%2CMAAM%2CORkvCP%2CQAAO%3BAQpnCP%2CSAAC%2CSRonCD%2CQAAO%3BElB79BX%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAzB%2BtCD%2CuBAMI%2CQAAO%2CIyBruCV%3BAjBbG%2CSAAC%2CMAAM%2CORkvCP%2CQAAO%2CIyBruCV%3BAjBiHG%2CSAAC%2CSRonCD%2CQAAO%2CIyBruCV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CpOU%2CO5CoOV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAjB9VI%2CSAAC%2CMAAM%2COR6uCP%2COAAO%2CMAAK%2CWACP%3BAQhnCL%2CSAAC%2CSR%2BmCD%2COAAO%2CMAAK%2CWACP%3BElBz9BT%2CmBAAA%3B%3BA0BrRI%2CSAAC%2CMAAM%2CORkvCP%2CQAAO%2CIAEF%3BAQtnCL%2CSAAC%2CSRonCD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAgWZ%2CmBAkBI%3BAqClnDJ%2CsBAgFI%2CUAAS%2CSAKJ%2CUAAU%3BA%5C%2FB4GnB%2CoBA2BI%2CaACI%2CoBAKI%2CQAAO%3BAhBtMnB%2CaAeI%2COA4BI%2CUAAS%2CSACH%3BAA5Cd%2CaAeI%2COA4BI%2CUAAS%2CSAEH%2CUAAU%3BA8BkJxB%2CeAiCI%2CsBAUI%2CMAAK%2CYAED%3BACxQZ%2CcA%2BEI%2COAGI%2CkBACI%2CcACI%2CUAIM%2CUAAU%3BAAxFhC%2CcAgKI%3BA1B%2BRJ%2CQAsEI%3BAEtKJ%3BAPzNA%2CYU4%2BCI%3BA8CjmDJ%2CkBAcI%2Cc9CmlDA%3BEAvWJ%2CaAAA%3B%3BAehvCA%3BA1B0RA%3BEPtBA%2CyBAAA%3BEkBwgCI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAe9uCJ%2C4Bf%2BvCI%2CWACI%2CoBACI%3BAehwCZ%2CyBf8vCI%2CWACI%2CoBACI%3BAexvCZ%2C0BfsvCI%2CWACI%2CoBACI%3BAXxgCZ%2CQWsgCI%2CWACI%2CoBACI%3BAXvgCZ%2CuBWqgCI%2CWACI%2CoBACI%3BAXtgCZ%2CiBWogCI%2CWACI%2CoBACI%3BAXrgCZ%2C0BWmgCI%2CWACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAelwChB%2C4Bf%2BvCI%2CWACI%2CoBAII%3BAenwCZ%2CyBf8vCI%2CWACI%2CoBAII%3BAe3vCZ%2C0BfsvCI%2CWACI%2CoBAII%3BAX3gCZ%2CQWsgCI%2CWACI%2CoBAII%3BAX1gCZ%2CuBWqgCI%2CWACI%2CoBAII%3BAXzgCZ%2CiBWogCI%2CWACI%2CoBAII%3BAXxgCZ%2C0BWmgCI%2CWACI%2CoBAII%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAetwChB%2C4Bf%2BvCI%2CWACI%2CoBAII%2CYAGI%3BAetwChB%2CyBf8vCI%2CWACI%2CoBAII%2CYAGI%3BAe9vChB%2C0BfsvCI%2CWACI%2CoBAII%2CYAGI%3BAX9gChB%2CQWsgCI%2CWACI%2CoBAII%2CYAGI%3BAX7gChB%2CuBWqgCI%2CWACI%2CoBAII%2CYAGI%3BAX5gChB%2CiBWogCI%2CWACI%2CoBAII%2CYAGI%3BAX3gChB%2C0BWmgCI%2CWACI%2CoBAII%2CYAGI%3BEACI%2CaAAA%3B%3BAC3uCpB%2C2BAKI%2CMAAK%3BAOkKT%2C8BAKI%2CMAAK%3BAnB4GT%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAiCxOrB%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAALrB%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAAJrB%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BErCoFvB%2CYAAA%3B%3BAe8oCE%2CkBf9kCA%2CQAAQ%2CKAAE%2CUAAU%2CMAClB%3BAe6kCF%2CkBf9kCA%2CQAAQ%2CKAAE%2CUAAU%2CMAElB%3BAgBhNF%2C2BAKI%2CMAAK%2CMhByMT%2CQAAQ%2CKAAE%2CUAAU%2CMAClB%3BAgB%5C%2FMF%2C2BAKI%2CMAAK%2CMhByMT%2CQAAQ%2CKAAE%2CUAAU%2CMAElB%3BAuBzCF%2C8BAKI%2CMAAK%2CMvBkCT%2CQAAQ%2CKAAE%2CUAAU%2CMAClB%3BAuBxCF%2C8BAKI%2CMAAK%2CMvBkCT%2CQAAQ%2CKAAE%2CUAAU%2CMAElB%3BAIwEF%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMJ9ErB%2CQAAQ%2CKAAE%2CUAAU%2CMAClB%3BAIyEF%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMJ9ErB%2CQAAQ%2CKAAE%2CUAAU%2CMAElB%3BAqC5JF%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCoJrB%2CQAAQ%2CKAAE%2CUAAU%2CMAClB%3BAqC3JF%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCoJrB%2CQAAQ%2CKAAE%2CUAAU%2CMAElB%3BAqC3JF%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCoJrB%2CQAAQ%2CKAAE%2CUAAU%2CMAClB%3BAqC1JF%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCoJrB%2CQAAQ%2CKAAE%2CUAAU%2CMAElB%3BAqC1JF%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCoJrB%2CQAAQ%2CKAAE%2CUAAU%2CMAClB%3BAqCzJF%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCoJrB%2CQAAQ%2CKAAE%2CUAAU%2CMAElB%3BEHdF%2CmBAAA%3B%3BAkB0lCA%2CkBf5oCA%2CQAGE%2CKACE%3BAewoCJ%2CkBf3oCA%2CQAEE%2CKACE%3BAewoCJ%2CkBf1oCA%2CQACE%2CKACE%3BAewoCJ%2CkBf5oCA%2CQAGE%2CKAEE%3BAeuoCJ%2CkBf3oCA%2CQAEE%2CKAEE%3BAeuoCJ%2CkBf1oCA%2CQACE%2CKAEE%3BAgBrJJ%2C2BAKI%2CMAAK%2CMhB2IT%2CQAGE%2CKACE%3BAgBpJJ%2C2BAKI%2CMAAK%2CMhB4IT%2CQAEE%2CKACE%3BAgBpJJ%2C2BAKI%2CMAAK%2CMhB6IT%2CQACE%2CKACE%3BAgBpJJ%2C2BAKI%2CMAAK%2CMhB2IT%2CQAGE%2CKAEE%3BAgBrJJ%2C2BAKI%2CMAAK%2CMhB4IT%2CQAEE%2CKAEE%3BAgBrJJ%2C2BAKI%2CMAAK%2CMhB6IT%2CQACE%2CKAEE%3BAuBkBJ%2C8BAKI%2CMAAK%2CMvB5BT%2CQAGE%2CKACE%3BAuBmBJ%2C8BAKI%2CMAAK%2CMvB3BT%2CQAEE%2CKACE%3BAuBmBJ%2C8BAKI%2CMAAK%2CMvB1BT%2CQACE%2CKACE%3BAuBmBJ%2C8BAKI%2CMAAK%2CMvB5BT%2CQAGE%2CKAEE%3BAuBkBJ%2C8BAKI%2CMAAK%2CMvB3BT%2CQAEE%2CKAEE%3BAuBkBJ%2C8BAKI%2CMAAK%2CMvB1BT%2CQACE%2CKAEE%3BAImIJ%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMJ5IrB%2CQAGE%2CKACE%3BAIoIJ%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMJ3IrB%2CQAEE%2CKACE%3BAIoIJ%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMJ1IrB%2CQACE%2CKACE%3BAIoIJ%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMJ5IrB%2CQAGE%2CKAEE%3BAImIJ%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMJ3IrB%2CQAEE%2CKAEE%3BAImIJ%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMJ1IrB%2CQACE%2CKAEE%3BAqCjGJ%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCsFrB%2CQAGE%2CKACE%3BAqChGJ%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCuFrB%2CQAEE%2CKACE%3BAqChGJ%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCwFrB%2CQACE%2CKACE%3BAqChGJ%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCsFrB%2CQAGE%2CKAEE%3BAqCjGJ%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCuFrB%2CQAEE%2CKAEE%3BAqCjGJ%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCwFrB%2CQACE%2CKAEE%3BAqChGJ%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCsFrB%2CQAGE%2CKACE%3BAqC%5C%2FFJ%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCuFrB%2CQAEE%2CKACE%3BAqC%5C%2FFJ%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCwFrB%2CQACE%2CKACE%3BAqC%5C%2FFJ%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCsFrB%2CQAGE%2CKAEE%3BAqChGJ%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCuFrB%2CQAEE%2CKAEE%3BAqChGJ%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCwFrB%2CQACE%2CKAEE%3BAqC%5C%2FFJ%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCsFrB%2CQAGE%2CKACE%3BAqC9FJ%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCuFrB%2CQAEE%2CKACE%3BAqC9FJ%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCwFrB%2CQACE%2CKACE%3BAqC9FJ%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCsFrB%2CQAGE%2CKAEE%3BAqC%5C%2FFJ%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCuFrB%2CQAEE%2CKAEE%3BAqC%5C%2FFJ%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCwFrB%2CQACE%2CKAEE%3BEACA%2CYAAA%3B%3BAesoCJ%2CkBfjoCA%2CQACE%2CKACE%3BAe%2BnCJ%2CkBfjoCA%2CQACE%2CKAEE%3BAgB9JJ%2C2BAKI%2CMAAK%2CMhBsJT%2CQACE%2CKACE%3BAgB7JJ%2C2BAKI%2CMAAK%2CMhBsJT%2CQACE%2CKAEE%3BAuBSJ%2C8BAKI%2CMAAK%2CMvBjBT%2CQACE%2CKACE%3BAuBUJ%2C8BAKI%2CMAAK%2CMvBjBT%2CQACE%2CKAEE%3BAI0HJ%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMJjIrB%2CQACE%2CKACE%3BAI2HJ%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMJjIrB%2CQACE%2CKAEE%3BAqC1GJ%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCiGrB%2CQACE%2CKACE%3BAqCzGJ%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCiGrB%2CQACE%2CKAEE%3BAqCzGJ%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCiGrB%2CQACE%2CKACE%3BAqCxGJ%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCiGrB%2CQACE%2CKAEE%3BAqCxGJ%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCiGrB%2CQACE%2CKACE%3BAqCvGJ%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCiGrB%2CQACE%2CKAEE%3BEHoCJ%2CgCAAA%3B%3BAmC7MA%2CeAII%3BAtBs5BJ%2CcAaI%3BEb1tBJ%2CcAAA%3BEAAA%2CwBAAA%3BEkBypCI%2CmBAAA%3B%3BAXhnCJ%2CcACI%3BA4BvPJ%2CeACI%3BAtBy5BJ%2CcACI%3BAE5pBJ%2COAGI%3BEGknCA%2CgBAAA%3B%3BAX9nCJ%2CcACI%2CaWynCA%3BAiBh3CJ%2CeACI%2CajB%2B2CA%3BALtdJ%2CcACI%2CaKqdA%3BAHjnCJ%2COAGI%2CaG8mCA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BA4Bt3CR%3BAtCzDA%2CeACI%3BEU07CA%2CmBAAA%3B%3BA4Bl4CJ%2CkB5Bm4CI%2CSAAQ%2CKACJ%3BA4Bp4CR%2CkB5Bm4CI%2CSAAQ%2CKAEJ%3BAV97CR%2CeACI%2CWU27CA%2CSAAQ%2CKACJ%3BAV77CR%2CeACI%2CWU27CA%2CSAAQ%2CKAEJ%3BEACI%2CqBAAA%3B%3BACj5CZ%2CuBACI%2COAAM%2CKDw7CN%3BAJ1zCI%2CKAhCP%2COAAO%2CSAER%2CQAAO%2CMACH%2COA6BK%2CKI0zCL%3BEACI%2CkBAAA%3B%3BAAFR%2CeAKI%3BAiDl4CR%2CMAAM%2CKAEF%3BAADJ%2CUACI%3BAhDvDA%2CyBAOI%2CyBAOI%3BAApBR%2CuBACI%2COAAM%2CKD47CN%3BAJ9zCI%2CKAhCP%2COAAO%2CSAER%2CQAAO%2CMACH%2COA6BK%2CKI8zCL%3BElBjuCJ%2CmBAAA%3BEkB8uCI%2COAAO%2CyBAAP%3B%3BA%2BCtgDI%2CMADJ%2CSACK%3BE%5C%2FCihDL%2CkBAAA%3B%3BA%2BCjhDI%2CMADJ%2CSACK%2Cc%5C%2FCkhDL%3BElB1vCJ%2CmBAAA%3BEkB4vCQ%2COAAO%2CkCAAP%3B%3BASthDR%2CqBACI%2CaACI%2CeACI%3BAgCIR%2CsBAAC%2CcAgBG%3BE3DmQR%2CaAAA%3BEAAA%2CSAAA%3BEkBwwCA%2CUAAA%3B%3BASliDA%2CqBACI%2CaACI%2CeACI%2CuBTiiDX%3BASpiDD%2CqBACI%2CaACI%2CeACI%2CuBTkiDX%3BAyC9hDG%2CsBAAC%2CcAgBG%2CuBzC6gDP%3BAyC7hDG%2CsBAAC%2CcAgBG%2CuBzC8gDP%3BElB7tCD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CYAAA%3BEkBmxCI%2CUAAA%3BEACA%2COAAA%3B%3BAS9iDJ%2CqBACI%2CaACI%2CeACI%2CuBT6iDX%3BAyCziDG%2CsBAAC%2CcAgBG%2CuBzCyhDP%3BElBtxCD%2C4BAAA%3B%3BA2B1RA%2CqBACI%2CaACI%2CeACI%2CuBTgjDX%3BAyC5iDG%2CsBAAC%2CcAgBG%2CuBzC4hDP%3BElBzxCD%2C4BAAA%3BEkB2xCI%2CQAAA%3B%3BAT%5C%2FgDJ%2CYAOI%3BAoBhCJ%2C%2BBAGI%3BAmCJJ%2CkBAMM%3BArDYN%2C0BAQI%3BEXoPJ%2CqBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3B%3BAQzJA%3BAwDrHA%2CkBAcI%3BE9CkkDA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAV59CJ%2CYU69CI%2CMAEI%3BAV%5C%2F9CR%2CYU89CI%2CMACI%3BA8CplDR%2CkBAcI%2Cc9CokDA%2CMAEI%3BA8CplDR%2CkBAcI%2Cc9CqkDA%2CMACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAVl%2BCZ%2CYU69CI%2CMAOI%3BAVp%2BCR%2CYU89CI%2CMAMI%3BA8CzlDR%2CkBAcI%2Cc9CokDA%2CMAOI%3BA8CzlDR%2CkBAcI%2Cc9CqkDA%2CMAMI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAVz%2BCZ%2CYU%2B%2BCI%2COACI%3BAVh%5C%2FCR%2CYU%2B%2BCI%2COAEI%3BA8CtmDR%2CkBAcI%2Cc9CslDA%2COACI%3BA8CrmDR%2CkBAcI%2Cc9CslDA%2COAEI%3BEACI%2CeAAA%3B%3BAVl%5C%2FCZ%2CYU%2B%2BCI%2COAKI%3BA8CzmDR%2CkBAcI%2Cc9CslDA%2COAKI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAVv%5C%2FCZ%2CYU%2B%2BCI%2COAUI%3BA8C9mDR%2CkBAcI%2Cc9CslDA%2COAUI%3BEACI%2C0BAAA%3BElBj2CZ%2CwBAAA%3BEkBm2CY%2CoBAAA%3B%3BAV5%5C%2FCZ%2CYU%2B%2BCI%2COAeI%3BA8CnnDR%2CkBAcI%2Cc9CslDA%2COAeI%3BEACI%2C0BAAA%3BElBt2CZ%2CwBAAA%3B%3BAQzJA%2CYUmgDI%3BA8CxnDJ%2CkBAcI%2Cc9C0mDA%3BEACI%2CoBAAA%3B%3BAVpgDR%2CYUsgDI%2CMAAM%2CGAAE%2CWAAY%3BA8C3nDxB%2CkBAcI%2Cc9C6mDA%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BAVvgDR%2CYUygDI%2CYACK%2CQACG%3BAV3gDZ%2CYUygDI%2CYACK%2CQAEG%3BA8CjoDZ%2CkBAcI%2Cc9CgnDA%2CYACK%2CQACG%3BA8ChoDZ%2CkBAcI%2Cc9CgnDA%2CYACK%2CQAEG%3BEACI%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3B%3BAV%5C%2FgDhB%2CYUygDI%2CYACK%2CQAOG%2CQAAQ%3BA8CtoDpB%2CkBAcI%2Cc9CgnDA%2CYACK%2CQAOG%2CQAAQ%3BEACJ%2CkBAAA%3BEACA%2CmBAAA%3BElB13ChB%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAzBilDQ%2CmBADJ%2CYACK%2CQAOG%2CQAAQ%2COyBp4ClB%3BAnC7IF%2CYUygDI%2CYACK%2CQAOG%2CQAAQ%2COyBp4ClB%3BAqBlQF%2CkBAcI%2Cc9CgnDA%2CYACK%2CQAOG%2CQAAQ%2COyBp4ClB%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CmBzB0kDI%2CYACK%2CQAOG%2CQAAQ%2COyBllDnB%3BAnCiED%2CYUygDI%2CYACK%2CQAOG%2CQAAQ%2COyBllDnB%3BAqBpDD%2CkBAcI%2Cc9CgnDA%2CYACK%2CQAOG%2CQAAQ%2COyBllDnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAnClOA%2CYUygDI%2CYACK%2CQAOG%2CQAAQ%2COAUH%3BA8ChpDjB%2CkBAcI%2Cc9CgnDA%2CYACK%2CQAOG%2CQAAQ%2COAUH%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAV9hDpB%2CYUygDI%2CYACK%2CQAuBI%2CSACG%3BAVliDhB%2CYUygDI%2CYACK%2CQAuBI%2CSAEG%3BA8CxpDhB%2CkBAcI%2Cc9CgnDA%2CYACK%2CQAuBI%2CSACG%3BA8CvpDhB%2CkBAcI%2Cc9CgnDA%2CYACK%2CQAuBI%2CSAEG%3BEACI%2CgBAAA%3B%3BAyB3iDpB%2CmBzBghDI%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COyB7iDvB%3BAnCOD%2CYUygDI%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COyB7iDvB%3BAqB9GD%2CkBAcI%2Cc9CgnDA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COyB7iDvB%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAQzJA%2CYUygDI%2CYAqCK%3BA8CnqDT%2CkBAcI%2Cc9CgnDA%2CYAqCK%3BEACG%2CaAAA%3BEACA%2C6BAAA%3B%3BAVhjDZ%2CYUygDI%2CYAqCK%2CQAGI%3BA8CtqDb%2CkBAcI%2Cc9CgnDA%2CYAqCK%2CQAGI%3BEACG%2CkBAAA%3B%3BAVljDhB%2CYUsjDI%3BA8C3qDJ%2CkBAcI%2Cc9C6pDA%3BEACI%2CgBAAA%3B%3BAErmDR%2CiCFmoDI%2COAEM%2CSACE%3BAGxpDZ%2CuBHqpDI%2COAEM%2CSACE%3BAVl5CZ%2CcU%2B4CI%2COAEM%2CSACE%3BEACI%2CgBAAA%3B%3BAEvoDhB%2CiCF2oDI%3BAG7pDJ%2CuBH6pDI%3BAVv5CJ%2CcUu5CI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAE9oDR%2CiCF2oDI%2CiBAII%2CQACK%3BAEhpDb%2CiCF2oDI%2CiBAII%2CQAEK%3BAGnqDb%2CuBH6pDI%2CiBAII%2CQACK%3BAGlqDb%2CuBH6pDI%2CiBAII%2CQAEK%3BAV75Cb%2CcUu5CI%2CiBAII%2CQACK%3BAV55Cb%2CcUu5CI%2CiBAII%2CQAEK%3BEAEG%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAEvpDhB%2CiCF2oDI%2CiBAeI%3BAG5qDR%2CuBH6pDI%2CiBAeI%3BAVt6CR%2CcUu5CI%2CiBAeI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAE7pDZ%2CiCFiqDI%2CQAAO%3BAGnrDX%2CuBHmrDI%2CQAAO%3BAV76CX%2CcU66CI%2CQAAO%3BEAEH%2CgBAAA%3B%3BAEnqDR%2CiCFsqDI%3BAGxrDJ%2CuBHwrDI%3BAVl7CJ%2CcUk7CI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAExqDR%2CiCFsqDI%2CUAGM%2CSACI%3BAG5rDd%2CuBHwrDI%2CUAGM%2CSACI%3BAVt7Cd%2CcUk7CI%2CUAGM%2CSACI%3BEACE%2CaAAA%3B%3BAE3qDhB%2CiCF%2BqDI%3BAGjsDJ%2CuBHisDI%3BAV37CJ%2CcU27CI%3BEACI%2CmBAAA%3B%3BAnBjwDR%3BEACI%2CaqERc%2CWrEQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaqEAc%2CWrEAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaqEQc%2CWrERd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaqEgBc%2CWrEhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAqEmCJ%3BEpE%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAgEjHJ%3BE%5C%2FD%2BYI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEqEnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BANlCR%2CQAEI%2CQAAO%3BE%5C%2FDqZP%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEA3IR%2CoBAAA%3BEAgKA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA%2BD7bb%2CQASI%3BE%5C%2FD8YA%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA%2BD7bb%2CQAeI%3BE%5C%2FDwYA%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAsElcT%3BEACI%2CmBAAA%3B%3BAAGJ%2CKnEyeA%3BEHzdA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsEnBA%2CMACI%3BEtEuRJ%2CmBAAA%3B%3BAsEpRY%2CMAHR%2CMAEM%2CKACG%2CYACG%3BAADJ%2CMAHR%2CMAEM%2CKACG%2CYAEG%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAARpB%2CMACI%2CMAWI%3BAAZR%2CMACI%2CMAYI%3BEACI%2CSAAA%3B%3BAAdZ%2CMACI%2CMAeI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BACzBZ%2CQAAQ%3BEvE%2BRR%2CiBAAA%3BEAAA%2C%2BBAAA%3BEwEnQA%2CcAAA%3BExEmQA%2CwBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEwEtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BExE2OA%2CcAAA%3B%3BAwExOI%2CQDvDI%2CKCoDR%2CEAGK%3BExEwOL%2CcAAA%3B%3BAwEpOI%2CQD3DI%2CKCoDR%2CEAOK%3BExEoOL%2CcAAA%3B%3BAuE%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9PW%2CO5C8PX%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE3CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEwErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BEvE2RR%2CiBAAA%3BEAAA%2C%2BBAAA%3BEwEnQA%2CcAAA%3BExEmQA%2CwBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEwEtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BExE2OA%2CcAAA%3B%3BAwExOI%2CQDnDI%2CMCgDR%2CEAGK%3BExEwOL%2CcAAA%3B%3BAwEpOI%2CQDvDI%2CMCgDR%2CEAOK%3BExEoOL%2CcAAA%3B%3BAuE3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5QS%2COD4QT%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE3CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEwErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BEvEuRR%2CiBAAA%3BEAAA%2C%2BBAAA%3BEwEnQA%2CcAAA%3BExEmQA%2CwBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEwEtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BExE2OA%2CcAAA%3B%3BAwExOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BExEwOL%2CcAAA%3B%3BAwEpOI%2CQDnDI%2CQC4CR%2CEAOK%3BExEoOL%2CcAAA%3B%3BAuEvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9PW%2CO5C8PX%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE3CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEwErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BEvEmRR%2CiBAAA%3BEAAA%2C%2BBAAA%3BEwEnQA%2CcAAA%3BExEmQA%2CwBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEwEtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BExE2OA%2CcAAA%3B%3BAwExOI%2CQD3CI%2COCwCR%2CEAGK%3BExEwOL%2CcAAA%3B%3BAwEpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BExEoOL%2CcAAA%3B%3BAuEnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9PW%2CO5C8PX%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE3CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEwErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BEvE%2BQR%2CiBAAA%3BEAAA%2C%2BBAAA%3BEwEnQA%2CcAAA%3BExEmQA%2CwBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEwEtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BExE2OA%2CcAAA%3B%3BAwExOI%2CQDvCI%2CQCoCR%2CEAGK%3BExEwOL%2CcAAA%3B%3BAwEpOI%2CQD3CI%2CQCoCR%2CEAOK%3BExEoOL%2CcAAA%3B%3BAuE%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC7QW%2COD6QX%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE3CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEwErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BACrQJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BEzEkRA%2CuBAAA%3B%3BAyE%5C%2FQA%2CWAAY%3BEACR%2CYAAA%3B%3BAAGJ%3BEzE2QA%2CqBAAA%3BE2C9QA%2CqBAAA%3BE8BWI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BA9BbJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CvPQ%2CO5CuPR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BE3C2PL%2CWAAA%3B%3BAyE3QA%2CW9B%2BPE%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyEWI%2CWAAC%3BEACG%2CaAAA%3B%3BACtCR%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BE3EwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE2EhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE3E8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BE2ExFA%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%3BE3EqOL%2CiBAAA%3BE2EnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BE3EgOL%2CiBAAA%3BE2E9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BE3EgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA2E1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BE3E0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA2EhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BE3EgNF%2CYAAA%3B%3BA2E5MA%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%2CiBAAA%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%3BE5E%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BE6E7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BE7EuQD%2C4B8E3RgC%2C2C9E2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE6EhQI%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%3BAT%5C%2FBR%3BEnE2RI%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEK0KA%2CuBAAA%3B%3BA8DrcJ%2CS9DucM%3BEACE%2CsBAAA%3B%3BA8DxcR%2CS9D2cM%3BELhLF%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEKoLI%2CsBAAA%3BEACA%2CWAAA%3BELrLJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3B%3BAKgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BA8D9dR%2CSAAC%3BEACG%2CgBAAA%3B%3BAAHR%2CSAKM%3BAALN%2CSAMM%2CUAAU%3BEnEqRZ%2CgBAAA%3B%3BAmE3RJ%2CSAKM%2CS9D0wBA%3BA8D%5C%2FwBN%2CSAMM%2CUAAU%2CS9DywBV%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAAtOJ%2CS8DxiBE%2CS9DwiBD%3BAAAD%2CS8DviBE%2CUAAU%2CS9DuiBX%3BEACG%2CgBAAA%3B%3BA8D9iBR%2CSAKM%2CS9DkjBA%3BA8DvjBN%2CSAMM%2CUAAU%2CS9DijBV%3BEL5RF%2CgBAAA%3B%3BAKqSI%2CS8D3jBF%2CS9DkjBA%2CSASM%3BAAAJ%2CS8D1jBF%2CUAAU%2CS9DijBV%2CSASM%3BEACA%2CaAAA%3B%3BA8DjkBZ%2CSAKM%2CS9DgkBF%2CQACI%3BA8DtkBR%2CSAMM%2CUAAU%2CS9D%2BjBZ%2CQACI%3BEACI%2CmBAAA%3B%3BALhiBR%2CSmElCE%2CS9DskBF%2CQAAO%2CMLpiBN%3BAAAD%2CSmEjCE%2CUAAU%2CS9DqkBZ%2CQAAO%2CMLpiBN%3BAACD%2CSmEnCE%2CS9DskBF%2CQAAO%2CMLniBN%3BAAAD%2CSmElCE%2CUAAU%2CS9DqkBZ%2CQAAO%2CMLniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSmExCE%2CS9DskBF%2CQAAO%2CML9hBN%3BAAAD%2CSmEvCE%2CUAAU%2CS9DqkBZ%2CQAAO%2CML9hBN%3BEACG%2CWAAA%3B%3BAmE9CR%2CSAKM%2CS9DskBF%2CQAAO%2CMAEH%3BA8D7kBR%2CSAMM%2CUAAU%2CS9DqkBZ%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CS8D7kBF%2CS9DskBF%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CS8D5kBF%2CUAAU%2CS9DqkBZ%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS8DjlBF%2CS9DskBF%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CS8DhlBF%2CUAAU%2CS9DqkBZ%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CS8DrlBF%2CS9DskBF%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CS8DplBF%2CUAAU%2CS9DqkBZ%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS8DzlBF%2CS9DskBF%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CS8DxlBF%2CUAAU%2CS9DqkBZ%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BA8D%5C%2FlBZ%2CSAKM%2CS9D8lBF%3BA8DnmBJ%2CSAMM%2CUAAU%2CS9D6lBZ%3BELpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEKyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BA8DvmBR%2CSAKM%2CS9D8lBF%2COAMI%3BA8DzmBR%2CSAMM%2CUAAU%2CS9D6lBZ%2COAMI%3BA8DzmBR%2CSAKM%2CS9D8lBF%2COAOI%3BA8D1mBR%2CSAMM%2CUAAU%2CS9D6lBZ%2COAOI%3BA8D1mBR%2CSAKM%2CS9D8lBF%2COAQI%3BA8D3mBR%2CSAMM%2CUAAU%2CS9D6lBZ%2COAQI%3BELhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEKwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA8DhnBZ%2CSAKM%2CS9D8lBF%2COAgBI%3BA8DnnBR%2CSAMM%2CUAAU%2CS9D6lBZ%2COAgBI%3BA8DnnBR%2CSAKM%2CS9D8lBF%2COAiBI%3BA8DpnBR%2CSAMM%2CUAAU%2CS9D6lBZ%2COAiBI%3BELzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CuBAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEK0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CS8D5XE%2CS9D8lBF%2COAgBI%2CWAlPH%3BAAAD%2CS8D3XE%2CUAAU%2CS9D6lBZ%2COAgBI%2CWAlPH%3BAAAD%2CS8D5XE%2CS9D8lBF%2COAiBI%2CUAnPH%3BAAAD%2CS8D3XE%2CUAAU%2CS9D6lBZ%2COAiBI%2CUAnPH%3BELtGD%2CYAAA%3B%3BAKqHA%2CS8D3YE%2CS9D8lBF%2COAgBI%2CWAnOH%3BAAAD%2CS8D1YE%2CUAAU%2CS9D6lBZ%2COAgBI%2CWAnOH%3BAAAD%2CS8D3YE%2CS9D8lBF%2COAiBI%2CUApOH%3BAAAD%2CS8D1YE%2CUAAU%2CS9D6lBZ%2COAiBI%2CUApOH%3BELrHD%2CcAAA%3B%3BAK0HA%2CS8DhZE%2CS9D8lBF%2COAgBI%2CWA9NH%3BAAAD%2CS8D%5C%2FYE%2CUAAU%2CS9D6lBZ%2COAgBI%2CWA9NH%3BAAAD%2CS8DhZE%2CS9D8lBF%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CS8D%5C%2FYE%2CUAAU%2CS9D6lBZ%2COAiBI%2CUA%5C%2FNH%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CS8DrZE%2CS9D8lBF%2COAgBI%2CWAzNH%3BAAAD%2CS8DpZE%2CUAAU%2CS9D6lBZ%2COAgBI%2CWAzNH%3BAAAD%2CS8DrZE%2CS9D8lBF%2COAiBI%2CUA1NH%3BAAAD%2CS8DpZE%2CUAAU%2CS9D6lBZ%2COAiBI%2CUA1NH%3BEL%5C%2FHD%2CcAAA%3B%3BAmE3RJ%2CSAKM%2CS9D8lBF%2COA0BI%3BA8D7nBR%2CSAMM%2CUAAU%2CS9D6lBZ%2COA0BI%3BEACI%2CWAAA%3BELnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAmE7bb%2CSAKM%2CS9D8nBF%3BA8DnoBJ%2CSAMM%2CUAAU%2CS9D6nBZ%3BELxWA%2CiBAAA%3B%3BAKugBI%2CS8D7xBF%2CS9D2xBD%2CSAAY%2CSAER%3BAAAD%2CS8D5xBF%2CUAAU%2CS9D0xBX%2CSAAY%2CSAER%3BAAAD%2CS8D7xBF%2CS9D4xBD%2CUAAa%2CSACT%3BAAAD%2CS8D5xBF%2CUAAU%2CS9D2xBX%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BELxgBR%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CoBAAA%3B%3BAmE3RJ%2CSAKM%2CS9Dk0BF%3BA8Dv0BJ%2CSAMM%2CUAAU%2CS9Di0BZ%3BEL5iBA%2CwBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2CSwBdE%2CS9Dk0BF%2CMsCpzBC%3BAAAD%2CSwBbE%2CUAAU%2CS9Di0BZ%2CMsCpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAwB5VI%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BEnEMV%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmETI%2CSARF%2CSAQG%2COACG%3BAADJ%2CSAPF%2CUAAU%2CSAOP%2COACG%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAO%2CIAAI%2COAAQ%2CUAhBzB%2CSAeE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAfzB%2CUAAU%2CSAcR%3BEAEQ%2CmBAAA%3B%3BAAtBhB%2CSAKM%2CSAoBE%2COAAM%3BAAzBd%2CSAMM%2CUAAU%2CSAmBR%2COAAM%3BEACF%2CoBAAA%3B%3BAACA%2CSAtBN%2CSAoBE%2COAAM%2COAED%3BAAAD%2CSArBN%2CUAAU%2CSAmBR%2COAAM%2COAED%3BEACG%2CgBAAA%3B%3BAAKhB%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAEJ%2COACM%3BEACE%2CoBAAA%3B%3BAAGR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAGA%2CMAAC%2CKACG%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAIJ%2CMADJ%2CSACK%3BEACG%2CiBAAA%3B%3BAAwBZ%3BEnE2LE%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEmE9MJ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAoC%2C6CAApC%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3B%3BAACA%2CMAAC%3BEACG%2CaAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAQR%2CGAAG%2CWAAW%3BEACV%2CeAAA%3B%3BAAKJ%2CMAAO%3BEQzEH%2CkBAAA%3B%3BARyEJ%2CMAAO%2CSQvEH%3BE3EwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE2EhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE3E8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BE2EvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMR6CD%2CSQvEH%2CiBA0BK%3BAACD%2CMR4CD%2CSQvEH%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMRoCD%2CSQvEH%2CiBAmCK%3BE3EqOL%2CiBAAA%3BE2EnOQ%2CyBAAA%3B%3BAAGJ%2CMR%2BBD%2CSQvEH%2CiBAwCK%3BE3EgOL%2CiBAAA%3BE2E9NQ%2CyBAAA%3B%3BAA0GR%2CMR7EG%2CSQvEH%2CiBAoJC%3BAACD%2CMR9EG%2CSQvEH%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMRlFG%2CSQvEH%2CiBAyJC%3BE3E%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA2EzGA%2CMRxFG%2CSQvEH%2CiBA%2BJC%3BE3EyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA2EhNA%2CMReG%2CSQfD%3BE3EgNF%2CYAAA%3B%3BA2E5MA%2CMRWG%2CSQXD%2CgBAA2B%2CMAAS%3BAACtC%2CMRUG%2CSQVD%2CgBAA2B%2CMAAS%3BAACtC%2CMRSG%2CSQTF%2CMAAO%3BEACJ%2CcAAA%3B%3BARQR%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BE%5C%2FD0HF%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CcAAA%3BE2C9QA%2CqBAAA%3BEwBqGI%2CqBAAA%3BEACA%2CsBAAA%3B%3BA%5C%2FD2HJ%2CgB%2BDtIE%2CyB%5C%2FDsID%3BAACD%2CgB%2BDvIE%2CyB%5C%2FDuID%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB%2BD5IE%2CyB%5C%2FD4ID%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB%2BDjJE%2CyB%5C%2FDiJD%3BAACD%2CgB%2BDlJE%2CyB%5C%2FDkJD%3BAACD%2CQAAQ%2CUAAW%2CiB%2BDnJjB%3BE%5C%2FDoJE%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAmEpLJ%2CgBACM%2CyBxBuKA%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CgBwBqFE%2CyBxBrFD%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9OY%2CO5C8OZ%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAwBhPI%2CgBAZF%2CyBAYG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAcZ%2CQACI%3BEACI%2CSAAA%3B%3BAAGI%2CQAJR%2CUAEM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQAJR%2CUAGI%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAANhB%2CQACI%2CUAEM%2CSAAM%2CIAAI%2CSAKR%3BAARZ%2CQACI%2CUAGI%2CQAAU%2CSAIN%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAZhB%2CQACI%2CUAEM%2CSAAM%2CIAAI%2CSAWR%3BAAdZ%2CQACI%2CUAGI%2CQAAU%2CSAUN%3BEACI%2CWAAA%3B%3BApEhJZ%3BEACI%2Ca8CsBW%2CY9CtBX%3BEACA%2CSAAS%2C6BAAsB%2COAAO%2CcAClC%2C4BAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAgFJR%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAY%2CyCAAZ%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAYQ%2CIAFP%2CIAAI%2CYACD%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%2CCAAC%2COAAO%3BE%5C%2FE8PJ%2CqBAAA%3BEIxHA%2CqBAAA%3B%3BAAEA%2CC2ExIH%2COAAO%2CQ3EwIH%3BAACD%2CC2EzIH%2COAAO%2CQ3EyIH%3BAACD%2CC2E1IH%2COAAO%2CQ3E0IH%3BEACG%2CqBAAA%3B%3BA2EvIR%2COAAO%3BE3ESH%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CwBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BE2E3BA%2CiBAAA%3B%3BA3E4CA%2CO2E9CG%2CQ3E8CF%3BAACD%2CO2E%5C%2FCG%2CQ3E%2BCF%3BEJ2MD%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CO2E3DG%2CQ3E2DF%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CO2EvEG%2CQ3EuEF%3BAACD%2CO2ExEG%2CQ3EwEF%3BAACD%2CQAAQ%2CUAAW%2CQ2EzEhB%3BE%5C%2FE0PH%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA4ElHJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2CgCAAA%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%3BAjF7HJ%2CQgF5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQjFxHN%3BAACD%2CQgF7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQjFvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQgFlDQ%2CKAAK%2CMCoKX%2CQAAK%2CQjFlHN%3BEACG%2CWAAA%3B%3BAiFwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMC4NP%2CQAAK%3BEjFoEX%2CSAAA%3B%3BAgFhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BEjF0DN%2C6BAAA%3BEAAA%2CYAAA%3BEAAA%2C4BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQiF%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUlFvFL%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQiFpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUlFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQiFzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUlF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAiFzBI%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%3BEjFsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAgFhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BEjFcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2C2BAAA%3B%3BAgFhSA%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%3BEACI%2CkBAAA%3BErCuDZ%2CqBAAA%3B%3BAAMA%2CQqCtEQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CErC8DP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CuBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqClVY%2CQAvBJ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CEAeK%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CQA%5C%2FBJ%2CKAAK%2CMAOT%2CMAAK%2CMAuBA%2COAAQ%2CEACJ%3BEACG%2CSpCiCV%2COoCjCU%3B%3BAAMR%2CQAtCA%2CKAAK%2CMAqCT%2COAAO%2CEACF%3BEACG%2CgBAAA%3B%3BAAvCZ%2CQAAQ%2CKAAK%2CMA2CT%3BEACI%2CSAAA%3B%3BAE5CR%2CMC8VE%3BEnF1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkF3BA%2CMCmHA%3BEnF%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEmFgEA%2CmBAAA%3BEnFpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAkFhSA%2CMC6HA%3BEnFmKA%2CwBAAA%3BEAAA%2C0BAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAkFhSA%2CMC6HA%2CMAUI%3BEnFnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkF3BA%2CMC4IA%2CEAAC%3BEnFoJD%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAmFtII%2CMAdJ%2CEAAC%2CKAcI%3BEnFsIL%2CcAAA%3B%3BAmF1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BEnF0HL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAmF7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BEnF6GL%2CcAAA%3B%3BAkFhSA%2CMCgMA%2COAAM%3BEnFgGN%2CmBAAA%3BEAAA%2CwBAAA%3BEAAA%2C0BAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAkFhSA%2CMCqNA%3BEnF2EA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BAmF7DI%2CMAdJ%2CQAcK%3BEnF6DL%2CcAAA%3B%3BAmFjDI%2CMA1BJ%2CQA0BK%3BEnFiDL%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAmFpCI%2CMAvCJ%2CQAuCK%3BEnFoCL%2CcAAA%3B%3BAmFxBI%2CMAnDJ%2CQAmDK%3BEnFwBL%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAwC4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BEnF9FL%2CcAAA%3B%3BAmFoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BEnFpGL%2CcAAA%3B%3BAmFxBI%2CMAnDJ%2CQAmDK%2CKxCYH%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CMwC6LA%2CQAmDK%2CKxChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CxPQ%2CO5CwPR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMwCgLJ%2CQAmDK%2CKxCpOJ%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CMwC0KJ%2CQAmDK%2CKxC9NJ%2COACI%3BE3CqPL%2CcAAA%3B%3BAmFNI%2CMArEJ%2CQAqEK%3BEnFML%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAwC4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BEnF9FL%2CcAAA%3B%3BAmFoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BEnFpGL%2CcAAA%3B%3BAmFNI%2CMArEJ%2CQAqEK%2CSxCNH%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CMwC6LA%2CQAqEK%2CSxClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CzOQ%2CO5CyOR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMwCgLJ%2CQAqEK%2CSxCtPJ%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CMwC0KJ%2CQAqEK%2CSxChPJ%2COACI%3BE3CqPL%2CcAAA%3B%3BAyC%5C%2FRJ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CgBAAA%3BEAWA%2CoBAAA%3B%3BAAdR%2CgBACM%2CWAGE%3BAAJR%2CgBAEM%2CaAEE%3BEAEI%2CoBAAA%3B%3BAACA%2CgBANN%2CWAGE%2CQAGK%3BAAAD%2CgBALN%2CaAEE%2CQAGK%3BEACG%2CgBAAA%3B%3BAAOR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAmBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3B%3B%3B%3B%3BA2CtBR%3BEACC%2CgBAAA%3BEpF%2BRD%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAoFhSA%2CYCoEA%3BErF4NA%2CwBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAqFtHA%2CYCoEA%2COtFwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAqF9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BErFkNA%2CWAAA%3BEAAA%2CqBAAA%3B%3BAqFpMI%2CYAdJ%2CEAcK%3BErFoML%2CWAAA%3BEAAA%2CqBAAA%3B%3BAqFvLI%2CYA3BJ%2CEA2BK%3BErFuLL%2CWAAA%3BEAAA%2C0BAAA%3B%3BAqF1KI%2CYAxCJ%2CEAwCK%3BErF0KL%2CWAAA%3BEAAA%2CqBAAA%3B%3BAoFhSA%2CYCoIA%3BErF4JA%2CgBAAA%3B%3BAoFhSA%2CYC4JI%2CMAAK%2CIAAI%3BErFoIb%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CY0CsFI%2CMAAK%2CIAAI%2Ca1CtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CS4CxPQ%2CO5CwPR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAyCzWA%2CYAQF%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAXC%2CYAQF%2COAIC%3BEACE%2CsBAAA%3B%3BAACD%2CYANF%2COAIC%2CMAEE%3BEACC%2CiBAAA%3B%3BAAfF%2CYAmBF%3BEACC%2CWAAA%3B%3BAApBC%2CYAsBD%2CEAAC%3BEACA%2CcAAA%3B%3BAAIH%3BEACA%2CkBAAA%3B%3BAADA%2CgBAEC%3BEpFmQE%2CwBAAA%3BEoFjQA%2CcAAA%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BA9D3BS%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%2CMqByQX%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CUrBfK%2CMACG%2CQACK%2CMqBaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUrB5BC%2CMACG%2CQACK%2CMqByBZ%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CUrBlCC%2CMACG%2CQACK%2CMqB%2BBZ%2COACI%3BE3CqPL%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%3BAsBnPY%2CMAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAtB4aJ%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%3BAkE5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BElEiQR%2CwBAAA%3BEkE%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BElE%2BOR%2CwBAAA%3B%3BAkE5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BElE2OZ%2CwBAAA%3B%3BAkEjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BElEuOR%2CwBAAA%3B%3BAsF%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BEtFuJA%2CYAAA%3B%3BAsFnJA%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%3BEtFwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEsFrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BEtF8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAsF5NA%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%3BEtF8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAsFtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BEtFgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAsFhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEtFoHJ%2CwBAAA%3B%3BAsF9IA%2CYA8BI%3BEtFgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAsF1GA%3BEtF0GA%2CYAAA%3BEsFvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BEtFmMJ%2CgBAAA%3B%3BAsF9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BEtFuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEsF5UJ%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%3BEtFgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAsF1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BEtFsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAsF9OR%2CYAqCI%3BEtFqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAsF1GA%2CYA0CI%3BEACI%2CgBAAA%3BEtF%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAsF1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC9MR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BEnF2MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE2C9QA%2CqBAAA%3BE4CmBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAnF4MR%2CamFvNI%2CcnFuNH%3BAAAD%2CYmFvNI%2CcnFuNH%3BAAAD%2CYmFvNI%2CcnFuNH%3BAACD%2CamFxNI%2CcnFwNH%3BAAAD%2CYmFxNI%2CcnFwNH%3BAAAD%2CYmFxNI%2CcnFwNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CamF7NI%2CcnF6NH%3BAAAD%2CYmF7NI%2CcnF6NH%3BAAAD%2CYmF7NI%2CcnF6NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CamFlOI%2CcnFkOH%3BAAAD%2CYmFlOI%2CcnFkOH%3BAAAD%2CYmFlOI%2CcnFkOH%3BAACD%2CamFnOI%2CcnFmOH%3BAAAD%2CYmFnOI%2CcnFmOH%3BAAAD%2CYmFnOI%2CcnFmOH%3BAACD%2CQAAQ%2CUAAW%2CcmFpOf%3BAnFoOJ%2CQAAQ%2CUAAW%2CamFpOf%3BAnFoOJ%2CQAAQ%2CUAAW%2CamFpOf%3BEnFqOA%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAuFvQA%2CaAGI%2Cc5CwPF%3BA4C1PF%2CYAEI%2Cc5CwPF%3BA4CzPF%2CYACI%2Cc5CwPF%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2Ca4CII%2Cc5CJH%3BAAAD%2CY4CII%2Cc5CJH%3BAAAD%2CY4CII%2Cc5CJH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CuBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca4CTA%2Cc5CQH%2CMACI%3BAAAD%2CY4CTA%2Cc5CQH%2CMACI%3BAAAD%2CY4CTA%2Cc5CQH%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2Ca4CfA%2Cc5CcH%2COACI%3BAAAD%2CY4CfA%2Cc5CcH%2COACI%3BAAAD%2CY4CfA%2Cc5CcH%2COACI%3BE3CqPL%2CcAAA%3B%3BAuFvPY%2CaAbR%2CcAYK%2CMACI%3BAAAD%2CYAbR%2CcAYK%2CMACI%3BAAAD%2CYAbR%2CcAYK%2CMACI%3BEACG%2CcAAA%3B%3BAAKhB%2CaACI%3BEvFgPJ%2CeAAA%3B%3BAuF5OA%2CYACI%3BEvF2OJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEuFvOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAARR%2CYAUI%3BEACI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAII%3BEACI%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAIR%3BEvFmNA%2CwCAAA%3BEuFjNI%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%3BACpGhB%2CuBACI%3BEACI%2CaAAA%3B%3B%3B%3B%3BApDuBA%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BEpCgXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAoClXA%2CyBAII%3BEpCwPJ%2C0BAAA%3BEAAA%2CkBAAA%3BEAAA%2CwBAAA%3B%3BAoCrPQ%2CyBAHJ%2CQAGK%3BEpCqPT%2CgBAAA%3B%3BAoC5PA%2CyBAeI%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAjBR%2CyBAoBI%3BEACI%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3B%3B%3B%3BAAOR%2CeACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CeAOI%3BEACI%2CgBAAA%3B%3BAAYR%2CiBACI%3BEpCyMJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BAoCnMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEpCiLR%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CgCAAA%3B%3BAoCvKA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BEpCwJZ%2CeAAA%3B%3BAoCjKA%2C2BAOI%2CMACI%2CUAQM%3BEpCiJd%2C0BAAA%3B%3BAoCjKA%2C2BAOI%2CMAiBI%3BEACI%2CeAAA%3B%3BAAGI%2C2BArBZ%2CMAiBI%2CsBAGI%2CEACK%3BEACG%2CgBAAA%3B%3BAA7BpB%2C2BAOI%2CMA2BI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAApCZ%2C2BAOI%2CMA2BI%2CsBAII%3BEACI%2CYAAA%3B%3BAAMhB%3BAACA%3BEpCmHA%2CgBAAA%3B%3B%3B%3B%3B%3BAyFxRA%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%3BE5FgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE4F3EI%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%3BErGiRL%2C0BAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BEqG1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAtGuHR%2CCsGhIK%2CwBtGgIJ%3BAAAD%2CMsGhIK%2CwBtGgIJ%3BAAAD%2CGsGhIK%2CwBtGgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCsGrIK%2CwBtGqIJ%3BAAAD%2CMsGrIK%2CwBtGqIJ%3BAAAD%2CGsGrIK%2CwBtGqIJ%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CCsG1IK%2CwBtG0IJ%3BAAAD%2CMsG1IK%2CwBtG0IJ%3BAAAD%2CGsG1IK%2CwBtG0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CCiGzLK%2CwBjGyLJ%3BAAAD%2CMiGzLK%2CwBjGyLJ%3BAAAD%2CGiGzLK%2CwBjGyLJ%3BAACD%2CCiG1LK%2CwBjG0LJ%3BAAAD%2CMiG1LK%2CwBjG0LJ%3BAAAD%2CGiG1LK%2CwBjG0LJ%3BAACD%2CCiG3LK%2CwBjG2LJ%3BAAAD%2CMiG3LK%2CwBjG2LJ%3BAAAD%2CGiG3LK%2CwBjG2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCiGhMK%2CwBjGgMJ%3BAAAD%2CMiGhMK%2CwBjGgMJ%3BAAAD%2CGiGhMK%2CwBjGgMJ%3BAACD%2CCiGjMK%2CwBjGiMJ%3BAAAD%2CMiGjMK%2CwBjGiMJ%3BAAAD%2CGiGjMK%2CwBjGiMJ%3BAACD%2CQAAQ%2CUAAW%2CEiGlMd%3BAjGkML%2CQAAQ%2CUAAW%2COiGlMd%3BAjGkML%2CQAAQ%2CUAAW%2CIiGlMd%3BErGiRL%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAiG3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEjG6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CwBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2C0BAAA%3BEAAA%2CkBAAA%3BEAAA%2CwBAAA%3BEAAA%2CkBAAA%3BEqGhQQ%2CgBAAA%3B%3BAjG0IR%2CCiG%5C%2FIK%2C2BjG%2BIJ%3BAAAD%2CMiG%5C%2FIK%2C2BjG%2BIJ%3BAAAD%2CGiG%5C%2FIK%2C2BjG%2BIJ%3BAACD%2CCiGhJK%2C2BjGgJJ%3BAAAD%2CMiGhJK%2C2BjGgJJ%3BAAAD%2CGiGhJK%2C2BjGgJJ%3BAACD%2CCiGjJK%2C2BjGiJJ%3BAAAD%2CMiGjJK%2C2BjGiJJ%3BAAAD%2CGiGjJK%2C2BjGiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCiGzDK%2C2BjGyDJ%3BAAAD%2CMiGzDK%2C2BjGyDJ%3BAAAD%2CGiGzDK%2C2BjGyDJ%3BAACD%2CCiG1DK%2C2BjG0DJ%3BAAAD%2CMiG1DK%2C2BjG0DJ%3BAAAD%2CGiG1DK%2C2BjG0DJ%3BEJ2MD%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CCiGtEK%2C2BjGsEJ%3BAAAD%2CMiGtEK%2C2BjGsEJ%3BAAAD%2CGiGtEK%2C2BjGsEJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CCiGlFK%2C2BjGkFJ%3BAAAD%2CMiGlFK%2C2BjGkFJ%3BAAAD%2CGiGlFK%2C2BjGkFJ%3BAACD%2CCiGnFK%2C2BjGmFJ%3BAAAD%2CMiGnFK%2C2BjGmFJ%3BAAAD%2CGiGnFK%2C2BjGmFJ%3BAACD%2CQAAQ%2CUAAW%2CEiGpFd%3BAjGoFL%2CQAAQ%2CUAAW%2COiGpFd%3BAjGoFL%2CQAAQ%2CUAAW%2CIiGpFd%3BErGqQL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAiG%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEjGqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CwBAAA%3BEAAA%2C0BAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2C0BAAA%3BEAAA%2CkBAAA%3BEAAA%2CwBAAA%3BEAAA%2CkBAAA%3BEqGxPQ%2CgBAAA%3B%3BAjGkIR%2CCiGvIK%2C6BjGuIJ%3BAAAD%2CMiGvIK%2C6BjGuIJ%3BAAAD%2CGiGvIK%2C6BjGuIJ%3BAACD%2CCiGxIK%2C6BjGwIJ%3BAAAD%2CMiGxIK%2C6BjGwIJ%3BAAAD%2CGiGxIK%2C6BjGwIJ%3BAACD%2CCiGzIK%2C6BjGyIJ%3BAAAD%2CMiGzIK%2C6BjGyIJ%3BAAAD%2CGiGzIK%2C6BjGyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCiGjDK%2C6BjGiDJ%3BAAAD%2CMiGjDK%2C6BjGiDJ%3BAAAD%2CGiGjDK%2C6BjGiDJ%3BAACD%2CCiGlDK%2C6BjGkDJ%3BAAAD%2CMiGlDK%2C6BjGkDJ%3BAAAD%2CGiGlDK%2C6BjGkDJ%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CCiG9DK%2C6BjG8DJ%3BAAAD%2CMiG9DK%2C6BjG8DJ%3BAAAD%2CGiG9DK%2C6BjG8DJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CCiG1EK%2C6BjG0EJ%3BAAAD%2CMiG1EK%2C6BjG0EJ%3BAAAD%2CGiG1EK%2C6BjG0EJ%3BAACD%2CCiG3EK%2C6BjG2EJ%3BAAAD%2CMiG3EK%2C6BjG2EJ%3BAAAD%2CGiG3EK%2C6BjG2EJ%3BAACD%2CQAAQ%2CUAAW%2CEiG5Ed%3BAjG4EL%2CQAAQ%2CUAAW%2COiG5Ed%3BAjG4EL%2CQAAQ%2CUAAW%2CIiG5Ed%3BErG6PL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAkGlHJ%3BEACI%2CsBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%2CMAAM%3BEACF%2CsBAAA%3B%3BAADJ%2CMAAM%2C2BAGA%3BAAHN%2CMAAM%2C2BAIA%2CwBAAsB%3BEACpB%2CsBAAA%3B%3BAALR%2CMAAM%2C2BAQF%3BEACI%2CqBAAA%3B%3BACTR%3BEACI%2CsBAAA%3BEACA%2CaAAA%3B%3BACFJ%2CyBACI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAIR%2CmBACI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CmBACI%2CqBACI%2CcAII%3BEACI%2CqBAAA%3B%3BAAPhB%2CmBACI%2CqBACI%2CcAII%2CWAGI%3BEACI%2CmBAAA%3B%3BAAVpB%2CmBACI%2CqBACI%2CcAYI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAjBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAMI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAtBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAWI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3BpB%2CmBAiCI%2C%2BBACI%2COAAM%2COACF%2CeACI%2CqBAAoB%2CcAChB%3BEACI%2CYAAA%3B%3BAC5CxB%2C8BAA8B%2C4BAC1B%2CmBACI%2CGAAE%3BEACE%2CcAAA%3B%3BAAEA%2C8BALkB%2C4BAC1B%2CmBACI%2CGAAE%2CaAGG%3BEACG%2CmBAAA%3B%3BAANhB%2C8BAA8B%2C4BAY1B%3BEACI%2CWAAA%3B%3BAAbR%2C8BAA8B%2C4BAgB1B%2CGAAE%3BEACE%2CaAAA%3B%3BAAEA%2C8BAnBsB%2C4BAgB1B%2CGAAE%2CaAGG%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C8BAzB0B%2C4BAyBzB%2CYACG%3BEACI%2CYAAA%3BEACA%2C0BAAA%3B%3BAAEA%2C8BA9BkB%2C4BAyBzB%2CYACG%2CcAIK%3BEACG%2CUAAA%3B%3BAANZ%2C8BAzB0B%2C4BAyBzB%2CYAUG%2CeAAe%3BEACX%2CUAAA%3B%3BACpCZ%2CyBAAyB%3BEACrB%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CyBAAyB%2C6BAMrB%3BEACI%2CsBAAA%3B%3BACPR%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BACDJ%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BAADJ%2CyBAAyB%2C8BAGnB%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BACRR%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2C2BAMM%3BAANN%2C2BAOM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BANF%2CwBAMG%3BAAAD%2C2BALF%2C8BAKG%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2C2BAAI%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2C4BAJd%3BEAKI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C0BAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2C2BARnB%3BEASQ%2COAAA%3B%3BAAIR%2C0BAAC%2CSACG%3BEACI%2CwBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAAC%2CSAMG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2C0BAAC%2CSAWG%2C2BACM%3BAAZV%2C0BAAC%2CSAWG%2C2BAEM%3BAAbV%2C0BAAC%2CSAWG%2C2BAGM%3BAAdV%2C0BAAC%2CSAWG%2C2BAIM%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3B%3BAArChB%2C0BA0CI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C0BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C0BAhBJ%2CqBAgBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAA3DZ%2C0BA%2BDI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjER%2C0BAoEI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzGR%2C0BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C2BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C2BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C2BACI%3BEACI%2CiBAAA%3B%3BACHZ%2CGAAG%3BEACC%2CkBAAA%3B%3BAAEA%2CGAHD%2C4BAGE%3BEACG%2CmBAAA%3B%3BAAJR%2CGAAG%2C4BAOC%3BAAPJ%2CGAAG%2C4BAQC%3BAARJ%2CGAAG%2C4BASC%3BEACI%2CmBAAA%3B%3BAAVR%2CGAAG%2C4BAOC%2CYAKM%3BAAZV%2CGAAG%2C4BAQC%2CaAIM%3BAAZV%2CGAAG%2C4BASC%2CaAGM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CGAAG%2C4BAmBC%2CEAAC%3BEACG%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BACzBR%2CGAAG%2C0BACC%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAALR%2CGAAG%2C0BACC%2CiBAMI%2CGAAE%3BEACE%2CyBAAA%3B%3BAARZ%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CGAzBT%2C0BACC%2CiBAUI%2CGAAE%2CWAcG%2CIAAI%3BEACD%2CiBAAA%3B%3BAA1BhB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAxChB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAaG%2CKAAI%3BEACA%2CcAAA%3B%3BAAGJ%2CGA9Cb%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAiBI%3BEACG%2CqBAAA%3B%3BAAIR%2CGAnDT%2C0BACC%2CiBAUI%2CGAAE%2CWAwCG%3BEACG%2C4BAAA%3B%3BAAGJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%2CgBAIG%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA7DpB%2CGAAG%2C0BAmEC%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxER%2CGAAG%2C0BAmEC%2CcAOI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CGA9ET%2C0BAmEC%2CcAOI%2C%2BBAIK%2CIAAI%3BEACD%2CaAAA%3B%3BAAKZ%2CGApFD%2C0BAoFE%2CeACG%3BEACI%2CoCAAA%3B%3BAAGR%2CGAzFD%2C0BAyFE%2CgBACG%3BEACI%2CqCAAA%3B%3BAC3FZ%2CGAAG%3BEACC%2CqBAAA%3B%3BACDJ%2CGAAG%3BEACC%2CYAAA%3B%3BAADJ%2CGAAG%2C2BAGC%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAANR%2CGAAG%2C2BASC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CGAAG%2C2BAgBC%3BAAhBJ%2CGAAG%2C2BAiBC%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACtBR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CSAAI%3BEACA%2CaAAa%2CgCAAb%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CWAAW%2CgBAAX%3B%3BAAGJ%2CSACI%3BEACI%2CmBAAmB%2CoBAAnB%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAARR%2CSAWI%2C2BACI%3BAAZR%2CSAWI%2C2BAEI%3BEACI%2CkBAAA%3B%3BA9BtBZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%3BEV%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAUhHA%2CsBVkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAUrHJ%2CsBVkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAUxHR%2CsBV4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAjF7HJ%2CsBiFwHE%2CQAAK%2CQjFxHN%3BAACD%2CsBiFuHE%2CQAAK%2CQjFvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBiFkHE%2CQAAK%2CQjFlHN%3BEACG%2CWAAA%3B%3BAiFwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAUpIR%2CsBVoLM%2CQAAK%3BEjFoEX%2CSAAA%3B%3BA2FxPA%2CsBV6LE%2CQAAK%2CMACD%3BEjF0DN%2C6BAAA%3BEAAA%2CYAAA%3BEAAA%2C4BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsBkFsFE%2CQAAK%2CMACD%2CUlFvFL%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBkFiFE%2CQAAK%2CMACD%2CUlFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBkF4EE%2CQAAK%2CMACD%2CUlF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAiFzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BEjFsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA2FxPA%2CsBV0OE%2CQAAK%3BEjFcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2C2BAAA%3B%3B%3B%3B%3B%3BA0HtSJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACgBA%2C2CACI%2CkCACM%3BAAFV%2C2CACI%2CkCAEI%3BEACI%2CqBAAA%3B%3BAAJZ%2C2CAQI%3BAARJ%2C2CASI%3BEACI%2CmBAAA%3B%3BAClBR%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CqBAAA%3B%3BAADJ%2C6CAGI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CkBAAA%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%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CmBAAA%3B%3BA%5C%2FG%5C%2FCZ%2CwBAYI%3BEACI%2CiBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CkBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BEpB2QV%2CwBAAA%3BEoBzQY%2CgBAAA%3B%3BAArBZ%2CwBAgBI%2C%2BBAQI%3BEACI%2CqBAAA%3BEACA%2CuBAAA%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%2CkBAAA%3B%3BAgHhGA%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%3BACII%2CkCADJ%2CmCACK%3BExImRT%2CgBAAA%3BEwIjRY%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAPJ%2CmCAOK%2COAAQ%3BAACT%2CkCARJ%2CmCAQK%3BEACG%2CaAAA%3BEACA%2CaAAA%3B%3BAAXZ%2CkCAeM%2CSAAM%3BEACJ%2CkBAAA%3B%3BAAIR%2CwBACI%3BEACI%2CqBAAA%3B%3BACrBZ%3BAACA%3BEACI%2CkBAAA%3B%3BAAIJ%3BAACA%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBAAC%3BAAAD%2CqBAAC%3BEACG%2CaAAA%3B%3BAATR%2CkBAYM%3BAAXN%2CqBAWM%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBALF%2CQAKG%3BAAAD%2CqBALF%2CQAKG%3B%3BECvCP%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3BECMD%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEFuBW%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAA3BZ%2CkBAgCM%3BAA%5C%2FBN%2CqBA%2BBM%3BEACE%2CoBAAA%3B%3BAAEA%2CkBAHF%2CQAGG%3BAAAD%2CqBAHF%2CQAGG%3BEACG%2CuBAAA%3B%3BAAOA%2CkBAFP%2CQACK%2CQACG%3BAAAD%2CqBAFP%2CQACK%2CQACG%3BEACG%2CcAAA%3B%3BAAMZ%2CkBAAC%2CSAEK%3BAAFN%2CqBAAC%2CSAEK%3BAADN%2CkBAAC%2CUACK%3BAADN%2CqBAAC%2CUACK%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CkBAPP%2CSAEK%2CQAKG%3BAAAD%2CqBAPP%2CSAEK%2CQAKG%3BAAAD%2CkBANP%2CUACK%2CQAKG%3BAAAD%2CqBANP%2CUACK%2CQAKG%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAWI%2CUAAW%2CmBAN1B%2CIAAI%2CYAGA%2CMACK%2CQACG%3BAACG%2CUAAW%2CsBAN1B%2CIAAI%2CYAGA%2CMACK%2CQACG%3BAACG%2CUAAW%2CmBAL1B%2CIAAI%2CWAEA%2CMACK%2CQACG%3BAACG%2CUAAW%2CsBAL1B%2CIAAI%2CWAEA%2CMACK%2CQACG%3BEAEO%2CqBAAA%3B%3BAASR%2CkBAhBX%2CIAAI%2CYAcA%2CMACK%2CQACG%3BAAAD%2CqBAhBX%2CIAAI%2CYAcA%2CMACK%2CQACG%3BAAAD%2CkBAfX%2CIAAI%2CWAaA%2CMACK%2CQACG%3BAAAD%2CqBAfX%2CIAAI%2CWAaA%2CMACK%2CQACG%3BEACG%2CqBAAA%3B%3BAAUZ%2CkBADF%2CQACG%3BEACG%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CwDAAA%3B%3BAAOA%2CkBAFP%2CkBACK%2CQACG%3BEACG%2CiBAAA%3B%3BAAMZ%2CkBAAC%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CkBAJP%2CQACK%2CQAGG%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CkBAnBP%2CQAgBI%2CIAAI%2CYAGA%3BAAAD%2CkBAnBP%2CQAiBI%2CIAAI%2CWAEA%3BEACG%2CeAAA%3B%3BAADJ%2CkBAnBP%2CQAgBI%2CIAAI%2CYAGA%2CMAGK%3BAAHN%2CkBAnBP%2CQAiBI%2CIAAI%2CWAEA%2CMAGK%3BEACE%2CeAAA%3B%3BAAEA%2CkBAzBf%2CQAgBI%2CIAAI%2CYAGA%2CMAGK%2CQAGG%3BAAAD%2CkBAzBf%2CQAiBI%2CIAAI%2CWAEA%2CMAGK%2CQAGG%3BEACG%2CqBAAA%3B%3BAAWhB%2CqBADF%2CQACG%3BEAEG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkFAAA%3B%3BAAMA%2CqBAFP%2CQACK%2CQACG%3BEACG%2CSA3Ke%2COA2Kf%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAtFrJhB%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CqBAAsB%3BEAClB%2CmBAAA%3B%3BAANR%2CoBASM%3BEACE%2CgBAAA%3B%3BAAIR%3BEAEI%2C6BAAA%3B%3BAAEA%2CUAAW%2C8BAEL%3BAADN%2C6BAAC%2CSACK%3BEACE%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAMA%2C6BAFP%2CQACK%2C6BACG%3BEACG%2CUAAA%3B%3BAAGJ%2C6BANP%2CQACK%2C6BAKG%3BEACG%2CmBAAA%3B%3BAAIA%2C6BAXX%2CQACK%2C6BASE%2C0BACK%3BEACG%2CSAAS%2CkBAAT%3B%3BAAQR%2COAFA%2C8BACF%2C6BACG%3BAACD%2COAHA%2C8BACF%2C6BAEG%3BEACG%2CqBAAA%3B%3BAAMhB%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2C0BAAC%3BAACD%2C0BAAC%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CsCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2CmBAAT%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAwFSR%3BEACC%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAuBD%3BEACC%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BADvLD%3B%3BEAEE%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGF%3BEACI%2CqBAAA%3BEACA%2C6CAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACE%2CgBAAA%3B%3BAAEF%3BEACE%2CiBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3B%3BAAEF%3BEACE%2CmBAAA%3B%3BAAEF%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAEtDJ%3BEACC%2CWAAW%2CoBAAX%3BEACA%2CWAAW%2CaAAX%3BEACA%2C8BAAA%3BEACA%2CoCAAA%3BEACA%2CgBAAgB%2CSAAhB%3BEACA%2CQAAQ%2CSAAR%3B%3BAAEA%2CUAAC%3BEACA%2CgBAAgB%2CSAAhB%3BEACA%2CQAAQ%2CSAAR%3BEACA%2CwBAAA%3B%3BAAIF%2CaAAc%2CUAAU%2CIAAG%3BEACvB%2CSAAA%3B%3BAChBJ%3BAAAyB%3BEACrB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3B%3BAAMJ%2CuBAAwB%2CGAAE%3BEACtB%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CuBAAwB%2CkCAAkC%3BEACtD%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAAGJ%2CuBAAwB%2CiCAAiC%3BAACzD%2CuBAAwB%2CiCAAgC%2CMAAO%3BEAC3D%2CcAAA%3B%3B%3BAAKJ%2CuBAAwB%3BEACpB%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CcAAA%3BEACA%2CcAAA%3B%3BAAQJ%2CuBAAwB%2CkCAAkC%3BEACtD%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAwB%2CkCAAkC%3BEACtD%2CaAAA%3B%3BAAOY%2CuBAJQ%2CGACnB%2CMACG%2CkCACI%2CIACK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CuBARQ%2CGACnB%2CMACG%2CkCACI%2CIAKK%2CIAAI%3BEACD%2CaAAA%3B%3BAAOpB%2CuBAAwB%3BEACpB%2CoBAAA%3B%3BEACA%2CmBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CoBAAA%3B%3BEACA%2CmBAAA%3B%3BAAIJ%2CuBAAwB%3BEACpB%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CuBAAwB%2C4BAA2B%3BEAC%5C%2FC%2CqBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAACA%2CuBAAC%3BEACG%2CmBAAA%3B%3BAAIR%2CuBAAwB%2CGAAE%3BEACtB%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAACA%2CuBAAC%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAEJ%2CuBAAC%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAEJ%2CuBAAC%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAEJ%2CuBAAC%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAEJ%2CuBAAC%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAEJ%2CuBAAC%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAEJ%2CuBAAC%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAEJ%2CuBAAC%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAEJ%2CuBAAC%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAEJ%2CuBAAC%3BEACG%2CuBAAuB%2CeAAvB%3B%3BAA9BR%2CuBAgCI%3BEACI%2CkBAAA%3B%3BAAjCR%2CuBAmCI%3BAAnCJ%2CuBAmCsC%3BEAC9B%2CaAAA%3B%3B%3BAAmBR%2CwBAZ0C%3BEACtC%2CuBAAwB%3BIACpB%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3B%3B%3BAAiBR%2CwBAb0C%3BEAEtC%2CuBAAwB%2CGAAE%3BIACtB%2CaAAA%3B%3BEAGJ%2CuBAAwB%3BIACpB%2CaAAA%3BIACA%2CSAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CuBAAwB%2CGAAE%3BIACtB%2CaAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CuBAAwB%2CGAAE%3BIACtB%2CaAAA%3B%3B%3BAAmBR%2CwBAd0C%3BEAEtC%2CuBAAwB%2CGAAE%3BIACtB%2CaAAA%3B%3BEAGJ%2CuBAAwB%3BIACpB%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CuBAAwB%2CGAAE%3BIACtB%2CaAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CuBAAwB%2CGAAE%3BIACtB%2CaAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CuBAAwB%2CGAAE%3BIACtB%2CaAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CuBAAwB%2CGAAE%3BIACtB%2CaAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CuBAAwB%2CGAAE%3BIACtB%2CaAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CuBAAwB%2CGAAE%3BIACtB%2CaAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CuBAAwB%2CGAAE%3BIACtB%2CaAAA%3B%3B%3BAAaR%2CwBAR2C%3BEAEvC%2CuBAAwB%2CGAAE%3BIACtB%2CUAAA%3B%3B%3BAAcR%2CwBAT2C%3BEAEvC%2CuBAAwB%2CGAAE%3BIACtB%2CUAAA%3B%3B%3BAAYR%2CwBAN2C%3BEACvC%3BIACI%2CmBAAA%3B%3B%3BAAgBR%2CwBAZ0C%3BEACtC%3BIACI%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CyBAAA%3B%3BEAHJ%2CuBAII%3BIACI%2CyBAAA%3B%3B%3BAAWZ%2CwBAL0C%3BEACtC%3BIACI%2CuBAAuB%2CcAAvB%3B%3B%3BAC%5C%2FUJ%3BE9IwRA%2CmBAAA%3BEAAA%2CWAAA%3BE8IrRI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CoBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CiBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BE9I2QR%2CwBAAA%3BE8IzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BE9IqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA%2BI9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BE9I6PR%2CwBAAA%3BE8I3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BE9IwPR%2CwBAAA%3BE8ItPY%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%3BE9IuOR%2CwBAAA%3B%3BA8IxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BE9I2Nb%2CwBAAA%3BE8IzNgB%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%3BA1HCR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAAgB%3BAAChB%2CaAAc%3BEACV%2CcAAA%3B%3BAALR%2COAQI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAc%2CQACR%3BEACE%2CmBAAA%3B%3BAF7BZ%2CcAYI%3BEACI%2CiBAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CkBAAA%3B%3BAAjBR%2CcAgBI%2CqBAGM%3BErB2QV%2CwBAAA%3BEqBzQY%2CgBAAA%3B%3BAArBZ%2CcAgBI%2CqBAQI%3BEACI%2CqBAAA%3BEACA%2CuBAAA%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%2CkBAAA%3B%3BA6H1EA%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%3BA9F9FJ%2CYACI%3BEACI%2CgBAAA%3B%3BA%2BFFR%2CSACI%3BEACI%2CkBAAA%3BEnJ8RR%2CwBAAA%3B%3BAmJ3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BArGbR%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2COACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%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%2CeACI%3BEACI%2CWAAA%3BE9CuPhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2CO8C3CI%2CgBAsCI%2CeACI%2CiB9CIX%3BAACD%2CO8C5CI%2CgBAsCI%2CeACI%2CiB9CKX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CO8CjDI%2CgBAsCI%2CeACI%2CiB9CUX%3BEACG%2CWAAA%3B%3BA8CnDJ%2COACI%2CgBAsCI%2CeACI%2CiBsG6DZ%3BEACI%2CWAAA%3B%3BAtGtGJ%2COACI%2CgBAsCI%2CeACI%2CiBsGxBZ%3BAtGhBA%2COACI%2CgBAsCI%2CeACI%2CiBsGvBZ%3BEACI%2CqBAAA%3B%3BAtGlBJ%2COACI%2CgBAsCI%2CeACI%2CiBsGxBZ%2CSAQI%2CEAAC%3BAtGxBL%2COACI%2CgBAsCI%2CeACI%2CiBsGvBZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BAtGzBR%2COACI%2CgBAsCI%2CeACI%2CiBsGVZ%2CSACI%3BEpJiQJ%2CkBAAA%3B%3BA8ChSA%2COACI%2CgBAsCI%2CeACI%2CiBsGAZ%2CWAKI%2CEAAC%3BEpJmPL%2CeAAA%3B%3BA8ChSA%2COACI%2CgBAsCI%2CeACI%2CiBsGgBZ%3BAtGxDA%2COACI%2CgBAsCI%2CeACI%2CiBsGiBZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAtG3DJ%2COACI%2CgBAsCI%2CeACI%2CiBAQM%3BEACE%2CgBAAA%3B%3BAAMR%2COAtDR%2CgBAqDI%2CQACK%3BE9CyOb%2CqBAAA%3BE2C9QA%2CqBAAA%3BEG2CgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2COAtDR%2CgBAqDI%2CQACK%2CIH6NX%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2COGvBI%2CgBAqDI%2CQACK%2CIH%5C%2FBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CpOU%2CO5CoOV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COGpCA%2CgBAqDI%2CQACK%2CIHnBZ%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2COG1CA%2CgBAqDI%2CQACK%2CIHbZ%2COACI%3BE3CqPL%2CcAAA%3B%3BA8ChSA%2COACI%2CgBAkEI%3BEACI%2CaAAA%3B%3BAApEZ%2COACI%2CgBAsEI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CkBAII%3BE9C6MJ%2CwBAAA%3B%3BA8CjNA%2CkBAII%2CaAGI%3BEACI%2CgBAAA%3B%3BAARZ%2CkBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CkBAYI%2CSAGI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAuGrFJ%2C8BADJ%2CSACK%3BEACG%2CiBAAA%3B%3BA%5C%2FIXZ%3BEACI%2CkBAAA%3B%3BAAOJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BENmRX%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEMjRQ%2CSAAA%3BEACA%2CUAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CaAAA%3B%3BAAXR%2CyBAkBI%3BEACI%2CqBAAA%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%3BEACA%2CeAAA%3B%3BAAzChB%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%3BEAEI%2CcAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FChB%2CyBAkBI%2CyBAoBI%2COAAM%2COAgBF%3BEACI%2CqBAAA%3B%3BAAvDhB%2CyBA4DI%2CQAAO%3BEAEH%2CqBAAA%3B%3BAA9DR%2CyBAiEI%2CsBACM%3BEACE%2CmBAAA%3B%3BAAnEZ%2CyBAiEI%2CsBACM%2CSAGI%3BENkNd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%3B%3BAMvRA%2CyBAiEI%2CsBASM%3BAA1EV%2CyBAiEI%2CsBAUI%2CgBAAgB%3BEACZ%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAA9EZ%2CyBAiEI%2CsBAgBI%3BEACI%2CmBAAA%3B%3BAAlFZ%2CyBAiEI%2CsBAgBI%2CWAGI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAtFhB%2CyBAiEI%2CsBAyBI%3BEACI%2CkBAAA%3B%3BAAEA%2CyBA5BR%2CsBAyBI%2CgBAGK%3BEACG%2CaAAA%3B%3BAA9FhB%2CyBAiEI%2CsBAyBI%2CgBAOM%3BENsLd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%3BEMpLgB%2CcAAA%3B%3BAAnGhB%2CyBAiEI%2CsBAsCI%2CQAAO%2CMAGD%3BEACE%2CmBAAA%3B%3BAA3GhB%2CyBAiEI%2CsBAuDI%3BEACI%2CkBAAA%3B%3BAAzHZ%2CyBAiEI%2CsBAuDI%2CqBAGM%3BEAEE%2CgBAAA%3B%3BAqCfhB%2CyBrC7CI%2CsBAuDI%2CqBAGM%2CUAIG%2CUqCjBhB%3BE3CyKD%2CS4ClOgB%2CO5CkOhB%3B%3BAMvRA%2CyBA%2BII%2CEAAC%3BENwIL%2CcAAA%3B%3BAMvRA%2CyBAmJI%2CQACI%2COAAM%3BENmId%2CgBAAA%3BEMxHY%2CgBAAA%3B%3BAA%5C%2FJZ%2CyBAmJI%2CQACI%2COAAM%2CIDunBZ%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAC%5C%2FwBJ%2CyBAmJI%2CQACI%2COAAM%2CIAGF%3BEACI%2CgBAAA%3B%3BAAGJ%2CyBARR%2CQACI%2COAAM%2CIAOD%3BEACG%2CgBAAA%3B%3BAA5JhB%2CyBAmKI%3BEACI%2CgBAAA%3B%3BAApKR%2CyBAuKI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BA%2BCpLR%2CcAKI%3BErD2RJ%2CkBAAA%3BEAAA%2CwBAAA%3BEqDxRQ%2CqBAAA%3BEACA%2CiBAAA%3B%3BACTR%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C4BAMI%2CQAAO%3BEtD0RX%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2C4BWlBI%2CQAAO%2CSXkBV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQY%2CODwQZ%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAW3VA%2C0BACI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3B%3BAAHR%2C0BAOI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAAcR%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CiBAAA%3B%3BAAIR%2CMAAM%3BEACF%2CoBAAA%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%3BEtDiNR%2CwBAAA%3B%3BAsDhPA%2CMAAM%2CUAmCF%2COAAM%3BEACF%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA3CR%2CMAAM%2CUAmCF%2COAAM%2COAUF%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CMArDF%2CUAoDF%2COACK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvDZ%2CMAAM%2CUA2DF%2CQAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CMA%5C%2FDE%2CUA%2BDD%2CIACG%3BEtDgLR%2CcAAA%3BEAAA%2CqBAAA%3BEsD9KY%2CeAAA%3B%3BAvD6BZ%2CMuD%5C%2FFM%2CUA%2BDD%2CIACG%2COvD%2BBP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMuDpGM%2CUA%2BDD%2CIACG%2COvDoCP%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CMuDzGM%2CUA%2BDD%2CIACG%2COvDyCP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAsDjLI%2CMA%5C%2FDE%2CUA%2BDD%2CIAMG%3BEACI%2CUAAA%3B%3BAAIR%2CMA1EE%2CUA0ED%2CwBACG%2COAAM%3BEACF%2CeAAA%3B%3BAC3HZ%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%2CqBAAA%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%2CqBAAA%3B%3BAASZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAGI%3BEACI%2CgBAAA%3B%3BAALZ%2CYAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CYAaI%2CuBAGI%3BEACI%2CiBAAA%3B%3BAhChBZ%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaACI%2COAGI%3BExB2QR%2CWAAA%3BEAAA%2CgBAAA%3B%3BAwBpQA%3BEACI%2CcAAA%3B%3BAADJ%2CaAGI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BExByPA%2CgBAAA%3BEwBvPI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CaAII%2CiBACM%2CaACE%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAARhB%2CaAaI%3BAAbJ%2CaAcI%3BExBgOJ%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAnBgCA%2CaAaI%2CamBqNF%3BAnBlOF%2CaAcI%2CemBoNF%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CanBuCI%2CamBvCH%3BAAAD%2CanBwCI%2CemBxCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3QQ%2COD2QR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CanB0BA%2CamB3BH%2CMACI%3BAAAD%2CanB2BA%2CemB5BH%2CMACI%3BE3C2PL%2CWAAA%3B%3BA2CrPI%2CanBoBA%2CamBrBH%2COACI%3BAAAD%2CanBqBA%2CemBtBH%2COACI%3BE3CqPL%2CcAAA%3B%3BA2CzKA%2CanB1CI%2CemB0CH%3BE3CyKD%2CS4C5PS%2CO5C4PT%3B%3BAwB5MA%3BExB4MA%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CYAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CmBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYADH%2CMACI%3BE3C6ML%2CWAAA%3B%3BA2CvMI%2CYADH%2COACI%3BE3CuML%2CcAAA%3B%3BAwB5LQ%2CYAFH%2COAEI%3BAAAD%2CYADH%2CQACI%3BEACG%2CSoBpCN%2COpBoCM%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%3BExBuJb%2C6BAAA%3B%3BAwBvKI%2CKAAC%2CcAeG%2CWAKI%3BEACI%2CeAAA%3B%3BAAUhB%3BExBwIA%2CgCAAA%3BEwBtII%2CSAAA%3B%3BAAIQ%2CgBAFP%2CQACG%2COACK%3BExBkIb%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAwBxIA%2CgBAYI%3BExB4HJ%2CcAAA%3BEwB1HQ%2CeAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BExBuHR%2CcAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CgBnB8FI%2COmB9FH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CmBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBnBiFA%2COmBlFH%2CMACI%3BE3C6ML%2CWAAA%3B%3BAwBxIA%2CgBA%2BBI%3BEAEI%2CqBAAA%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%3BExB0EZ%2CgBAAA%3BEwBxEgB%2CeAAA%3B%3BAAkBhB%3BEACI%2CsBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAL9OJ%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%2CmBAAA%3BEmB1PQ%2CWAAA%3B%3BAAKJ%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAAc%2CMADb%2CaAAc%2CUAKX%3BEACI%2CiBAAA%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%2CmBAAA%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%2CwBAAA%3BEmB9IY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CgCAwCI%2CSACI%3BEAGI%2CSAAA%3B%3BAAGJ%2CgCAPJ%2CSAOK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgCAbJ%2CSAaK%3BEnBqHT%2CwBAAA%3BEmBnHY%2CcAAA%3BEACA%2CkBAAA%3B%3BAM7JZ%2CcACI%3BEzB8QJ%2CeAAA%3BEyB5QQ%2CqBAAA%3B%3BAAHR%2CcAMI%3BEACI%2CoBAAA%3B%3BAAIR%3BEzBoQA%2CgBAAA%3BEyBlQI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAMI%3BEzBwPJ%2CmBAAA%3BEAAA%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAlB9BA%2CmBAMI%2CUkB4OF%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CmBlB9BI%2CUkB8BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCtQW%2CODsQX%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAlBrTQ%2CmBAZJ%2CUAYK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CeAAA%3B%3BAAKI%2CmBAFP%2CQACG%2CKACK%3BEzBmNb%2CsBAAA%3BEyBjNgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlBhB%2CmBAuBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAADJ%2CoBAGI%3BEAEI%2C0BAAA%3BEzB2LR%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAlB8EA%2CoBAGI%2CekBiLF%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CoBlB2EI%2CekB3EH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C5PS%2CO5C4PT%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoBlB8DA%2CekB%5C%2FDH%2CMACI%3BE3C2PL%2CWAAA%3B%3BA2CrPI%2CoBlBwDA%2CekBzDH%2COACI%3BE3CqPL%2CcAAA%3B%3BAyB7KA%2CqBACI%2CUACI%3BEACI%2CeAAA%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%2CmBAAA%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%2CoBAAA%3B%3BAAPR%2CcAUI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3B%3BAAZR%2CcAeI%3BEACI%2CoBAAA%3B%3BAsB%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%2CoBAAA%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%3BAAHZ%2CqBAOI%3BEACI%2CiBAAA%3B%3BAVpER%2CWACI%2CQAAO%3BEAQH%2CmBAAA%3B%3BAAJA%2CWAJJ%2CQAAO%2CiBAIF%2CIAAI%3BEACD%2CmBAAA%3B%3BALDZ%2CqBASI%3BAATJ%2CqBAUI%2COAAM%3BEhCqRV%2CgBAAA%3B%3BAgChRQ%2CqBADJ%2CQACK%3BEACG%2CQAAA%3B%3BAAGJ%2CqBALJ%2CQAKK%3BEhC4QT%2CqBAAA%3BE2C9QA%2CqBAAA%3BEXQY%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBALJ%2CQAKK%2CIWgQP%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CqBXTI%2CQAKK%2CIWIR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CpOU%2CO5CoOV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBXtBA%2CQAKK%2CIWgBR%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CqBX5BA%2CQAKK%2CIWsBR%2COACI%3BE3CqPL%2CcAAA%3B%3BA4D%5C%2FRA%2CkBAAkB%2CMACd%2CQAAO%3BE5D8RX%2CUAAA%3B%3BA4DzRA%3BE5DyRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEsJlJA%2CaAAA%3BEACA%2CUAAA%3BE1F%5C%2FHI%2CsBAAA%3B%3BAATJ%2CU0F0EA%3BEtJ%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA4DzRA%2CU0F0EA%2CcAGI%3BEtJ4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%3B%3BA4DzRA%2CU0FgGA%2CeACI%2CQAAO%3BEtJwLX%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%2CYAAA%3BEAAA%2CUAAA%3B%3BA4DzRA%2CU0FgGA%2CeACI%2CQAAO%2CM3G4KT%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CU2G%2BEA%2CeACI%2CQAAO%2CM3GhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU2GkEJ%2CeACI%2CQAAO%2CM3GpEV%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CU2G4DJ%2CeACI%2CQAAO%2CM3G9DV%2COACI%3BE3CqPL%2CcAAA%3B%3BAI7CA%2CUkJ5IA%2CeACI%2CQAAO%2CMlJ2IV%3BAACD%2CUkJ7IA%2CeACI%2CQAAO%2CMlJ4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUkJlJA%2CeACI%2CQAAO%2CMlJiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUkJvJA%2CeACI%2CQAAO%2CMlJsJV%3BAACD%2CUkJxJA%2CeACI%2CQAAO%2CMlJuJV%3BAACD%2CQAAQ%2CUAAW%2CWkJzJnB%2CeACI%2CQAAO%3BElJyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAsJ%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BA1F3IJ%2CUAWI%3BEAEI%2CgBAAA%3B%3BAAbR%2CUAWI%2CgBAII%3BEACI%2CgBAAA%3B%3BAAGI%2CUARZ%2CgBAII%2CWAGI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOZ%2CUADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAA5BZ%2CUAgCI%3BEACI%2CoBAAA%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%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%2CaAAc%3BAACd%2CmBAAoB%3BEAChB%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcAAC%2CIAAI%3BAAAL%2CaALU%2CeAKT%2CIAAI%3BAAAL%2CmBAJgB%2CeAIf%2CIAAI%3BEACD%2CmBAAA%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%3BExDmIN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CMwD%5C%2FIM%2CcxD%2BIL%3BAACD%2CMwDhJM%2CcxDgJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMwDrJM%2CcxDqJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMwD1JM%2CcxD0JL%3BAACD%2CMwD3JM%2CcxD2JL%3BAACD%2CQAAQ%2CUAAW%2COwD5Jb%3BExD6JF%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CM6D3CM%2Cc7D2CL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CM6DhDM%2Cc7DgDL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CM6DrDM%2Cc7DqDL%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CMwDpGM%2CcxDoGL%3BAACD%2CMwDrGM%2CcxDqGL%3BAACD%2CMwDtGM%2CcxDsGL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CMwD3GM%2CcxD2GL%3BAACD%2CMwD5GM%2CcxD4GL%3BAACD%2CQAAQ%2CUAAW%2COwD7Gb%3BE5D4LN%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAsB3MA%2CSAAC%2CMAAM%3BEgBsIX%2CqBAAA%3BEACA%2CkBAAA%3BEhBzHQ%2CgBAAA%3BEACA%2CsBAAA%3B%3BA1BkBR%2CS0BjCK%2CMAAM%2CO1BiCV%3BAACD%2CS0BlCK%2CMAAM%2CO1BkCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CS0BvCK%2CMAAM%2CO1BuCV%3BEACG%2CWAAA%3B%3BA0BxCA%2CSAAC%2CMAAM%2COgBsbX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAhBxbA%2CSAAC%2CMAAM%2COgB2bX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAhB7bA%2CSAAC%2CMAAM%2COgBoJX%3BE1CiIA%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAjBrDI%2CSAAC%2CMAAM%2COgBoJX%2CeCqHE%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CSjB3DK%2CMAAM%2COgBoJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSjBxEC%2CMAAM%2COgBoJX%2CeC7EC%2CMACI%3BE3C6ML%2CWAAA%3B%3BA2CvMI%2CSjB9EC%2CMAAM%2COgBoJX%2CeCvEC%2COACI%3BE3CuML%2CcAAA%3B%3BA0CuHA%2CShB5YK%2CMAAM%2COgBoJX%2CeAwPC%3BE1CvHD%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BADuVA%2CShB5YK%2CMAAM%2COgBoJX%2CeAwPC%2COCnIC%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CSjB3DK%2CMAAM%2COgBoJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS4C%5C%2FNM%2CO5C%2BNN%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSjBxEC%2CMAAM%2COgBoJX%2CeAwPC%2COCrUA%2CMACI%3BE3C6ML%2CWAAA%3B%3BA2CvMI%2CSjB9EC%2CMAAM%2COgBoJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BE3CuML%2CcAAA%3B%3BA0BrRI%2CSAAC%2CMAAM%2COgB4NX%3BE1CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE0ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE1C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BA0BrRI%2CSAAC%2CMAAM%2COgB4NX%2COAsBI%3BE1CmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA0C3BQ%2CShB1PH%2CMAAM%2COgB4NX%2COAsBI%2CGAQK%3BE1C2BT%2CmBAAA%3BE0CzBY%2CeAAA%3B%3BAAuTZ%2CShBnjBK%2CMAAM%2COgB4NX%2COAuVC%3BAACD%2CShBpjBK%2CMAAM%2COgB4NX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CShB7jBK%2CMAAM%2COgB4NX%2COAiWC%3BEACG%2CiBAAA%3BE1CzSJ%2CsDAAA%3BE0C2SI%2CWAAA%3B%3BAAGJ%2CShBnkBK%2CMAAM%2COgB4NX%2COAuWC%3BEACG%2CiBAAA%3BE1C%5C%2FSJ%2CsDAAA%3BE0CiTI%2CWAAA%3B%3BAAzDJ%2CShB7gBK%2CMAAM%2COgB4NX%2COAiTC%3BE1CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA0C6PA%2CShBlhBK%2CMAAM%2COgB4NX%2COAsTC%3BE1C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA0CZA%2CShBzQK%2CMAAM%2COgByQV%3BEACG%2CiBAAA%3B%3BAADJ%2CShBzQK%2CMAAM%2COgByQV%2COAGG%3BEACI%2CcAAA%3B%3BAhB7QJ%2CSAAC%2CMAAM%2COAkBH%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CSAAC%2CMAAM%2COAkBH%2COAII%2CMACM%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAAzBhB%2CSAAC%2CMAAM%2COAkBH%2COAYI%3BEACI%2CUAAA%3B%3BAAOJ%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%3BEAKG%2CiBAAA%3B%3BAiBiEhB%2CSjB5GK%2CMAAM%2COAmCD%2CUAGG%2CMiBsEZ%3BE3CyKD%2CS4ChQiB%2CO5CgQjB%3B%3BA0BxOgB%2CSA7CX%2CMAAM%2COAmCD%2CUAGG%2CMAOI%3BEACG%2CSAAA%3BEACA%2CWAAA%3B%3BAAIR%2CSAnDP%2CMAAM%2COAmCD%2CUAgBG%3BAACD%2CSApDP%2CMAAM%2COAmCD%2CUAiBG%3BAACD%2CSArDP%2CMAAM%2COAmCD%2CUAkBG%3BE1BgOb%2CWAAA%3B%3BA0B1NY%2CSA3DP%2CMAAM%2COA0DD%2CUAAO%2COACJ%3BEACG%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAeR%2CKAAK%2CcAAe%2CUA%5C%2FEvB%2CMAAM%3BEAgFC%2CwBAAA%3B%3BAAGI%2CKAJH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUACG%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAIA%2CKAXP%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAOG%2COACI%3BE1B2LrB%2CcAAA%3B%3BA0BtLgB%2CKAhBH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAaG%3BAACD%2CKAjBH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAcG%3BE1BqLjB%2CcAAA%3B%3BA0BlLoB%2CKApBP%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAaG%2CMAII%3BAAAD%2CKApBP%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAcG%2COAGI%3BEACG%2CaAAA%3B%3BAAQpB%2CSAAC%2COAAO%3BE1ByKZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEsJlJA%2CaAAA%3BEACA%2CUAAA%3BE5HtBQ%2CsBAAA%3B%3BAAFJ%2CSAAC%2COAAO%2CM4HtCZ%3BEtJ%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA0BzKI%2CSAAC%2COAAO%2CM4HtCZ%2CcAGI%3BEtJ4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%3B%3BA0BzKI%2CSAAC%2COAAO%2CM4HhBZ%2CeACI%2CQAAO%3BEtJwLX%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%2CYAAA%3BEAAA%2CUAAA%3B%3BA0BzKI%2CSAAC%2COAAO%2CM4HhBZ%2CeACI%2CQAAO%2CM3G4KT%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CSjB%2BFK%2COAAO%2CM4HhBZ%2CeACI%2CQAAO%2CM3GhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSjBkFC%2COAAO%2CM4HhBZ%2CeACI%2CQAAO%2CM3GpEV%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CSjB4EC%2COAAO%2CM4HhBZ%2CeACI%2CQAAO%2CM3G9DV%2COACI%3BE3CqPL%2CcAAA%3B%3BAI7CA%2CSsB5HK%2COAAO%2CM4HhBZ%2CeACI%2CQAAO%2CMlJ2IV%3BAACD%2CSsB7HK%2COAAO%2CM4HhBZ%2CeACI%2CQAAO%2CMlJ4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSsBlIK%2COAAO%2CM4HhBZ%2CeACI%2CQAAO%2CMlJiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSsBvIK%2COAAO%2CM4HhBZ%2CeACI%2CQAAO%2CMlJsJV%3BAACD%2CSsBxIK%2COAAO%2CM4HhBZ%2CeACI%2CQAAO%2CMlJuJV%3BAACD%2CQAAQ%2CUAAW%2CUsBzId%2COAAO%2CM4HhBZ%2CeACI%2CQAAO%3BElJyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAsJ%5C%2FIA%2CS5H1BK%2COAAO%2CM4H0BX%3BEACG%2CUAAA%3B%3BA5HvBI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BE1BgKL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BEsJhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CS5HvCK%2CQ4HuCJ%3BEtJyHD%2CYAAA%3BEsJrHQ%2CyBAAA%3B%3BA5HxCA%2CSAHH%2CQAGI%3BEACG%2CcAAA%3B%3BAAUR%2CSAAC%2CSAAS%2CKAEN%2CQAAO%3BAADX%2CSAAC%2CSAAS%2CKACN%2CQAAO%3BE1BgJf%2CcAAA%3B%3BA0B1IA%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%2CoBAAA%3B%3BAADJ%2C0BAZJ%2CUAYK%2CMAGG%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2C0BArBJ%2CUAqBK%3BE1B8FT%2CcAAA%3BE0B5FY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C0BA1BR%2CUAqBK%2COAKI%3BE1ByFb%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2C0BjBqJI%2CUAqBK%2COAKI%2CQiB%5C%2FKZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCvQW%2CODuQX%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CoBAAA%3BEAAA%2C2BAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAjBtJY%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%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUR%2C8BASI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%3BEACI%2CmBAAA%3BE1BWR%2CwBAAA%3B%3BA0BbA%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%2CiBAAA%3B%3BAA9BR%2C0BAiCI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApCR%2C0BAuCI%2CmBACI%3BE1B3BR%2CcAAA%3B%3BA0BiCQ%2C0BADJ%2CQACK%3BEACG%2CgBAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BA%2BBvUZ%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%3BEzD4QR%2CqBAAA%3BE2C9QA%2CqBAAA%3BEceY%2CcAAA%3B%3BAdTZ%2CMctBM%2CWAeF%2COAGI%2CSdIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CnOY%2CO5CmOZ%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAc5UY%2CMA3BN%2CWAeF%2COAGI%2CSASK%3BEACG%2CkBAAA%3B%3BAA5BhB%2CMAAM%2CWAmCF%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CMAAM%2CWAwCF%3BEACI%2CaAAA%3B%3BAAzCR%2CMAAM%2CWAgDF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAnDR%2CMAAM%2CWAsDF%2CQAAO%3BEACH%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BA8F5DR%2CkBACI%3BEvJ%2BRJ%2CwBAAA%3BEuJ7RQ%2CsBAAA%3B%3BAAMA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CsBAAA%3B%3BAAVZ%2CkBAMI%2CcAOI%3BAAbR%2CkBAOI%2CcAMI%3BAAbR%2CkBAQI%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3B%3BAtHfZ%2CoBAAoB%2CIAChB%3BEACI%2CaAAA%3B%3BAAFR%2CoBAAoB%2CIAChB%2CaAGM%3BEACE%2CaAAA%3B%3BAASJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAALZ%2CmBASI%2COAAM%3BEACF%2CgBAAA%3B%3BAAcA%2CcAFM%2CcACV%2CiBACK%3BEACG%2CaAAA%3B%3BAAKZ%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%3BEjCyMZ%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBkC1DI%2CaACI%2CMACI%2CElCwDX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBkC%5C%2FDI%2CaACI%2CMACI%2CElC6DX%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CyBkCpEI%2CaACI%2CMACI%2CElCkEX%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CyB6BnHI%2CaACI%2CMACI%2CE7BiHX%3BAACD%2CyB6BpHI%2CaACI%2CMACI%2CE7BkHX%3BAACD%2CyB6BrHI%2CaACI%2CMACI%2CE7BmHX%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyB6B1HI%2CaACI%2CMACI%2CE7BwHX%3BAACD%2CyB6B3HI%2CaACI%2CMACI%2CE7ByHX%3BAACD%2CQAAQ%2CUAAW%2C0B6B5Hf%2CaACI%2CMACI%3BEjCyMZ%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA6B3BR%2CmBACI%2CMACI%2CSACI%2CMACI%2CKAAI%2CIACA%3BEACI%2CaAAA%3B%3BA1BjMpB%2CYACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYACI%2CMAII%3BEP2RR%2CmBAAA%3BEOzRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAVZ%2CYACI%2CMAYI%3BEPmRR%2CmBAAA%3BEAAA%2CWAAA%3BEOhRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYApBR%2CMAYI%2CEAQK%3BEP2Qb%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAOnQA%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CoBAKI%3BEACI%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CoBAKI%2CaAIM%3BEP0PV%2CwBAAA%3BEOxPY%2CgBAAA%3B%3BAAXZ%2CoBAKI%2CaASI%3BEACI%2CqBAAA%3B%3BAAfZ%2CoBAmBI%3BEACI%2CSAAA%3B%3BAApBR%2CoBAmBI%2CeAGM%3BEACE%2CaAAA%3B%3BAAGJ%2CoBAPJ%2CeAOK%2CIAAI%3BEACD%2CqBAAA%3B%3BAAGJ%2CoBAXJ%2CeAWK%3BEACG%2CiBAAA%3B%3BAA%5C%2FBZ%2CoBAmCI%2CmBACM%2CQAAQ%2CKAAK%3BEACX%2C6BAAA%3B%3BAAIA%2CoBANR%2CmBAKI%2CMACQ%3BEACA%2C0BAAA%3B%3BAAGJ%2CQAAS%2CqBAVjB%2CmBAKI%2CMAMQ%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CgBAAA%3B%3BAA%5C%2FCpB%2CoBAmCI%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%2CuBAAA%3B%3BAAhEpB%2CoBAmCI%2CmBAKI%2CMA4BM%2CeACE%3BEACI%2CmBAAA%3B%3BAAtEpB%2CoBAmCI%2CmBAKI%2CMA4BM%2CeAKI%2CKAAG%3BEACD%2CgBAAA%3B%3BAA1EpB%2CoBAmCI%2CmBAKI%2CMAsCI%2CwBAAwB%3BEACpB%2CoBAAA%3BEACA%2CcAAA%3B%3BAAhFhB%2CoBAmCI%2CmBAiDI%3BEACI%2CgBAAA%3B%3BAArFZ%2CoBAyFI%3BEACI%2CSAAA%3B%3BAA1FR%2CoBAyFI%2CcAGI%3BEACI%2CSAAA%3B%3BAA7FZ%2CoBAyFI%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%3BAAjHhB%2CoBAsHI%2CMACI%2CKAAI%3BEACA%2CkBAAA%3B%3BAAUJ%2CoBANJ%2CKAMK%3BEACG%2CiBAAA%3B%3BAAgBJ%2CoBADJ%2CQACK%3BEPgHT%2CqBAAA%3BE2ChOA%2CqBAAA%3BE3CgOA%2CWAAA%3B%3BAOhHQ%2CoBADJ%2CQACK%2CKoCoGP%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CoBpCyGI%2CQACK%2CKoC1GR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoBpC%2BCI%2CQACK%2CKAWI%2CSoC3DZ%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAOnQA%2CoBAuKI%3BEP4FJ%2CwBAAA%3B%3BAOnQA%2CoBA2KI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBARR%2CWAOI%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%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAAkBJ%2CmBADJ%2COACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CcAKI%3BEACI%2CcAAA%3B%3BAANR%2CcASI%3BEACI%2CWAAA%3BEACA%2COAAO%2CiBAAP%3B%3BAAXR%2CcAcI%2CcAAa%3BEACT%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAjBR%2CcAoBI%2CcAKI%2COAAM%3BEACF%2CWAAA%3BEACA%2CWAAA%3B%3BA2BpWZ%2CKAAK%2CKAAK%2COAGN%2CUACI%2COACI%3BEACI%2CWAAA%3B%3BASiHhB%2CqBT3GsB%2CQAAO%2COAAO%2COS2GnC%3BE3CyKD%2CS4CnOY%2CO5CmOZ%3B%3BAwJhSA%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BEpJkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBoJ9OI%2CQAAO%2COpJ8OV%3BAACD%2CgBoJ%5C%2FOI%2CQAAO%2COpJ%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBoJpPI%2CQAAO%2COpJoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBoJzPI%2CQAAO%2COpJyPV%3BAACD%2CgBoJ1PI%2CQAAO%2COpJ0PV%3BAACD%2CQAAQ%2CUAAW%2CiBoJ3Pf%2CQAAO%3BEpJ4PP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CgByJ1II%2CQAAO%2COzJ0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgByJ%5C%2FII%2CQAAO%2COzJ%2BIV%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CgByJpJI%2CQAAO%2COzJoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CgBoJnMI%2CQAAO%2COpJmMV%3BAACD%2CgBoJpMI%2CQAAO%2COpJoMV%3BAACD%2CgBoJrMI%2CQAAO%2COpJqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBoJ1MI%2CQAAO%2COpJ0MV%3BAACD%2CgBoJ3MI%2CQAAO%2COpJ2MV%3BAACD%2CQAAQ%2CUAAW%2CiBoJ5Mf%2CQAAO%3BExJ2RX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAoJ3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BEpJuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEoJnLQ%2CkBAAA%3B%3BApJgOR%2CsBoJnOI%2CQAAO%2CUpJmOV%3BAACD%2CsBoJpOI%2CQAAO%2CUpJoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBoJzOI%2CQAAO%2CUpJyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBoJ9OI%2CQAAO%2CUpJ8OV%3BAACD%2CsBoJ%5C%2FOI%2CQAAO%2CUpJ%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBoJhPf%2CQAAO%3BEpJiPP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CsByJ%5C%2FHI%2CQAAO%2CUzJ%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsByJpII%2CQAAO%2CUzJoIV%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsByJzII%2CQAAO%2CUzJyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CsBoJxLI%2CQAAO%2CUpJwLV%3BAACD%2CsBoJzLI%2CQAAO%2CUpJyLV%3BAACD%2CsBoJ1LI%2CQAAO%2CUpJ0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBoJ%5C%2FLI%2CQAAO%2CUpJ%2BLV%3BAACD%2CsBoJhMI%2CQAAO%2CUpJgMV%3BAACD%2CQAAQ%2CUAAW%2CuBoJjMf%2CQAAO%3BExJgRX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAIzLJ%3BERmQA%2CmBAAA%3BEQhQI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CaAMM%3BER6PN%2CwBAAA%3BEQ3PQ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CgBAAb%3BEACA%2CWAAA%3B%3BAAZR%2CaAeI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CmBAAA%3B%3BAAlBhB%2CaAeI%2COAOI%3BEACI%2CgBAAA%3B%3BAAvBZ%2CaAeI%2COAWI%3BEACI%2CgBAAA%3B%3BAACA%2CaAbR%2COAWI%2COAEK%3BEACG%2CaAAA%3B%3BAA7BhB%2CaAeI%2COAkBI%2CiBACM%3BEACE%2CgBAAA%3B%3BAAnChB%2CaAeI%2COAkBI%2CiBACM%2CWAEE%2CQAAO%3BEAEH%2CWAAA%3B%3BAAtCpB%2CaAeI%2COAmCI%2COACI%3BERgNZ%2CwBAAA%3BEQ9MgB%2CgBAAA%3B%3BAArDhB%2CaAeI%2COAyCI%3BEACI%2CgBAAA%3B%3BAAzDZ%2CaAeI%2COAyCI%2CcAEI%2COACI%3BEACI%2CWAAA%3B%3BAA5DpB%2CaAeI%2COAyCI%2CcAEI%2COAII%2COACM%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAOpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAA3EZ%2CaA%2BEI%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAnFR%2CaA%2BEI%2CwBAKI%2CQAAO%2CQAAQ%3BEAEX%2CWAAA%3B%3BAAtFZ%2CaA%2BEI%2CwBASI%3BEACI%2CsBAAA%3B%3BAACA%2CaAXR%2CwBASI%2CMAEK%3BEACG%2CgBAAA%3B%3BAA3FhB%2CaAgGI%3BEACI%2CkBAAA%3B%3BAAjGR%2CaAgGI%2CSAEM%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BAAOZ%2CYAEI%2CMAEI%3BAAJR%2CYAGI%2CMACI%3BEACI%2CgBAAA%3B%3BAAOR%2CKAAC%2CcACG%2CMACI%2CMACI%2CGAAG%2CGAAE%3BEACD%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAANhB%2CKAAC%2CcACG%2CMAQI%2CMACI%3BEACI%2CSAAA%3B%3BAAXhB%2CKAAC%2CcACG%2CMAaM%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAhBZ%2CKAAC%2CcAmBG%3BEACI%2CiBAAA%3B%3BAACA%2CKArBP%2CcAmBG%2CKAEK%3BAACD%2CKAtBP%2CcAmBG%2CKAGK%3BAACD%2CKAvBP%2CcAmBG%2CKAIK%3BEACG%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CKA5BP%2CcAmBG%2CKASK%3BEACG%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CKA5BP%2CcAmBG%2CKASK%2CIAMG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtChB%2CKAAC%2CcAmBG%2CKAsBM%3BERoGd%2CcAAA%3BEAAA%2CwBAAA%3BEQjGgB%2CgBAAA%3B%3BAA5CZ%2CKAAC%2CcAgDG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAArDZ%2CKAAC%2CcAwDG%2CMACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAA7DZ%2CKAAC%2CcAiEG%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAtER%2CKAAC%2CcAiEG%2CiBAMM%3BAAvEV%2CKAAC%2CcAiEG%2CiBAOM%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BERkEhB%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAnCiII%2CKAAC%2CcAiEG%2CiBAMM%2CemC0DZ%3BAnCjIE%2CKAAC%2CcAiEG%2CiBAOM%2CiBmCyDZ%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CKnC2HK%2CcAiEG%2CiBAMM%2CemClMb%3BAAAD%2CKnC2HK%2CcAiEG%2CiBAOM%2CiBmCnMb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3QQ%2COD2QR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CKnC8GC%2CcAiEG%2CiBAMM%2CemCtLb%2CMACI%3BAAAD%2CKnC8GC%2CcAiEG%2CiBAOM%2CiBmCvLb%2CMACI%3BE3C2PL%2CWAAA%3B%3BA2CrPI%2CKnCwGC%2CcAiEG%2CiBAMM%2CemChLb%2COACI%3BAAAD%2CKnCwGC%2CcAiEG%2CiBAOM%2CiBmCjLb%2COACI%3BE3CqPL%2CcAAA%3B%3BAQ7II%2CKAAC%2CcAiEG%2CiBAqBM%3BEAEE%2CQAAA%3B%3BAmCpHhB%2CKnC4BK%2CcAiEG%2CiBAqBM%2CiBmClHb%3BE3CyKD%2CS4C5PS%2CO5C4PT%3B%3BAQ7II%2CKAAC%2CcA8FG%3BEACI%2CqBAAA%3B%3BAACA%2CKAhGP%2CcA8FG%2CQAEK%3BEACG%2CeAAA%3B%3BAAEJ%2CKAnGP%2CcA8FG%2CQAKK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKA1GP%2CcAyGG%2CSACK%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CKA1GP%2CcAyGG%2CSACK%2CWAQG%3BEACI%2CeAAA%3B%3BAAGR%2CKAtHP%2CcAyGG%2CSAaK%3BEACG%2CgBAAA%3B%3BAAEJ%2CKAzHP%2CcAyGG%2CSAgBK%3BERoBb%2CwBAAA%3BEQlBgB%2CcAAA%3BEACA%2CqBAAA%3B%3BAAIJ%2CKAhIP%2CcA%2BHG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAjIZ%2CKAAC%2CcAsIG%3BEACI%2CgBAAA%3B%3BAAvIR%2CKAAC%2CcA4IG%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAA7IR%2CKAAC%2CcA2JG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CiBAAA%3B%3BAA7JR%2CKAAC%2CcA%2BJG%2CMAAM%3BEACF%2CgBAAA%3B%3BAAII%2CKApKX%2CcAkKG%2CWACI%2CKACK%2CSAEK%3BAADN%2CKArKX%2CcAkKG%2CWACI%2CKAEK%2CMACK%3BEACE%2CcAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CKApKX%2CcAkKG%2CWACI%2CKACK%2CSAMK%3BAALN%2CKArKX%2CcAkKG%2CWACI%2CKAEK%2CMAKK%3BEACE%2CkBAAA%3BEACA%2CeAAA%3B%3BAARR%2CKApKX%2CcAkKG%2CWACI%2CKACK%2CSAUK%3BAATN%2CKArKX%2CcAkKG%2CWACI%2CKAEK%2CMASK%3BEACE%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAASxB%3BEACI%2C6BAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BAAUJ%2CcAAiB%3BEACb%2CcAAA%3B%3BAAGJ%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%3BAA8GJ%2CMAAC%3BERjLL%2CYAAA%3BEQmLQ%2CgBAAA%3B%3BAAqJZ%2CcAAe%2CiBAAiB%2CQAAO%3BEACnC%2CiBAAA%3BEACA%2CkBAAA%3B%3BA8B5lBA%2CeACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CeACI%2CaAGI%3BEACI%2CgBAAA%3B%3BAALZ%2CeAQI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAOI%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAArBpB%2CeA0BI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAHJ%2CUAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAAvCZ%2CeA0CI%2CeACM%3BEACE%2CcAAA%3B%3BAA5CZ%2CeA0CI%2CeACM%2CWAEI%3BEACE%2CkBAAA%3B%3BAA9ChB%2CeA0CI%2CeACM%2CWAKI%3BEACE%2CWAAA%3B%3BAAEI%2CeAThB%2CeACM%2CWAKI%2CWAEE%2CQACK%3BEAEG%2CcAAA%3BEACA%2CWAAA%3B%3BAAtDxB%2CeA0CI%2CeACM%2CWAeE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA5DhB%2CeAgEI%3BAAhEJ%2CeAiEI%3BAAjEJ%2CeAkEI%3BAAlEJ%2CeAmEI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEI5CJ%2CqBAAA%3BEACA%2CkBAAA%3B%3BAJyCA%2CiBAIC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAtCnDF%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAsCoCJ%2CiBIvCA%3BEAEI%2CeAAA%3BE1C8OJ%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C%5C%2FOQ%2CO5C%2BOR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BE3C2PL%2CWAAA%3B%3BA2CrPI%2CiBDKJ%2CiBCNC%2COACI%3BE3CqPL%2CcAAA%3B%3BA0CqEA%2CiBArTA%2CiBAqTC%3BE1CrED%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C%5C%2FOQ%2CO5C%2BOR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BE3C2PL%2CWAAA%3B%3BA2CrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BE3CqPL%2CcAAA%3B%3BAsCzMA%2CiBIgJA%3BE1CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BE0ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE1C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAsCzMA%2CiBIgJA%2CgBAsBI%3BE1CmCJ%2CSAAA%3B%3BA0C3BQ%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%3BE1CzSJ%2CsDAAA%3BE0C2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BE1C%5C%2FSJ%2CsDAAA%3BE0CiTI%2CWAAA%3B%3BAAzDJ%2CiBAjTA%2CgBAiTC%3BE1CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA0C6PA%2CiBAtTA%2CgBAsTC%3BE1C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA0CZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAJjMR%2CiBA0BI%3BEACI%2CyBAAA%3BEACD%2CkBAAA%3BEACC%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACH%2CaAAA%3BEACG%2CUAAA%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CiBAlBJ%2CgBAkBK%3BEACG%2CaAAA%3B%3BAA7CZ%2CiBA0BI%2CgBAqBI%3BEACI%2CaAAA%3B%3BAAEJ%2CiBAxBJ%2CgBAwBK%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACd%2CaAAA%3B%3BAArDE%2CiBAwDI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAA3DZ%2CiBAwDI%2CSACI%2CSAGM%3BAA5Dd%2CiBAwDI%2CSACI%2CSAIM%3BEACE%2CeAAA%3B%3BAACA%2CiBAPZ%2CSACI%2CSAGM%2CWAGG%2CIAAI%3BAAAL%2CiBAPZ%2CSACI%2CSAIM%2CaAEG%2CIAAI%3BEACD%2CkBAAA%3B%3BAAMZ%2CiBADJ%2CQACK%3BEACI%2CgBAAA%3BEACD%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BElCoEZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAvCiOA%2CiBkCvFI%2CQACK%2CMlCsFR%3BAACD%2CiBkCxFI%2CQACK%2CMlCuFR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkC7FI%2CQACK%2CMlC4FR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkClGI%2CQACK%2CMlCiGR%3BAACD%2CiBkCnGI%2CQACK%2CMlCkGR%3BAACD%2CQAAQ%2CUAAW%2CkBkCpGf%2CQACK%3BElCoGL%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAsCnIQ%2CiBADJ%2CQACK%2CMKuHP%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CiBLoII%2CQACK%2CMKrIR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBLuHA%2CQACK%2CMKzHR%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CiBLiHA%2CQACK%2CMKnHR%2COACI%3BE3CqPL%2CcAAA%3B%3BAsChHQ%2CiBApBJ%2CQAoBK%3BEACG%2CmBAAA%3BEACA%2C%2BEAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAId%2CiBA5BM%2CQAoBK%2CSAQV%3BEACS%2CiCAAA%3B%3BAATA%2CiBApBJ%2CQAoBK%2CSAaG%2CSAAQ%3BEACA%2CqBAAA%3B%3BAACJ%2CiBAnCZ%2CQAoBK%2CSAaG%2CSAAQ%2CIAEH%3BEACG%2CqBAAA%3B%3BAAhBZ%2CiBApBJ%2CQAoBK%2CSAaG%2CSAAQ%2CIAKJ%2CQACM%3BEtC6FtB%2CeAAA%3B%3BAsCzMA%2CiBAsHI%3BEACI%2CgBAAA%3B%3BAAIR%3BEtC8EA%2CgCAAA%3BEAAA%2CSAAA%3BEsC3EI%2CgBAAA%3B%3BEAEA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIJ%3BEtCoEA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAuCsGA%2CeAEI%3BEACI%2CeAAA%3B%3BAACA%2CeAFJ%2CcAEK%2CIAAI%3BEtCgEb%2C6BAAA%3B%3BAsC7DQ%2CeALJ%2CcAKK%3BEACG%2CcAAA%3B%3BAARZ%2CeAiBI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAApBZ%2CeAuBI%3BEACI%2CqBAAA%3B%3BAAxBR%2CeA0BI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAA5BR%2CeA0BI%2CmBAGI%3BEtCuCR%2CcAAA%3B%3BAsCpEA%2CeAiCI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CeAiCI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAArCZ%2CeAiCI%2CsBAMI%3BAAvCR%2CeAiCI%2CsBAOI%3BEACI%2CgBAAA%3B%3BAAzCZ%2CeAiCI%2CsBAUI%2CMAAK%3BEtCyBb%2CwBAAA%3B%3BAsCpEA%2CeAiCI%2CsBAgBI%3BEACI%2CiBAAA%3B%3BAAlDZ%2CeAqDI%2CSACM%3BAAtDV%2CeAqDI%2CSAEM%3BEACE%2CWAAA%3B%3BAAxDZ%2CeAqDI%2CSAKI%3BEAOI%2CSAAA%3BEACA%2CwBAAA%3B%3BAANA%2CeAPR%2CSAKI%2CQAEK%3BEtCQb%2CcAAA%3BEsCNgB%2CoBAAA%3BEACA%2CgBAAA%3B%3BAK3JhB%2CeLiJI%2CSAeI%2CQACM%2CUKjKb%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAsCQQ%2CeAvBJ%2CSAuBK%3BEACG%2CeAAA%3B%3BAAEJ%2CeA1BJ%2CSA0BK%2CQACG%2CSACI%3BEtCbhB%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAL2OQ%2CeA1BJ%2CSA0BK%2CQACG%2CSACI%2CQKzBd%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CeL2MI%2CSA0BK%2CQACG%2CSACI%2CQKvOf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAL9DQ%2CeA1BJ%2CSA0BK%2CQAgBG%3BEACI%2CaAAA%3B%3BAAhGhB%2CeA0GI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA9GR%2CeAgHI%3BEtC5CJ%2CwBAAA%3BEsC8CQ%2CmBAAA%3B%3BAAlHR%2CeAoHI%3BEACI%2CaAAA%3B%3BAAGA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BEtCrDT%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BALkUQ%2CeADJ%2CQACK%2CKKhEP%3BALiEM%2CeAFJ%2CQAEK%2COKjEP%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CeL2TI%2CQACK%2CKK5TR%3BAAAD%2CeL2TI%2CQAEK%2COK7TR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3QQ%2COD2QR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeL8SA%2CQACK%2CKKhTR%2CMACI%3BAAAD%2CeL8SA%2CQAEK%2COKjTR%2CMACI%3BE3C2PL%2CWAAA%3B%3BA2CrPI%2CeLwSA%2CQACK%2CKK1SR%2COACI%3BAAAD%2CeLwSA%2CQAEK%2COK3SR%2COACI%3BE3CqPL%2CcAAA%3B%3BA2CzKA%2CeL4NI%2CQAaK%2COKzOR%3BE3CyKD%2CS4C5PS%2CO5C4PT%3B%3BAS3QA%2CqBAEI%3BAADJ%2CyBACI%3BEACL%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAANC%2CqBASI%2COAAM%2COACF%2COAAM%2CUACF%3BAAVZ%2CyBAQI%2COAAM%2COACF%2COAAM%2CUACF%3BEACI%2CaAAA%3B%3BAAMhB%3BETyPA%2CmBAAA%3B%3BASpPA%3BEToPA%2CgBAAA%3B%3BASpPA%2CYAOI%3BET6OJ%2C6BAAA%3BEAAA%2CgBAAA%3BESzOQ%2CaAAa%2CgBAAb%3BEACA%2CWAAA%3B%3BAAZR%2CYAeI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3B%3B%3BAAFJ%2CqBAKI%3B%3B%3BAoDhEJ%3BE7D2RA%2CmBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BE6DpRI%2CkBAAA%3B%3BAAPJ%2CsBASI%3BE7DkRJ%2CeAAA%3BE6DhRQ%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CsBASI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAOA%2CsBAHR%2CkBACI%2COAEK%2COAAO%3B%3BEAEJ%2C0BAAA%3B%3BAACA%2CsBANZ%2CkBACI%2COAEK%2COAAO%2CSAGH%3BE7DiQjB%2CWAAA%3B%3BAU9PA%3BEV8PA%2CgBAAA%3BEU3PI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEVwPA%2CiBAAA%3BEUtPI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CsBAAC%3BEVgPL%2CmBAAA%3BEAAA%2CWAAA%3BEU7OQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEVqOT%2C0BAAA%3B%3BAU%5C%2FNQ%2CsBADH%2CWACI%3BEV%2BNT%2C0BAAA%3B%3BAUxPA%2CsBA8BM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEVsNR%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3B%3BAU3MQ%2CsBAfF%2COAeG%3BAACD%2CsBAhBF%2COAgBG%3BEV0MT%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEUrMY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACd%2CWAAA%3BEACc%2CMAAA%3B%3BAAGJ%2CsBA7BF%2COA6BG%3BEV6LT%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEUvLY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEVsLZ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3B%3BAUzKQ%2CsBADH%2CQACI%3BEACG%2CmBAAA%3B%3BAAFR%2CsBAAC%2CQAIK%3BEVsKV%2CWAAA%3B%3BAUpKY%2CsBANP%2CQAIK%2COAEG%3BEVoKb%2CmBAAA%3B%3BAUjKY%2CsBATP%2CQAIK%2COAKG%3BEViKb%2CS4ChPa%2CO5CgPb%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3B%3BAUxJI%2CsBAAC%3BEACG%2CeAAA%3B%3BAADJ%2CsBAAC%2CUAEK%3BEVsJV%2CWAAA%3B%3BAUpJY%2CsBAJP%2CUAEK%2COAEG%3BEVoJb%2CS4ChPa%2CO5CgPb%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3B%3BAiEnRI%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BEjE2QR%2CiBAAA%3B%3BAiEtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BEjEkQZ%2CqBAAA%3B%3BA2B1RA%2CqBACI%2CaAOI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAXpB%2CqBACI%2CaAeI%2CcACI%3BEAEI%2CeAAA%3B%3BA8HEhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BEzJ%2BPL%2CYAAA%3B%3BAyJ%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BEzJuPb%2CWAAA%3B%3BAyJrQA%2CcAoBI%3BEzJ3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyJAA%2CcAwBI%3BEzJ6OJ%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BA8GSA%2CcAwBI%2CsB9GiOF%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2Cc8G2BI%2CsB9G3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS4C7NQ%2CO5C6NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Cc8GcA%2CsB9GfH%2CMACI%3BE3C2PL%2CWAAA%3B%3BAyJnOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BEzJ%2BNT%2CYAAA%3B%3BAyJ9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BEzJuNjB%2CWAAA%3B%3BAyJrQA%2CcAqDI%3BEzJgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CuBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEyJzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BEzJ8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BEyJxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BEzJkLT%2C2BAAA%3B%3BAyJ9KQ%2CcAlCJ%2CuBAkCK%3BEzJ8KT%2C2BAAA%3BEyJ5KY%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%3BIzJwHrC%2CyBAAA%3B%3BEyJrHA%2CcAAe%2CuBAAsB%3BIzJqHrC%2C4BAAA%3BIyJnHI%2CQAAA%3B%3B%3BA7H3IJ%3BEACI%2CmBAAA%3B%3BAADJ%2CYAEI%3BEACI%2CeAAA%3B%3BAAGR%2CYAMI%3BAANJ%2CYAOI%3BE5BiPJ%2CgBAAA%3BE4B%5C%2FOQ%2CmBAAA%3B%3BAATR%2CYAMI%2CYAKI%2CUACI%3BAAZZ%2CYAOI%2CuBAII%2CUACI%3BEACI%2CuBAAA%3BEACA%2CiBAAA%3B%3BAAdhB%2CYAmBI%3BEACI%2CYAAA%3B%3BAApBR%2CYAuBI%3BE5BiOJ%2C6BAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C8BAAA%3BEAAA%2C6BAAA%3BEAAA%2CaAAA%3BE4BzNQ%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BE5BmNT%2CqBAAA%3B%3BA4BhNY%2CYAjBR%2CuBAcK%2CcAGI%3BE5BgNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CS4ChPa%2CO5CgPb%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BE4BzMgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAA1DhB%2CYAqEI%3BEACI%2CgBAAA%3B%3BAAEI%2CYAHR%2CmBAEM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3B%3BAA1EhB%2CYA%2BEI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAjFR%2CYAoFI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAII%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAMI%2CMACI%3BE5B6HR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BA4BzHY%2C%2BBALR%2CMACI%2CGAIK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C%2BBAbR%2CMAYI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAArBpB%2C%2BBAMI%2CMAmBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BA%2BBjLhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BE3DgRR%2CcAAA%3BE2D9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BE3DmQR%2CYAAA%3BE2D%5C%2FPY%2CWAAA%3B%3BA9BdZ%3BE7B6QA%2CiBAAA%3B%3BA6B7QA%2C%2BBAGI%3BE7B0QJ%2C6BAAA%3BE6BvQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BE7BoQR%2CUAAA%3BEAAA%2CqBAAA%3BE2C9QA%2CqBAAA%3BEdsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CacwPN%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2C%2BBdFI%2C4BAMI%2CacJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3QQ%2COD2QR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBdfA%2C4BAMI%2CacQP%2CMACI%3BE3C2PL%2CWAAA%3B%3BA2CrPI%2C%2BBdrBA%2C4BAMI%2CaccP%2COACI%3BE3CqPL%2CcAAA%3B%3BA6B7QA%2C%2BBA2BI%3BE7BkPJ%2CiBAAA%3B%3BA6B7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BAmCrCR%3BEhE8QA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BAgE9QA%2CkBAMM%3BEAEE%2CcAAA%3BEACA%2CaAAa%2CgBAAb%3BEACA%2CWAAA%3B%3BAAVR%2CkBAkBI%2CMACI%3BEhE2PR%2CWAAA%3BEgEzPY%2CcAAA%3B%3BAAKJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BEhEiPhB%2CwBAAA%3BEgE%5C%2FOgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAKI%3BAANR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAII%3BEACI%2CgBAAA%3B%3BAAjCpB%2CkBAuCI%3BEACI%2CkBAAA%3B%3BAAxCR%2CkBAgDI%2CeACM%3BEACE%2C6BAAA%3BEhE4NZ%2C2BAAA%3BEgE1NY%2CeAAA%3BEhE0NZ%2CcAAA%3BE2ChOA%2CqBAAA%3BEqBgBY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FDZ%2CkBAgDI%2CeACM%2CSrBiNR%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CkBqBJI%2CeACM%2CSrBGT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqBvRY%2CkBAhBR%2CeACM%2CSAeG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAnEhB%2CkBAgDI%2CeACM%2CSAoBE%3BEhEyMZ%2CwBAAA%3BEgEvMgB%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CaAAa%2CgBAAb%3BEACA%2CWAAA%3B%3BArBoChB%2CkBqB9DI%2CeA6BK%2COACK%2CSrBgCb%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAgE9QA%2CkBAgDI%2CeAqCI%3BEACI%2CkBAAA%3B%3BAAtFZ%2CkBA2FI%3BEhEmLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEgE%5C%2FKQ%2CSAAA%3B%3BAAEJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAApGZ%2CkBAuGI%2CcACI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACZ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FGA%2CkBAuGI%2CcAUI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAApHZ%2CkBAuGI%2CcAgBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAzHZ%2CkBAuGI%2CcAoBI%3BEhEmJR%2CwBAAA%3BEgEjJY%2CgBAAA%3B%3BAAGA%2CkBAzBR%2CcAwBI%2CqBACQ%2CuBACA%3BEhE6IhB%2CwBAAA%3B%3BA8BtRA%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAEI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAMR%2CqBACI%3BE9BkQJ%2CwBAAA%3BE8BhQQ%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAJR%2CqBACI%2CaAII%3BEACI%2CgBAAA%3BEACA%2CaAAa%2CgBAAb%3BEACA%2CWAAA%3B%3BAARZ%2CqBAWI%2COACI%3BEACI%2CgBAAA%3B%3BAAbZ%2CqBAgBI%3BEACI%2CqBAAA%3B%3BAAjBR%2CqBAgBI%2CiBAEM%3BEACE%2CoBAAA%3BEACA%2CgBAAA%3B%3BAApBZ%2CqBA2BI%2COAAM%3BEACF%2CSAAA%3B%3BAA5BR%2CqBA2BI%2COAAM%2COAEF%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FBZ%2CqBA2BI%2COAAM%2COAMF%2COACI%3BAAlCZ%2CqBA2BI%2COAAM%2COAMF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGR%2CqBAbJ%2COAAM%2COAaE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAlBR%2COAAM%2COAaE%2CSAKC%3BE9BsNb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE8BjNgB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAC9EhB%2CwBACI%3BEACI%2CgBAAA%3B%3BAAGA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAGR%2CwBANJ%2CgBAMK%2CQACG%3BEACI%2CcAAA%3B%3BAAZhB%2CwBA6BI%3BE%5C%2FBqPJ%2C0BAAA%3BEAAA%2CeAAA%3BE%2BBlPQ%2CSAAA%3B%3BAAhCR%2CwBA6BI%2CsBAKI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAArCZ%2CwBA6BI%2CsBAWI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA1CZ%2CwBA8CI%3BEACI%2CaAAA%3BE%5C%2FBmOR%2CmBAAA%3B%3BA%2BBhOY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAnDhB%2CwBAwDI%3BAAxDJ%2CwBAyDI%3BE%5C%2FByNJ%2CgBAAA%3B%3BA%2BBlRA%2CwBA6DI%3BEACI%2CiBAAA%3B%3BAA9DR%2CwBAiEI%3BEACI%2CgBAAA%3B%3BAAlER%2CwBAiEI%2CgCAGI%2CSACI%3BEACI%2CeAAA%3B%3BAAtEhB%2CwBAiEI%2CgCAaI%3BE%5C%2FBoMR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA%2BBzLQ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAA1FZ%2CwBAmGI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAtGR%2CwBAwGI%3BEACI%2CcAAA%3B%3BA2BjGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSd0ClB%2COc1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BE1DwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BA0D%5C%2FQA%2CwBAuBI%2CsBAII%3BE1DoPR%2CcAAA%3BEAAA%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CwBe9BI%2CsBAII%2Cef0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CmBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBe3CA%2CsBAII%2CefsCP%2CMACI%3BE3C6ML%2CWAAA%3B%3BA2CvMI%2CwBejDA%2CsBAII%2Cef4CP%2COACI%3BE3CuML%2CcAAA%3B%3BA0D%5C%2FQA%2CwBA0CI%3BE1DqOJ%2CsBAAA%3B%3BA0D9NgB%2CwBAPZ%2CwBAKI%2CSACI%2CQACK%3BEACG%2CeAAA%3B%3BAAlDpB%2CwBAyDI%3BEACI%2CgBAAA%3B%3BAA1DR%2CwBA6DI%3BEACI%2CUAAA%3B%3BAA9DR%2CwBA6DI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%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%3BAA9EhB%2CwBA6DI%2CmBAEI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApFhB%2CwBA6DI%2CmBA2BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAA1FZ%2CwBA8FI%2COAKI%2CQACM%3BEACE%2CoBAAA%3B%3BAArGhB%2CwBA8FI%2COAKI%2CQAKI%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3B%3BAA1GhB%2CwBA8FI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAAhHhB%2CwBA8FI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAAtHhB%2CwBA8FI%2COA4BI%2CSAEI%3BAA5HZ%2CwBA8FI%2COA6BI%2CQACI%3BEACI%2CYAAA%3B%3BAA7HhB%2CwBA8FI%2COAmCM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApIhB%2CwBA8FI%2COA0CI%2CKACI%3BEACI%2CcAAA%3B%3BAA1IhB%2CwBA8FI%2COA0CI%2CKAKI%3BEACI%2CWAAA%3B%3BAAIR%2CwBApDJ%2COAoDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BA%5C%2FCvKxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEX%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAW9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEXiRpB%2CcAAA%3BEAAA%2CwBAAA%3B%3BAWhSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CsBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BA%2BIzDJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CYAGI%3BEACI%2CuBAAA%3B%3BAAJR%2CYAMM%3BEACE%2CWAAA%3BEACA%2CiBAAA%3B%3BAARR%2CYAUI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAfR%2CYAUI%2CUAMM%3BEACE%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAArBZ%2CYAUI%2CUAaM%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA5BZ%2CYAUI%2CUAoBI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnCZ%2CYAUI%2CUAoBI%2CcAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CYA9BZ%2CUAoBI%2CcAMI%2CGAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CgBAAgB%2CkBAAhB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3B%3BAAOpB%3BEACI%2CeAAA%3B%3BAAEI%2CYADJ%2CEACK%3BAACD%2CYAFJ%2CEAEK%3BAACD%2CYAHJ%2CEAGK%3BAACD%2CYAJJ%2CEAIK%3BAACD%2CYALJ%2CEAKK%3BEACG%2CcAAA%3B%3BAARZ%2CYAYI%3BEACI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CYAJJ%2CgBAIK%3BEACG%2CgBAAA%3B%3BAAjBZ%2CYAqBI%3BEACI%2CkBAAA%3B%3BAAtBR%2CYAqBI%2CGAEI%3BEACI%2CqBAAA%3B%3BAAxBZ%2CYA4BI%3BEACI%2CcAAA%3B%3BAACA%2CYAFJ%2CeAEK%3BEACG%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3B%3BAAjCZ%2CYA4BI%2CeAOI%3BEACI%2CkBAAA%3B%3BAApCZ%2CYA4BI%2CeAOI%2CWAEI%3BEACI%2CqBAAA%3B%3BAAMhB%2CiBACI%3BAADJ%2CiBACQ%3BEACA%2CUAAA%3B%3BAAIR%2CgBACI%2CYACI%3BEACI%2CgBAAA%3B%3BAAHZ%2CgBAMI%2CSAAS%2CQAAO%2CKACZ%3BEACI%2CgBAAA%3B%3BAAchB%2CwBAP0C%3BEACtC%2CYAAY%3BIACR%2CaAAA%3B%3B%3BAA6CP%2CwBAxCyC%3BEACtC%2CYAAY%3BIACR%2CaAAA%3B%3BEAGJ%2CYAAY%2COACR%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CYAAY%2COACR%2CUAGM%3BIACE%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAPZ%2CYAAY%2COACR%2CUAQM%3BIACE%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAZZ%2CYAAY%2COACR%2CUAaI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAlBZ%2CYAAY%2COACR%2CUAaI%2CcAKI%3BIACI%2CkBAAA%3B%3BEACA%2CYArBJ%2COACR%2CUAaI%2CcAKI%2CGAEK%3BIACG%2CUAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAzBpB%2CYAAY%2COA8BR%3BIACI%2CcAAA%3B%3B%3BAxGrKJ%2COAAC%3BEACG%2CgBAAA%3B%3BAAMI%2COAJP%2CMAEG%2COAEK%2CYAAY%3BElDwRzB%2CWAAA%3BEkDtRgB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAEJ%2COAhBP%2CMAEG%2COAcK%3BEACG%2CYAAA%3B%3BAArBhB%2COAyBI%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2COAAC%3BEACG%2CaAAA%3B%3BAAEJ%2COAAC%3BEACG%2CSAAA%3B%3BAADJ%2COAAC%2CQAEG%3BEACI%2CsBAAA%3BEACA%2CeAAA%3B%3BAAJR%2COAAC%2CQAMG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2COAAQ%2CQAXX%2CQAWY%3BEACL%2CYAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAdR%2COAAC%2CQAgBG%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAACA%2COArBP%2CQAgBG%2CQAAO%2COAKF%3BEACG%2CWAAA%3BEACA%2CcAAA%3B%3BAAIZ%2COAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3B%3BAAFJ%2COAAC%2CQAGG%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BAACA%2COAXP%2CQAGG%2CEAQK%3BEACG%2CWAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2COAAC%3BEACG%2CgBAAA%3B%3BAACA%2COAFH%2CMAEI%3BEACG%2CSAAS%2CIAAT%3B%3BAAGR%2COAAC%3BElD2ML%2CWAAA%3BEkDzMQ%2CiBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CSAAA%3B%3BAACA%2COAFH%2CQAEI%3BEACG%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2COANH%2CQAMI%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BElDwLZ%2CcAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2COOmBK%2CQAMI%2CMPzBR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAOzPY%2COAvBP%2CQAMI%2CMAiBI%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAPahB%2COOVsB%2CUA7BjB%2CQAMI%2CMPiCR%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAkDnKQ%2COApCH%2CQAoCI%3BEACG%2CSAAA%3BEACA%2CcAAA%3B%3BAAFJ%2COApCH%2CQAoCI%2CQAGG%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAALR%2COApCH%2CQAoCI%2CQAOG%3BElD4JZ%2CcAAA%3BEkD1JgB%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COAjDX%2CQAoCI%2CQAOG%2CEAMK%3BEAEG%2CqBAAA%3B%3BAACA%2COApDf%2CQAoCI%2CQAOG%2CEAMK%2CMAGO%3BEACA%2CyBAAA%3B%3BAAjBhB%2COApCH%2CQAoCI%2CQAqBG%3BEAEI%2CkBAAA%3B%3BAACA%2COA5DX%2CQAoCI%2CQAqBG%2COAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2COA%5C%2FDX%2CQAoCI%2CQAqBG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAYR%2CoBAFR%2CQACI%2CQACK%3BEACG%2CcAAA%3B%3B%3BAAGA%2CoBANZ%2CQACI%2CQACK%2CQAII%3BElDuHjB%2CWAAA%3BEkDrHoB%2CaAAA%3B%3BAAEA%2CoBAVhB%2CQACI%2CQACK%2CQAII%2CSAII%3BEACG%2CSAAS%2CGAAT%3B%3BAATZ%2CoBAFR%2CQACI%2CQACK%2CQAYG%3BAAZJ%2CoBAFR%2CQACI%2CQACK%2CQAaG%3BEACI%2CqBAAA%3B%3BAAdR%2CoBAFR%2CQACI%2CQACK%2CQAgBG%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAnBR%2CoBAFR%2CQACI%2CQACK%2CQAqBG%2CQAAO%3BEACH%2CmBAAA%3B%3BAX1LpB%2CcACI%3BEACI%2CqBAAA%3B%3BAAFR%2CcACI%2COAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CcAQI%3BEACI%2CgBAAA%3B%3BAATR%2CcAQI%2CeAEI%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CeAAA%3B%3BAAZZ%2CcAQI%2CeAMI%2CKACI%3BEACI%2CqBAAA%3B%3BAAQJ%2CcAhBR%2CeAMI%2CKAUK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAYhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAA1ChB%2CcA%2BCM%3BEACE%2CgBAAA%3B%3BAAhDR%2CcAmDI%2CiBACM%3BEACE%2CcAAA%3B%3BAArDZ%2CcAmDI%2CiBACM%2CaAEE%3BEACI%2CsBAAA%3B%3BAACA%2CcALZ%2CiBACM%2CaAEE%2CQAEK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAA1DpB%2CcAmDI%2CiBAWM%3BEACE%2CmBAAA%3B%3BAA%5C%2FDZ%2CcAuEI%3BEACI%2CiBAAA%3B%3BAAoBgB%2CcAbpB%2COAGI%2CkBACI%2CcACI%2CUAOM%2CSACG%3BEACG%2CaAAA%3B%3BAA7F5B%2CcA%2BEI%2COAGI%2CkBACI%2CcACI%2CUAOM%2CSAIE%3BEACI%2CqBAAA%3B%3BAAhG5B%2CcAwGI%3BAAxGJ%2CcAyGI%2CeAAe%3BEAEX%2C6BAAA%3BEACA%2CqBAAA%3B%3BAA5GR%2CcAwGI%2CaAKI%3BAA7GR%2CcAyGI%2CeAAe%2COAIX%3BEACI%2CgBAAA%3B%3BAA9GZ%2CcAwGI%2CaAKI%2COAEI%3BAA%5C%2FGZ%2CcAyGI%2CeAAe%2COAIX%2COAEI%3BEvCgLZ%2CcAAA%3B%3BAuC%5C%2FRA%2CcAqHI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BEvCiKvB%2CwBAAA%3B%3BAuClKI%2CcAAC%2CaAIG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAnIhB%2CcAwII%2CWACI%3BEACI%2CmBAAA%3B%3BAA1IZ%2CcAwII%2CWAIM%3BEACE%2CSAAA%3B%3BAA7IZ%2CcAiJI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAnJZ%2CcAuJI%2CoBACI%3BEACI%2CSAAA%3B%3BAAzJZ%2CcAuJI%2CoBACI%2CUAEI%2CQAAO%3BEACH%2CkBAAA%3B%3BAA3JhB%2CcAoKI%2CiBAAiB%2COAAM%3BEvC2H3B%2CwBAAA%3BEuCzHQ%2CmBAAA%3B%3BAAtKR%2CcAoKI%2CiBAAiB%2COAAM%2COAGnB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBACI%3BAADJ%2CyBAEI%3B%3B%3BAAFJ%2CyBAKI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAUzLZ%2CKAAK%2COAAQ%3BEjD%2BRT%2CcAAA%3B%3BAiD7RA%2CKAFC%2COAAQ%2CSAER%3BEACG%2CSAAQ%2CGAAR%3B%3BAAEJ%2CKALC%2COAAQ%2CSAKR%3BEACG%2CSAAQ%2CGAAR%3B%3BAAGR%3BE0G%2BEI%2CgBAAA%3BEACA%2CmBAAA%3B%3BA1GhFJ%2Ce0GmFI%3BE3JmMA%2CWAAA%3BE2JjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BE3J2FA%2CcAAA%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE2JxEA%2CS%5C%2FGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO%2BGmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA1GtMJ%2Ce0GmFI%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE3J2FA%2CcAAA%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE2JxEA%2CS%5C%2FGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO%2BGmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA1GtMJ%2Ce0GmFI%2CeAsBM%2COAiBE%3BE3JhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiDbJ%2CwBAEI%2CgB0G4HA%3BA1G7HJ%2CcACI%2CgB0G4HA%3BE3JxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiDNJ%3BE0GZI%2CgBAAA%3B%3BAAEA%2CoBAAC%3BE3JqRD%2CcAAA%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE2J1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CS%5C%2FGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO%2BGmLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA1GHR%2CoB0GMI%2CMAAK%3BE3JPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2JMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BA1GbpB%2CoB0GmBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BA1GtBR%2CoB0GmBI%2CMAKI%3BE3JzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2JsBI%2CoBATJ%2CMASK%3BE3J%2BOL%2CcAAA%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE2J1GA%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%3BA1G7CpB%2CoB0GsIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS%5C%2FGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO%2BGmLR%3B%3BA1GnMJ%2CoB0GsIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS%5C%2FGnLQ%2CQAAA%2CQAAA%2CQAAA%2CO%2BGmLR%3B%3BA1GnMJ%2CoB0GsIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS%5C%2FGnLQ%2CQAAA%2CQAAA%2CO%2BGmLR%3B%3BA1GnMJ%2CoB0GsIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS%5C%2FGnLQ%2CQAAA%2CO%2BGmLR%3B%3BA1GnMJ%2CoB0GsIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS%5C%2FGnLQ%2CO%2BGmLR%3B%3BA1GjMA%2CoBAAC%3BE0GiMD%2CS1JjMc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO0JiMd%3B%3BA1GtLA%2COAAC%3BEACG%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COALH%2CQAKI%3BEACG%2CaAAA%3B%3BAANR%2COAAC%2CQAQG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAZR%2COAAC%2CQAcG%3BEACI%2CaAAA%3B%3BAAGR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAGR%2COAAC%2CKACG%2CQAAO%2COAAO%3BEjDsOlB%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2C0BAAA%3BEAAA%2CiBAAA%3BEiDnOQ%2CSAAA%3B%3BA7CwRR%2CO6C5RC%2CKACG%2CQAAO%2COAAO%2CQ7C2RjB%3BAACD%2CO6C7RC%2CKACG%2CQAAO%2COAAO%2CQ7C4RjB%3BEJtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI4DA%2CO6CnSC%2CKACG%2CQAAO%2COAAO%2CQ7CkSjB%3BEJ5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAiDvOA%2COAAC%2CKAMG%2CiBAAiB%3BEACb%2CUAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEAQA%2CmBAAA%3B%3BAAXJ%2CSAAU%2CQAAC%2COAAO%2COAId%3BEACI%2CSAAA%3B%3BAALR%2CSAAU%2CQAAC%2COAAO%2COAOd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CSAAU%2CQAAC%2CcACL%3BEACE%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGR%2COAAC%2CaAAc%2CMAAK%3BAACpB%2COAAC%2CaAAa%3BEACV%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAFR%2COAAC%2CaAIG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGR%2COAAC%3BEAIG%2CqBAAA%3B%3BAAJJ%2COAAC%2CKACG%2CaAAa%3BEjDuLjB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%3B%3BAiDlLA%2COAAC%3BEACG%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3B%3BAjDzDJ%2COiDsDC%2CKjDtDA%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAiDwDA%2COALH%2CKAKI%3BEACG%2CeAAA%3B%3BAAGR%2COAAC%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAEG%3BEACI%2CgBAAA%3B%3BAAGR%2COAAC%3BEACG%2CeAAA%3B%3BAAKJ%2COAAC%3BEjDuJD%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CwBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%3BEiDrJI%2CgBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CmBAAA%3B%3BAAGR%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAAsDZ%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CSAAS%2COAAO%2CKACZ%2CQAAO%3BAADX%2CSAAS%2COAAO%2CKAEZ%2CSAAQ%2CQAAQ%3BAAFpB%2CSAAS%2COAAO%2CKAGZ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAACA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAHR%2CwBAKI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAPR%2CwBASI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAXR%2CwBASI%2CiBAII%2CEAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAOZ%2CkBAEI%3BAADJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAgCR%2CwBACI%2COACI%3BEjDcJ%2CmBAAA%3B%3BAiDZQ%2CwBAHR%2COACI%2CMAEK%3BEACG%2CgBAAA%3B%3BAALhB%2CwBASI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAFJ%2CcAEK%2CIAAI%3BEjDKT%2CqBAAA%3B%3BAiDhBJ%2CwBAeI%2CgBACI%3BEjDAJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAiDOJ%2CcAEI%3BAADJ%2CwBACI%3BEjDTA%2CgBAAA%3B%3BAiDcJ%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAoCR%2CgBAQI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CgBAAA%3B%3BAAZR%2CgBAgBI%3BEACI%2CSAAA%3B%3BAAjBR%2CgBAgBI%2CgBAKI%3BEjD1EJ%2CmBAAA%3B%3BAiDqDJ%2CgBAgBI%2CgBAKI%2CwBAEI%3BEjD5ER%2CoBAAA%3B%3BAiD8EY%2CgBATZ%2CgBAKI%2CwBAEI%2CMAEK%3BEACG%2CgBAAA%3B%3BAA1BpB%2CgBAgBI%2CgBAeI%3BEjDpFJ%2CgBAAA%3BEAAA%2CwBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAiDqDJ%2CgBAgBI%2CgBAoBI%3BEACI%2CSAAA%3BEjD1FR%2CmBAAA%3B%3BAiDqDJ%2CgBAgBI%2CgBAwBI%3BEjD7FJ%2CWAAA%3B%3BAmChSA%2CKAAK%2CSAAS%2CMACV%2CiBAEI%2CSACI%3BEACI%2CkBAAA%3B%3BAQkHhB%2CqBRxGI%2CQAAO%2CWQwGV%3BAAAD%2CqBRxGI%2CQAAO%2CWQwGV%3BAAAD%2CaRxGI%2CQAAO%2CWQwGV%3BAAAD%2CiBRxGI%2CQAAO%2CWQwGV%3BE3CyKD%2CS4ChQiB%2CO5CgQjB%3B%3BAmCxQA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC0InC%2CQAGE%2CKACE%3BAgC9IJ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC2InC%2CQAEE%2CKACE%3BAgC9IJ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC4InC%2CQACE%2CKACE%3BAgC9IJ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC0InC%2CQAGE%2CKAEE%3BAgC%5C%2FIJ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC2InC%2CQAEE%2CKAEE%3BAgC%5C%2FIJ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC4InC%2CQACE%2CKAEE%3BEHyHJ%2C6BAAA%3B%3BAmCxQA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCqJnC%2CUAAU%2CQAGR%2CKAAE%2CYACA%3BAgCzJJ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCsJnC%2CWAAW%2CQAET%2CKAAE%2CYACA%3BAgCzJJ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCuJnC%2CQAAK%2CYACH%2CKAAE%2CYACA%3BAgCzJJ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCqJnC%2CUAAU%2CQAGR%2CKAAE%2CYAEA%3BAgC1JJ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCsJnC%2CWAAW%2CQAET%2CKAAE%2CYAEA%3BAgC1JJ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCuJnC%2CQAAK%2CYACH%2CKAAE%2CYAEA%3BEACA%2CaAAA%3B%3BAgC3JJ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCgKnC%2CQAAQ%3BEHwGR%2C6BAAA%3B%3BAmCxQA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAI%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAALR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAO%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2CgCAAA%3B%3BAARR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAU%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAZR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%3BEACI%2CeAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BEACI%2CsBAAA%3B%3BAAKJ%2CQAtBC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAEJ%2CQAzBC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKAIK%3BEACG%2CgBAAA%3B%3BAAEJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKAOK%3BEACG%2CeAAA%3B%3BAA7BZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAgC%5C%2FB%3BEACI%2CeAAA%3B%3BAAjCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAmC%5C%2FB%2CYAAW%3BEACP%2CoBAAA%3B%3BAApCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAsC%5C%2FB%2CQAAO%3BEACH%2CmBAAA%3B%3BAAvCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CKAAK%2CSACD%3BEnCyNJ%2CWAAA%3BEmCvNQ%2CmBAAA%3B%3BAACA%2CKAJH%2CSACD%2CSAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2CKAPH%2CSACD%2CSAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CeAOI%3BEACI%2CqBAAA%3B%3BAAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BEACG%2CcAAA%3BEACf%2CYAAA%3BEACe%2CoBAAA%3B%3BAAEJ%2CcARE%2CSACV%2CSACK%2CKAMI%3BEACG%2CaAAA%3B%3BAAPR%2CcAFM%2CSACV%2CSACK%2CKASG%3BEACI%2CSAAA%3B%3BAAOJ%2CcAnBE%2CSACV%2CSACK%2CKAiBI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAxBE%2CSACV%2CSACK%2CKAsBI%2CQACK%3BEACE%2CkBAAA%3B%3BAACA%2CcA3BN%2CSACV%2CSACK%2CKAsBI%2CQACK%2CIAEG%3BEACG%2CeAAA%3B%3BAA1BhB%2CcAFM%2CSACV%2CSACK%2CKA8BG%2CYAII%3BEACI%2CiBAAA%3B%3BAvBnHxB%3BEACI%2CgBAAA%3B%3BAAMA%2CQAAC%3BEACG%2CmBAAA%3B%3BAACA%2CcAAe%2CSAFlB%3BEAGO%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CQATH%2CKASI%3BEAEG%2CcAAA%3BEACA%2CmBAAA%3BEACH%2C0BAAA%3BEACA%2CgBAAA%3BEACG%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAvBH%2CKAuBI%3BEACG%2CeAAA%3BEACT%2CiBAAA%3BEACA%2CsBAAA%3B%3BEAEA%2CkBAAA%3BEACS%2C0CAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKV%2CQAtCG%2CKAuBI%2CKAeN%3BEACA%2C2BAAA%3B%3BAAUK%2CQAjDH%2CKAiDI%3BEACG%2CcAAA%3B%3BAAIQ%2CQAtDf%2CKAiDI%2CQAEG%2CmBACM%2CUAEG%3BEACG%2CSAAA%3B%3BAAQhB%2CQA%5C%2FDH%2CKA%2BDI%3BEACG%2CmBAAA%3B%3BAADJ%2CQA%5C%2FDH%2CKA%2BDI%2CYAEI%3BEACK%2CWAAA%3B%3BAAlEd%2CQAAC%2CKAqEG%2CyBACI%3BEACI%2CiBAAA%3B%3BAAvEZ%2CQAAC%2CKAqEG%2CyBAII%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAA5EZ%2CQAAC%2CKAgFG%3BEACI%2CmBAAA%3BEACT%2CcAAA%3BEACS%2CeAAA%3B%3BAAnFR%2CQAAC%2CKAgFG%2CWAKI%3BEACI%2CeAAA%3BEZkLZ%2CcAAA%3BEYhLY%2CaAAA%3B%3BAAxFZ%2CQAAC%2CKA4FG%3BEACI%2CgBAAA%3B%3BAA7FR%2CQAAC%2CKA4FG%2CWAEI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3B%3BAAlGZ%2CQAAC%2CKAsGG%2CeACI%3BEACI%2CcAAA%3B%3BAAxGZ%2CQAAC%2CKA4GG%3BEACI%2CkBAAA%3B%3BAA7GR%2CQAAC%2CKAgHG%3BAAhHJ%2CQAAC%2CKAiHG%3BEACI%2CSAAA%3B%3BA%2BBnBR%2CQ%5C%2FB%5C%2FFC%2CKAqHG%2CW%2BBtBH%3BE3CyKD%2CS4ClOgB%2CO5CkOhB%3B%3BAYxQA%2CQAAC%2CKA0HG%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA8BJ%2COAFD%2CKACH%2CSACK%3BEACG%2CgBAAA%3B%3BAAEJ%2COALD%2CKACH%2CSAIK%3BEACG%2CYAAA%3BEACT%2CkBAAA%3B%3BAAKS%2COAZL%2CKAUH%2CeACI%2CSACK%3BEACG%2CgBAAA%3B%3BAAOhB%2CgBACI%3BEZ4FA%2CwBAAA%3B%3BAY7FJ%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%3BEZ8E7B%2CwBAAA%3B%3BAYzEI%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAG%2CiBAAiB%2CIAA7B%3B%3BAAEJ%2CgBAJJ%2CMAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGA%2CgBARR%2CMAOM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAQR%2CcADJ%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAACA%2CcAJR%2CSACK%2CKAGI%3BEACG%2CaAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CcAJR%2CSACK%2CKAGI%2CKAMG%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAhBR%2CSACK%2CKAeI%3BEACG%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAtBR%2CSACK%2CKAqBI%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACZ%2CgBAAA%3B%3BEAEY%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAoBhB%2CqBACQ%2CiBAAmB%3BEACf%2CaAAA%3B%3BAkDlRR%2CcACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAOA%2CQAAC%3BEACG%2COAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAAS%2CSAThC%3BEAUO%2CaAAA%3B%3BAAUR%2CQAAC%3BE9DmPL%2C6BAAA%3B%3BA8DnPI%2CQAAC%2CSAEG%3BEACI%2CaAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAJ3B%2CSAEG%3BEAGQ%2CcAAA%3B%3BAAnChB%2CQAuCI%3BEACI%2CsBAAA%3B%3BAAEJ%2CSAAS%2CQAAW%2CWAAE%3BEAClB%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAACA%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAEJ%2COAAC%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2COAAC%3BEAEG%2CyBAAA%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAA%3BE9DyMR%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2COmBwDK%2COnBxDJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C7OY%2CO5C6OZ%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COmB2CC%2COnB5CJ%2CMACI%3BE3C2PL%2CWAAA%3B%3BA8DhNI%2COAAC%2COnBoMH%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8DqEQ%2COAhBH%2COAgBI%2CUAAU%3BEACP%2CSlB7CE%2COkB6CF%3B%3BAAKZ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAGJ%2CMAAC%3BEAEG%2CaAAA%3B%3BAAGJ%2CMAAC%3BEAMG%2CgBAAgB%2CgEAAhB%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BE9D6JR%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAmBmHQ%2CYAAe%2CSAhBlB%3BEAiBO%2C0BAAA%3B%3BAAEJ%2CMAnBH%2CKAmBI%3BE9DwJT%2CWAAA%3B%3BA8DhJQ%2CMA3BH%2CKA2BI%3BEACG%2CWAAA%3BE9D%2BIZ%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAmB8HQ%2CMA3BH%2CKA2BI%2COnBoIP%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CMmB6FK%2CKA2BI%2COnBxHR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CnPQ%2CO5CmPR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMmBgFC%2CKA2BI%2COnB5GR%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CMmB0EC%2CKA2BI%2COnBtGR%2COACI%3BE3CqPL%2CcAAA%3B%3BA8D3KI%2CMAAC%2CKnB%2BJH%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CMmB6FK%2CKnB7FJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS4CnPQ%2CO5CmPR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMmBgFC%2CKnBjFJ%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CMmB0EC%2CKnB3EJ%2COACI%3BE3CqPL%2CcAAA%3B%3BA8DtHI%2CUAAC%3BEACG%2CSlBhIA%2COkBgIA%3BEACA%2CaAAA%3B%3BAAGA%2CUADH%2COACI%3BEACD%2CaAAA%3B%3BAAKJ%2CUAAC%3BEACG%2CaAAA%3B%3BAAGA%2CUADH%2COACI%3BEACD%2CaAAA%3B%3BAAKJ%2CQAAC%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CcAAe%3BEACX%2CgBAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAACA%2CQAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAEJ%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3B%3BAAbR%2CQAeI%3BEACI%2CqBAAA%3B%3BAAEJ%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CcAAA%3B%3BAjDrNR%3BAACA%2CIAAI%3BEbqRJ%2CcAAA%3B%3BAa7QgB%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%3BAAGJ%2CQAAQ%2CKAAM%3BEAEV%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAUA%2CSAAC%2CMACG%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGR%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BEACG%2CmBAAA%3B%3BAAQJ%2CcAAC%3BEACG%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAOR%2CQAAQ%3BEACJ%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CQAAQ%2CMAMJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAAPR%2CQAAQ%2CMASJ%3BEACI%2CeAAA%3BEb8KR%2CcAAA%3BEAAA%2CwBAAA%3B%3BAaxLA%2CQAAQ%2CMAcJ%2CSAAQ%3BEACJ%2CuBAAA%3B%3BAAfR%2CQAAQ%2CMAiBJ%2COAAM%3BEbuKV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAcdA%2CQAAQ%2CMAiBJ%2COAAM%2COdGR%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BActBJ%2CQAAQ%2CMAiBJ%2COAAM%2COAEA%3BEACE%2CgBAAA%3B%3BAApBZ%2CQAAQ%2CMAiBJ%2COAAM%2COAKF%3BEACI%2CcAAA%3B%3BAAvBZ%2CQAAQ%2CMAiBJ%2COAAM%2COAQF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAGT%3BEACI%2CWAAA%3BEV6HV%2CYAAA%3B%3BAUjIE%2CQAAQ%2CKAAK%2CSAGT%2CuBVgIJ%2CQAGE%2CKACE%3BAUvIJ%2CQAAQ%2CKAAK%2CSAGT%2CuBViIJ%2CQAEE%2CKACE%3BAUvIJ%2CQAAQ%2CKAAK%2CSAGT%2CuBVkIJ%2CQACE%2CKACE%3BAUvIJ%2CQAAQ%2CKAAK%2CSAGT%2CuBVgIJ%2CQAGE%2CKAEE%3BAUxIJ%2CQAAQ%2CKAAK%2CSAGT%2CuBViIJ%2CQAEE%2CKAEE%3BAUxIJ%2CQAAQ%2CKAAK%2CSAGT%2CuBVkIJ%2CQACE%2CKAEE%3BEACA%2CYAAA%3B%3BAUzIJ%2CQAAQ%2CKAAK%2CSAGT%2CuBVhBJ%2CQAGE%2CKACE%3BAUSJ%2CQAAQ%2CKAAK%2CSAGT%2CuBVfJ%2CQAEE%2CKACE%3BAUSJ%2CQAAQ%2CKAAK%2CSAGT%2CuBVdJ%2CQACE%2CKACE%3BEHiKJ%2C2CAAA%3B%3BAaxJA%2CQAAQ%2CKAAK%2CSAGT%2CuBVhBJ%2CQAGE%2CKAIE%3BAUMJ%2CQAAQ%2CKAAK%2CSAGT%2CuBVfJ%2CQAEE%2CKAIE%3BAUMJ%2CQAAQ%2CKAAK%2CSAGT%2CuBVdJ%2CQACE%2CKAIE%3BEH8JJ%2CgCAAA%3B%3BAavIA%2CkBACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEboIR%2CcAAA%3BEalIQ%2CsBAAA%3B%3BAALR%2CkBACI%2CoBAKI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAARZ%2CkBACI%2CoBAKI%2CWAGI%2CmBAAqB%3BEACjB%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBAXZ%2CoBAKI%2CWAGI%2CmBAAqB%2COAGhB%3BEACG%2CgBAAA%3B%3BAAbpB%2CkBACI%2CoBAgBI%2CqBAAuB%3BAAjB%5C%2FB%2CkBACI%2CoBAiBI%2CMAAQ%3BAAlBhB%2CkBACI%2CoBAkBI%3BEboHR%2CwBAAA%3B%3BAavIA%2CkBACI%2CoBAgBI%2CqBAAuB%2CuBAInB%3BAArBZ%2CkBACI%2CoBAiBI%2CMAAQ%2CuBAGJ%3BAArBZ%2CkBACI%2CoBAkBI%2CMAEI%3BEbkHZ%2CwBAAA%3BEahHgB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAxBhB%2CkBACI%2CoBA0BI%2CeAAe%3BEb4GvB%2CwBAAA%3BEa1GY%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA9BZ%2CkBACI%2CoBA%2BBI%2CWACI%2CeAAe%3BEbsG3B%2CwBAAA%3BEapGgB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAMA%2CkBA1CZ%2CoBAwCI%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAA5CpB%2CkBAiDI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvDR%2CkBAyDI%3BEACI%2CgBAAA%3B%3BAACA%2CkBAFJ%2COAEK%3BAACD%2CkBAHJ%2COAGK%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA9DZ%2CkBAiEI%2CSAAQ%2CUAAU%3BEACd%2CqBAAA%3B%3BAAGA%2CkBADJ%2CSACK%3BEACG%2CWAAA%3BEACA%2CoBAAA%3B%3BAAIA%2CkBAPR%2CSAMK%2CUACI%2CIACG%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBAXhB%2CSAMK%2CUACI%2CIACG%2CMAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CkBAPR%2CSAMK%2CUACI%2CIAQG%3BEACI%2CqBAAA%3B%3BAAGR%2CkBAnBR%2CSAMK%2CUAaI%3BEACG%2CcAAA%3B%3BAAGR%2CkBAvBJ%2CSAuBK%3BEACG%2CeAAA%3B%3BAA5FZ%2CkBAkGI%2CwBACI%3BEACI%2CmBAAA%3B%3BAAOI%2CkBAHZ%2CsBACI%2CSAAQ%2CUACJ%2CMACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA5GpB%2CkBAwGI%2CsBACI%2CSAAQ%2CUAMJ%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAOhB%2CwBACI%2CgCACI%3BEACI%2CYAAA%3BEbYZ%2CgBAAA%3BEaVY%2CqBAAA%3BEbUZ%2CwBAAA%3BEaRY%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAKI%2CwBAbZ%2CgCAUK%2CSAEG%2CQACK%3BAAAD%2CwBAbZ%2CgCAWK%2CUACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BEbApB%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CoBAAA%3B%3BAafA%2CwBA6BI%2COACI%3BEACI%2CcAAA%3BEbhBZ%2CkBAAA%3B%3BAasBA%2CuBAAwB%3BAACxB%2CmBAAoB%3BEAEhB%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAALJ%2CuBAAwB%2CWAMpB%3BAALJ%2CmBAAoB%2CWAKhB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2CuBAAwB%2CWAMpB%2CWAGI%2CiBAAmB%3BAAR3B%2CmBAAoB%2CWAKhB%2CWAGI%2CiBAAmB%3BEACf%2CqBAAA%3B%3BAAVZ%2CuBAAwB%2CWAapB%2CiBACM%3BAAbV%2CmBAAoB%2CWAYhB%2CiBACM%3BEACE%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CuBAjBY%2CWAapB%2CiBACM%2COAGG%3BAAAD%2CmBAhBQ%2CWAYhB%2CiBACM%2COAGG%3BEACG%2CgBAAA%3B%3BAAlBhB%2CuBAAwB%2CWAapB%2CiBAQI%3BAApBR%2CmBAAoB%2CWAYhB%2CiBAQI%3BEACI%2CeAAA%3B%3BAAtBZ%2CuBAAwB%2CWAapB%2CiBAWI%2CqBAAuB%3BAAvB%5C%2FB%2CmBAAoB%2CWAYhB%2CiBAWI%2CqBAAuB%3BAAxB%5C%2FB%2CuBAAwB%2CWAapB%2CiBAYI%2CMAAQ%3BAAxBhB%2CmBAAoB%2CWAYhB%2CiBAYI%2CMAAQ%3BAAzBhB%2CuBAAwB%2CWAapB%2CiBAaI%3BAAzBR%2CmBAAoB%2CWAYhB%2CiBAaI%3BEbhDR%2CwBAAA%3BEakDY%2CiBAAA%3B%3BAA5BZ%2CuBAAwB%2CWAapB%2CiBAWI%2CqBAAuB%2CuBAKnB%3BAA5BZ%2CmBAAoB%2CWAYhB%2CiBAWI%2CqBAAuB%2CuBAKnB%3BAA7BZ%2CuBAAwB%2CWAapB%2CiBAYI%2CMAAQ%2CuBAIJ%3BAA5BZ%2CmBAAoB%2CWAYhB%2CiBAYI%2CMAAQ%2CuBAIJ%3BAA7BZ%2CuBAAwB%2CWAapB%2CiBAaI%2CMAGI%3BAA5BZ%2CmBAAoB%2CWAYhB%2CiBAaI%2CMAGI%3BEbnDZ%2CwBAAA%3BEaqDgB%2CgBAAA%3B%3BAAMhB%2CWAEI%2COAAM%3BEACF%2CWAAA%3BEACA%2CWAAA%3B%3BAAJR%2CWAEI%2COAAM%2CIAGF%3BEACI%2CeAAA%3B%3BAANZ%2CWAEI%2COAAM%2CIAMF%3BAARR%2CWAEI%2COAAM%2CIAwyBd%2CCAlyBmB%3BEACH%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAXZ%2CWAEI%2COAAM%2CIAWF%2CYAAW%3BEACP%2CYAAA%3BEACA%2CcAAA%3B%3BAAfZ%2CWAuBI%2CQAAO%3BEACH%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEAmBA%2CmBAAA%3B%3BAA9CR%2CWAuBI%2CQAAO%2COASH%3BEACI%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3B%3BAAQJ%2CWApBJ%2CQAAO%2COAoBF%2CIAAI%3BEACD%2CmBAAA%3B%3BAAMZ%3BEACI%2CeAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BA8BhSJ%2CqB9BiSI%2CQAAO%2CU8BjSV%3BE3CyKD%2CS4ClOgB%2CO5CkOhB%3B%3BAaiIA%3BEAEI%2CsBAAA%3B%3BAAFJ%2CYAGI%3BEACI%2CoBAAA%3B%3BAACA%2CYAFJ%2CMAEK%3BEACG%2CgBAAA%3B%3BAANZ%2CYASI%3BAATJ%2CYAUI%3BEACI%2CqBAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEbxJA%2CiBAAA%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%2CqBAAA%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%3BAS0OJ%2CQACI%2CeACI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CQALR%2CeACI%2CcAIK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAPJ%2CQALR%2CeACI%2CcAIK%2CKAQG%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CQALR%2CeACI%2CcAIK%2CKAQG%2CoBAKI%3BEACI%2CkBAAA%3B%3BAAIZ%2CQAvBR%2CeACI%2CcAsBK%3BEACG%2CSAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CQAvBR%2CeACI%2CcAsBK%2CKAGG%3B%3B%3BAAIJ%2CQA9BR%2CeACI%2CcA6BK%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQAlCR%2CeACI%2CcAiCK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAArChB%2CQACI%2CeAuCI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAA1CZ%2CQACI%2CeA2CI%3BEACI%2CiBAAA%3B%3BAA7CZ%2CQACI%2CeA8CI%3BEb%5C%2FMR%2CcAAA%3BEaiNY%2CeAAA%3BEACA%2CmBAAA%3B%3BAAlDZ%2CQACI%2CeAmDI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAvDhB%2CQACI%2CeAmDI%2CUAKI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAIJ%2CQA7DR%2CeA4DI%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAlEhB%2CQA6EI%3BEAEI%2CoBAAA%3B%3BAA%5C%2FER%2CQA6EI%2CsBAGI%3BEAEI%2CWAAA%3BEACA%2CoBAAA%3B%3BAAnFZ%2CQA0FI%2CqBACI%3BEACI%2CoBAAA%3B%3BAA5FZ%2CQA0FI%2CqBAII%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAGJ%2CsBAEI%3BAADJ%2CqBACI%3BEACI%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CgBAAgB%2CkBAAhB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAfJ%2CkBAAmB%2CYAgBf%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIR%3BAAAsB%3BEAClB%2CgBAAA%3B%3BAADJ%2CoBAEI%3BAAFkB%2CyBAElB%3BAAFJ%2CoBAEQ%3BAAFc%2CyBAEd%3BEACA%2CYAAA%3B%3BAAHR%2CoBAKI%3BAALkB%2CyBAKlB%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAPR%2CoBAKI%2CYAGI%3BAARc%2CyBAKlB%2CYAGI%3BEACI%2CiBAAA%3B%3BAATZ%2CoBAYI%3BAAZkB%2CyBAYlB%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CsBAAA%3B%3BAADJ%2CqBAEI%3BAAFJ%2CqBAEQ%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAPR%2CqBASI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CQAAQ%2CUAAU%2CYAAa%3BAAAQ%3BEAEnC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQALI%2CUAAU%2CYAAa%2COAK1B%3BAAAD%2CqBAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQATA%2CUAAU%2CYAAa%2COAK1B%2CUAII%3BAAAD%2CqBAJH%2CUAII%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEAEA%2CYAAY%2C%2BEAAZ%3BEACA%2CYAAY%2CkFAAZ%3BEACA%2CYAAY%2CgFAAZ%3BEACA%2CQAAQ%2CyDAA0D%2CyBAAyB%2C0BAA3F%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CiBAGI%3BEACI%2CWAAA%3B%3BAA0NR%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CcAAc%2CWAKV%2CkBAAoB%2CQAAQ%2CKACtB%3BAANV%2CcAAc%2CWAKV%2CkBAAoB%2CQAAQ%2CKAEtB%3BEACE%2CaAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2CiBAUI%2CMAAQ%3BEAAK%2CgCAAA%3B%3BAAVjB%2CiBAWI%2CMAAK%3BAAXT%2CiBAYI%2CGAAE%3BEACE%2C%2BBAAA%3B%3BAAbR%2CiBAgBI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2C%2BBAAA%3B%3BAAnBR%2CiBAgBI%2CMAII%2CWAAU%3BEACN%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBATJ%2CMASK%2CQAAQ%3BAACT%2CiBAVJ%2CMAUK%2CQAAQ%3BEACL%2CgCAAA%3B%3BAAEJ%2CiBAbJ%2CMAaK%2CMACG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CiBApBJ%2CMAoBK%3BEb%5C%2FoBT%2CwBAAA%3B%3BAa%2BoBQ%2CiBApBJ%2CMAoBK%2CUAEG%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAGR%2CiBA3BJ%2CMA2BK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA9CZ%2CiBAqDI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAvDR%2CiBAyDI%3BEACI%2CcAAA%3B%3BAA1DR%2CiBA6DI%3BAA7DJ%2CiBA8DI%3BAA9DJ%2CiBA%2BDI%2CSAAQ%3BAA%5C%2FDZ%2CiBAgEI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAlER%2CiBAqEI%3BEACI%2CgBAAA%3B%3BAAtER%2CiBAqEI%2CqBAGI%2CQAAO%3BAAxEf%2CiBAqEI%2CqBAII%2CQAAO%3BEbprBf%2C0BAAA%3BEAAA%2CmBAAA%3BEAAA%2CwBAAA%3B%3BAa2mBA%2CiBAqEI%2CqBAQI%2CQAAO%3BEACH%2CUAAA%3B%3BAAKJ%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEbzsBJ%2CgBAAA%3B%3BAa6sBA%2CcAII%2CcAAc%3BEACV%2CkBAAA%3B%3BAALR%2CcAOI%2CQAAO%3BEAEH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAXR%2CcAgBI%3BEACI%2CgBAAA%3B%3BAA0ER%2CMAAM%2CQACF%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAHR%2CMAAM%2CQAKF%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAPR%2CMAAM%2CQASF%2CmBAAmB%3BEACf%2CiBAAA%3B%3BAAVR%2CMAAM%2CQAYF%2COAAM%3BEACF%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAC7kCZ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAEI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAAEJ%2CaAJJ%2COAIK%3BAAAQ%2CaAJb%2COAIc%2CMAAM%3BEACZ%2C8BAAA%3B%3BAAZZ%2CaAeI%3BEACI%2C0CAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAApBR%2CaAsBI%3BEdgQA%2CqBAAA%3BE2C9QA%2CqBAAA%3BE7B4BI%2CaAAA%3BEACA%2CYAAA%3B%3BAArCR%2CaAsBI%2CO6BoPE%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2Ca7BQA%2CO6BRC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C3OU%2CO5C2OV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CmBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca7BLJ%2CO6BIC%2CMACI%3BE3C2PL%2CWAAA%3B%3BA2CrPI%2Ca7BXJ%2CO6BUC%2COACI%3BE3CqPL%2CWAAA%3B%3BAchPI%2CaAhBJ%2COAgBK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAAzCpB%2CaA8CI%2CQAAO%3BEACC%2CWAAA%3BEACA%2CmBAAA%3B%3BEACA%2CYAAY%2CoDAAZ%3B%3BEACA%2CYAAY%2C8CAA8C%2CyBAAwB%2C0BAAlF%3B%3BEACA%2CYAAY%2CuDAAZ%3B%3BEACA%2CYAAY%2CkDAAZ%3B%3BEACA%2CYAAY%2CmDAAZ%3B%3BEACA%2CYAAY%2CmDAAZ%3B%3BEACJ%2CmBAAA%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEd0NR%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BA7BRJ%2CaA8CI%2CQAAO%2CO6B4NL%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2Ca7BgCA%2CQAAO%2CO6BhCN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C3OU%2CO5C2OV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca7BmBJ%2CQAAO%2CO6BpBN%2CMACI%3BE3C2PL%2CWAAA%3B%3BA2CrPI%2Ca7BaJ%2CQAAO%2CO6BdN%2COACI%3BE3CqPL%2CcAAA%3B%3BAc%5C%2FMQ%2CaAzBR%2CQAAO%2COAyBE%3BEAAS%2CaAAA%3B%3BAAEN%2CaA3BZ%2CQAAO%2COA0BE%2CMACI%3BEd6Mb%2CcAAA%3B%3BActRJ%2CaA8CI%2CQAAO%2COAgCG%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAlFhB%2CaAqFI%2COAAM%3BEAAS%2CqBAAA%3B%3BAArFnB%2CaAsFI%3BEAAU%2CqBAAA%3BEAAuB%2CiBAAA%3B%3BAAtFrC%2CaAuFI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA3FR%2CaA8FI%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA3GR%2CaA6GI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAALJ%2CoBAOI%3BEd6JA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAeeI%2CoBAFJ%2CGAEK%2CIAAI%3BEd2JT%2CgBAAA%3BEAAA%2CyBAAA%3BEcxJQ%2CaAAA%3B%3BAAZZ%2CoBAOI%2CGAOI%3BEdsJJ%2C6BAAA%3BEcpJQ%2CeAAA%3BEACA%2CiCAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CoBAfR%2CGAOI%2CGAQK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBAlBR%2CGAOI%2CGAWK%3BAACD%2CoBAnBR%2CGAOI%2CGAYK%3BEd0IT%2CmBAAA%3B%3BAcpKJ%2CoBAOI%2CGAOI%2CGAeI%3BEduIR%2CWAAA%3BEcrIY%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAUJ%2CKAJP%2COAAO%2CSAER%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAJP%2COAAO%2CSAER%2CQAAO%2CMACH%2COACK%2CYAEG%3BEACI%2CmBAAA%3B%3BAACA%2CKARf%2COAAO%2CSAER%2CQAAO%2CMACH%2COACK%2CYAEG%2CSAEK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAIZ%2CKAnBP%2COAAO%2CSAER%2CQAAO%2CMACH%2COAgBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAnBP%2COAAO%2CSAER%2CQAAO%2CMACH%2COAgBK%2CWAEG%2CIAAG%2CWAAW%3BEACV%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAAGR%2CKA3BP%2COAAO%2CSAER%2CQAAO%2CMACH%2COAwBK%2CWACG%3BEACI%2CmBAAA%3B%3BAA7BpB%2CKAAK%2COAAO%2CSAqCR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%3BEAEG%2CgBAAA%3B%3BAAFH%2CaAGK%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2COAAO%3BEACH%2CoBAAA%3B%3BA0B%5C%2FMI%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAMI%3BExC0QR%2CwBAAA%3BEwCvQY%2CcAAA%3BEACA%2CgCAAA%3B%3BAnCugCZ%2CgBmCpgCI%2CUnCogCH%3BELjwBD%2CiBAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CwBAAA%3B%3BAwCjQQ%2CgBAFJ%2CUAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAACA%2CqBAHR%2COAAM%2CUACA%2CQAEG%3BEACG%2CgBAAA%3B%3BAALhB%2CqBACI%2COAAM%2CUAOF%2CMAAK%3BEACD%2CkBAAA%3B%3BAAWZ%2CkBACI%3BEACI%2CaAAA%3B%3BAAOR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBACI%2CmBACI%2CQACI%3BEACI%2CWAAA%3B%3BAAgBhB%2CQACI%3BEACI%2CgBAAA%3B%3BAAFR%2CQACI%2CoBAEI%3BEACI%2CqBAAA%3BEACZ%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACY%2CiBAAA%3B%3BAAVZ%2CQAaI%3B%3B%3B%3BAAbJ%2CQAkBI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAnBR%2CQAkBI%2CQAAO%2CKAEH%3BEACI%2CaAAA%3B%3BAArBZ%2CQAkBI%2CQAAO%2CKAKH%2CaACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3BhB%2CQAmCI%3BEACI%2CeAAA%3B%3BAApCR%2CQAuCI%3BExC6JJ%2CmBAAA%3BEwC3JQ%2CmBAAA%3B%3BAACA%2CQAHJ%2CeAGK%3BEACG%2CgBAAA%3B%3BAA3CZ%2CQA8CI%3BEACI%2CgBAAA%3BEACT%2C0BAAA%3BEACA%2CeAAA%3BEACS%2CWAAA%3B%3BAAIR%2CQAGI%2CQAAO%2CKACH%2CqBAMI%3BAATZ%2CuBAEI%2CQAAO%2CKACH%2CqBAMI%3BAARZ%2CiBACI%2CQAAO%2CKACH%2CqBAMI%3BEAAoB%2CeAAA%3B%3BAAOhB%2CQAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CuBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CiBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BExC6HjB%2CcAAA%3B%3BAwCrGQ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAOI%3BEAMI%2CoBAAA%3B%3BAAbR%2CMAOI%2COACI%3BExCgGR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CyBAAA%3BEAAA%2C4BAAA%3B%3BAwCxFQ%2CMADJ%2CEACK%3BEACG%2CSAAA%3B%3BAAjBZ%2CMAoBI%3BEACI%2CkBAAA%3B%3BAAOR%2CQAAQ%3BExC4ER%2CiBAAA%3B%3BAwC5EA%2CQAAQ%2CcAEJ%3BEACI%2CsBAAA%3B%3BAASR%2CMAAM%2CSACF%3BExCmLJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAwC1NR%2CMAAM%2CSACF%2CSAII%3BExC2NR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAwClOT%2CMAAM%2CSACF%2CSAQI%3BExCuNR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAwCnNT%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%2C0BADuB%2CyBACtB%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C0BADuB%2CyBACtB%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2C0BADuB%2CyBACtB%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2C0BADuB%2CyBACtB%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2C0BADuB%2CyBACtB%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAeZ%3BEACI%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAoHnPF%2COADD%2CUACE%3BEACC%2CoBAAA%3B%3BAADF%2COADD%2CUACE%2CMAEC%3BEACE%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAANJ%2COADD%2CUACE%2CMAQC%2CeAAc%3BEACZ%2C0BAAA%3B%3BAATJ%2COADD%2CUACE%2CMAWC%3BEACE%2CgBAAA%3B%3BAAGJ%2COAhBD%2CUAgBE%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COApBH%2CUAgBE%2CMAIE%3BEACC%2CoBAAA%3B%3BAAGF%2COAxBH%2CUAgBE%2CMAQE%2CmBAAmB%3BE5J6MxB%2CcAAA%3BE4J3MM%2CSAAS%2CGAAT%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIJ%2COAnCD%2CUAmCE%3BE5JkMH%2CcAAA%3BE4JhMI%2CkBAAA%3B%3BAAGF%2COAxCD%2CUAwCE%3BEACC%2CeAAA%3B%3BAAEA%2COA3CH%2CUAwCE%2CQAGE%3BEACC%2CgBAAA%3B%3BAAJJ%2COAxCD%2CUAwCE%2CQAOC%2C%2BBAA%2BB%3BE5JsLnC%2CcAAA%3BE4JpLM%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2COA3DD%2CUA2DE%2CKAEC%3BAADF%2COA5DD%2CUA4DE%2CaACC%3BE5JwKJ%2CmBAAA%3BEAAA%2CcAAA%3B%3BA4JpKM%2COAjEL%2CUA2DE%2CKAEC%2CeAIG%3BAAAD%2COAjEL%2CUA4DE%2CaACC%2CeAIG%3BE5JoKP%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA4J3JA%2COAAC%3BE5J2JD%2CyBAAA%3BE4JzJE%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COAdD%2COAcE%3BEACC%2C%2BBAAA%3B%3BAAGF%2COAlBD%2COAkBE%3BE5JyIH%2CmBAAA%3BEAAA%2CcAAA%3BE4JtII%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BH%2COAkBE%2CKAUE%3BE5J%2BHL%2CsBAAA%3B%3BA4J1HE%2COAjCD%2COAiCE%3BE5J0HH%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA4JpHE%2COAvCD%2COAuCE%2CIAAI%2CWAAW%3BE5JoHlB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BA4J5GI%2COA%5C%2FCH%2COA6CE%2CMAEE%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCH%2COA8CE%2CMACE%2CIAAI%2CWAAW%3BE5J4GpB%2CsBAAA%3BEAAA%2C0BAAA%3B%3BA4JtGE%2COArDD%2COAqDE%3BEACC%2CeAAA%3B%3BAAEA%2COAxDH%2COAqDE%2CSAGE%3BEAEC%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%3BAAGJ%2COAzED%2COAyEE%3BEACC%2CSAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEA%2COA9EH%2COAyEE%2CSAKE%3BE5JqBL%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BE4JrBF%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BE5JqEN%2CmBAAA%3B%3BA4JhEE%2COA3FD%2COA2FE%3BE5JgEH%2Ca8E3RgC%2CyB9E2RhC%3B%3BA4J5DE%2COA%5C%2FFD%2COA%2BFE%3BE5J4DH%2CyBAAA%3BEAAA%2CcAAA%3BE4JzDI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BE5JkDJ%2CgBAAA%3B%3BA4J%5C%2FCI%2COA5GH%2COA%2BFE%2CQAeG%3BAADF%2COA7GH%2COA%2BFE%2CQAcE%2CQACC%3BEACE%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COApHP%2COA%2BFE%2CQAeG%2CQAMG%3BAAAD%2COApHP%2COA%2BFE%2CQAcE%2CQACC%2CQAMG%3BAACD%2COArHP%2COA%2BFE%2CQAeG%2CQAOG%3BAAAD%2COArHP%2COA%2BFE%2CQAcE%2CQACC%2CQAOG%3BEACC%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGF%2COA9HP%2COA%2BFE%2CQAeG%2CQAgBG%3BAAAD%2COA9HP%2COA%2BFE%2CQAcE%2CQACC%2CQAgBG%3BEACC%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGF%2COArIP%2COA%2BFE%2CQAeG%2CQAuBG%3BAAAD%2COArIP%2COA%2BFE%2CQAcE%2CQACC%2CQAuBG%3BEACC%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BN%2COA5GH%2COA%2BFE%2CQA8CG%3BAAhCF%2COA7GH%2COA%2BFE%2CQAcE%2CQAgCC%3BEACE%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIJ%2COArJH%2COA%2BFE%2CQAsDE%3BE5JML%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BE4JFM%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DJ%2COA%5C%2FFD%2COA%2BFE%2CQAiEC%3BE5JLJ%2CcAAA%3BE4JOM%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2COA1KD%2COA0KE%3BEACC%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COA%5C%2FKH%2COA0KE%2CaAKE%2CMAAS%3BE5JpBd%2C%2BBAAA%3B%3BA4JwBI%2COAnLH%2COA0KE%2CaASE%2CMAAS%3BEACR%2CcAAA%3B%3BAAKN%2COAAC%3BEACC%2CcAAA%3B%3BAAEA%2COAHD%2CIAGE%3BEACC%2CoBAAA%3B%3BAAIJ%2COAAC%3BEACC%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGF%2COAAC%3BEACC%2CaAAA%3BEACA%2CWAAA%3B%3BAAGF%2COAAC%3BEACC%2CYAAA%3BEACA%2CUAAA%3B%3BAAGF%2COAAC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CSAAS%3BEACP%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAChVJ%2CsBACI%3BE7J2QA%2CmBAAA%3BE6JzQI%2CcAAA%3B%3BAAHR%2CsBAKI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CsBAHJ%2CMAGK%3BEACG%2CaAAA%3B%3BAATZ%2CsBAKI%2CMAMI%3BAAXR%2CsBAKI%2CMAOM%3BE7JgQN%2CWAAA%3BE6J9PQ%2CcAAA%3BEACA%2CgBAAA%3B%3BAAfZ%2CsBAKI%2CMAYI%3BEACI%2CqBAAA%3B%3BAACA%2CsBAdR%2CMAYI%2CEAEK%3BE7JyPT%2CuBAAA%3BEAAA%2CcAAA%3B%3BA6JpPI%2CsBAnBJ%2CMAmBK%2CQACG%3BAADJ%2CsBAnBJ%2CMAmBK%2CQAEK%3BE7JkPV%2CWAAA%3BEAAA%2CmBAAA%3B%3BA6JpPI%2CsBAnBJ%2CMAmBK%2CQAOG%3BE7J6OR%2CqBAAA%3B%3BAe7NA%3BEf6NA%2CsBAAA%3B%3BAevNI%2CIAAK%3BEfuNT%2CsBAAA%3BEerNQ%2CaAAA%3B%3BAAQR%2CYAEI%2COAAM%3BEf2MV%2CWAAA%3BEerMQ%2CmBAAA%3B%3BEACA%2CYAAY%2CmDAAZ%3B%3BEACA%2CYAAY%2CgDAAgD%2CyBAAwB%2C0BAApF%3B%3BEACA%2CYAAY%2CsDAAZ%3B%3BEACA%2CYAAY%2CiDAAZ%3B%3BEACA%2CYAAY%2CkDAAZ%3B%3BEACA%2CYAAY%2CoDAAZ%3B%3BEAEA%2CsDAAA%3BEACA%2C8DAAA%3BEACA%2C2DAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAArBR%2CYAEI%2COAAM%2CQAGF%2CUAAU%2CQAAO%3BEfwMzB%2CcAAA%3B%3BAerLQ%2CYADJ%2CQACK%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAMZ%2COAAO%2CMACD%2CUAAO%3BEACL%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAALR%2COAAO%2CMACD%2CUAAO%2CMAKH%3BEACE%2CuBAAA%3BEACA%2CkBAAA%3B%3BAARZ%2COAAO%2CMACD%2CUAAO%2CMAKH%2CKAGI%3BEfoKd%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COgB5BO%2CMACD%2CUAAO%2CMAKH%2CKAGI%2CIhBmBb%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COgBjCO%2CMACD%2CUAAO%2CMAKH%2CKAGI%2CIhBwBb%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COgBtCO%2CMACD%2CUAAO%2CMAKH%2CKAGI%2CIhB6Bb%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAelJA%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CKAMI%3BEACI%2CcAAA%3BEAEA%2CeAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CkBAAA%3B%3BAASR%2COAJG%2CKAIF%3BEfqHL%2CmBAAA%3BEAAA%2CcAAA%3BEelHQ%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAQR%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAEJ%2CQAJI%2COAIH%3BAACD%2CQALI%2COAKH%3BEf%2BFL%2CiBAAA%3BEAAA%2C%2BBAAA%3BEwEnQA%2CcAAA%3BExEmQA%2CwBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEe7FQ%2CSAAA%3B%3BAAHJ%2CQAJI%2COAIH%2CSyD3IL%3BAzD4II%2CQALI%2COAKH%2COyD5IL%3BExE2OA%2CcAAA%3B%3BAwExOI%2CQzDoII%2COAIH%2CSyD3IL%2CEAGK%3BAAAD%2CQzDoII%2COAKH%2COyD5IL%2CEAGK%3BExEwOL%2CcAAA%3B%3BAwEpOI%2CQzDgII%2COAIH%2CSyD3IL%2CEAOK%3BAAAD%2CQzDgII%2COAKH%2COyD5IL%2CEAOK%3BExEoOL%2CcAAA%3B%3BAe3FI%2CQATI%2COASH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQATI%2COASH%2COAMG%3BEACI%2CiBAAA%3B%3BAAGR%2CQAnBI%2COAmBH%3BEfiFL%2CiBAAA%3BEAAA%2C%2BBAAA%3BEwEnQA%2CcAAA%3BExEmQA%2CwBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEe%5C%2FEQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAnBI%2COAmBH%2CKyD1JL%3BExE2OA%2CcAAA%3B%3BAwExOI%2CQzDoII%2COAmBH%2CKyD1JL%2CEAGK%3BExEwOL%2CcAAA%3B%3BAwEpOI%2CQzDgII%2COAmBH%2CKyD1JL%2CEAOK%3BExEoOL%2CcAAA%3B%3BAetEA%3BEACI%2CgBAAA%3BEfqEJ%2CuBAAA%3B%3BAehEI%2COAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3B%3BAAFJ%2COAAC%2CQAKG%2COACM%3BEf0Dd%2CmBAAA%3BEAAA%2CwBAAA%3BEevDgB%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAXZ%2COAAC%2CQAKG%2COAQI%3BAAbR%2COAAC%2CQAKG%2COASI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAhBZ%2COAAC%2CQAKG%2COAaI%3BEf8CZ%2CcAAA%3BEe5CgB%2CmBAAA%3B%3BAApBZ%2COAAC%2CQAKG%2COAiBI%3BEf0CZ%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COgBiFK%2CQAKG%2COAiBI%2CEhBvGX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COgB4EK%2CQAKG%2COAiBI%2CEhBlGX%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COgBuEK%2CQAKG%2COAiBI%2CEhB7FX%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAe1BA%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAEI%2CUACI%3BAAFR%2CYACI%2CUACI%3BE2BjOR%2CqBAAA%3BEACA%2CkBAAA%3B%3BA1CFA%2CYeiOI%2CUACI%2CSflOP%3BAAAD%2CYeiOI%2CUACI%2CSflOP%3BAACD%2CYegOI%2CUACI%2CSfjOP%3BAAAD%2CYegOI%2CUACI%2CSfjOP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYe2NI%2CUACI%2CSf5NP%3BAAAD%2CYe2NI%2CUACI%2CSf5NP%3BEACG%2CWAAA%3B%3BAewNJ%2CYAEI%2CUACI%2CS2B9NR%3BA3B4NA%2CYACI%2CUACI%2CS2B9NR%3BE1CgPA%2CUAAA%3BE0C9OI%2CeAAA%3BE1C8OJ%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BA5B2MA%2CYAEI%2CUACI%2CS2B9NR%2CeCoOE%3BA5BRF%2CYACI%2CUACI%2CS2B9NR%2CeCoOE%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CY5BuMI%2CUACI%2CS2B9NR%2CeCsBC%3BAAAD%2CY5BuMI%2CUACI%2CS2B9NR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY5B0LA%2CUACI%2CS2B9NR%2CeCkCC%2CMACI%3BAAAD%2CY5B0LA%2CUACI%2CS2B9NR%2CeCkCC%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CY5BoLA%2CUACI%2CS2B9NR%2CeCwCC%2COACI%3BAAAD%2CY5BoLA%2CUACI%2CS2B9NR%2CeCwCC%2COACI%3BE3CuML%2CcAAA%3B%3BA0CqEA%2CY3BxFI%2CUACI%2CS2B9NR%2CeAqTC%3BAAAD%2CY3BxFI%2CUACI%2CS2B9NR%2CeAqTC%3BE1CrED%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BADqSA%2CY3BxFI%2CUACI%2CS2B9NR%2CeAqTC%2COCjFC%3BADiFF%2CY3BxFI%2CUACI%2CS2B9NR%2CeAqTC%2COCjFC%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CY5BuMI%2CUACI%2CS2B9NR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CY5BuMI%2CUACI%2CS2B9NR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C%5C%2FNM%2CO5C%2BNN%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY5B0LA%2CUACI%2CS2B9NR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CY5B0LA%2CUACI%2CS2B9NR%2CeAqTC%2COCnRA%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CY5BoLA%2CUACI%2CS2B9NR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CY5BoLA%2CUACI%2CS2B9NR%2CeAqTC%2COC7QA%2COACI%3BE3CuML%2CcAAA%3B%3BAerBA%2CYAEI%2CUACI%2CS2BvCR%3BA3BqCA%2CYACI%2CUACI%2CS2BvCR%3BE1CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE0ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE1C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAerBA%2CYAEI%2CUACI%2CS2BvCR%2CYAsBI%3BA3BeJ%2CYACI%2CUACI%2CS2BvCR%2CYAsBI%3BE1CmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BA0C3BQ%2CY3BQJ%2CUACI%2CS2BvCR%2CYAsBI%2CGAQK%3BAAAD%2CY3BQJ%2CUACI%2CS2BvCR%2CYAsBI%2CGAQK%3BE1C2BT%2CmBAAA%3BE0CzBY%2CeAAA%3B%3BAAuTZ%2CY3BjTI%2CUACI%2CS2BvCR%2CYAuVC%3BAAAD%2CY3BjTI%2CUACI%2CS2BvCR%2CYAuVC%3BAACD%2CY3BlTI%2CUACI%2CS2BvCR%2CYAwVC%3BAAAD%2CY3BlTI%2CUACI%2CS2BvCR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CY3B3TI%2CUACI%2CS2BvCR%2CYAiWC%3BAAAD%2CY3B3TI%2CUACI%2CS2BvCR%2CYAiWC%3BEACG%2CiBAAA%3BE1CzSJ%2CsDAAA%3BE0C2SI%2CWAAA%3B%3BAAGJ%2CY3BjUI%2CUACI%2CS2BvCR%2CYAuWC%3BAAAD%2CY3BjUI%2CUACI%2CS2BvCR%2CYAuWC%3BEACG%2CiBAAA%3BE1C%5C%2FSJ%2CsDAAA%3BE0CiTI%2CWAAA%3B%3BAAzDJ%2CY3B3QI%2CUACI%2CS2BvCR%2CYAiTC%3BAAAD%2CY3B3QI%2CUACI%2CS2BvCR%2CYAiTC%3BE1CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA0C6PA%2CY3BhRI%2CUACI%2CS2BvCR%2CYAsTC%3BAAAD%2CY3BhRI%2CUACI%2CS2BvCR%2CYAsTC%3BE1C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA0CZA%2CY3BPI%2CUACI%2CS2BMP%3BAAAD%2CY3BPI%2CUACI%2CS2BMP%3BEACG%2CiBAAA%3B%3BAADJ%2CY3BPI%2CUACI%2CS2BMP%2COAGG%3BAAHJ%2CY3BPI%2CUACI%2CS2BMP%2COAGG%3BEACI%2CcAAA%3B%3BA3BbR%2CYAEI%2CUACI%2CSAWI%2CGAAE%3BAAbd%2CYACI%2CUACI%2CSAWI%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAACA%2CYArBZ%2CUACI%2CSAWI%2CGAAE%2CSASG%3BAAAD%2CYArBZ%2CUACI%2CSAWI%2CGAAE%2CSASG%3BAACD%2CYAtBZ%2CUACI%2CSAWI%2CGAAE%2CSAUG%3BAAAD%2CYAtBZ%2CUACI%2CSAWI%2CGAAE%2CSAUG%3BEACG%2CaAAA%3B%3BAAGA%2CYA1BhB%2CUACI%2CSAWI%2CGAAE%2CSAaE%2CGACK%3BAAAD%2CYA1BhB%2CUACI%2CSAWI%2CGAAE%2CSAaE%2CGACK%3BEACG%2CuBAAA%3B%3BAA7BxB%2CYAEI%2CUACI%2CSAWI%2CGAAE%2CSAmBE%3BAAhChB%2CYACI%2CUACI%2CSAWI%2CGAAE%2CSAmBE%3BEfZhB%2CWAAA%3BEAAA%2CqBAAA%3BEeuBoB%2CcAAA%3BEACA%2CiBAAA%3B%3BAhBzKpB%2CYgB8HI%2CUACI%2CSAWI%2CGAAE%2CSAmBE%2CEhB7Jf%3BAAAD%2CYgB8HI%2CUACI%2CSAWI%2CGAAE%2CSAmBE%2CEhB7Jf%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CYgByHI%2CUACI%2CSAWI%2CGAAE%2CSAmBE%2CEhBxJf%3BAAAD%2CYgByHI%2CUACI%2CSAWI%2CGAAE%2CSAmBE%2CEhBxJf%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CYgBoHI%2CUACI%2CSAWI%2CGAAE%2CSAmBE%2CEhBnJf%3BAAAD%2CYgBoHI%2CUACI%2CSAWI%2CGAAE%2CSAmBE%2CEhBnJf%3BECuID%2CcAAA%3BEAAA%2CqBAAA%3B%3BAerBA%2CYAEI%2CUA%2BCI%3BAAhDR%2CYACI%2CUA%2BCI%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAWZ%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BEACP%2CmBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAMJ%2CYAEI%2CQAAO%3BAADX%2CYACI%2CQAAO%3BEf3DX%2CcAAA%3B%3BAeuEA%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEf3EA%2CgBAAA%3BEe6EI%2CsBAAA%3BEACA%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC9WJ%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAChBR%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%3BE2C9QA%2CqBAAA%3B%3BA1BFY%2CYAVR%2CeAGO%2CUAOE%2CS0BoQX%3BA1BnQU%2CYAXR%2CeAGO%2CUAQE%2CQ0BmQX%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CY1BlBI%2CeAGO%2CUAOE%2CS0BQZ%3BAAAD%2CY1BlBI%2CeAGO%2CUAQE%2CQ0BOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CzOQ%2CO5CyOR%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA1B5UgB%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%3BA0B%2BEhB%2CY1BjHI%2CeAGO%2CUA6BE%2CQ0BiFZ%3BE3CyKD%2CS4CxPQ%2CO5CwPR%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%2CwBAAA%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%2CwBAAA%3BEiB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BEjBuLxB%2CwBAAA%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%2CwBAAA%3BEiBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BEjBiKpB%2CwBAAA%3BEiB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BEjB4JpB%2CwBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%2CoBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%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%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CwBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEaqGwB%2CgBAAA%3B%3BAbpFxB%2CYa1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAACD%2CYa3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ2MD%2CmBAAA%3BEAAA%2CeAAA%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%3BA6IvKxB%2CmBAAC%3BAAAD%2CeAAC%3BE9J4RL%2CmBAAA%3B%3BA8J1RQ%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%3BAhHTR%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2CQACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%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%3BEhDsOb%2CqBAAA%3BE2C9QA%2CqBAAA%3BEK8CgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIL0NX%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CQKvBI%2CgBAwDI%2CQACK%2CILlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CpOU%2CO5CoOV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBAwDI%2CQACK%2CILtBZ%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CQK1CA%2CgBAwDI%2CQACK%2CILhBZ%2COACI%3BE3CqPL%2CcAAA%3B%3BAgD3NY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BEhDiNb%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAgDjNY%2CQA9ER%2CgBAwDI%2CQAsBK%2COLqMX%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CQKvBI%2CgBAwDI%2CQAsBK%2COLvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CjQe%2CY7CiQf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBAwDI%2CQAsBK%2COL3CZ%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CQK1CA%2CgBAwDI%2CQAsBK%2COLrCZ%2COACI%3BE3CqPL%2CcAAA%3B%3BAI7CA%2CQ4ClPI%2CgBAwDI%2CQAsBK%2CO5CoKZ%3BAACD%2CQ4CnPI%2CgBAwDI%2CQAsBK%2CO5CqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ4CxPI%2CgBAwDI%2CQAsBK%2CO5C0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ4C7PI%2CgBAwDI%2CQAsBK%2CO5C%2BKZ%3BAACD%2CQ4C9PI%2CgBAwDI%2CQAsBK%2CO5CgLZ%3BAACD%2CQAAQ%2CUAAW%2CS4C%5C%2FPf%2CgBAwDI%2CQAsBK%3BE5CkLT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAiK7RA%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAA%3B%3BAAIR%2CMAAM%2COACF%3BEACI%2CWAAA%3B%3BAAFR%2CMAAM%2COAIF%2CeACY%3BEAAY%2CSAAA%3B%3BAAL5B%2CMAAM%2COAOF%3BEACI%2CUAAA%3B%3BAARR%2CMAAM%2COAOF%2COAEI%3BEACI%2CWAAA%3BEjKuQR%2CwBAAA%3B%3BAiKjRJ%2CMAAM%2COAOF%2COAMI%3BEACI%2CeAAA%3B%3BAAdZ%2CMAAM%2COAOF%2COASI%3BEACI%2CkBAAA%3B%3BAAjBZ%2CMAAM%2COAOF%2COAYI%3BEACI%2CmBAAA%3B%3BACRR%2CwBAJsD%3BExF0BtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEpC2TR%2CiBAAkB%3BIACd%2CYAAA%3B%3BEmH%5C%2FOJ%2CYACI%2CeACI%3BIzJ8JR%2CYAAA%3B%3BEYiGA%2CcAAe%2CeAAe%3BIAAgB%2CWAAA%3B%3BEAC9C%2CcAAc%2CoBAAqB%2CeAAe%3BIAAgB%2CWAAA%3B%3BEAClE%2CcAAc%2CqBAAsB%2CeAAe%3BIAAgB%2CWAAA%3B%3BEACnE%2CcAAe%3BIAAgB%2CWAAA%3B%3B%3BAsJrW%5C%2FB%2CwBAJqD%3BEhJ2crD%3BEoCpVQ%2C4BADJ%2CKAAI%2CMACC%3BEnCiDD%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%3BEkB0pBD%2C0BACI%2CMAAQ%2CKlB5pBX%3BEkB2pBD%2C0BACI%2CMAAQ%2CKlB3pBX%3BEsERD%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGtE9BX%3BEsEPD%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGtE7BX%3BEmBoJD%2CyBACI%2CKAAI%2CQnBtJP%3BEmBqJD%2CyBACI%2CKAAI%2CQnBrJP%3BEuC%2BKG%2CcAAC%2CaAeG%2CMAAK%2CMrB6dT%2CMAAQ%2CKlB5pBX%3BEuCgLG%2CcAAC%2CaAeG%2CMAAK%2CMrB6dT%2CMAAQ%2CKlB3pBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEkBqpBD%2C0BACI%2CMAAQ%2CKlBtpBX%3BEsEbD%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGtExBX%3BEmB%2BID%2CyBACI%2CKAAI%2CQnBhJP%3BEuC0KG%2CcAAC%2CaAeG%2CMAAK%2CMrB6dT%2CMAAQ%2CKlBtpBX%3BIACG%2CWAAA%3B%3BEkBupBI%2C0BAFJ%2CMAAQ%2CKAEH%2CIAAI%3BEqB9eT%2CcAAC%2CaAeG%2CMAAK%2CMrB6dT%2CMAAQ%2CKAEH%2CIAAI%3BIlB1ab%2C6BAAA%3B%3BEkB%2BagB%2C0BAPZ%2CMAAQ%2CKAKF%2CKAAE%2CIACC%2CKACI%3BEqBnfb%2CcAAC%2CaAeG%2CMAAK%2CMrB6dT%2CMAAQ%2CKAKF%2CKAAE%2CIACC%2CKACI%3BIACG%2CaAAA%3B%3BEAGR%2C0BAXR%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%3BEACD%2C0BAZR%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%3BEACD%2C0BAbR%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%3BEqBzfT%2CcAAC%2CaAeG%2CMAAK%2CMrB6dT%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%3BEqBvfT%2CcAAC%2CaAeG%2CMAAK%2CMrB6dT%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%3BEqBxfT%2CcAAC%2CaAeG%2CMAAK%2CMrB6dT%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%2CIAQI%3BEAAD%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%2CMAOI%3BEAAD%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%2CSAMI%3BEqB%5C%2Ffb%2CcAAC%2CaAeG%2CMAAK%2CMrB6dT%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%2CIAQI%3BEqB%5C%2Ffb%2CcAAC%2CaAeG%2CMAAK%2CMrB6dT%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%2CMAOI%3BEqB%5C%2Ffb%2CcAAC%2CaAeG%2CMAAK%2CMrB6dT%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%2CSAMI%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGR%2C0BA1BR%2CMAAQ%2CKAKF%2CKAAE%2CIAqBC%3BEqBtgBT%2CcAAC%2CaAeG%2CMAAK%2CMrB6dT%2CMAAQ%2CKAKF%2CKAAE%2CIAqBC%3BIACG%2CSAAA%3B%3BEA5BhB%2C0BAgCI%3BEqB3gBA%2CcAAC%2CaAeG%2CMAAK%2CMrB4fT%3BIACI%2CSAAA%3B%3BEA6LR%2C0BACI%2CMACI%3BIACI%2CkBAAA%3B%3BEACA%2C0BAHR%2CMACI%2CKAEK%3BIACG%2CqBAAA%3B%3BEALhB%2C0BASI%2CMACI%3BIACI%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAZZ%2C0BASI%2CMAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAhBZ%2C0BASI%2CMASI%2COAAM%3BIlBvpBd%2CwBAAA%3B%3BEkBqoBA%2C0BASI%2CMASI%2COAAM%2COAEF%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAtBhB%2C0BASI%2CMASI%2COAAM%2COAMF%3BIACI%2CqBAAA%3BIACA%2CcAAA%3B%3BEA1BhB%2C0BASI%2CMASI%2COAAM%2COAMF%2CQAGI%3BIACI%2CgBAAA%3B%3BEAkDpB%3BEmCt8BA%2CcAAc%3BEkGnBd%2CcAAc%3BEhJ%2BWV%2CcAAC%3BIPzGL%2CiBAAA%3B%3BEkBmuBI%2CkBAAC%3BEAisBL%2C0BACI%2CGAlsBC%3BEAisBL%2C0BAII%2CGArsBC%3BE8Hj%5C%2FBO%2CQAHR%2C0BAEI%2CKACK%2CQ9Hi%5C%2FBR%3BE8Hj%5C%2FBO%2CQAFR%2CkCACI%2CKACK%2CQ9Hi%5C%2FBR%3BEC10BL%2CQACI%2CoBACI%2CKAAI%2CQDw0BP%3BE6Bz7BL%2CMAAM%2CQAUA%2CQAGI%2CKACI%2CK7B26BT%3BEX3kBO%2CQAfR%2CmBAcI%2CKACK%2CQW2kBR%3BEX1kBO%2CQAhBR%2CmBAcI%2CKAEK%2CQW0kBR%3BEVtpBL%2CKACI%2COAAM%2CMACF%2CKAAI%2CKUopBP%3BEVtpBL%2CKACI%2COAAM%2CMAEF%2CcAAc%2CGUmpBjB%3BE%2BBxsBL%2CQACI%2CeACI%2CKAAI%2CQ%5C%2FBssBP%3BELSL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%2CKKXL%3BELSL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%2CKKZL%3BEVxoBL%2CYACI%2CQUy0CA%2CGAlsBC%3BEVxoBL%2CYACI%2CQU40CA%2CGArsBC%3BE8Cl2BL%2CkBAOI%2CQ9C6hDA%2CGAlsBC%3BE8Cl2BL%2CkBAOI%2CQ9CgiDA%2CGArsBC%3BIlB%5C%2F%2BBL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkB2vCA%3BEoD7tCQ%2CcAhBJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAgB7B%2CsBACG%2CMACI%3BE%5C%2FD2YhB%2CoBAsCI%2CmBAAmB%3BEqB%5C%2FZf%2CYAdJ%2CuBAcK%2CcAmBG%3BIV4qCZ%2CaAAA%3B%3BEAsEA%2CwBACI%2CWACI%2CoBACI%3BEeruCZ%2C4BfmuCI%2CWACI%2CoBACI%3BEepuCZ%2CyBfkuCI%2CWACI%2CoBACI%3BEXr5BZ%2CQWm5BI%2CWACI%2CoBACI%3BEXp5BZ%2CuBWk5BI%2CWACI%2CoBACI%3BEXn5BZ%2CiBWi5BI%2CWACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAJhB%2CwBACI%2CWACI%2CoBAII%3BEexuCZ%2C4BfmuCI%2CWACI%2CoBAII%3BEevuCZ%2CyBfkuCI%2CWACI%2CoBAII%3BEXx5BZ%2CQWm5BI%2CWACI%2CoBAII%3BEXv5BZ%2CuBWk5BI%2CWACI%2CoBAII%3BEXt5BZ%2CiBWi5BI%2CWACI%2CoBAII%3BIAEI%2CWAAA%3B%3BEAKhB%2CQACI%2CoBACK%3BIACG%2CeAAA%3B%3BEAmCZ%2CyBACM%2CQAAQ%2CKAAK%2CKAAE%3BEsBv8BrB%2CQAKI%2CMAAK%2CMtBk8BH%2CQAAQ%2CKAAK%2CKAAE%3BIACb%2CSAAA%3B%3BEAkGR%3BEmC57CA%2CcAAc%3BEpBwFd%2CcAAc%3BE1BoQV%2CcAAC%3BEA6DL%2CoBACI%3BEM8QJ%2CQAAQ%2CKAAK%2CSACT%3BIKoxBA%2CaAAA%3B%3BEAQJ%3BIACI%2CgBAAA%3B%3BEAiNJ%2C0BAYI%3BEVr1CJ%2CYACI%2CQUo1CA%3BE8C%5C%2FiDJ%2CkBAOI%2CQ9CwiDA%3BIACI%2CiBAAA%3B%3BEoD5qDR%3BIACI%2C6BAAA%3BInE0UN%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BImE5UM%2CkBAAA%3B%3BEAHJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BInE8cxC%2CYAAA%3BIACA%2CcAAA%3B%3BEmEndE%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBnEidtC%2CQAAQ%2CKAAK%3BIACb%2CaAAA%3B%3BEmEtdA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBnEqdtC%3BIACA%2CcAAA%3B%3BEmE1dA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBnEqdtC%2CQAGE%3BIACA%2CcAAA%3B%3BEmE7dF%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBnEqdtC%2CQAGE%2CKAGA%3BEmE%5C%2FdF%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBnEqdtC%2CQAGE%2CKAIA%3BIACE%2CmBAAA%3BIACA%2CcAAA%3BIHvOJ%2CqBAAA%3B%3BEG0OI%2CcmEjeA%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBnEqdtC%2CQAGE%2CKAGA%2CGAMG%2CSAAS%3BEAAV%2CcmEjeA%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBnEqdtC%2CQAGE%2CKAIA%2CGAKG%2CSAAS%3BIH1Od%2CoBAAA%3BIG4OM%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7ON%2CcAAA%3BIAAA%2CgBAAA%3B%3BEsE3PA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBnE0VtC%2CQAAQ%2CKAAK%3BIHnGb%2CyBAAA%3B%3BEsE3PA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKACI%2CKAAE%3BIACA%2CiBAAA%3B%3BEATpB%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKAII%2CKAAE%3BIACA%2CgCAAA%3BIACA%2CoBAAA%3B%3BEAbpB%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKAQI%2CKAAE%2CIAAI%3BIACJ%2CgBAAA%3B%3BEAUA%2CcAtBhB%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAgB7B%2CsBACG%2CMAII%2CGACK%3BIACG%2CYAAA%3BIACA%2CmBAAA%3B%3BEA5BxB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%3BIACI%2CcAAA%3B%3BEApCZ%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%3BIACI%2CcAAA%3B%3BEAEA%2CcANZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGAGK%2CYACG%3BEADJ%2CcANZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGAGK%2CYAEG%3BIACI%2CiBAAA%3B%3BEA3CxB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAYI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAnDhB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAkBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAzDhB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAwBI%2COAAM%3BItEgMlB%2CwBAAA%3B%3BEsE3PA%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAwBI%2COAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEAMpB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMAAM%3BEATV%2C2BAUI%2CMAAM%3BIACF%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEYhGJ%2CMAAE%2COAAC%3B%3B%3B%3B%3B%3B%3BEAOH%2CMAAC%3B%3B%3B%3B%3B%3BEAMD%2CMAAC%3B%3B%3B%3B%3B%3BE9D6EG%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BEkHtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEUQR%2CmBACI%3BIACI%2CWAAA%3B%3BE3HmEA%2C0BADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2C0BAOI%3BIACI%2CqBAAA%3B%3BEyBOR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2COAPR%2CgBAMI%2CQACK%3BI9C6Kb%2CqBAAA%3BIIzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIJgDA%2CgBAAA%3B%3BE8C7KY%2COAPR%2CgBAMI%2CQACK%2COHiKX%3BI3ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE2CHA%2COGoFI%2CgBAMI%2CQACK%2COH3FZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C5PS%2CO5C4PT%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CgBAAA%3BIAAA%2CmBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COGuEA%2CgBAMI%2CQACK%2COH%5C%2FEZ%2CMACI%3BI3C2PL%2CcAAA%3B%3BE2CrPI%2COGiEA%2CgBAMI%2CQACK%2COHzEZ%2COACI%3BI3CqPL%2CcAAA%3B%3BEI7CA%2CO0CvII%2CgBAMI%2CQACK%2CO1CgIZ%3BEACD%2CO0CxII%2CgBAMI%2CQACK%2CO1CiIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO0C7II%2CgBAMI%2CQACK%2CO1CsIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO0ClJI%2CgBAMI%2CQACK%2CO1C2IZ%3BEACD%2CO0CnJI%2CgBAMI%2CQACK%2CO1C4IZ%3BEACD%2CQAAQ%2CUAAW%2CQ0CpJf%2CgBAMI%2CQACK%3BI1C8IT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEsDzJA%2C0BAA2B%3BIACvB%2CsBAAA%3B%3BEAGJ%2C4BACI%3BIACI%2CcAAA%3BItDmJR%2CqBAAA%3B%3BEsDxIA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEnCkCJ%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%2CoBAAA%3B%3BEAFR%2CgCAKI%3BIACI%2CaAAA%3B%3BE4B3JR%2CMAAM%2CQACA%2CQACI%2CKACI%3BI%5C%2FCmNd%2CgCAAA%3BI%2BCjNgB%2CmBAAA%3B%3BEALhB%2CMAAM%2CQAUA%3BI%5C%2FC4MN%2CgCAAA%3B%3BE%2BCtNA%2CMAAM%2CQAUA%2CQAGI%2CKACI%3BI%5C%2FCwMd%2CmBAAA%3BI%2BCrMgB%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%3BEfjFJ%2CqBADJ%2CQACK%3BIhCuPT%2CqBAAA%3BI2C9QA%2CqBAAA%3B%3BEXuBQ%2CqBADJ%2CQACK%2COW2OP%3BI3ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE2CHA%2CqBXgBI%2CQACK%2COWjBR%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C5PS%2CO5C4PT%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CqBXGA%2CQACK%2COWLR%2CMACI%3BI3C2PL%2CcAAA%3B%3BE2CrPI%2CqBXHA%2CQACK%2COWCR%2COACI%3BI3CqPL%2CcAAA%3B%3BEiC5LA%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%2CiBAAA%3B%3BE1BgRZ%2CcAJP%2CcAGG%2CmBACK%2CMACG%2CMACM%2CKACI%2CKAAE%3BIACA%2CeAAA%3B%3BEAS5B%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%3BIPjLJ%2CiBAAA%3B%3BEOsKA%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%3BEAEA%2CoBAHJ%2CMAAK%2CMAAO%2CKAAI%2CQAGX%3BIACG%2CaAAA%3B%3BEAUJ%2CoBAFJ%2CeAAiB%2C0BAEZ%2CSAAS%3BEAAV%2CoBADJ%2CwBAA0B%2C0BACrB%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAhDZ%2CoBA0CI%2CeAAiB%2C0BASb%3BEAnDR%2CoBA2CI%2CwBAA0B%2C0BAQtB%3BIPzNR%2CwBAAA%3BIO2NY%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%3BEiJrehB%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%3BEhJ%2BTZ%2CKACI%2COAAM%2CMAKF%2CKAAI%3BIACA%2CkBAAA%3B%3BE8BAZ%3BIACI%2CeAAA%3B%3BE7BrSJ%2CYACI%3BIT%2BMJ%2CeAAA%3BIS7MQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAMI%3BIT0MJ%2CgBAAA%3B%3BE4B3FA%2CYACI%3BI5B0FJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BE4B3FA%2CYAOI%3BI5BoFJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BI4BhFQ%2CWAAA%3B%3BEACA%2CYALJ%2CuBAKK%3BI5B%2BET%2C8BAAA%3BI4B7EY%2CwBAAA%3B%3BEAFJ%2CYALJ%2CuBAKK%2CcAIG%3BI5B2EZ%2CaAAA%3B%3BE4B3FA%2CYAsBI%3BEAtBJ%2CYAuBI%3BI5BoEJ%2CgBAAA%3B%3BE4B3FA%2CYA2BI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEA9BR%2CYAiCI%3BIACI%2CWAAA%3B%3BEAlCR%2CYAqCI%3BI5BsDJ%2CqBAAA%3BI2C9QA%2CqBAAA%3BIfkOQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAlDR%2CYAqCI%2CmBe0CF%3BI3ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE2CHA%2CYfkNI%2CmBelNH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C1PY%2CO5C0PZ%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYfqMA%2CmBetMH%2CMACI%3BI3C2PL%2CcAAA%3B%3BE2CrPI%2CYf%2BLA%2CmBehMH%2COACI%3BI3CqPL%2CcAAA%3B%3BE2DnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BI3D6OR%2CYAAA%3BI2D3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BE9BIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEmCkGR%2CkBACM%3BIACE%2CgBAAA%3BIhE6HR%2CeAAA%3BIgE3HQ%2CmBAAA%3BIACA%2CiBAAA%3B%3BEdoCJ%2CIAAC%2CcACG%3BIACI%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CIAAC%2CcAMG%3BIACI%2CYAAA%3B%3BEAMR%2COAAC%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2COAAC%2COAIG%2CqBAAoB%3BIAChB%2CmBAAA%3B%3BEALR%2COAAC%2COAOG%3BIACI%2C6BAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAdR%2COAAC%2COAOG%2CcAQI%3BIlD0DZ%2CgBAAA%3BIkDxDgB%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIlDmDhB%2CqBAAA%3BI2ChOA%2CqBAAA%3B%3BEAMA%2COOiJK%2COAOG%2CcAQI%2COPhKX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C1OU%2CO5C0OV%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEOlJI%2COAAC%2COA%2BBG%3BIlD0CR%2CuBAAA%3BIkDxCY%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAxCR%2COAAC%2COA0CG%3BIlD%2BBR%2CgBAAA%3BIkD7BY%2CSAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAMR%2COAAE%2CQAAC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CSAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CqBAAA%3B%3BEAGR%2COAAQ%3B%3B%3B%3B%3BEAAR%2COAAQ%2CgBAKJ%3BIACI%2CaAAA%3B%3BEAEJ%2COARI%2CgBAQH%3B%3B%3B%3BIlDJL%2CcAAA%3BI2C9QA%2CqBAAA%3B%3BEAMA%2COOoQQ%2CgBAQH%2CSP5QJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C9NQ%2CO5C8NR%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEO1DQ%2COAnBA%2CgBAQH%2CSAWI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COAzBA%2CgBAQH%2CSAiBI%3BIlDrBT%2CcAAA%3BIkDuBY%2CSAAQ%2CKAAK%2CiBAAiB%2CGAA9B%3BIACA%2CgBAAA%3B%3BEAGR%2COA%5C%2FBI%2CgBA%2BBH%3BIACG%2CoBAAA%3B%3BEPrMR%2COOqKQ%2CgBA%2BBH%2COAEG%2CgBPtMP%3BI3CyKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BEkD2BI%2COA%5C%2FBI%2CgBA%2BBH%2COAQG%3BIACI%2CcAAA%3B%3BEAEJ%2COA1CA%2CgBA%2BBH%2COAWO%3BIACA%2CcAAA%3B%3BEAGR%2COA9CI%2CgBA8CA%3BIACA%2CaAAA%3B%3BEAGR%2CkBACI%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEADJ%2CkBAcI%3BIACI%2CmBAAA%3B%3BEAGR%2CiBACI%2CSACI%3BIlD8FR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuC3PG%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CqBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CmBAAA%3B%3BEAEJ%2CcAJJ%2CeAAe%2CKAIV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAEI%3BIACI%2CcAAA%3B%3BEANpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAKI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAlCxB%2CcA4CI%2CiBACI%3BIACI%2CsBAAA%3B%3BEA9CZ%2CcA4CI%2CiBAIM%3BIACE%2CsBAAA%3BIACA%2CeAAA%3B%3BEUmJZ%2CgBACI%3BIjD1GJ%2CqBAAA%3B%3BEiDyGA%2CgBAII%2CyBACI%3BIACI%2CcAAA%3BIjD%5C%2FGZ%2CqBAAA%3B%3BEmC9IA%2CcAAc%2CSACV%3BIACI%2CmBAAA%3B%3BEACA%2CcAHM%2CSACV%2CcAEK%3BIACG%2CgBAAA%3B%3BEvB6IR%2CcADW%2CSACV%3BIACG%2CmBAAA%3B%3BEACA%2CcAHO%2CSACV%2CKAEI%3BIACG%2CwBAAA%3BIACA%2CUAAA%3B%3BEkD7DZ%3BIACI%2CgBAAA%3B%3BEjD2dJ%2CqBACI%2CQAAO%3BIACH%2CaAAA%3B%3BEAGR%3BIACI%2CWAAA%3B%3BEADJ%2CmBAGM%2CIAAC%3BIACC%2CeAAA%3B%3BEAJR%2CmBAMM%2CIAAC%3BIACC%2CoBAAA%3B%3BEA0TR%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%3BEAFV%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%3BIACE%2CmBAAA%3B%3BECvyBZ%3B%3B%3BE0BsNA%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEzBvBR%3BIACI%2CkBAAA%3BIACA%2CeAAA%3B%3B%3BAmJ1YJ%2CwBAJqD%3BEhJ6crD%3BIlBxdA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BEwCobD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaxC3bX%3BEwCqbD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaxC1bX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEwC%2BaD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaxCrbX%3BIACG%2CWAAA%3B%3BEkB4xBJ%3BEQrfQ%2C0BAFJ%2CUAEK%2COAGG%3BEmI9OZ%2CsBAOI%3BI7J0KJ%2C0BAAA%3BIkBohBA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIlBthBA%2C6BAAA%3BIAAA%2C8BAAA%3BIAAA%2CcAAA%3BI2ChOA%2CqBAAA%3B%3BEzBuvBA%2C0BAAC%3BEQ7dO%2C0BAFJ%2CUAEK%2COAGG%2CeR0dX%3BE2IxsBD%2CsBAOI%2CO3IisBH%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEyBpvBJ%2C0BAAC%3BEjBoRO%2C0BAFJ%2CUAEK%2COAGG%2CeiBvRX%3BEkHyCD%2CsBAOI%2COlHhDH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C9NQ%2CO5C8NR%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzOA%2C0BzB2tBK%2COyB3tBJ%3BEjB0NO%2C0BAFJ%2CUAEK%2COAGG%2CeR8fP%2COyB3tBJ%3BEkHjBD%2CsBAOI%2CO3IquBC%2COyB3tBJ%3BI3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BEkBs8BA%3BEQj2BQ%2C0BA7CJ%2CUA6CK%2CIAAI%2CKACD%3BI1BtGZ%2CcAAA%3BI2C9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEjB6WO%2C0BA7CJ%2CUA6CK%2CIAAI%2CKACD%2CKiB9WX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4CpOU%2CO5CoOV%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEoBvUA%3BEAEA%2COAAO%3BEACP%2COAAO%3BEACP%3BEACA%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CQAAS%3BEACT%2CmBAAoB%3BIAChB%2CkBAAA%3BIACA%2CiBAAA%3B%3BEUAR%3BIACI%2CUAAA%3B%3BEADJ%2CWAEI%2CQACI%3BIACI%2CkBAAA%3BIzE0OZ%2CcAAA%3BI2ChOA%2CqBAAA%3B%3BEAMA%2CW8BlBI%2CQACI%2CW9BiBP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C9NQ%2CO5C8NR%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE8B3SY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BE9B%2BDhB%2CW8B5EI%2CQACI%2CWAcK%2CgB9B6DZ%3BI3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BEyEnNA%3BIACI%2CiCAAA%3BIzEkMN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIyEhNI%2CYAAA%3BIACA%2CUAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEAVJ%2CaAYI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAhBR%2CaAYI%2CUAKI%3BIACI%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CaATJ%2CUASK%3BIACG%2CmBAAA%3B%3BEAtBZ%2CaAYI%2CUAYI%3BIACI%2CgBAAA%3B%3BEAzBZ%2CaAYI%2CUAeI%3BEA3BR%2CaAYI%2CUAemB%3BIACX%2CgBAAA%3B%3BEA5BZ%2CaAYI%2CUAkBI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAjCZ%2CaAYI%2CUAuBI%3BIACI%2CmBAAA%3B%3BEApCZ%2CaAYI%2CUAuBI%2CmBAEI%3BIACI%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAvChB%2CaAYI%2CUAuBI%2CmBAEI%2CiBAGI%3BIACI%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEACA%2CaAlChB%2CUAuBI%2CmBAEI%2CiBAGI%2CEAMK%3BIACG%2CcAAA%3B%3BEAMhB%2CaAzCJ%2CUAyCK%2CQACG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIzE2JhB%2CcAAA%3BI2ChOA%2CqBAAA%3B%3BEAMA%2Ca8BmBI%2CUAyCK%2CQACG%2CO9B7DX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C9NQ%2CO5C8NR%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE8B7NgB%2CaAnDZ%2CUAyCK%2CQACG%2COASK%3BIACG%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BE9BfpB%2Ca8BvCI%2CUAyCK%2CQAgBI%2COAAQ%2CO9BlBpB%3BI3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BEyEvIQ%2CaAhEJ%2CUAgEK%3BIzEuIT%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BI0EqCY%2CgBAAA%3B%3BEA9EZ%2CaAkFI%2CQAAO%3BIzEiIX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BI0E2CQ%2CmBAAA%3B%3BEApFR%2CaAkFI%2CQAAO%2CMAGH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEACA%2CaANR%2CQAAO%2CMAGH%2CGAGK%2CMAAM%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEA5FhB%2CaAkFI%2CQAAO%2CMAGH%2CGASM%3BIACE%2C6BAAA%3B%3BEA%5C%2FFhB%2CaAkFI%2CQAAO%2CMAgBH%3BEAlGR%2CaAkFI%2CQAAO%2CMAiBH%2CEAAC%3BIzEgHT%2CqBAAA%3BIyE9GY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAvGZ%2CaAkFI%2CQAAO%2CMAuBH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CgBAII%3BIzEgFN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIyE9FQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEATR%2CgBAYI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CSAAA%3BIACA%2CMAAM%2CiBAAN%3BIACA%2CcAAA%3B%3BEAJR%2CSAOI%3BIzEyDN%2CwBAAA%3BIACK%2CqBAAA%3BIACC%2CoBAAA%3BIAcJ%2CgBAAA%3BIyEtEQ%2CmBAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3B%3BEAZR%2CSAOI%2CcAMI%3BIACI%2CaAAA%3B%3BEAdZ%2CSAOI%2CcASI%3BIACI%2CcAAA%3B%3BEAKJ%2CSADJ%2CYACK%3BIACG%2C8BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CSAZJ%2CYAYK%3BIAAS%2CaAAA%3B%3BEAKd%2CaAAC%3BIAEG%2CkBAAA%3BIACA%2CUAAA%3B%3BEzE7MR%2CayE0MK%2CMzE1MJ%3BEACD%2CayEyMK%2CMzEzMJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CayEoMK%2CMzEpMJ%3BIACG%2CWAAA%3B%3BEyEyMA%2CaAAC%3BIACG%2C4BAAA%3BIACA%2C8BAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEACA%2CaAVH%2CWAUI%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAGA%2CaAfP%2CWAcG%2C0BACK%3BIACG%2CqBAAA%3B%3BEAKZ%2CaAAC%3BIAEG%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIAIA%2CkBAAA%3B%3BEzE%5C%2FOR%2CayEqOK%2CazErOJ%3BEACD%2CayEoOK%2CazEpOJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CayE%2BNK%2CazE%5C%2FNJ%3BIACG%2CWAAA%3B%3BEyEqOI%2CaAPH%2CaAOI%3BIACG%2CcAAA%3B%3BE0F5OZ%3BInKmPA%2CuBAAA%3BImKhPI%2CsBAAA%3B%3BEAHJ%2CWAII%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEANR%2CWAQI%3BIACI%2CSAAA%3B%3BEATR%2CWAWI%3BIACI%2CcAAA%3BInKuOR%2CkBAAA%3BIAAA%2CgBAAA%3BIAAA%2CqBAAA%3BIAAA%2CkBAAA%3BImKlOQ%2C0BAAA%3B%3BEAjBR%2CWAmBI%3BEAnBJ%2CWAoBI%2CEAAC%3BInK%2BNL%2CqBAAA%3B%3BEmKnPA%2CWAwBI%3BIACI%2CgCAAA%3BInK0NR%2CwBAAA%3B%3BEmKnPA%2CWAwBI%2CQAIM%3BInKuNV%2CgBAAA%3BIAAA%2C0BAAA%3BIAAA%2C0BAAA%3BImKjNY%2CqBAAA%3B%3BEAEJ%2CWAZJ%2CQAYK%2COACG%2CcACI%3BInK6MhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3BImKrMoB%2CqBAAA%3B%3BEA9CpB%2CWAwBI%2CQA0BM%3BIACE%2CgBAAA%3B%3BEAEJ%2CWA7BJ%2CQA6BK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWA9BJ%2CQA8BK%2CWACK%2CIAAC%2CIAAI%3BInK4LnB%2CcAAA%3B%3BEmKjLQ%2CWADJ%2CGAAE%2COACG%3BIACG%2CmBAAA%3B%3BEAnEZ%2CWAsEI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEJ%2CWAJJ%2CSAIK%2CIAAI%3BInKyKb%2CgBAAA%3BIAAA%2CgBAAA%3BImKnKY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAJJ%2CSAIK%2CIAAI%2CcAYC%2CKACI%3BIACE%2CkBAAA%3B%3BEAEJ%2CWApBZ%2CSAIK%2CIAAI%2CcAYC%2CKAIG%3BIACG%2CgBAAA%3B%3BEAjBZ%2CWAJJ%2CSAIK%2CIAAI%2CcAoBD%3BIACI%2CcAAA%3BInKoJhB%2CkBAAA%3B%3BEmKzKQ%2CWAJJ%2CSAIK%2CIAAI%2CcAoBD%2CGAGM%3BIACE%2CSAAA%3B%3BEAxBZ%2CWAJJ%2CSAIK%2CIAAI%2CcAoBD%2CGAGM%2CKAEE%3BIAKI%2CcAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CWAvCR%2CSAIK%2CIAAI%2CcAmCA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAtCR%2CWAJJ%2CSAIK%2CIAAI%2CcAwCD%2CQACM%3BInKgIlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3BImKxHoB%2CgBAAA%3B%3BEAIJ%2CWAzDZ%2CSAIK%2CIAAI%2CcAoDD%2CQACK%2COACK%3BIACE%2CiBAAA%3B%3BEnFzGxB%2CQAAQ%2CKAAK%2CMACT%2CMAAK%2CMACC%3BIACE%2CqBAAA%3B%3BEAHZ%2CQAAQ%2CKAAK%2CMAOP%2CQAAK%3BIACH%2CuBAAA%3B%3BEI7BR%3BIAEG%2CcAAA%3B%3BEEiMC%2CYAAC%3BItF6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEsF5NA%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%3BEC%5C%2FIZ%3BIDxEA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BItFsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEsFpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BECqDhB%2CaDjDA%3BItFwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIsFrOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECkChB%2CaD9BA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BECyBA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEANR%2CaAQI%3BIvF%2BKJ%2CyBAAA%3BIuF7KQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAIG%3BIvFmKR%2CwCAAA%3B%3BEyFxOA%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%3BE8DXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BExDgBJ%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%3BEoD1BJ%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEjG%2BFZ%2CkBACI%3BIACI%2CmBAAA%3B%3BESnCR%2CcACI%2CUAAU%3BIACN%2CoBAAA%3B%3BEAFR%2CcAKI%2CiBACI%3BIACI%2CYAAA%3B%3BEAKZ%2CMAAM%3BIACF%2CWAAA%3B%3BEAGJ%2CsBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BE%5C%2FBgIZ%2CaACI%2CiBACI%3BIxBuCR%2CwBAAA%3BIwBrCY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIxB%2BBA%2C6BAAA%3BIwB7BI%2CgBAAA%3B%3BEAGI%2CgBADJ%2COACK%3BIxB0BT%2CwBAAA%3BIwBxBY%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEATZ%2CgBAaI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEASJ%2CKAAC%2CcACG%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAPZ%2CKAWI%3BIxBHJ%2CqBAAA%3BI2ChOA%2CqBAAA%3B%3BEnBwNA%2CKAWI%2CamBfF%3BI3ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE2C2CA%2CKnB6NI%2CamB7NH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCtQW%2CODsQX%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CSAAA%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKnBgNA%2CamBjNH%2CMACI%3BI3C6ML%2CWAAA%3B%3BE2CvMI%2CKnB0MA%2CamB3MH%2COACI%3BI3CuML%2CcAAA%3B%3BEwBgBQ%2CKAbJ%2CaAaK%3BIACG%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAEA%2CKAnBR%2CaAaK%2CQAMI%3BIACG%2CWAAA%3B%3BEAOZ%2CuBAAI%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BELpFR%2CKAAK%2CcACD%3BInBmDJ%2CqBAAA%3BI2C9QA%2CqBAAA%3B%3BExB0NA%2CKAAK%2CcACD%2CqBwBuCF%3BI3ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE2CHA%2CKxBoNK%2CcACD%2CqBwBrNH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCrQiB%2CODqQjB%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKxBuMC%2CcACD%2CqBwBzMH%2CMACI%3BI3C2PL%2CWAAA%3B%3BE2CrPI%2CKxBiMC%2CcACD%2CqBwBnMH%2COACI%3BI3CqPL%2CcAAA%3B%3BEyBtEA%2CuBAEI%3BEADJ%2CeACI%3BIzBoEJ%2CgCAAA%3BIyBlEQ%2CmBAAA%3BIACA%2CqBAAA%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%3BEsB7HhB%2CiBACI%2CeAAc%3BI%5C%2FC8JlB%2CkBAAA%3BIAAA%2CmBAAA%3B%3BE%2BC%5C%2FJA%2CiBACI%2CeAAc%2CQAGV%2COAAM%2CKAAK%2CQACP%2CGACI%3BIACI%2C0BAAA%3B%3BEazBpB%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CoBAAA%3B%3BElC4NR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEADJ%2C0BAFJ%2CUAEK%2COAGG%3BI1B7DZ%2CwBAAA%3B%3BE0BkEY%2C0BAVR%2CUAEK%2COAQI%3BIACG%2C6BAAA%3BI1BnEhB%2CmBAAA%3BI0BqEgB%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2C0BAhBZ%2CUAEK%2COAQI%2CMAMI%3BIACG%2CcAAA%3B%3BEAPR%2C0BAVR%2CUAEK%2COAQI%2CMAUG%3BIACI%2CeAAA%3B%3BEAEA%2C0BAvBhB%2CUAEK%2COAQI%2CMAUG%2CMAGK%3BIACG%2CaAAA%3B%3BEAGJ%2C0BA3BhB%2CUAEK%2COAQI%2CMAUG%2CMAOK%3BIACG%2CaAAA%3B%3BEAlBZ%2C0BAVR%2CUAEK%2COAQI%2CMAUG%2CMAWI%3BI1BvFpB%2CWAAA%3BI0ByFwB%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BArCpB%2CUAEK%2COAQI%2CMAUG%2CMAWI%2CEAMK%3BI1B7FzB%2CmBAAA%3B%3BE0B4GQ%2C0BApDJ%2CUAoDK%2CMACG%3BI1B7GZ%2CwBAAA%3B%3BE0BmHQ%2C0BA3DJ%2CUA2DK%3BIACG%2CmBAAA%3B%3BEAKA%2C0BAjER%2CUAgEK%2CQACI%3BEACD%2C0BAlER%2CUAgEK%2CQAEI%3BIACG%2CmBAAA%3B%3BEASJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAIA%2CuBAAwB%2CeAV1B%2CSACV%2CSACK%2CKAOI%3BIAEO%2CoBAAA%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%3BE%2BB%5C%2FVJ%2CMAAC%2CWACG%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CMAAC%2CWAMG%2COACI%2CSAAQ%3BIACJ%2CeAAA%3B%3BElDqahB%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BE2B3eR%2CKAAK%2CKAAK%2COACN%3BIACI%2CsBAAA%3B%3BEAIA%2CKANH%2CKAAK%2COAKN%2CQACK%3BIACG%2CcAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3BE1B8UZ%2CeACI%2CWACI%2CSAAQ%3BIACJ%2CkBAAA%3B%3BEAKZ%3BIACI%2C6BAAA%3B%3BEAIA%2CKAAC%3BIACG%2C0BAAA%3B%3BEAGQ%2CKAJX%2CcAEG%2CMACI%2CKACK%3BEACD%2CKALX%2CcAEG%2CMACI%2CKAEK%3BEACD%2CKANX%2CcAEG%2CMACI%2CKAGK%3BEACD%2CKAPX%2CcAEG%2CMACI%2CKAIK%3BEACD%2CKARX%2CcAEG%2CMACI%2CKAKK%3BIACG%2CaAAA%3B%3BEAKR%2CKAdP%2CcAaG%2CKACK%3BEACD%2CKAfP%2CcAaG%2CKAEK%3BEACD%2CKAhBP%2CcAaG%2CKAGK%3BEACD%2CKAjBP%2CcAaG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2CKAvBX%2CcAaG%2CKACK%2CIASI%3BEAAD%2CKAvBX%2CcAaG%2CKAEK%2CMAQI%3BEAAD%2CKAvBX%2CcAaG%2CKAGK%2CSAOI%3BEAAD%2CKAvBX%2CcAaG%2CKAIK%2CKAMI%3BIACG%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAGR%2CKA9BP%2CcAaG%2CKAiBK%3BIACG%2CmBAAA%3B%3BEA%5C%2FBZ%2CKAAC%2CcAkCG%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEAnCR%2CKAAC%2CcAqCG%2CMAAQ%2CKAAK%2CKAAE%3BIACX%2CSAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAGI%3BIACI%2CaAAA%3B%3BEAJR%2CYAMI%2CQACI%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BIAC5B%2CSAAA%3B%3BEmB%5C%2FZZ%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAKI%3BIACI%2CgBAAA%3B%3BE8H6FhB%2CcACI%3BIzJqJJ%2CaAAA%3BIAAA%2CSAAA%3BIyJlJQ%2CUAAA%3B%3BE1HRR%2CwBACI%3BI%5C%2FByJJ%2CSAAA%3B%3BE%2BB1JA%2CwBAII%3BIACI%2CsBAAA%3B%3BEALR%2CwBAOI%3BI%5C%2FBmJJ%2CaAAA%3B%3BE%2BB1JA%2CwBAWI%3BI%5C%2FB%2BIJ%2CoBAAA%3B%3BE%2BB1JA%2CwBAeI%2CgCACI%3BIACI%2CiBAAA%3B%3BE2B8BZ%2CwBACI%3BI1D0GJ%2CeAAA%3B%3BE0D3GA%2CwBACI%2CgBAGI%3BI1DuGR%2CaAAA%3B%3BE0D3GA%2CwBACI%2CgBAOI%3BI1DmGR%2CoBAAA%3B%3BEuC%2BEA%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAII%3BIACI%2CiBAAA%3B%3BEJvNR%2CcAAc%3B%3B%3B%3BEAIN%2CcAJM%2CSAGV%2CSACK%3BIACG%2CkBAAA%3B%3BEACA%2CcANE%2CSAGV%2CSACK%2CKAEI%3B%3B%3B%3BEAID%2CcAVE%2CSAGV%2CSACK%2CKAMI%3BInCyHb%2CwBAAA%3B%3BEmCtHY%2CcAbE%2CSAGV%2CSACK%2CKASI%3BIACG%2CcAAA%3B%3BEADJ%2CcAbE%2CSAGV%2CSACK%2CKASI%2CQAEG%3BIACI%2CkBAAA%3B%3BEACA%2CcAjBN%2CSAGV%2CSACK%2CKASI%2CQAEG%2CQAEK%3BIACG%2CeAAA%3B%3BEAEJ%2CcApBN%2CSAGV%2CSACK%2CKASI%2CQAEG%2CQAKK%3B%3BIAEG%2CqBAAA%3B%3BEAEJ%2CcAxBN%2CSAGV%2CSACK%2CKASI%2CQAEG%2CQASK%3B%3BIAEG%2CqBAAA%3B%3BEAEJ%2CcA5BN%2CSAGV%2CSACK%2CKASI%2CQAEG%2CQAaK%3BEACD%2CcA7BN%2CSAGV%2CSACK%2CKASI%2CQAEG%2CQAcK%3BIACG%2CgBAAA%3B%3BEAIZ%2CcAlCE%2CSAGV%2CSACK%2CKA8BI%3BEACD%2CcAnCE%2CSAGV%2CSACK%2CKA%2BBI%3BEA%5C%2FBL%2CcAJM%2CSAGV%2CSACK%2CKAgCG%3BEACA%2CcArCE%2CSAGV%2CSACK%2CKAiCI%3B%3BIAEG%2CkBAAA%3B%3BEAnCR%2CcAJM%2CSAGV%2CSACK%2CKAqCG%3B%3B%3B%3BEArCJ%2CcAJM%2CSAGV%2CSACK%2CKAqCG%2CYAII%3BIACI%2CiBAAA%3B%3BEA1CZ%2CcAJM%2CSAGV%2CSACK%2CKAqCG%2CYAII%2CQAEI%3BIACI%2CYAAA%3B%3BEAEJ%2CcAlDN%2CSAGV%2CSACK%2CKAqCG%2CYAII%2CQAKK%3B%3B%3B%3BEA9Cb%2CcAJM%2CSAGV%2CSACK%2CKAqCG%2CYAcI%3BIACI%2CeAAA%3B%3BEApDZ%2CcAJM%2CSAGV%2CSACK%2CKAuDG%3BIAEI%2CaAAA%3B%3BEAGR%2CcAhEM%2CSAGV%2CSA6DK%3BIACG%2CeAAA%3B%3BEAOJ%2CqBADJ%2CSACK%3BIACG%2CUAAA%3B%3BEACA%2CqBAHR%2CSACK%2CKAEI%3BIACG%2CWAAA%3B%3BEAMhB%2CKAAK%2CcACD%3BIACI%2CSAAA%3BInCgDR%2CqBAAA%3BI2C9QA%2CqBAAA%3B%3BER4NA%2CKAAK%2CcACD%2CmBQqCF%3BI3ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE2CHA%2CKRsNK%2CcACD%2CmBQvNH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4ChQiB%2CO5CgQjB%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKRyMC%2CcACD%2CmBQ3MH%2CMACI%3BI3C2PL%2CWAAA%3B%3BE2CrPI%2CKRmMC%2CcACD%2CmBQrMH%2COACI%3BI3CqPL%2CcAAA%3B%3BEmCpCA%2CgBAEQ%2CSACI%3BIACI%2CkBAAA%3B%3BEACA%2CgBAHR%2CSACI%2CQAEK%3BIACE%2CkBAAA%3B%3BEtBqanB%2CqBACI%2CQAAO%3BIbpRX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEa6OR%2CqBAKI%2CSAAQ%3BIb5OZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEa%2BOT%2CkBAAmB%3BIACf%2CcAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CkBAAX%3BIACA%2CkBAAA%3B%3BEAGJ%2CsBAEI%3BEADJ%2CqBACI%3BIACI%2CiBAAA%3B%3BEA2VR%2CQAAQ%3BEACR%3B%3B%3BEAGA%2CkBACI%3BIACI%2CcAAA%3B%3BEAoER%2CkBACI%2CkBAAiB%3BIACb%2CwBAAA%3B%3BE2BxoBA%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%2CMAAK%3BIACD%2CmBAAA%3B%3BEAFR%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAEM%3BIACE%2CYAAA%3BIxC1MpB%2CkBAAA%3B%3BEwCiMA%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAQN%2CeACI%3BIxC%5C%2FMhB%2CmBAAA%3B%3BEwCiNoB%2CQAZhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAQN%2CeACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAOxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BIxC3NR%2CoBAAA%3B%3BEwC%2BNA%2CuBACI%3BIACI%2CkBAAA%3B%3BEqHlZR%3B%3B%3B%3B%3B%3B%3B%3BEAAA%2CsBAOI%3BIAEI%2CYAAA%3BIACA%2CYAAA%3B%3BEAVR%2CsBAOI%2COAIM%3BIACE%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CsBAZJ%2COAYK%3BIACG%2C0CAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAIA%2CsBADR%2CMACS%2CQACS%3BEADV%2CsBADR%2CMACS%2CQAES%3BIACF%2CcAAA%3BIACA%2CuBAAA%3B%3BEApCpB%2CsBAwCI%3BIACI%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEACA%2CsBAJJ%2CSAIK%3BIACG%2CcAAA%3B%3BE9I2NZ%3BEACA%2CiBAAoB%3BIAChB%2CaAAA%3B%3BEAEJ%2CaAAc%2CkBAAkB%2COAAM%3BIf3FtC%2CwBAAA%3BIe6FI%2CYAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CWAAY%2CQAAQ%2CWAAU%3BIfjG9B%2CwBAAA%3BIemGI%2CWAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CYAAa%2CQAAO%2CQAChB%3BIfvGJ%2CmBAAA%3BIAAA%2CwBAAA%3BIe0GQ%2CaAAA%3BIACA%2CeAAA%3B%3BEALR%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%3BIACI%2CcAAA%3B%3BEAPZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAEI%2CGAAE%3BIACE%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEACA%2CYAdH%2CQAAO%2CQAChB%2CgBAKI%2CkBAEI%2CGAAE%2CSAMG%3BEACD%2CYAfH%2CQAAO%2CQAChB%2CgBAKI%2CkBAEI%2CGAAE%2CSAOG%3BIACG%2CaAAA%3B%3BEAhBpB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAaI%3BEAnBZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAcI%3BIACI%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAvBhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAmBI%2CkBAAkB%3BIACd%2CgBAAA%3B%3BEA1BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAsBI%2CiBAAiB%3BIACb%2CUAAA%3B%3B%3BAmJ5XhB%2CwBAJ%2BC%3BEhJmiD%5C%2FC%3BEuI57CA%2CcACI%3BIzJqJJ%2CaAAA%3BIAAA%2CSAAA%3BIkBwwCA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BEuIj6CD%2CcACI%2CuBvI%2B5CH%3BEuIh6CD%2CcACI%2CuBvIg6CH%3BIlB7tCD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CYAAA%3BIkBmxCI%2CUAAA%3BIACA%2COAAA%3B%3BEAEJ%2CiDAAC%3BEuI56CD%2CcACI%2CuBvI26CH%3BIlBtxCD%2C4BAAA%3B%3BEkByxCA%2CiDAAC%3BEuI%5C%2F6CD%2CcACI%2CuBvI86CH%3BIlBzxCD%2C4BAAA%3BIkB2xCI%2CQAAA%3B%3BEqEr7CA%2CYAAC%2CYACG%2CkBAAiB%3BIvFyJzB%2CyBAAA%3B%3BEuFrJY%2CYALP%2CYAII%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYAJH%2CYAII%2CcAKG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CYAgBI%3BIvF2IJ%2CuBAAA%3BIAAA%2CgBAAA%3B%3BEyJtJA%2CcACI%3BIzJqJJ%2CaAAA%3BIAAA%2CSAAA%3BIyJlJQ%2CUAAA%3B%3B%3BASnGR%2CgBAJuC%3BEhJ0IvC%3BIApBA%2CUAAA%3B%3BEACA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEACA%2CsBAFH%2CUAAU%2CGAEH%3BIACA%2CWAAA%3B%3BEAuLR%3BEqB7FQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA2BI%2CgBAMI%2CqBAII%2CUACI%3BIrByChB%2CcAAA%3B%3BEAsKA%3BE4ClYI%2CMAAC%3BI9D5FL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEuCgND%2CcAkDI%2CevCnQH%3BEuCiND%2CcAkDI%2CevClQH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEuC2MD%2CcAkDI%2CevC7PH%3BIACG%2CWAAA%3B%3BEkB%2BgBJ%3BEqBrUA%2CcA2BI%2CgBACI%3BEA5BR%2CcAkDI%2CeAEI%3BEApDR%2CcAkDI%2CeAOI%3BIrB4PR%2CsBAAA%3B%3BEA2GA%2C0BAtBA%2CUACI%3BIlBxWJ%2CmBAAA%3BIK%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BILhqBA%2CUAAA%3BIKmqBA%2CmBAAA%3B%3BEa1TQ%2C0BAFR%2CUACI%2COACK%2CeAAe%3BEAChB%2C0BAHR%2CUACI%2COAEK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEb0TZ%2C0Ba9TA%2CUACI%2COb6TA%3BIACA%2CWAAA%3B%3BEazSJ%2C0BAtBA%2CUACI%2COAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAiCZ%3BIlBjZA%2CWAAA%3B%3BEkB6wBA%3BIlB7wBA%2CqBAAA%3BI2C9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC1QS%2COD0QT%3BIAAA%2Ca6CjQe%2CY7CiQf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEzBwrBA%2CmBAAC%3BIACG%2C0BAAA%3B%3BEoDl6BJ%2CMnEmEA%2CQACE%2CKACE%3BEmErEJ%2CMnEmEA%2CQACE%2CKAEE%3BIH0FJ%2C6BAAA%3B%3BEsEhKA%2CMnE4EA%2CQAAQ%3BIHoFR%2C6BAAA%3B%3BEsBjMI%2CUAAC%3BIACG%2CYAAA%3B%3BE6GxCR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BErFqFQ%2COAFR%2CgBACI%2CQACK%3BI1CyFb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BIJgDA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BII5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BI0CrDgB%2CgBAAA%3B%3BE1CkGhB%2CO0CvGI%2CgBACI%2CQACK%2CO1CqGZ%3BEACD%2CO0CxGI%2CgBACI%2CQACK%2CO1CsGZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO0C7GI%2CgBACI%2CQACK%2CO1C2GZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO0ClHI%2CgBACI%2CQACK%2CO1CgHZ%3BEACD%2CO0CnHI%2CgBACI%2CQACK%2CO1CiHZ%3BEACD%2CQAAQ%2CUAAW%2CQ0CpHf%2CgBACI%2CQACK%3BI1CmHT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEDjJA%2CO%2BCHI%2CgBACI%2CQACK%2CO%5C%2FCCZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CO%2BCRI%2CgBACI%2CQACK%2CO%5C%2FCMZ%3BIC4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEDvIA%2CO%2BCbI%2CgBACI%2CQACK%2CO%5C%2FCWZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEIxFA%2CO0C5DI%2CgBACI%2CQACK%2CO1C0DZ%3BEACD%2CO0C7DI%2CgBACI%2CQACK%2CO1C2DZ%3BEACD%2CO0C9DI%2CgBACI%2CQACK%2CO1C4DZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CO0CnEI%2CgBACI%2CQACK%2CO1CiEZ%3BEACD%2CO0CpEI%2CgBACI%2CQACK%2CO1CkEZ%3BEACD%2CQAAQ%2CUAAW%2CQ0CrEf%2CgBACI%2CQACK%3BI9CkJb%2CcAAA%3BIAAA%2CYAAA%3BII5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEiJ7LI%2C8BADJ%2CSACK%3BIACG%2CaAAA%3B%3BE9IwgBZ%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEAEA%2CoBAJR%2CaACI%2CQAGK%3BIACG%2CYAAA%3B%3BE2C5LZ%2COAAC%3BIACG%2CmBAAA%3B%3BEAKJ%2COAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAGR%2COAAC%3BIACG%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2COAAC%3BIACG%2CgBAAA%3BIACA%2CcAAA%3B%3BEAGR%2CoBACI%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEAHR%2CoBAKI%2CUAAY%3BIACR%2CgBAAA%3B%3BEAEJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGA%2CoBADJ%2CQACK%3BIAEE%2CqBAAA%3BIACA%2CWAAA%3B%3BEAEH%2CoBANJ%2CQAMK%3BIACG%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2C8BAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CoBAbJ%2CQAaK%3BIACG%2CaAAA%3B%3BEAGA%2CoBAjBR%2CQAgBK%2CQACI%3BIACG%2CSAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CoBAvBZ%2CQAgBK%2CQACI%2CKAMI%3BIACG%2CkBAAA%3BIACA%2CUAAA%3B%3BEACA%2CoBA1BhB%2CQAgBK%2CQACI%2CKAMI%2COAGI%3BIACG%2CUAAA%3B%3BEAEJ%2CoBA7BhB%2CQAgBK%2CQACI%2CKAMI%2COAMI%3BEACD%2CoBA9BhB%2CQAgBK%2CQACI%2CKAMI%2COAOI%3BIlDtGrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIkDsJwB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CoBAxChB%2CQAgBK%2CQACI%2CKAMI%2COAiBI%3BIlD9JrB%2CyBAAA%3BIkDgKwB%2CeAAA%3BIACA%2CUAAA%3B%3BEAIZ%2CoBA%5C%2FCR%2CQAgBK%2CQA%2BBI%3BIACG%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEACA%2CoBApDZ%2CQAgBK%2CQA%2BBI%2CMAKI%3BIACG%2CUAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAGR%2CoBA1DR%2CQAgBK%2CQA0CI%3BIlDhLb%2CmBAAA%3BIkDoLgB%2CeAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAXJ%2CoBA1DR%2CQAgBK%2CQA0CI%2CQAYG%3BIACI%2CeAAA%3BIACA%2CSAAA%3B%3BEAdR%2CoBA1DR%2CQAgBK%2CQA0CI%2CQAYG%2CMAGI%3BIACI%2CaAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAQhB%2CoBApFJ%2CQAoFK%3BIACG%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEACA%2CoBAxFR%2CQAoFK%2CQAIO%3BIACA%2CeAAA%3B%3BEXlPhB%2CcACI%2CiBAII%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEARZ%2CcACI%2CiBAII%2CWAII%3BIACI%2CkBAAA%3B%3BEACA%2CcAVZ%2CiBAII%2CWAII%2CQAEK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAbpB%2CcAmBI%3BIACI%2CgBAAA%3B%3BEApBR%2CcAuBI%2CeAAe%3BIACX%2CgBAAA%3B%3BEAxBR%2CcA2BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA%5C%2FBZ%2CcA2BI%2CgBAMI%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAMQ%2CcAfhB%2CgBAMI%2CqBAII%2CUAII%2COACK%3BIACG%2CaAAA%3B%3BEA3CxB%2CcAkDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAvDZ%2CcAkDI%2CeAOI%3BIAEI%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAOG%2CKAAI%3BIACA%2CUAAA%3B%3BEAjFZ%2CcAsFI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAEI%2CcAJZ%2CiBACI%2CcAAgB%2CYAEZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEA5FpB%2CcAsFI%2CiBAUI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CcAjBR%2CiBAUI%2CUAAY%2CSAAM%2CIAAI%2CSAOjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BEUtMhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAIJ%2COAAC%3BIACG%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAMJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAEG%3BIACI%2CeAAA%3B%3BEAGR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CeAAA%3B%3BEAEJ%2COAAC%3BIACG%2CgBAAA%3B%3BEd2ER%2CqBACI%2CeACI%3BIACI%2CmBAAA%3BIACA%2CaAAA%3B%3BEAJZ%2CqBACI%2CeAKI%3BIACI%2CSAAA%3B%3BEvB%2BBJ%2CkBAAC%3BEACD%2CkBAAC%3BIACG%2CkBAAA%3BIACA%2CUAAA%3B%3B%3BEAHJ%2CkBAAC%2CMAKG%3BEAJJ%2CkBAAC%2COAIG%3BIACX%2CqBAAA%3B%3BEAKD%3BIACF%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACM%2C0BAAA%3B%3BEAOJ%3BIACI%2CcAAA%3B%3BEADJ%2CqBAKI%2CiBAAmB%3BIACf%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEARR%2CqBAKI%2CiBAAmB%2CqBAIb%3BIACE%2CuBAAA%3BIACZ%2CYAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEACY%2CqBAXR%2CiBAAmB%2CqBAIb%2CUAOG%3BIACG%2CcAAA%3BIACf%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAnBD%2CqBAuBI%3BIAAmB%2CqBAAA%3B%3BEAevB%2CcACI%3BIACI%2CaAAA%3BIACT%2CkBAAA%3BIACS%2CkBAAA%3B%3BEAIR%2CoBAAqB%2CeAAe%3BIAAgB%2CaAAA%3B%3BEACpD%2CqBAAsB%2CeAAe%3BIAAgB%2CaAAA%3B%3BEACrD%2CcAAe%2CeAAe%3BIAAgB%2CaAAA%3B%3BEAC9C%2CcAAc%2CoBAAqB%2CeAAe%3BIAAgB%2CaAAA%3B%3BEAClE%2CcAAc%2CqBAAsB%2CeAAe%3BIAAgB%2CaAAA%3B%3BEqJzUnE%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAAgB%2CaAAA%3B%3B%3BACFvE%2CgBAJ2C%3BET%2BFvC%2CcACI%3BIzJqJJ%2CaAAA%3BIAAA%2CSAAA%3BIyJlJQ%2CUAAA%22%7D *//*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider .slides{ padding:0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; list-style:none !important; margin-bottom:0px;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display:inline-block; vertical-align:middle; height: auto; }

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; clear:both; margin:0 auto 21px; overflow:hidden; text-align:center; width:100%; background:#f8f8f8; min-height: 380px;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides { margin:0; }

/* Direction Nav */
.flex-direction-nav {display:none; margin:0 !important; z-index:999; }
.flexslider:hover .flex-direction-nav {display:block;}
.flex-direction-nav  li{ list-style:none; margin:0px;}
.flex-direction-nav li a{
	background: #000;
    border-radius: 50%;
    font-size: 0;
    height: 40px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 47%;
    width:40px;
    opacity: 0.5;
    text-decoration: unset;
}
.flex-direction-nav li a:hover{ opacity: 1; }
.flex-direction-nav li a:before{
    font-family: fontawesome;
    color: #ffffff;
    display: block;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;

}
.flex-direction-nav li a.flex-prev:before{content: "\f104"; padding: 0 3px 0 0;}
.flex-direction-nav li a.flex-next:before{content: "\f105"; padding: 0 0 0 3px;}

.flex-direction-nav li a.flex-prev{left:30px;}
.flex-direction-nav li a.flex-next {right:30px;}

/* Control Nav */
.flex-control-nav {position: absolute; bottom:10px; right:0px; left:0px; margin:0 !important; padding:0 !important; z-index:8; text-align:center; display:none; }
.flex-control-nav li {
    margin: 0 3px;
    display: inline-block; 
    font-size:0; 
    border-radius:50%;  
    -webkit-border-radius:50%;  
    -khtml-border-radius:50%;  
    -moz-border-radius:50%; 
    border: unset;
}
.flex-control-paging li a {    
    cursor: pointer;
    display: block;
    height: 10px;
    text-indent: -9999px;
    width: 10px;
	font-size:0;
	border:none;
	background: #fff;
	position:relative;
    border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    -moz-border-radius:50%;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li:hover a {
	background: #870b0b;
}

	

.flex-control-paging li a.flex-active{  cursor: default; border-color:#444; }
.flex-control-paging li:hover a{border-color:#444;}
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;  }
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: block;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../../frontend/Megnor/mag090172_UL/de_DE/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../../frontend/Megnor/mag090172_UL/de_DE/css/AjaxLoader.gif) no-repeat center center
}
.owl-stage-outer{overflow:hidden;}


.parallex-inner .owl-theme .owl-dots .owl-dot{
	background: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #f2f2f2;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    width: 10px;
	cursor:pointer;
}
.parallex-inner .owl-theme .owl-dots .owl-dot.active, .parallex-inner .owl-theme .owl-dots .owl-dot:hover {
    background: #ffd24c;
    border-color: #ffd24c;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';font-display:swap;src:url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/Megnor/mag090172_UL/de_DE/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
*{margin:0px; padding:0px;}
li{list-style:none;}
img{ vertical-align: top;}

.ie8 .product-image-inner-blog .image-hover-block .zoom:before, .ie8 .product-image-inner-blog .image-hover-block .read:before {  display: none;}

.ie8 .product-image-inner-blog .blog-left:hover .image-hover-block .read:before, .ie8 .product-image-inner-blog .blog-left:hover .image-hover-block .zoom:before { display: block;}

.ie10 .page-wrapper, .ie11 .page-wrapper{ height:auto !important;}

.container-width {
    max-width: 1240px;
    padding:0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

#spinner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: url(../../frontend/Megnor/mag090172_UL/de_DE/images/ajax-loader.gif) 50% 50% no-repeat #fff;
}

/* Start Header */
.page-header .panel.wrapper{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 8px 0;
}
.tm_headerlinkmenu {
    float: right;
    position: relative;
    display: inline-block;
    padding: 0 18px 0 0;
    cursor: pointer;
}
.my-account-cms::after {
    content: "\e622";
    font-family: luma-icons;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 3px;
}
.tm_headerlinks_inner .headertoggle_img:hover:before{color:#e76453;}
.header-social {
    float: left;
    display: inline-block;
    text-align: left;
}
.header-social .social_block {
    display: inline-block;
    margin: 0 15px 0 0;
    float: unset;
    font-size: 14px;
}
body .page-header .switcher {
    float: right;
    padding: 0;
    margin-right: 15px;
    position: relative;
    padding-right: 15px;
}
body .page-header .switcher::after{
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    background: rgba(119,119,199,0.3);
    width: 1px;
    height: 12px;
}
.my-account-cms:hover, .my-account-cms:hover::after {color: #e62e04;}
.tm_headerlinks_inner .tm_headerlinks{
    display:none;
    float:none;
    padding:10px;
    position:absolute;
    right:0px;
    border:1px solid #e3e2e2;
    background:#f6f6f6;
    border-radius: 5px;-webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow: 0 2px 2px #cccccc;
    -webkit-box-shadow:0 2px 2px #cccccc;
    -moz-box-shadow: 0 2px 2px #cccccc;
    width:210px;
    text-align:left;
    top: 30px;
    z-index:4;
    box-sizing : border-box;
}
.block-search .action.search{
    background: rgba(212,62,42,1);
    background: -moz-linear-gradient(top, rgba(221,62,42,1) 0%, rgba(231,100,82,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221,62,42,1)), color-stop(100%, rgba(231,100,82,1)));
    background: -webkit-linear-gradient(top, rgba(221,62,42,1) 0%, rgba(231,100,82,1) 100%);
    background: -o-linear-gradient(top, rgba(221,62,42,1) 0%, rgba(231,100,82,1) 100%);
    background: -ms-linear-gradient(top, rgba(221,62,42,1) 0%, rgba(231,100,82,1) 100%);
    background: linear-gradient(to bottom, rgba(221,62,42,1) 0%, rgba(231,100,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43e2a', endColorstr='#e76452', GradientType=0 );
    background: #870b0b;
}
body .page-header .switcher .options ul.dropdown, body .page-footer .switcher .options ul.dropdown{margin-top: 7px;}
.tm_headerlinks .panel.header{ padding: 0px;}
.header.panel .tm_headerlinks .compare a{ color: #666;}
.header.panel .tm_headerlinks .compare a:hover{ color: #870b0b;}

.header_msg{ float: right; padding: 9px 0px; }
.header_msg .msg_inner{ border-right: 1px solid #ccc;  margin: 0;  padding: 0 10px 0 0;}
.header_msg .msg_inner li{ margin:0px; padding: 0px; }

.header-left{ float: left; }
.header-right{float:right;}
.header-logo{ float: left; }

.minicart-wrapper .action.showcart:before{
    content: "\f0d7";
    font-family: "fontawesome";
    position: absolute;
    top: 4px;
    font-size: 15px;
    display: block;
    right: 4px;

}
.minicart-wrapper .action.showcart.active:before{content: "\f0d8"; font-size: 15px; font-family: "fontawesome"; display: block;}
.block #minicart-content-wrapper .block-content li { padding:10px 0 15px; cursor: default;}
.counter-item > span, .minicart-wrapper .counter-item {  display: none;}
.block-search input {border: unset;}
/* End Header */



.page-header .header-nav-outer {position: relative;  z-index: 9;}
.menu-mobile{display: none;}

.nav-container{
    background: rgba(245,245,245,1);
    background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(216,215,211,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(216,215,211,1)));
    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(216,215,211,1) 100%);
    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(216,215,211,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(216,215,211,1) 100%);
    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(216,215,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d8d7d3', GradientType=0 );
    border-radius:5px 0px 5px  5px;
    -moz-border-radius: 5px 0px 5px  5px;
    -webkit-border-radius: 5px 0px 5px  5px;
    -khtm-border-radius: 5px 0px 5px 5px;
    border-right: 1px solid #CBCACA;
    border-top: 1px solid #CBCACA;
    -moz-box-shadow: 0px -3px 2px 0px rgba(105, 105, 105, 0.12) inset;
    -webkit-box-shadow: 0px -3px 2px 0px rgba(105, 105, 105, 0.12) inset;
    box-shadow: 0px -3px 2px 0px rgba(105, 105, 105, 0.12) inset;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0px 0 16px;
    height: 51px;
}
/* Start Simpal Menu */

.header-nav .navigation ul{
    background:transparent;
    border: medium none;
    border-radius: 0; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
    box-shadow: none;  -moz-box-shadow: none; -webkit-box-shadow: none;
    padding: 0;}

.header-nav .navigation .submenu > li{ margin: 0px; line-height: 22px;}
/* End Simpal Menu */


/* Start  Advance menu */
.sidebar .navigation {
    margin-bottom: 28px;
    margin-left: 4px;
    margin-top: -62px;
    width: 232px;
    box-sizing: border-box;
}
.sidebar .navigation.custommenu .mainmenu .level0.newsubmenu,
.sidebar .navigation.custommenu .mainmenu .menu-dropdown-icon > ul{display: none;}

.navigation.custommenu ul > li > ul{ margin-left: 25px; }
.navigation.custommenu .current-category {
    padding: 8px 10px;
    display: block;
    border-bottom: 1px solid #d5d5d5;
}
.navigation.custommenu #mobile .current-category {
    border-bottom: none;
}
.navigation.custommenu #mobile ul {
    display: block !important;
}
.navigation.custommenu ul > li.lv-3 > a.parent-item{
    font-weight: bold;
}
.navigation.custommenu ul li.active > a.level-top{
    color: #870b0b;
}
.nav-sections-item-content > .navigation.custommenu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    padding: 0;
    width: 19.4%;
    z-index: 99;
}
.page-layout-1column .nav-sections-item-content > .navigation.custommenu {
    margin: 4px 0 0 4px;
}
.navigation.custommenu .menu-title:after {
    color: #ffffff;
    content: "\f13a";
    font-family: "FontAwesome";
    margin-top: -10px;
    position: absolute;
    right: 10px;
    top:16px;
    font-size: 16px;
}
.navigation.custommenu .menu-title.active:after{content: "\f139";}
.navigation.custommenu .menu-title {
    color: #ffffff;
    cursor: pointer;
    padding: 0 4px;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    width: 228px;
    box-sizing: border-box;
    margin: 0;
    background: #f6f6f6;
}

.menu-title-inner {
    background: #870b0b none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    color: #ffffff;
    font-size: 16px;
    padding: 4px 6px 6px;
    text-transform: capitalize;
    font-weight: normal;
}
#mainmenu {
    background:#f6f6f6;
    display: none;
    margin-bottom: 0px;
    margin-left: -4px;
    margin-top: 0;
    padding: 0px 0;
    position: relative;
    width: auto;
    border-bottom: 4px solid #e2e1de;
    border-left: 4px solid #e2e1de;
    border-right: 4px solid #e2e1de;
    border-top: none;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    -khtml-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    top: 0px;
    box-sizing: border-box;
}
.page-layout-2columns-left #mainmenu{ display: block; }
.navigation.custommenu ul > li{
    border-bottom: 1px solid #d5d5d5;
    display: block;
    margin: 0;
    vertical-align: middle;
}
.navigation.custommenu ul > li:last-child{ border-bottom: none; }

.navigation.custommenu .mainmenu .menu-dropdown-icon::before {
    color: #d5d5d5;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 99;
    font-weight: 600;
}
.navigation.custommenu .mainmenu .menu-dropdown-icon:hover:before{ color:#fff; }
.navigation.custommenu .mainmenu .menu-dropdown-icon:hover:after {
    background: #d5d5d5 none repeat scroll 0 0;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    -khtml-border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    content: "";
    height: 28px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 3px;
    width: 29px;
    z-index: 54;
    border: 1px solid #e1e1e1;
    border-right: unset;
}
.navigation.custommenu ul li > .level-top{
    box-sizing: border-box;
    display: block;
    float: none;
    font-weight: 400;
    padding: 8px 10px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}

.navigation.custommenu ul .bottomstatic{ display: inline-block; width: 100%; }
.navigation.custommenu ul .bottomstatic > p{ padding: 10px 0 0; margin: 0px; }

.navigation.custommenu .mainmenu .level0.newsubmenu,
.navigation.custommenu .mainmenu .menu-dropdown-icon > ul {
    display: none;
    left: 100%;
    margin: 0;
    min-width: 600px;
    padding: 20px;
    position: absolute;
    top: 5px;
    width: auto;
    background: #f6f6f6;
    border: 5px solid #d8d7d3;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    z-index: 1;
}
.navigation.custommenu .mainmenu .level1 > a{
    background: #e1e1e1;
    border-bottom: medium none;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    color: #211f20;
    display: block;
    float: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 5px 10px;
    position: relative;
    text-transform: capitalize;
}
.navigation.custommenu .level0 .submenu{ display: block; }

.navigation.custommenu .level0 .submenu{
    border: medium none;
    left: auto;
    min-width: auto;
    position: relative;
    padding: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.navigation.custommenu .mainmenu .level1 .level2 a {
    font-weight: normal;
    padding: 3px 0 3px 10px;
    position: relative;
    margin: 0;
    float: none;
}

/*.navigation.custommenu .mainmenu .level1 .level2 a:before {
    content: "\f111";
    font-family: fontawesome;
    font-size: 5px;
    left: 0;
    position: absolute;
    top: 9px;
}
.navigation.custommenu .mainmenu .level1 .level2 a:hover:before {
    left: 5px;
}*/

.navigation.custommenu .mainmenu .level0 .submenu a:hover, .navigation.custommenu .level0 .submenu a.ui-state-focus {
    background: transparent;
}
.navigation.custommenu .mainmenu  .level0:hover .level0.newsubmenu {
    display:block; min-width: 460px;
}
.navigation.custommenu .mainmenu li.level1 {
    float: left;
    margin: 0;
    padding: 0 10px;
    padding-left: 10px;
    display: inline-block;
    border: none;
    width: 30%;
}
.navigation.custommenu .mainmenu li.level1:nth-child(3n+1) {padding-left: 0;}
.navigation.custommenu .mainmenu li.level1:nth-child(3n+0) {padding-right: 0;}
.navigation.custommenu .level0 .level2{
    float: none;
    display: block;
    border: none;
}
.navigation.custommenu .mainmenu .level0 .submenu .submenu {
    left:auto !important;
    top: auto !important;
    display: block;
    border: none;
    background: transparent;
    position: relative;
    box-shadow:none; -moz-box-shadow: none; -webkit-box-shadow: none;
    min-width:auto;
}
.navigation.custommenu .mainmenu .level0.customblock_inner.newsubmenu { padding: 10px; }
.customblock_inner .static-block1 {
     float: left;
    padding: 0px; min-width: 180px;
}
.customblock_inner  .custom-link a {
    font-weight: normal;
    line-height: 32px;
    padding: 0;
}
.navigation.custommenu .customblock_inner .static-block1 li{ float: none; display: block; }
.customblock_inner .static-block1 > a {
    color:#1f2022;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding:0 0 6px;
    border-bottom: 1px solid #dddddd;
    margin:0 0 13px;
}
.customblock_inner .custom_banner {
    float: right;
    line-height: 0;
}
a:active{text-decoration: unset;}
/* End  Advance menu */


/* For Start Breadcumbs */
@media (min-width: 768px) {
    .page-wrapper > .breadcrumbs {
        width: 100%;
    };
}

.page-wrapper > .breadcrumbs {
    background: #f2f2f2;
    display: inline-block;
    margin-bottom: 60px;
    padding: 50px 0;
    vertical-align: top;
    width: 100%;
    max-width: none;
}
/* End Breadcumbs */


/* sidebar */
.sidebar .block{
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #e3e2e2;
    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
    margin-bottom: 21px;
    padding: 15px;
}
.cms-home .block-compare, .cms-home .block-wishlist, .cms-home .block-reorder{display: none;}
.sidebar .block-title {
    background: transparent;
    padding: 0px 0px 13px;
    position: relative;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    border-bottom: 4px double #d5d5d5;
}

.sidebar .block .block-title strong {
    box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
    border: none;
    min-height: 16px;
    color: #870b0b;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0px;
    line-height: 20px;
    font-weight: normal;
    position: relative;
}

.block .block-title a {text-decoration: none !important;}
.block .block-content,.block > .empty {margin: 0px 0 0 0;}
.block .block-content li {padding: 4px 0;}
.page-main {position: relative;}
.product.media .fotorama {overflow: visible;}
.fotorama__wrap .fotorama__stage{
    border: 1px solid #e3e2e2;
    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
}
.fotorama__stage .fotorama__img {
    box-sizing: border-box;
    margin-bottom: 20px;
}
.fotorama__thumb-border {border: 1px solid #870b0b !important;}
.fotorama__thumb {background: transparent !important;}

.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
    display: none !important;
}

.fotorama--fullscreen .fotorama__stage .fotorama__img {border: none !important;}
.media  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin:30px 0px 0px;
    text-align: center;
}

.media .fotorama__nav--thumbs .fotorama__nav__frame {
    margin: 0px 0px;
    padding:0px 0px!important
    border:1px solid transparent;
}
.fotorama__arr--disabled {
    opacity:1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity:1;
    -ms-opacity: 1;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
    color: #cccccc;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 40px;
    position: absolute;
    top:13px;
    right: 0px;
    left: 0px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:hover:before,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:hover:before{ color: #870b0b; }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:before {
    color: #cccccc;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 40px;
    padding: 0px;
    position: absolute;
    top: 13px;
    right: 0px;
    left: 0px;
}
.fotorama__thumb__arr .fotorama__thumb--icon {
    background: #ffffff none repeat scroll 0 0 !important;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    height: 30px;
    width: 30px;
}
.fotorama__thumb__arr, .fotorama__arr{background: transparent !important; }

.page-layout-1column .block.widget .products-grid .product-item {
    width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item {
	 width: 25%;
	 margin: 0px 0px 30px !important;
}

/* Back to top */
.top_button {
    background:url("../../frontend/Megnor/mag090172_UL/de_DE/images/up.png") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    display: none;
    font-size: 0;
    height: 28px;
    position: fixed;
    right: 20px;
    width: 28px;
    z-index: 99;
}
/* Back to top */

.wishlist-index-index .product-item-inner{
	border: none !important;
	display: block;
	margin:10px  0px 0px;
	float:none;
	clear:both;
	top:auto;
	box-shadow:none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	bottom:auto;
	padding: 0px;
	position: relative;
	text-align:center;
}
.wishlist-index-index .box-tocart{margin-bottom: 0px;}


/* Block: Sidebar Category Navigation start*/

ul#category-treeview{padding:0px 0px;}
#category-treeview li a,
.block-account .block-content li a,
.block-brand-nav li a{
    display: block;
    padding: 4px 0 4px 0px;
    text-decoration: none;
	transition:300ms; -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; -o-transition:300ms;
	text-transform:capitalize;
    line-height: 22px;
    color: #666;
}
#category-treeview li > a:hover,.block .block-content .side-nav li a:hover{ color: #870b0b;}

#category-treeview li,
.block-account .block-content li,
.block-brand-nav li,
.block-layered-nav li{
    position:relative;
    transition:300ms;
    -webkit-transition:300ms;
    -moz-transition:300ms;
    -ms-transition:300ms;
    -o-transition:300ms;
}

#category-treeview li > a:hover:before,.block .block-content .side-nav li a:hover{color:#ee2b63;}

#category-treeview li ,
.block-account .block-content li ,
.block-brand-nav li{padding:0 !important; margin:0px;}

#recently-viewed-items li{padding:8px 0px;}

#category-treeview li ul {margin-left:15px;}

#category-treeview li.last a ,
.block-account .block-content li.last a,
#recently-viewed-items li.last a,
.block-brand-nav li:last-child a
{border-bottom:none;}

#category-treeview .hitarea {
	background: none;
	height: 21px;
	width: 21px;
	float: right;
	cursor: pointer;
	margin-right:0px;
	 margin-top: 4px; text-align:right;
}
#category-treeview .expandable .collapsable-hitarea:before{
	color: #000;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px;
}
#category-treeview .expandable-hitarea:before {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 10px;
}
#category-treeview .collapsable-hitarea:before {
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px;
}
/* Block: Sidebar Category Navigation End */
body .sidebar .product-items .product-item-details {
    margin: 0;
    text-align: left;
    float: left;
    width: 66%;
    overflow: hidden;
    padding-bottom: 0;
}
.sidebar .product-items .product-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-sections-item-title.active a{ color: #ffffff;}
.nav-sections-item-title a{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.nav-sections-item-title {background: #f7f7f7;}
.nav-sections-item-title.active {background:#870b0b;}
input[type="checkbox"] {vertical-align: text-top;}

 #mobile{display: none;}
.product-item-details {
    text-align: center;
    position: relative;
    z-index: 5;
    padding: 0 10px 14px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.grid .product-item-name{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.grid .product-item .price-box {margin: 3px 0px 14px;min-height: 26px;}
.product-item .item-text-info span{
    display: block;
    color: #000;
}
.product-item .price-discount{
    font-size: 13px;
    color: #000;
}
.cms-home .latest-Product .product-item .actions-primary .tocart {
    font-size: 13px;
    padding: 7px 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 14px;
}
.block.widget .product-item-info {padding: 0;}
.products-grid .product-item-info .product-item-image {margin-bottom: 0; max-width: 100%; position: relative;}
.product-item-inner {
    position: absolute;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    padding: 0;
    margin: 0;
    top: 50px;
    right: -40px;
    box-sizing: border-box;
    transition: 500ms;
}
.product-item-info:hover .product-item-inner{
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    right: 10px;
}

.pro-hover {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.pro-hover .actions-primary {
    opacity: 0;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
}

.product-item-details .product-reviews-summary {margin-bottom: 5px;}
.product-item-details .product-item .price-box {margin: 3px 0px 13px;}
.product-item-info:hover .pro-hover .actions-primary {opacity: 1;}
.product-item-info:hover .pro-hover .price-box{opacity: 0;}

.product-info-main .page-title-wrapper h1{
     color: #870b0b;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    border-bottom: 1px solid #efefef;
    padding: 0 0 7px;
}
.product-info-price .price-box .old-price .price-container .price-label{ display: none;}
.product-info-price .price-box .special-price {  display: inline-block;  padding: 0 5px 0 0;}
.product-info-price .price-box .old-price {  display: inline-block;}
.rating-summary .rating-result::before{color: #d0d0d0;}
.rating-summary .rating-result > span::before{color: #f7bb03;}
.header-right .minicart-items .product-item-details {
    padding-left: 10px;
    text-align: left;
    width: 73%;
}
.minicart-wrapper .minicart-items-wrapper .product .actions {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
}
.product-item-info {padding: unset;}
/* Start Theme */

.breadcumb_filter .filter-outer{ background:#870b0b;}
.breadcumb_filter{ margin: 0 0 50px 0;}
.product-item:hover .product-item-name > a{ color:#870b0b;}
.sidebar .product-item .actions-primary .tocart{ background: transparent; color: #000; padding: 0px; border:none;}
.block.account-nav {display: none;}
.account.wishlist-index-index .product-item-inner {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    right: unset;
    transition: unset;
    padding: 0 10px;
}
/* brand */
.manufacturer{ background: #fff;}
.manufacturer .brand_title {display: none;}
.manufacturer .owl-carousel .owl-item{ width: 228px; }
.brand-item {
    text-align:center;
    border-radius: 3px; -webkit-border-radius:3px;  -khtml-border-radius:3px;  -moz-border-radius:3px;
    margin: 8px;
    padding: 10px 0;
}
.brand-item .product-block-inner{ padding: 10px 7px; }
.brand-item a {  display: inline-block;}
.brand-item img{
    opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    -moz-opacity:0.4;
    -ms-opacity: 0.4;
}
.brand-item img:hover{
    opacity:1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity:1;
    -ms-opacity: 1;
}

.brands-inner .owl-nav div {   top: 63px;}
.megnor-brand-view .column.main h1, .brand-index-index .page-title-wrapper h1{
    color: #870b0b;
    font-size: 2.36923rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
    text-transform: capitalize;
}
.megnor-brand-view .category-description{margin: 20px 0 30px;}
.manufacturer .owl-controls .owl-nav .owl-prev:before{
    content: "\f104";
    font-size: 28px;
    color: #c7c7c7;
    top: -8px;
}
.manufacturer .owl-controls .owl-nav .owl-next:before{
    content: "\f105";
    font-size: 28px;
    color: #c7c7c7;
    top: -8px;
}
.manufacturer .owl-controls .owl-nav .owl-prev:hover:before, .manufacturer .owl-controls .owl-nav .owl-next:hover:before{color: #870b0b;}
.manufacturer .owl-controls .owl-nav .owl-prev{ left:-25px; right: auto; top:45px; }
.manufacturer .owl-controls .owl-nav .owl-next{ left:auto; right: -25px; top:45px; }
.brand-index-index .columns .products-grid .product-item{ float: left; }
/* footer */
.footer_top{ display: block; width: 100%; overflow: hidden; }

.footer_center {
    display: block;
    margin: 40px 0;
    overflow: hidden;
}
.footer-inner .footer-area {
    box-sizing: border-box;
    float: left;
    margin-left: 29px;
    padding: 0;
    width: 22.5%;
}
.footer-inner .footer-area#block_1{margin-left: 0;}
.footer-area h6 {
    color: #870b0b;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 20px;
    position: relative;
    text-shadow: none;
    text-transform: capitalize;
}
.footer-inner .footer-area ul {margin: 0;}
.footer-inner .footer-area ul li {margin: 0; padding: 5px 1px;}
.footer-inner .footer-area ul li a{
    background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/footerdot.png") no-repeat scroll left 7px transparent; padding-left: 12px;
}
.footer-inner .footer-area ul li a:hover{background-position:2px -9px; text-decoration:unset;}
.footer-inner #block_4.footer-area ul li a{background: transparent; padding:0px;}
#block_4 .fa {
    float: left;
    font-size: 13px;
    margin-right: 9px;
    margin-top: 4px;
}
#block_4 .contact_address > span {
    display: block;
    padding: 0 0 0 20px;
}
#block_4 .fa.fa-mobile { font-size: 16px;}
#block_4 .email .fa { font-size: 11px;  margin-top: 6px;}

.footer_bottom{
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #c7c7c7;
    margin: 10px 0px;
    padding-top: 10px;
}
.footer_bottom ul.links { margin: 0; padding: 5px 0;}
.footer_bottom li:first-child{ background: transparent; }
.footer_bottom li {
    background:url("../../frontend/Megnor/mag090172_UL/de_DE/images/pipe.gif") no-repeat scroll left center transparent;
    display: inline;
    margin: 0;
    padding: 0 8px 0;
    font-size: 13px;
}
.footer_bottom .copyright {margin: 0; padding: 10px 0;}
.footer_bottom ul.payment_icon {
    margin: 10px 0;
}
.footer_bottom .payment_icon li {
    display: inline-block;
    padding: 0 4px;
    background: unset;
}
.product-item .action.towishlist{
    font-size: 0;
    background:#fff url(../../frontend/Megnor/mag090172_UL/de_DE/images/pro-icon.png) no-repeat 6px 9px;
    width: 30px;
    height: 30px;
}
.product-item .action.towishlist:hover{background-position: 6px -23px;}
.product-item .action.tocompare{
    background:#fff url(../../frontend/Megnor/mag090172_UL/de_DE/images/pro-icon.png) no-repeat 6px -55px;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 5px;
}
.product-item .action.tocompare:hover{background-position: 6px -87px;}
.product-item .action.tocompare span{font-size: 0;}

.product-item .action.towishlist::before,
.product-item .action.tocompare::before{content: unset;}

.footer_bottom .payment_icon li a span { font-size: 0;}
.footer_bottom .paypal img {margin: 0;}

/* End Footer */
.post-date .fa {margin-right: 8px;}
.blog_inner .post-date {
    border-bottom: 1px solid #eaeaea;
    color: #d94734;
    margin: 0 0 8px;
    padding: 10px 0;
    vertical-align: top;
}
.post-title {
    margin: 0px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-title a {
    color: #211f20;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}
.post-title a:hover {color: #870b0b;}
.blog .post-description {
    display: inline-block;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0 10px;
}
.post-list .post-text-hld.clearfix {margin: 7px 0px;}
.blog .post-content-inner .post-author {display: none;}
.blog-widget-recent .post-holder {
    margin: 8px;
    background: transparent;
    padding: 0px;
}
.blog-image {
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.blog-widget-recent .post-list-outer {margin: 0px -8px;}
.blog .post-image-hover,
.blog_inner .post-image-hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    border-radius: 5px;
}
.blog .image-hover-block,
.blog_inner .image-hover-block {
    margin: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 41%;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.blog .image-hover-block .zoom,
.blog .image-hover-block .read,
.blog_inner .image-hover-block .zoom,
.blog_inner .image-hover-block .read {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    padding: 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    z-index: 1;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    height: 40px;
    width: 40px;
}
.blog .post-ftimg-hld:hover .post-image-hover,
.blog_inner .post-ftimg-hld:hover .post-image-hover {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.blog_inner .product-image-inner-blog .post-ftimg-hld:hover .zoom,
.blog_inner .product-image-inner-blog .post-ftimg-hld:hover .read {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.blog .image-hover-block .zoom:hover,
.blog .image-hover-block .read:hover,
.blog_inner .image-hover-block .zoom:hover,
.blog_inner .image-hover-block .read:hover {
    background: rgba(231, 100, 83, 0.6);
}
.blog-image img{border-radius: 5px;}
.post-view .post-content h2 {margin: 20px 0 0;}
.post-content .post-description .post-ftimg-hld img {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-radius: 5px;
}
.post-view .post-content h2 a {
    font-size: 22px;
    font-weight: 500;
    color: #870b0b;
}
.post-view .post-content .post-info.clear {margin: 7px 0px;}
.post-view .post-text-hld {margin: 0 0 20px;}
.post-content .post-info .item, .post-content .post-info .dash {display: inline-block;}
.post-content .post-info .label {font-weight: 700;}
.post-content .post-info .value {font-style: italic;}
.post-list .blog_inner {margin-bottom: 20px;}
.blog_inner .post-content {
    margin: 4px;
}
.post-ftimg-hld {position: relative;}
.breadcrumbs a:hover {text-decoration: unset;}
/* Start Product List View */
.products.list.products-list{ margin: 22px 0;}
.products.list.product-items{ margin: 0px;}

.products-list .product-item-details .list-left .actions-secondary a.action {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    margin: 0 5px 0;
    padding: 5px 17px;
    position: relative;
    text-transform: capitalize;
    border: 1px solid #dad4cd;
    background: rgba(238,237,235,1);
    background: -moz-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,237,235,1)), color-stop(100%, rgba(207,207,207,1)));
    background: -webkit-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);
    background: -o-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,237,207,1) 100%);
    background: linear-gradient(to bottom, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeedeb', endColorstr='#cfcfcf', GradientType=0 );
    width: unset;
    height: unset;
    display: inline-block;
    border-radius: 3px;
    line-height: 18px;
    vertical-align: middle;
}
.products-list .product-item-details .list-left .actions-secondary a.action.tocompare{margin: 0;}
.products-list .product-item .action.tocompare span {font-size: 13px;}
.products-list .product-item-details .list-left .actions-secondary a.action:hover{ color: #000;}

.list-left .product-item-actions,
.list-left  .actions-secondary
{display: inline-block;}

.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.table-comparison .action.towishlist:before{
    content: "\f08a";
    font-family: fontawesome;
    font-size: 14px;
    padding: 0px;
}
.product-social-links .action.tocompare:before {
    content: "\f24d";
    font-family: fontawesome;
    font-size: 14px;
    padding: 0px;
}
.product-social-links .action.tocompare,
.product-social-links .action.towishlist,
.product-social-links .action.mailto.friend{
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.product-social-links .action.mailto.friend:before{content: "\f003"; font-family: fontawesome; font-size: 14px;}

.relatedpost-product .product-item-actions .actions-secondary > .action{padding: 5px 10px;}

.sale-label, .new-label{
    background: #870b0b none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 12px;
    padding: 20px 33px 3px 33px;
    position: absolute;
    right: -30px;
    text-align: center;
    text-transform: uppercase;
    top: 0px;
    min-width: 35px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    z-index: 9;
}
.products-list .product-item-info .product-item-image .new-label,
.products-list .product-item-info .product-item-image .sale-label{
    right: auto;
    left: -38px;
    top: -40px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
}

/* End Product List View */
.modes-mode.active.mode-grid, .modes-mode.mode-grid:hover{ background-position:-225px -67px;}
.modes-mode.mode-grid{ background-position: -181px -68px;}

.modes-mode.active.mode-list, .modes-mode.mode-list:hover{ background-position: -226px -44px}
.modes-mode.mode-list{ background-position: -182px -45px;}

/* start Product related upsell cross sell View */
.block.upsell .category-title, .block.related .category-title, .block.crosssell .category-title, .related.relatedpost-product .block-title { background-position: 0px 33px;}
.block.upsell .category-title h2 strong, .block.related .category-title h2 strong, .block.crosssell .category-title h2 strong,
.relatedpost-product .block-title strong,.block.relatedpost #block-relatedposts-heading{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #870b0b;
}
.block.related .block-actions {
    text-align: center;
}
body .products.wrapper .list-left .product-reviews-summary {margin: 0 0 10px;}
.list-left.product.name a {
    font-size: 16px;
    line-height: 20px;
}
.list-left .action.more {display: none;}
.list-left .product-item .price-box {margin: 8px 0 0;}
.list-left .product-item-description {margin: 0 0 15px;}
.products-list .product-item-details {padding: 0 0 0 30px;}
.page-products .products.wrapper.grid.products-grid .product-items .product.product-item .swatch-option{display: block; text-align: center;}
.page-products .products.wrapper.list.products-list .product-items .product.product-item .swatch-option,
.page-products .products.wrapper.grid.products-grid .product-items .product.product-item .swatch-option,
.sidebar .swatch-option,
#product-options-wrapper .swatch-option{
    height: 14px;
    margin: 0 8px 5px 0;
    max-width: 12px;
    min-width: 12px;
    border: 1px solid #870b0b;
    outline: unset;
    float: unset;
    display: inline-block;
}
.columns .sidebar .product-items .product-item-info .product-item-photo {margin: 0;}
.swatch-attribute-options {margin-top: 15px;}
/* End Product related upsell cross sell View */

.account .page-main .columns .column.main .block .block-title > strong, .fieldset > .legend{ font-family: "Lustria",serif; color: #000; font-size: 16px; font-weight: 500;}
.multicheckout .block-title strong, .multicheckout .block-content .title strong{ font-family: "Lustria",serif; color: #000;}
.block.relatedpost .title{ display: inline-block; width: 100%; margin:0px 0 15px;}

/* Start responsive menu */
.header-left .action.nav-toggle span:before {
    transition-property: top, transform;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
}

.header-left .action.nav-toggle span:after, .header-left .action.nav-toggle span:before {
    transition-delay: 0.25s, 0s;
    -webkit-transition-delay: 0.25s, 0s;
    -moz-transition-delay: 0.25s, 0s;
    -ms-transition-delay: 0.25s, 0s;
    -o-transition-delay: 0.25s, 0s;
    transition-duration: 0.25s, 0.25s;
    -webkit-transition-duration: 0.25s, 0.25s;
    -moz-transition-duration: 0.25s, 0.25s;
    -ms-transition-duration: 0.25s, 0.25s;
    -o-transition-duration: 0.25s, 0.25s;

}
.header-left .action.nav-toggle span:before {
    top: -8px;
}
.header-left .action.nav-toggle span:after, .header-left .action.nav-toggle span:before {
    background-color: #000;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;

}
.header-left .action.nav-toggle span:after {
    transition-property: bottom, transform;
    -webkit-transition-property: bottom, webkit-transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;

}
.header-left .action.nav-toggle span:after {
    bottom: -8px;
}
.header-left .action.nav-toggle span {
    transition: background 0s ease 0.25s;
    -webkit-transition: background 0s ease 0.25s;
    -moz-transition: background 0s ease 0.25s;
    -ms-transition: background 0s ease 0.25s;
    -o-transition: background 0s ease 0.25s;

}
.header-left .action.nav-toggle span {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 3px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 0;
    margin: 0;
    color: #000;
    width: 30px;
    clip: auto;
    overflow: visible;
}

.nav-open .header-left .action.nav-toggle span:after, .nav-open .header-left .action.nav-toggle span:before {
    transition-delay: 0s, 0.25s;
    -webkit-transition-delay: 0s, 0.25s;
    -moz-transition-delay: 0s, 0.25s;
    -ms-transition-delay: 0s, 0.25s;
    -o-transition-delay: 0s, 0.25s;

}
.nav-open .header-left .action.nav-toggle span:before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.nav-open .header-left .action.nav-toggle span:after {
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.nav-open .header-left .action.nav-toggle span {
    background: transparent;
}
/* End responsive menu */
.account.sales-order-print .page-title-wrapper{
        background: none;
        margin-bottom:0px;
        min-height:0px;
        padding:0px;
        text-align: left;
}
.account.sales-order-print .breadcumb_outer{ padding: 50px 0 50px;}
.order-status-title {
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
}
.order-status-title .order-date{display: inline-block;}
.account.sales-order-print .order-date{display:block; color: #fff;}
.account.sales-order-print .columns{margin-top: 45px;}
.price-container .price {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    line-height: 28px;
}
.product-item .old-price .price {color: #808080;}
._keyfocus :focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{box-shadow: unset;}

/*Contact Form*/
.custom-contact-form{
    float: left;
    margin-bottom: 10px;
    width: 49%;
}
.googlemap{
    display: block;
    float: left;
    margin: 0 0 0 2%;
    width: 49%;
}
/*Contact form ends*/
.catalogsearch-advanced-result .main .message.error{ margin-top: 0px; }

/* Homepage CMS Banner start */
.homepage_cms_banner {
    display: block;
    overflow: hidden;
    margin: 0px 0 21px;
}
.cms_banner {
    float: left;
    box-sizing: border-box;
    border-right: 2px solid #ffffff;
    width: 25%;
    padding: 5px;
}
.cms-banner1{background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/bg1.jpg") no-repeat scroll left center transparent;border-radius: 5px 0 0 5px; -webkit-border-radius:5px 0 0 5px;  -khtml-border-radius:5px 0 0 5px;  -moz-border-radius:5px 0 0 5px;}
.cms-banner2{background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/bg2.jpg") no-repeat scroll left center transparent;}
.cms-banner3{background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/bg3.jpg") no-repeat scroll left center transparent;}
.cms-banner4{background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/bg4.jpg") no-repeat scroll left center transparent; border-radius: 0 5px 5px 0; -webkit-border-radius:0 5px 5px 0;  -khtml-border-radius:0 5px 5px 0;  -moz-border-radius:0 5px 5px 0;}

.cms_text_inner{
    padding: 11px 5px;
    text-align: center;
}
.cms-img{
    display: inline-block;
    vertical-align: middle;
    height: 44px;
    width: 46px;
}
.cms-banner1 .cms-img{background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/offer1.png") no-repeat scroll 1px center transparent;}
.cms-banner2 .cms-img{background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/offer2.png") no-repeat scroll 1px center transparent;}
.cms-banner3 .cms-img{background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/offer3.png") no-repeat scroll 1px center transparent;}
.cms-banner4 .cms-img{background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/offer4.png") no-repeat scroll 1px center transparent;}

.cms_banner:hover .cms-img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);  -ms-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);
    transition-duration: 0.9s;
    -webkit-transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    -ms-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
}
.cms_banner .cms-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 8px;
    text-align: left;
}

.cms_banner .cms-text .static-text1 {
    color: #ffffff;
    /*font-family: "Oswald";*/
    font-size: 16px;
    display: block;
}

.cms_banner .cms-text .static-text2 {
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.cms_banner.cms-banner4 .cms-text .static-text1,.cms_banner.cms-banner4 .cms-text .static-text2{ color: #000; }
/* Homepage CMS Banner End */

/* Homepage Banner start */
.sub_banner{
    display: block;
    overflow: hidden;
    margin: 0px 0 21px;
}
.subbanner{
    box-sizing: border-box;
    float: left;
    width: 32.2%;
    position: relative;
    margin: 0 7px;
}
.subbanner .banner_text {position: absolute; top: 28%; left: 14px;}
.subbanner .banner_text .text-1 {
    font-size: 23px;
    line-height: 24px;
    letter-spacing: 0;
    color: #393d3e;
    font-family: 'Squada One', cursive;
    text-transform: capitalize;
    display: block;
}
.subbanner .banner_text .banner_btn {
    display: block;
    margin-top: 5px;
}
.subbanner .banner_text .banner_btn a{
    color: #870b0b;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    text-decoration: underline;
    text-transform: capitalize;
}
.subbanner .banner_text .banner_btn a:hover{color: #000;}
.subbanner1 {margin-left: 0;}
.subbanner3 {margin-right: 0;}
.subbanner a{ position: relative; display: block; overflow: hidden;}
.subbanner .banner_image a:before{
    background: rgba(249,249,249,1);
    background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,249,249,1)), color-stop(47%, rgba(246,246,246,0.53)), color-stop(100%, rgba(237,237,237,0)));
    background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    background: -o-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    background: linear-gradient(to right, rgba(249,249,249,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    content: "";
    height: 98%;
    position: absolute;
    transform: translate3d(300%, 0%, 0px);
    -webkit-transform: translate3d(300%, 0px, 0px);
    -ms-transform:translate3d(300%, 0px, 0px);
    -o-transform:translate3d(300%, 0px, 0px);
    -moz-transform:translate3d(300%, 0px, 0px);
    width: 100px;
    margin: auto 0;
    top: 0px;
    bottom: 0px;
    opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity:0.6;
    -moz-opacity:0.6;
    -ms-opacity: 0.6;

}
.subbanner:hover .banner_image a:before{
    transform: translate3d(-90px, 0px, 0px);
    -webkit-transform: translate3d(-90px, 0px, 0px);
    -ms-transform:translate3d(-90px, 0px, 0px);
    -o-transform:translate3d(-90px, 0px, 0px);
    -moz-transform:translate3d(-90px, 0px, 0px);
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition:all 1s ease-in-out 0s;
}

/* Homepage Banner End */

/* Start .products CMS */

.latest-Product, .special-Product {
    background: #f2f2f2;
    padding: 15px;
    border: 1px solid #e3e2e2;
    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
    margin: 0 0 21px;
}
.category-title, .brand_title, .blog_title{
    border-bottom: none;
    margin: 0 0 10px;
}
.category-title h2, .brand_title h2, .blog_title h2 {
    box-shadow: none; -moz-box-shadow: none;  -webkit-box-shadow: none;
    border: none;
    min-height: 16px;
    color: #870b0b;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0px;
    margin: 0px 0px 10px;
    line-height: 20px;
    font-weight: normal;
    position: relative;
}

.block.widget .products-grid .owl-carousel .product-item{ width: 100%; }

.owl-controls .owl-nav div{
    -webkit-tap-highlight-color:transparent;
    border:none;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 0;
    height: 28px;
    position: absolute;
    top: -33px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 28px;
    z-index:5;
    display: block !important;
}
.owl-controls .owl-nav .owl-prev:before, .owl-controls .owl-nav .owl-next:before {
    color: #870b0b;
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    padding: 0;
    right: 0px;
    top: 0px;
    left:0px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}
.owl-controls .owl-nav .owl-prev:before{content: "\f177";}
.owl-controls .owl-nav .owl-prev {background:transparent;   right:30px;}

.owl-controls .owl-nav .owl-next:before { content: "\f178";}
.owl-controls .owl-nav .owl-next {background:transparent;    right:0px;}

.owl-controls .owl-nav .owl-prev:hover:before, .owl-controls .owl-next:hover:before{color:#777;}
.owl-controls .owl-nav div i{ display: none;}
.owl-controls a.prev:hover , .owl-controls .owl-nav a.next:hover { text-decoration:none;}
/* End .products CMS */

/* Header cms start */
.header-static-block {
    float: left;
    margin: 20px 0 0 106px;
}
.header_banner > ul{ margin: 0px; }
.header_banner li {
    border-right: 1px solid #c3c3c3;
    float: left;
    list-style: outside none none;
    margin: 0 0 0 10px;
    padding-left: 46px;
    padding-right: 26px;
}
.header_banner li.shipping {background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/header-sprite.png") no-repeat scroll 0 -3px transparent;}
.header_banner li.shipping:hover{background-position: 0 -45px; }
.header_banner li.Money {
    background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/header-sprite.png") no-repeat scroll 0 -88px transparent;
    margin: 0 0 0 13px;
    padding-right: 36px;
}
.header_banner li.Money:hover{background-position: 0 -126px;}
.header_banner li.Offer {
    background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/header-sprite.png") no-repeat scroll -3px -173px transparent;
    margin-right: 0;
    padding: 0 0 0 33px;
}
.header_banner li.Offer:hover{background-position: -3px -218px;}

.header_banner li.Offer { border: medium none;}
.header_banner li a {
    color: #8C8C8C;
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
}
.header_banner li a span{ display: block; }
.header .call_banner {
    float: left;
    margin: 5px 0 0;
}
.header .call_banner a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #565656;
    padding-left: 25px;
    background: url(../../frontend/Megnor/mag090172_UL/de_DE/images/sprite.png) no-repeat scroll -6px -79px transparent;
}
.static-link{margin: 0%; }
.page-layout-2columns-left .static-link{ margin: 0 0 0 20%; }
.static-link .mobile_togglemenu{display: none;}
.static-link ul{margin: 0px; padding: 0px;}
.static-link li::after{
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 2px;
    height: 36px;
    background: url(../../frontend/Megnor/mag090172_UL/de_DE/images/line.png) no-repeat center center transparent;
    border-radius: 50%;
}

.static-link li:last-child::after{content: unset;}

.static-link li a{
    padding: 14px 24px 13px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    color: #211f20;
}
.static-link li a:hover{ color: #870b0b; }
.static-link li:last-child, .static-link li:last-child a{ border: none; }
/* Header cms end */

.pages .action.next:hover::before {color: #fff;}
.pages .action.previous:hover::before {color: #fff;}
.toolbar-products {
    background-color: #f6f6f6;
    border: 1px solid #ffffff;
    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.32); -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
    padding: 5px;
}
.products.list-grid {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.32); -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
    margin: 21px 0;
    padding: 10px;
}
.newsletter-container-inner{float: left; margin: 5px 0 4px; width: 100%;}
.newsletter_cms{
    background: #f6f6f6;
    border: 1px solid #e3e2e2;
    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
    clear: both;
    margin-bottom: 0px;
    margin-right: 2px;
    overflow: hidden;
    padding: 10px 30px;
}
.news-content .newshead:before {
    color: #211f20;
    content: "\f003";
    font-family: "FontAwesome";
    font-size: 28px;
    margin: 0 12px 0 0;
    font-weight: 400;
}
.news-content .newshead {
    margin: 0 15px 0 0;
    color: #211f20;
    float: left;
    font-size: 22px;
    font-weight: 600;
}
.news-content .newshead span {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #777;
    font-weight: 400;
    margin-left: 5px;
}
.news-content{float: left;}
.block.newsletter {
    float: right;
    margin: 3px 0;
    width: auto;
}
.footer_newsletter > h6{display: none;}

.footer_newsletter > ul,
.footer_newsletter li{margin: 0px; padding: 0px;}

.block.newsletter .footer_newsletter input {
    border: 1px solid #ebe8e8;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    color: #000;
    height: 40px;
    padding: 8px 10px;
    width: 290px;
}
.block.newsletter .footer_newsletter input[type="email"]::placeholder{opacity: 1; color: #dedede;}
.block.newsletter .footer_newsletter input:focus{box-shadow: unset; outline-offset: unset;}
.block.newsletter .footer_newsletter .actions{width: auto;}
.block.newsletter .footer_newsletter .action.subscribe{padding: 11px 18px; border-radius: 0 5px 5px 0;}
.block.newsletter .footer_newsletter .field .control:before{ display: none; }
.social_block {float: right; margin: 5px 0 4px;}
.social_block h6 {
     color: #211f20;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 12px 14px 12px 0;
}
.social_block > ul{
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
}
.social_block ul li {
    cursor: pointer;
    float: left;
    height: 45px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 45px;

}
.social_block ul li a:before{
	border-radius: 50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    -moz-border-radius:50%;
    color: #870b0b;
    font-family: fontawesome;
    font-size: 20px;
    left: 0;
    margin: 0 auto;
    padding: 4px 0;
    position: absolute;
    right: 0;
    text-align: center;
    vertical-align: middle;
}
.social_block ul li.facebook a:before { content: "\f09a";}
.social_block ul li.twitter a:before{ content: "\f099"; }
.social_block ul li.rss a:before{ content: "\f09e";}

.social_block ul li a:hover::before{ color: #fff; }
.social_block ul li a:hover{ background: #870b0b; }

.social_block ul li a {
    display: block;
    font-size: 0;
    height: 40px;
    width: 40px;
    position: relative;
    border: 2px solid #870b0b;
    border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;
}
.product.info.detailed{ margin: 20px 0 0; display: inline-block; width: 100%; }
.product.info.detailed .product.data.items > .item.title {
    margin: 0 6px 0 0;
}
.product.info.detailed .product.data.items > .item.title > .switch{
    background: #cfcfcf; /* Old browsers */
    background: -moz-linear-gradient(top, #eeedeb 0%, #cfcfcf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeedeb 0%,#cfcfcf 100%); /* W3C */
    border-radius: 3px 3px 0 0; -webkit-border-radius:3px 3px 0 0;  -khtml-border-radius:3px 3px 0 0;  -moz-border-radius:3px 3px 0 0;
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 14px;
    text-decoration: none;
    height: auto;
    line-height: 18px;
    border:none;
}
.product.info.detailed .product.data.items > .item.title.active > .switch,
.product.info.detailed .product.data.items > .item.title > .switch:focus,
.product.info.detailed .product.data.items > .item.title > .switch:hover{
    background: #d43e2a; /* Old browsers */
    background: -moz-linear-gradient(top, #e76452 0%, #d43e2a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e76452), color-stop(100%,#d43e2a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e76452 0%,#d43e2a 100%); /* W3C */
    background: #870b0b;
     color: #fff;
}
.product.info.detailed .product.data.items > .item.content{
    margin-top: 42px;
    padding: 15px 10px;
    border-radius: 0 5px 5px;
    -webkit-border-radius:0 5px 5px;
    -khtml-border-radius:0 5px 5px;
    -moz-border-radius:0 5px 5px;
}
.pages .item .page, .pages .item .action {
    border: 1px solid #dad4cd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 20px;
    padding: 0;
    background: transparent;
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.pages .item.current .page,
.pages .item .action:hover,
.pages .item .page:hover{background: #870b0b; color: #fff; border-color: #870b0b;}

.form-cart .main.actions .action.continue,
button,
.coupon .actions-toolbar .action.primary {
    background: rgba(238,237,235,1);
    background: -moz-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,237,235,1)), color-stop(100%, rgba(207,207,207,1)));
    background: -webkit-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);
    background: -o-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,237,207,1) 100%);
    background: linear-gradient(to bottom, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeedeb', endColorstr='#cfcfcf', GradientType=0 );
    color: #211f20;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding:6px 12px;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
    border: 1px solid #dad4cd;
    vertical-align: middle;
}
.form-cart .main.actions .action.continue:hover,
.action.primary:hover,
.products-list .product-item-details .list-left .actions-secondary a.action:hover,
button:hover,
.coupon .actions-toolbar .action.primary:hover,
.header-right #top-cart-btn-checkout:hover,
.form-cart .main.actions .action.continue:active,
.action.primary:active,
.products-list .product-item-details .list-left .actions-secondary a.action:active,
button:active,
.coupon .actions-toolbar .action.primary:active,
.header-right #top-cart-btn-checkout:active,
.form-cart .main.actions .action.continue:focus,
.action.primary:focus,
.products-list .product-item-details .list-left .actions-secondary a.action:focus,
button:focus,
.coupon .actions-toolbar .action.primary:focus,
.header-right #top-cart-btn-checkout:focus{
    background: rgba(212,62,42,1);
    background: -moz-linear-gradient(top, rgba(212,62,42,1) 0%, rgba(231,100,82,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,62,42,1)), color-stop(100%, rgba(231,100,82,1)));
    background: -webkit-linear-gradient(top, rgba(212,62,42,1) 0%, rgba(231,100,82,1) 100%);
    background: -o-linear-gradient(top, rgba(212,62,42,1) 0%, rgba(231,100,82,1) 100%);
    background: -ms-linear-gradient(top, rgba(212,62,42,1) 0%, rgba(231,100,82,1) 100%);
    background: linear-gradient(to bottom, rgba(212,62,42,1) 0%, rgba(231,100,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43e2a', endColorstr='#e76452', GradientType=0 );
    background: #870b0b;
    color: #fff;
    border-color: #870b0b;
}
.sidebar .left-banner{ margin: 0 0 21px; }
.action.primary,
.header-right #top-cart-btn-checkout {
    border-radius: 3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
    background: rgba(238,237,235,1);
    background: -moz-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,237,235,1)), color-stop(100%, rgba(207,207,207,1)));
    background: -webkit-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);
    background: -o-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,237,207,1) 100%);
    background: linear-gradient(to bottom, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeedeb', endColorstr='#cfcfcf', GradientType=0 );
}
.sorter-action{ background: #fff; }

.product-add-form .box-tocart .action.tocart,
.block.newsletter .footer_newsletter .action.subscribe,
.cart-summary .checkout-methods-items .action.primary.checkout{
    background: rgba(212,62,42,1);
    background: -moz-linear-gradient(top, rgba(212,62,42,1) 0%, rgba(231,100,82,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,62,42,1)), color-stop(100%, rgba(231,100,82,1)));
    background: -webkit-linear-gradient(top, rgba(212,62,42,1) 0%, rgba(231,100,82,1) 100%);
    background: -o-linear-gradient(top, rgba(212,62,42,1) 0%, rgba(231,100,82,1) 100%);
    background: -ms-linear-gradient(top, rgba(212,62,42,1) 0%, rgba(231,100,82,1) 100%);
    background: linear-gradient(to bottom, rgba(212,62,42,1) 0%, rgba(231,100,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43e2a', endColorstr='#e76452', GradientType=0 );
    background: #870b0b;
    color: #fff;
    border-color: #870b0b;
}
.product-add-form .box-tocart .action.tocart:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:hover
.product-add-form .box-tocart .action.tocart:focus,
.cart-summary .checkout-methods-items .action.primary.checkout:focus,
.product-add-form .box-tocart .action.tocart:active,
.cart-summary .checkout-methods-items .action.primary.checkout:active{
    background: #cfcfcf; /* Old browsers */
    background: -moz-linear-gradient(top, #eeedeb 0%, #cfcfcf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeedeb 0%,#cfcfcf 100%); /* W3C */
    color: #333333;
    border: 1px solid #dad4cd;
}
.cart-container .cart-discount .actions-toolbar .action.primary{
    border-radius: 3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
}
.cart-container .cart.table-wrapper .items{ width:100%;}
.minicart-items .product-item-details {width: 69%; padding: 0 0 0 10px;}
.opc-block-summary .product-item .product-item-inner{
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    transform: unset;
    transition: unset;
    right: unset;
}

.opc-block-summary .product-item .product-item-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.minicart-items .product-item-details .details-qty {margin: 5px 0;}
.product-add-form .product-options-wrapper .field:not(.date) > .control {display: inline-block; margin-left: 10px;}
.minicart-items .product-item-details .product.options {display: none;}
.product-item .product-reviews-summary .rating-summary {margin: 0;}
.page-layout-2columns-left .products-list .product-item-details {width: 75%;}
#tab-label-reviews .data.switch .counter {color: #000;}
#tab-label-reviews.active .data.switch .counter {color: #fff;}
.product-info-main .swatch-opt {margin: 0 0 19px;}
.columns .product-info-main .product-options-bottom .box-tocart {margin: 30px 0 5px;}
.columns .product-info-main .product-options-bottom .box-tocart .actions{
    float: left;
}
.product-info-main .stock.available span, .product-info-main .stock.unavailable span {
    font-weight: 600;
    color: #008000;
}
.page-product-configurable .product-info-main .product-info-price {margin-bottom: 0;}
.columns .product-info-main .product-info-price .price-box .price-final_price > span {display: inline-block;}
.authentication-wrapper {display: none;}
#tab-label-reviews .data.switch:hover .counter{color: #fff}
.columns .product-info-main .product-info-price .price-box .price-final_price > span.price-label {display: none;}
.header-social ul{margin: 0}
.swatch-input.super-attribute-select {display: none;}
.static-link li {
    margin: 0px;
    position: relative;
    display: inline-block;
}
.static-link-inner .dropdown-inner-list {
    display: none;
    position: absolute;
    top: 50px;
    background: #fff;
    z-index: 1;
    min-width: 120px;
    right: 0;
    padding: 10px;
    border: 1px solid #cbcaca;
}
.menu-dropdown-icon.hiden_menu:hover .dropdown-inner-list {display: block;}
.dropdown-inner-list li {display: block;}
.static-link .dropdown-inner-list li a {padding: 5px 10px;}
.dropdown-inner-list li::after{content: unset;}

#product-gotocart-button{
    margin-left: 10px;
    padding: 10px 10px;
    color: #fff;
    background: #5FA05F;
    font-size: 14px;
    min-width: 141px;
    margin-bottom: 15px;
}

#product-gotocart-button:hover{
    border: 1px solid #dad4cd;
    background: linear-gradient(to bottom, #eeedeb 0%,#cfcfcf 100%);
    color: #333333;
}
.paypal-express-review #shipping-method {
    border: 1px solid red;
}
/* Media for 980px to 1023px */
/* 980px <= width < 1023px */

@media (min-width: 1201px) and (max-width: 1300px){
	.flexslider{min-height: 100%;}
	.products-list .product-item-details{padding: 6px 0 0 40px;}
	body.page-layout-2columns-left .products-list .product-item-details {width: 74%;}
	.minicart-items .product-item-details {width: 70%;}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.header-static-block{margin: 20px 0 0 30px;}
	.header_banner li, .header_banner li.Money{padding-right: 18px;}
	.flexslider {min-height: 100%;}
	.footer-inner .footer-area{margin-left: 20px;}
	.page-layout-2columns-left .list.products-list .product-item-details {width: 69%;}
	.navigation.custommenu .menu-title {width: 191px;}
	.sidebar .navigation {width: 195px;}
	body .sidebar .product-items .product-item-details {width: 64%;}
	.subbanner {width: 32.1%;}
	.newsletter_cms {padding: 10px 20px;}
	.news-content .newshead {font-size: 18px;}
	.news-content .newshead::before {vertical-align: middle;}
	.block.newsletter .footer_newsletter input {width: 222px;}
	.minicart-items .product-item-details {width: 64%;}
}

@media (min-width: 980px) and (max-width: 1023px) {
	.header-center {display: none;}
	.header-static-block{margin: 20px 0 0 10px;}
	.header_banner li, .header_banner li.Money{padding-right: 10px;}
	.cms_text_inner{padding: 11px 0;}
	.flexslider {min-height: 100%;}
	.footer-inner .footer-area{margin-left: 20px}
	.page-layout-2columns-left .list.products-list .product-item-details{width: 68%;}
    .page-layout-2columns-left .list-left{border: none; width: 100%; padding: 0px;}
    .page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 33.33%;}
    .cms-home.page-layout-2columns-left .column.main {width: 77%;}
    .cms-home.page-layout-2columns-left .sidebar-main {width: 23%;}
    .subbanner {width: 32%;}
    body .sidebar .product-items .product-item-details {width: 64%;}
    .navigation.custommenu .menu-title {width: 195px;}
    .sidebar .navigation {width: 199px;}
    .newsletter_cms {padding: 10px 20px;}
    .news-content .newshead {font-size: 16px;}
    .news-content .newshead::before {vertical-align: middle;}
    .block.newsletter .footer_newsletter input {width: 210px;}
    .filter-options-item {padding: 5px 0;}
    .minicart-items .product-item-details {width: 62%;}
    .opc-block-summary .product-item .product-item-inner {display: inline-block;}
}
@media (min-width: 768px) and (max-width: 979px){
	.column.main .cart-summary, .column.main .opc-sidebar,.checkout-container .authentication-wrapper{width: 30%;}
	.column.main .cart-container .form-cart, .column.main .cart-discount, .column.main .opc-wrapper{width:70%;}
	.navigation.custommenu .mainmenu > ul > li:hover > ul{display: block;}
	.static-link ul {float: right;}
	.nav-sections-item-content > .navigation.custommenu {margin: 7px 0 0 4px; width: 26%;}
	.navigation.custommenu .mainmenu .level0.newsubmenu, .navigation.custommenu .mainmenu .menu-dropdown-icon > ul {min-width: 500px;}
	.navigation.custommenu .mainmenu li.level1 {width: 30.6%;}
	.subbanner {width: 32%;}
	.footer_center {margin: 30px 0 10px;}
	.minicart-items .product-item-details {width: 58%;}
	.opc-block-summary .product-item .product-item-inner {display: inline-block;}
	.navigation.custommenu .menu-title {width: 100%;}
}
@media (max-width: 979px){
	.header-static-block{display: none;}
	.page-layout-2columns-left #mainmenu{display: none;}
	.page-layout-2columns-left .static-link{margin:0px;}
	.static-link li a{ padding: 14px 12px;}
	.flexslider {min-height: 100%;}
	.cms_text_inner{padding: 11px 0px;}
	.page-layout-2columns-left .columns .sidebar-main, .page-layout-2columns-left .columns .sidebar-additional {padding: 0; width: 100%; float: left;}
	.page-layout-2columns-left .columns .column.main {width: 100%; float: right;}
	.sidebar .left-banner{display: none;}
	.sidebar .block{padding: 10px;}
	.sidebar .block-title{position: relative; background: #f7f7f7; padding: 0px; margin:0px; border-bottom: none;}
	.sidebar .mobile_togglemenu{
		background:url("../../frontend/Megnor/mag090172_UL/de_DE/images/toggle-arrow.png") no-repeat scroll right 0px transparent;
	    cursor: pointer;
	  	left: 0px;
	  	top: 0px;
	    overflow: hidden;
	    padding: 0px;
	    position: absolute;
	    width: 100%;
	    z-index: 9;
	    margin: 0 0 0 0px;
	}
	.sidebar .active .mobile_togglemenu {background-position: right -52px;}
	.page-main .sidebar .block, .columns .sidebar .widget.block{margin-bottom:10px;}
	.sidebar .block .block-content{display: none; margin: 15px 0 0px;}
	.sidebar .block-reorder .actions-toolbar{margin: 0px;}
	.sidebar ul#category-treeview{margin: 0px; padding: 10px 0 15px}
	.account .page-main{margin: 0 0 25px; padding-top: 0px;}
	.account.page-layout-2columns-left .columns .sidebar-main, 
	.account.page-layout-2columns-left .columns .sidebar-additional{width: 100%;}
	.account.page-layout-2columns-left .columns .column.main{width: 100%;}
	.columns .column.main .products-grid.wishlist .product-image-container{max-width: 100%;}
	.newsletter-container-inner {display: inline-block; float: none; margin: 5px 0 4px; text-align: center;  width: 100%;}
	.news-content{float: none; display: inline-block; }
	.block.newsletter{float: none; display: inline-block; width: auto !important;}
	.social_block h6{float: none; display: inline-block;}
	.page-footer .mobile_togglemenu {
	    background: url("../../frontend/Megnor/mag090172_UL/de_DE/images/toggle-arrow.png") no-repeat scroll right 0px transparent;
	    cursor: pointer;
	    display: block;
	    font-size: 15px;
	    margin-right: 0;
	    margin-top: 0px;
		top:0px;
	    overflow: hidden;
	    padding: 0 0 5px 0px;
	    text-decoration: none;
	    width: 100%;
	    position: absolute;
	}
	.footer-area h6{display: block;}
	.page-footer .active .mobile_togglemenu, .page-footer .active .mobile_togglemenu {background-position:right -52px;}
    .footer-inner .footer-area ul {display: none; margin:0 0 10px 0;}
    .page-footer .footer-inner .footer-area {margin: 0; width: 100%;}
    .list-left{border: none; width: 100%; padding: 0px;}
    .list-right {float: left; padding: 10px 0 0; text-align: left; width: 100%;}
    .page-layout-2columns-left .list.products-list .product-item-details{ width: 67%;}
	.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{ width: 33.33%; }
	.custom-contact-form{float: none;  margin-bottom: 10px;  width: 100%;}
	.googlemap{display: block;float: none;  margin: 0;  width: 100%;}

	.form-cart .main.actions a,
	.form-cart .main.actions button,
	.cart-summary .checkout-methods-items .action.primary.checkout{margin:0 0 2px;}
	.sidebar .blog-search{display: none;}
}
@media (max-width: 767px){
	.page-header .panel.wrapper{display: none;}
	.page-header .header.content {box-sizing: border-box; display: inline-block; padding: 14px 15px 0; width: 100%;}
	.logo{margin: 22px 0 0 50px;}
	#switcher-language-nav .mage-dropdown-dialog, #switcher-currency-nav .mage-dropdown-dialog{display: block !important;}
	.nav-container{margin:-5px 0 16px; border: 1px solid #cbcaca;}
	.navigation.custommenu .menu-title{display: none;}
	.nav-sections-item-content > .navigation.custommenu{float: none; width: 100%; margin: 0px;}
	.nav-open .nav-sections #mainmenu{display: none !important;}
	.navigation.custommenu .mainmenu li.level1 {min-width:155px;}
	.container-width, .brand-home, .page-main{
		width: auto;
		padding:0;
		max-width:none;
		margin:0px 15px;
	}
	.account .page-main{margin: 0 15px 25px;}
	.cms_banner{width: 50%; margin:1px 0px;}
	.cms-banner1{background: #393939; border-radius: 5px 0 0;}
	.cms-banner2{background: #db3981; border-radius: 0 5px 0 0;}
	.cms-banner3{background: #f18c36; border-radius: 0 0 0 5px;}
	.cms-banner4{background: #fbd905; border-radius: 0 0 5px;}
	.breadcumb_inner{order: -1;}
	.gallery-placeholder { margin: 0 auto 30px; width: 420px;}
	.product.info.detailed .product.data.items{margin:0 0 30px; border: none;}
	.product.info.detailed .product.data.items > .item.content{border: 1px solid #e3e2e2; border-radius: 0 0 5px 5px; margin: -10px 0 15px;}
	.product.info.detailed .product.data.items > .item.title{margin:0 0 10px;}
	.product.info.detailed .product.data.items .item.title a::after{top: 12px;}
	.columns {display:block !important;}
	.columns .column.main {flex-basis:initial;}
	.brands-inner .owl-nav .owl-prev {left:10px;}
	.brands-inner .owl-nav .owl-next {right:10px;}
	#switcher-language{margin:0px; padding: 0px; border:none;}
    .product.data.items .item.title.active a:before{display: none;}
    .products-grid.wishlist .box-tocart .product-item-actions {text-align: left; width: 100%; float: left; margin: 10px 0 0;} 
    .page-layout-2columns-left .list.products-list .product-item-details {padding: 6px 0 0 25px; width: 60%;}
	.post-list-wrapper .post-list .blog_inner{width: 100%; padding: 0px;}
	.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 50%;}
	.subbanner {width: 31.8%;}
	.subbanner .banner_text {top: 17%;}

	.brands-inner .owl-nav,
	.latest-Product .container-width .owl-nav,
	.special-Product .container-width .owl-nav,
	.tabbernav_product_sub .owl-nav {display: block;}
	.footer_center {margin: 30px 0 10px;}
	.news-content .newshead {font-size: 16px; line-height: 26px;}
	.news-content .newshead::before {vertical-align: middle;}
	.footer_bottom .copyright {padding: 5px 0;}
	.footer_bottom ul.payment_icon {margin: 5px 0;}
	.products-list .product-item-details .list-left .actions-secondary a.action.towishlist {margin: 0 5px 0 0;}
	.list-left .actions-secondary {margin-top: 8px;}
	.product-add-form .product-options-wrapper .field:not(.date) > .control {width: 80%;}
	.opc-progress-bar {display: none; margin: 0;}
	.opc-estimated-wrapper .minicart-wrapper {display: none;}
	.authentication-wrapper .action-auth-toggle {display: none;}
	.checkout-container {margin: 15px 0 19px;}
	.list-left .actions-secondary {margin-top: 10px;}
	.products-list .product-item-details .list-left .actions-secondary a.action {margin: 0 5px 0 0;}
	.header-right .minicart-items .product-item-details {width: 72%;}
}

@media (max-width: 640px){
	.static-link li a {padding: 14px 12px;}
	.header .call_banner{display: none;}
	.header-left {float: none; text-align: center; width: 100%;}
	.header-logo {display: inline-block; float: none;}
	.nav-toggle{top:25px;}
	.logo {float: none; margin: 0; text-align: center;  width: 100%;}
	.header-right {display: inline-block; float: none; text-align: center; width: 100%;}
	.header-right .minicart-wrapper .block-minicart{left: 0; margin:0 auto; text-align: left;}
	.header-right .minicart-wrapper {clear: both; float: none; margin: 5px 0; position: relative; width: 100%;}
	.block-search {clear: both; display: inline-block; float: none; margin: 17px 0 15px; width: 100%;}
	.block-search .block-content{border-radius: 3px; display: inline-block;}
	.list-center-outer{width:100%; margin-top:15px;}
	.tabbernav_product a span{padding:10px 5px;} 
	.page-layout-2columns-left .list.products-list .product-item-details {padding: 6px 0 0 0px; width: 100%;}
	.page-layout-1column .filter-options-item{padding: 10px 0; border: none;}

	.block.upsell .category-title h2,
	.block.related .category-title h2,
	.block.crosssell .category-title h2,
	.relatedpost-product .block-title h2{line-height: 40px;}
	.flex-direction-nav li a {top: 41%;}
	.footer_bottom li {line-height: 25px;}
	.footer_bottom .copyright {padding: 0 0 5px;}
	.subbanner {width: 48.4%;}
	.subbanner2.subbanner {margin-right: 0;}
	.subbanner3.subbanner {margin: 0 auto; float: none; position: relative;}
	.subbanner3 .banner_image {position: relative; float: left; margin-top: 15px;}
	.list-left .product-item-actions, .list-left .actions-secondary{display: block;}
	.products-list .product-item-info .product-item-image {float: unset; text-align: center;}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media (min-width: 480px) and (max-width: 767px) {
.form-list li.wide .input-box{width: 260px;}
.form-list li.wide input.input-text{ width: 250px;}
}

/* Landscape phones and down */
@media (max-width: 479px) {
	.block-search input{width:190px;}
	.header-top-left .tm_headerlinks{width: 240px;}
	.static-link {box-sizing: border-box; float: left; padding: 0px; width: 100%;  position: relative;}
	.static-link .mobile_togglemenu:before {content: "\f107"; font-family: fontawesome; font-size: 22px; position: absolute; right: 15px; top: 8px;}
	.static-link.active .mobile_togglemenu:before {content: "\f106";}
	.static-link .mobile_togglemenu {color: #870b0b; text-decoration: none; font-size: 16px; padding:13px 10px; display: block; position: relative; cursor: pointer;}
	.static-link li {border-right: medium none; display: block; float: none;}
	.static-link li a {padding: 4px 0; border:none;}
	.static-link ul{ 
		 background: #f5f5f5 none repeat scroll 0 0;
	    border: 1px solid #cbcaca;
	    box-sizing: border-box;
	    display: none;
	    padding: 10px;
	    position: absolute;
	    top: 50px;
	    width: 100%;
	    z-index: 9;
	    border-radius: 5px;
	 }
	.nav-container {border-radius: unset;margin: 0; height: unset; border: unset;}
	.nav-sections .switcher .switcher-dropdown .switcher-option a:hover{border-color:#870b0b;}
	.cms_banner{width: 100%;}
	.cms-banner1{border-radius: 5px 5px 0 0;}
	.cms-banner4{border-radius: 0 0 5px 5px;}
	.subbanner{width: 100%; margin:5px 0px;}
	.subbanner1, .subbanner2, .subbanner3{padding: 0px; text-align: center;}
	.news-content .newshead:before{ font-size: 20px;}
	.news-content .newshead{font-size: 18px;}
	.block.newsletter .footer_newsletter input{width: 170px;}
	.gallery-placeholder {width: 262px;}
	.page-products .sorter {float: left; margin: 15px 0 0; clear: both;}
	.sorter {clear: both; float: left; margin: 15px 0 0;}
	.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 100%;}
	.page-layout-2columns-left .static-link {display: none;}
	.block-search {margin: 17px 0 0;}
	.flex-direction-nav {display: none !important;}
	.product-item-info:hover .product-item-inner {opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0;-ms-opacity: 0;right: 0;}
	.subbanner {width: 100%; margin: 15px 0 0;}
	.subbanner1.subbanner {margin-top: 0;}
	.subbanner .banner_text {top: 25%; text-align: left; left: 25px;}
	.newsletter_cms {padding: 10px 15px;}
	.block.newsletter .footer_newsletter .action.subscribe {padding: 11px 12px;}
	.block.newsletter .footer_newsletter input {width: 160px;}
	.flex-control-nav {display: block;}
	.products-list .product-item-details .list-left .actions-secondary a.action.towishlist {margin: 0 0 8px;}
	.owl-controls .owl-nav div {display: none !important;}
	.account.wishlist-index-index .product-item-info:hover .product-item-inner{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	right: unset;
	}
	.products-grid.wishlist .product-item-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
	}
	.wishlist-index-index .product-item {width: 100%;}
	.products-grid.wishlist {margin-bottom: 10px;}
	.products-list .product-item-details .list-left .actions-secondary a.action.tocompare {margin: 10px 0 0;}
	.block.upsell .category-title h2 strong, .block.related .category-title h2 strong, .block.crosssell .category-title h2 strong{font-size: 14px;}
	.block.upsell .category-title h2, .block.related .category-title h2, .block.crosssell .category-title h2{line-height: 20px;}
	.static-link{display: none;}
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Megnor/mag090172_UL/de_DE/images/megnor/fancybox_sprite.png');
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Megnor/mag090172_UL/de_DE/images/megnor/fancybox_loading.gif') center center no-repeat;
}

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/Megnor/mag090172_UL/de_DE/images/megnor/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/Megnor/mag090172_UL/de_DE/images/megnor/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/Megnor/mag090172_UL/de_DE/images/megnor/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/** 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
}
@font-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/Megnor/mag090172_UL/de_DE/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/Megnor/mag090172_UL/de_DE/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Megnor/mag090172_UL/de_DE/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/Megnor/mag090172_UL/de_DE/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/Megnor/mag090172_UL/de_DE/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/Megnor/mag090172_UL/de_DE/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: .72s;
  -moz-animation-duration: .72s;
  -ms-animation-duration: .72s;
  animation-duration: .72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: .5em;
  position: absolute;
  width: 1em;
}
.spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.81s;
  -moz-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  animation-delay: 0.81s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
form.loading .mgz__spinner {
  display: block;
}
.mgz__spinner {
  display: none;
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 15px;
}
.mgz__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.mgz__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.mgz__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.mgz__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.mgz__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.mgz__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.mgz__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.mgz__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.mgz__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgz__page-actions.page-main-actions {
  margin: 0 0 3rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
  background-color: transparent;
  text-shadow: none;
  color: #41362f;
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: .8875em;
  padding-top: .8875em;
  border-color: transparent;
  box-shadow: none;
  margin-left: 1.3rem;
  font-weight: 600;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #eb5202;
  border-color: #eb5202;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons > button.back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin-left: 1.3rem;
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    display: block;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.back {
    margin: 0;
  }
}
.mgz__page-actions.page-main-actions .page-actions:before,
.mgz__page-actions.page-main-actions .page-actions:after {
  content: '';
  display: table;
  clear: both;
}
.mgz__page-actions.page-main-actions .page-actions #back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
  font-family: 'Magento-Icons';
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    text-align: center;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
    margin-left: 0;
  }
}
.sidebar {
  max-width: 100%;
}
/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

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

:root {
    --stripe-payment-button-min-width: 248px;
}

.payment-request-button {
    min-width: var(--stripe-payment-button-min-width);
    height: auto;
}

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

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

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .catalog-product-view .payment-request-button {
        margin-right: 1%;
        width: 49%;
    }
}

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

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

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

.block-bundle-summary .box-tocart .actions .payment-request-button {
    min-width: var(--stripe-payment-button-min-width);
}/* Withdrawal Module Styles */

/* Order History - Withdrawal Button */
.col.withdrawal .action.withdrawal {
    display: inline-block;
    padding: 5px 12px;
    background-color: #e74c3c;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 13px;
    white-space: nowrap;
}

.col.withdrawal .action.withdrawal:hover {
    background-color: #c0392b;
    color: #fff;
    text-decoration: none;
}

.col.withdrawal .withdrawal-status {
    font-size: 13px;
    white-space: nowrap;
}

.col.withdrawal .withdrawal-status.withdrawn {
    color: #e67e22;
    font-weight: 600;
}

.col.withdrawal .withdrawal-status.expired {
    color: #95a5a6;
}

/* Withdrawal View Page */
.withdrawal-view-container .table-order-details th {
    text-align: left;
    padding: 8px 15px 8px 0;
    width: 200px;
    color: #666;
}

.withdrawal-view-container .table-order-details td {
    padding: 8px 0;
}

.withdrawal-view-container .table-order-items {
    width: 100%;
    border-collapse: collapse;
}

.withdrawal-view-container .table-order-items th,
.withdrawal-view-container .table-order-items td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.withdrawal-view-container .table-order-items thead th {
    background-color: #f9f9f9;
    font-weight: 600;
}

.withdrawal-info-box {
    border: 1px solid #e0e0e0;
    margin-top: 30px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 4px;
}

.withdrawal-partial-notice {
    margin-top: 20px;
}

.withdrawal-deadline {
    margin-bottom: 15px;
}

.box.box-order-items {
    margin-bottom: 20px;
}

.box.box-order-items .box-title {
    display: block;
    margin-bottom: 10px;
}

.withdrawal-item-withdrawn {
    opacity: 0.5;
}

.withdrawal-status-badge {
    font-size: 11px;
    color: #666;
    font-style: italic;
}

.withdrawal-qty-input {
    width: 60px;
}

.col-withdrawal-select {
    width: 40px;
}

.withdrawal-view-container .action.primary.withdraw {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.withdrawal-view-container .action.primary.withdraw:hover {
    background-color: #c0392b;
    border-color: #c0392b;
}

/* Success Page */
.withdrawal-success-container {
    max-width: 600px;
    margin: 0 auto;
}

.withdrawal-success-container .actions-toolbar {
    display: flex;
    justify-content: center;
}

/* Guest Search Form */
.withdrawal-guest-search-container {
    max-width: 500px;
    margin: 0 auto;
}

.withdrawal-guest-search-container .fieldset {
    margin-bottom: 20px;
}

.withdrawal-guest-search-container .field {
    margin-bottom: 15px;
}
