/**
 * 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;
}
@charset "utf-8";
/* CSS Document for PixieMedia_AddPopup */

.pixie-addpop-modal { background: rgba(0, 0, 0, 0.7); }
.pixie-addpop-modal .modal-content { padding:85px 25px 0 !important; box-sizing: border-box; background:#fff; }
._has-modal.pixiepop-open a.logo { z-index: 1; }
.pixie-addpop-modal .modal-header { background:#fff; padding:15px 25px !important; border-bottom: 1px solid #e9eaea; margin-bottom: 10px; }
.pixie-addpop-modal .modal-header h1 { color:#fff; text-transform: uppercase; font-size:18px; font-weight: bold;  border:none; padding:14px 0 14px 40px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/PixieMedia_AddPopup/images/success-circle-white.svg) no-repeat center left / 35px; }
.modal-popup.pixie-addpop-modal .action-close { width:20px; height:20px; padding: 0; margin:0; top:23px; right:36px; }
.modal-popup.pixie-addpop-modal .action-close:before {  border-radius: 50%;   width:12px; height:12px;  width:40px; height:40px; transition: all 200ms ease; color:#fff !important;  }
.modal-popup.pixie-addpop-modal .action-close:hover:before {  }
.pixiepopup-content { width:100%;  box-sizing: border-box; float:left; padding: 10px 0px 0; }
.pixiepopup-content .content-inner { border: none; padding: 0; }
.pixiepopup-content .content-inner .product-item-actions { display: none; }
.pixiepopup-summary a.action.primary { padding:3px 7px; font-size: 12px;  }
.pixiepopup-content .item.product.product-item .product-image-container { width:25% !important; float:left; }
.pixiepopup-content .item.product.product-item {   border-bottom: 1px solid #cccccc;  }

.pixiepopup-content .multi .item.product.product-item { border-bottom: 1px solid #dfdfdf; padding-bottom: 10px; padding-top:10px;  }
.pixiepopup-content .multi .item.product.product-item:last-of-type {  }

.pixiepopup-content .item.product.product-item .product-image-container .product-image-wrapper { display: contents; padding: 0 !important; height:auto !important; }
.pixie-addpop-modal .product-image-container .product-image-wrapper { display: contents; padding: 0 !important; }
.pixiepopup-content .item.product.product-item a img { width:100%; height: auto !important; padding-top: 0px;  box-sizing: border-box; border-radius: 5px;}
.pixiepopup-content .product-item-details { box-sizing: border-box; width:75%; padding-left:10px; float: left; }
.pixiepopup-content .item.product.product-item .product-item-name { width:100%; float:left; text-align: left; }
.pixiepopup-content .item.product.product-item .product-item-name * { font-size: 14px; font-weight: bold; }
.pixiepopup-content .item.product.product-item .product-item-name a { text-transform: uppercase; width:100%; font-size: 14px; font-weight: 500; text-align: left; float:left; margin-bottom: 5px; color:#000;  }
.pixiepopup-content .pqty { font-weight: bold; width:100%; display: block; margin-top: 5px; }
.pixiepopup-content .item.product.product-item .product-item-pricing { width:100%; float:left; }
.pixiepopup-content .item.product.product-item .product-item-sku { font-size: 14px; font-weight: 400; }
.pixiepopup-content .item.product.product-item .product.options { font-size:12px;  }
.pixiepopup-content .item.product.product-item .product-item-sku b { font-weight: 600;  }
.pixiepopup-content .item.product.product-item .product-item-sku span { float:left; position: relative;   }
.pixiepopup-content .item.product.product-item .pixie-colour-minicart, .pixiepopup-content .item.product.product-item .pixie-sku-minicart { padding-right: 10px; }

.pixiepopup-content .item.product.product-item .skuprice-wrap { width:100%; float:left; padding-top: 10px; font-size: 12px; }
.pixiepopup-content .item.product.product-item .skuprice-wrap .details-qty.qty { float:left; width:50%; font-weight: bold; }
.pixiepopup-content .item.product.product-item .skuprice-wrap .details-qty.qty label {  }
.pixiepopup-content .item.product.product-item .skuprice-wrap .product-item-pricing { float:right; text-align: right; width:50%;  }

.pixiepopup-content .item.product.product-item .details-qty { width:100%; float:left; }
.pixiepopup-content .item.product.product-item .details-qty .ui-spinner-button { display:none; }
.pixiepopup-content .item.product.product-item .details-qty .item-qty { border:none; padding:0; width:20px; margin-top:-2px; }
.pixiepopup-content .item.product.product-item .product-item-info { width:100%; text-align: center; }
.pixiepopup-content .item.product.product-item .product-item-name { padding-bottom: 0px; min-height: 0; margin:0;  }
.pixiepopup-content .item.product.product-item .price-wrapper span { font-weight: bold; min-height: 28px; font-size: 14px; }
.pixie-addpop-modal .pixiepopup-cross .product-items a.buy.action { padding:2px 5px; font-size:12px; float:none; }
.pixie-addpop-modal .pixiepopup-cross .product-items .price { font-weight: bold; }
.pixie-addpop-modal .pixiepopup-cross .product-items .product-item-info { padding:0 5px; box-sizing: border-box; width:100%;}
.pixie-addpop-modal .pixiepopup-cross .product-items .price-container { float:none; width:100%; text-align: center; margin-bottom:4px; padding-top:2px; }
.pixie-addpop-modal .pixiepopup-cross .product-items .product-item-details .product-item-name { text-align: center; font-weight: normal; font-size:14px;  width:100%; display:block; width:100%; min-height: 45px;  }
.pixie-addpop-modal .pixiepopup-cross .product-items .product-item-details .product-item-name a { font-weight: normal; font-size:14px;}
.pixie-addpop-modal .pixiepopup-cross a.viewprimary { background:#fff; color:#000; border:1px solid #cccccc; box-sizing: border-box; padding:12px 10px; width:100%; text-align: center;  display:block; margin:3px 0; font-weight: 600; font-size: 12px; transition:all 200ms ease; line-height: 13px; border-radius: 2px; font-size: 12px; white-space: nowrap;}
.pixie-addpop-modal .pixiepopup-cross a.viewprimary:hover { background:#cccccc; text-decoration: none; }

.pixiepopup-cross .slick-dots { position: static; margin-top:10px !important; }
.pixie-addpop-modal .product-image-wrapper .product-image-photo { position: static; width:100%; height: auto !important; }
.pixiepopup-cross { width:100%; float:left; text-align: center; box-sizing: border-box; padding: 0px 0px 20px; }
.pixiepopup-cross .sub-title { font-size:22px; font-weight: 500; text-align: left;  padding:15px 0; box-sizing: border-box; text-align: center; }
.pixiepopup-summary { width:100%;  padding:0 0px; float:left; box-sizing: border-box;  }
.pixiepopup-summary .shopping-cart {  }
.pixiepopup-summary .shopping-actions { width:100%; display: flex; flex-direction: column; }
.pixiepopup-summary .shopping-actions .action { order:1; width:100%; border:1px solid #000; text-align: center; padding:10px; box-sizing: border-box; font-weight: bold; text-transform: uppercase; border-radius: 3px; margin-top: 10px; }
.pixiepopup-summary .shopping-actions .action.primary { width:100%; order:2; border:none; padding:11px; font-size: 14px; }
.pixiepopup-content .option-item { width:100%; float:left; margin-bottom: 10px; font-size: 12px; }
.pixiepopup-content .option-item .label { float:left; margin-right:5px; font-weight: bold; text-transform: uppercase; }
.pixiepopup-content .option-item .label:after { content:': '; }
.pixiepopup-content .option-item .values { float:left; }
body.catalog-product-view.pixiepop-open .page.messages { display:none; }
/*.pixiepopup-content ol.product-items li:nth-child(n+2) { display: none; }*/

.pixie-addpop-modal .shopping-actions { width:100%; float:left; padding: 15px 0px 15px; box-sizing: border-box; }
.pixie-addpop-modal .shopping-actions a.action { width: 100%; float:left; text-transform: uppercase; }
.pixie-addpop-modal .shopping-actions a.action.primary {  text-align: center;  padding: 12px; box-sizing: border-box; font-size:16px; color:#fff; font-weight: 500; border-radius: 2px; }
.pixie-addpop-modal .shopping-actions a.action.primary span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/PixieMedia_AddPopup/images/CTA-basket.svg) no-repeat  left top 0px; padding:3px 0 3px 30px; font-weight: 600; font-size: 14px; text-transform: none; text-transform: uppercase; margin-left: -10px; }
.pixie-addpop-modal .shopping-actions a.action.primary:hover {  text-transform: none;  }

.pixie-addpop-modal .action.primary.paypal { border-color:#ffc340;  background:#ffc340 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/PixieMedia_AddPopup/images/pixiepal-button.png) no-repeat center / auto 47px; margin-bottom: 20px; }
.pixie-addpop-modal .action.primary.paypal span { font-size: 0; color:transparent; background:none !important; }


.pixie-addpop-modal .action.basket { width:100%; text-align: center; box-sizing: border-box; padding:14px; color:#fff; border-radius: 6px; background:#000; margin-bottom: 15px; }
.pixie-addpop-modal .action.basket span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/PixieMedia_AddPopup/images/CTA-arrow-white.svg) no-repeat center right / 30px; padding-right:31px; margin-right: -10px; }
.pixie-addpop-modal .action.basket:hover { box-shadow:0 0 3px #000; text-decoration: none; }

.pixie-addpop-modal .shopping-actions a.action.continue-action { margin-bottom:0px; margin-top: 10px;  border:0; text-align: center; padding:12px; box-sizing: border-box; font-size: 16px; font-weight: 500; text-transform: none; text-transform: uppercase; text-decoration: none !important;  }
.pixie-addpop-modal .shopping-actions a.action.continue-action span { text-transform: none; text-decoration: underline; font-size:14px; font-weight: bold; }

.modal-popup.pixie-addpop-modal .summary-item { width:100%; float:left; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; margin-top:-1px;  padding:15px 0px; font-weight: bold; box-sizing: border-box; margin-bottom: 20px; }
.modal-popup.pixie-addpop-modal .summary-item .label { float:left; width:50%; }
.modal-popup.pixie-addpop-modal .summary-item .values { float:left; width:50%; text-align: right; font-weight: 600; font-size:14px; }
.modal-popup.pixie-addpop-modal .summary-item .values .price { font-size:14px; margin:0; padding:4px 0 0; float:right; }

body.pixiedust .modal-popup.pixie-addpop-modal .summary-item .values.price-excluding-tax { padding-top: 1px; }
body.pixiedust .modal-popup.pixie-addpop-modal .summary-item .values.price-excluding-tax span { font-size: 14px; }
body.pixiedust .modal-popup.pixie-addpop-modal .summary-item .values.price-excluding-tax:after { display:none; }
body.pixiedust .modals-wrapper .pixie-addpop-modal .modal-inner-wrap, body.pixiedust .modals-wrapper .pixie-addpop-modal .modal-header {  }
body.pixiedust .modals-wrapper .pixie-addpop-modal .modal-header { background: #30a935; }
body.pixiedust .modals-wrapper .pixie-addpop-modal .modal-header { border-bottom:  1px solid #dfdfdf; position: fixed; width:100%; box-sizing: border-box; top:0px; z-index: 999; }
body.pixiedust .modals-wrapper .modal-popup.pixie-addpop-modal .modal-inner-wrap { transform: none !important; }
.modal-popup.pixie-addpop-modal .product-name-wrap { width: 70%; float:left; }
.modal-popup.pixie-addpop-modal .product-price-wrap { width:30%; float:right; text-align: right; }

@media screen and (min-width: 769px) {
body.pixiedust .modals-wrapper .pixie-addpop-modal  { right:-550px !important; margin:0 !important; position: fixed !important; left:auto !important; top:0 !important; bottom:0 !important; transform: translate3d(0px,0px,0px) !important; transition: all 200ms ease; }
body.pixiedust.pixiepop-open .modals-wrapper .modal-popup.pixie-addpop-modal { right:0 !important;  }
body.pixiedust .modals-wrapper .pixie-addpop-modal .modal-inner-wrap { position: static !important; margin:0 !important; transform: translate3d(0px,0px,0px) !important; height:100% !important; width:550px !important; }
	.pixiepopup-cross .product-items { width:480px !important; }
}
@media screen and (max-width: 768px) {
.modal-popup.pixie-addpop-modal .action-close:before { margin-top:0px; width:35px; height:35px; }
}

@media screen and (max-width: 767px) {
	body.pixiedust .modals-wrapper .pixie-addpop-modal .modal-header { width:calc(100% - 44px);}
	.modal-popup.pixie-addpop-modal .action-close {  }
	body.pixiedust .modals-wrapper .modal-popup.pixie-addpop-modal .modal-inner-wrap { position: fixed; width:calc(100% - 44px); left: 44px; }
}

@media screen and (max-width: 600px) {
	.pixie-addpop-modal .shopping-actions a.action.continue-action { width:100%; margin:0 0 15px; padding:16px;  }
	.pixie-addpop-modal .shopping-actions a.action.primary { width:100%; margin:0 0 0; padding:12px 0; line-height: 12px; }
	.pixie-addpop-modal .slick-slider { padding:0; }
	.pixie-addpop-modal .action.primary.paypal { margin-bottom: 10px !important; background-size: auto 40px; }
}

@media screen and (max-width: 450px) {
	.modals-wrapper .pixie-addpop-modal .modal-title { font-size: 12px !important; }
	.pixiepopup-content .item.product.product-item .product-item-name a { font-size: 12px; }
	.pixiepopup-content .item.product.product-item .price-wrapper span { font-size:12px; }
	.pixiepopup-content .option-item { font-size: 10px; }
	.pixiepopup-content .pqty { font-size: 10px; }
	.pixiepopup-content .item.product.product-item .product-image-container { width:17% !important; }
	.pixiepopup-content .product-item-details { width:83%; }
	.pixie-addpop-modal .shopping-actions a.action.primary span { font-size: 12px; }
	.modal-popup.pixie-addpop-modal .action-close { top:19px; width:30px; height:30px; right:20px; }
	.modal-popup.pixie-addpop-modal .action-close:before { font-size: 14px !important; }
}

@media screen and (min-width: 1200px) {
	
	
	.pixie-addpop-modal .shopping-actions a.action.primary, .pixie-addpop-modal .action.basket { transition:all 200ms ease; }
	/* PRODUCT PAGE - NON FIXED HEADER VERSION */
	body.catalog-product-view.pixiepop-open .modal-popup.pixie-addpop-modal .modal-inner-wrap { position: absolute; left:50%; margin:0; transform: translate(-50%,0); margin-left: 325px; margin-top:170px;  width:550px !important; }
	
	@media screen and (max-height: 810px) {
		body.catalog-product-view.pixiepop-open .modal-popup.pixie-addpop-modal .modal-inner-wrap { margin-top:35px; }
	}
	
	body.catalog-product-view.pixiepop-open .modals-wrapper { z-index: 99999 !important; position: absolute; }
	body.catalog-product-view.pixiepop-open .modals-overlay, body.catalog-product-view.pixiepop-open .pixie-addpop-modal {   }
	body.catalog-product-view.pixiepop-open .popper { display:block; }
	body.catalog-product-view.pixiepop-open .page-header { z-index: 999;   }
	body.catalog-product-view.pixiepop-open .page-header .popper2 {  }
	body.catalog-product-view.pixiepop-open .page-header .minicart-wrapper { position: relative; z-index: 999;}
	body.catalog-product-view.pixiepop-open .page-header .block.block-search { z-index: 0; }
	body.catalog-product-view.pixiepop-open .page-wrapper { margin-left:-10px; }
	
	/* PRODUCT PAGE -FIXED HEADER VERSION */
	body.catalog-product-view.fxheaderin .modal-popup.pixie-addpop-modal .modal-inner-wrap { position: absolute; left:50%; margin:0; transform: translate(-50%,0); margin-left: 450px; margin-top:85px; }
	
	@media screen and (max-height: 810px) {
		body.catalog-product-view.fxheaderin .modal-popup.pixie-addpop-modal .modal-inner-wrap { margin-top:35px; }
	}
	body.catalog-product-view.fxheaderin._has-modal .fixedheader.inyoucome a.showcart span.logbut span { color:#fff; }

	/* CATEGORY PAGE VERSION */
	body.pixiepop-open .modal-popup.pixie-addpop-modal .modal-inner-wrap { position: absolute; left:50%; margin:0; transform: translate(-50%,0); margin-left: 460px; margin-top:90px; }
	@media screen and (max-height: 810px) {
		body.pixiepop-open .modal-popup.pixie-addpop-modal .modal-inner-wrap { margin-top:35px; }
	}
	
	.modal-popup.pixie-addpop-modal .modal-inner-wrap { transition: none !important; }
	body.pixiepop-open .modals-wrapper { z-index: 99999 !important; position: absolute; }
	body.pixiepop-open  .modals-overlay, body.pixiepop-open  .pixie-addpop-modal { background-color:rgba(0, 0, 0, 0.6) !important; }
	body.pixiepop-open .popper { display:block; }
	body.pixiepop-open .page-header { z-index: 999;   }
	body.pixiepop-open .page-header .popper2 { display: block !important; z-index: 1; background:#000; opacity: 0.3; }
	body.pixiepop-open .page-header .minicart-wrapper { position: relative; z-index: 999;}
	body.pixiepop-open .sections.nav-sections { z-index: 4 !important; }
}

@media screen and (min-width: 768px) and (max-height: 830px) {
	
	.pixiepopup-content .content-cart {  }
	
}

@media screen and (min-width: 768px) and (min-height: 830px) {
	
	.pixiepopup-content .content-cart {  }
	
}

@media screen and (max-width: 768px) {
	body.pixiedust .pixie-addpop-modal .modal-inner-wrap { background:#fff !important; }
}

.pixie-sku-minicart { padding-right: 10px; }
.pixie-lead-time-minicart { padding-left: 10px; }

/* ADD TO BASKET KEEP BUTTONS VISIBLE */
body.pixiedust .modals-wrapper .modal-popup.pixie-addpop-modal .modal-inner-wrap { overflow-x: hidden; }
body.pixiedust .pixie-addpop-modal .modal-content { height: 100%; position:relative; }
body.pixiedust .pixie-addpop-modal .modal-content .pixie-addpop-block  { height: 100%; }
body.pixiedust .pixie-addpop-modal .modal-content .shopping-actions { position:sticky; top: 100vh; box-shadow: 0px -5px 10px -11px #000;  }
body.pixiedust .pixie-addpop-modal .pixiepop-scroller { position:relative; overflow-y:auto; overflow-x:hidden; width:calc(100% + 15px); padding-right: 15px; }
body.pixiedust .pixie-addpop-modal .modal-content .pixie-addpop-block { display:flex; flex-direction:column; }
body.pixiedust .pixie-addpop-modal .pixiepop-scroller .pixiepopup-content, body.pixiedust .pixie-addpop-modal .pixiepop-scroller .pixiepopup-cross,  body.pixiedust .pixie-addpop-modal .pixiepop-scroller .pixiepopup-summary { padding-right: 15px;}
body.pixiedust .pixie-addpop-modal .pixiepop-scroller .pixiepopup-content .item.product.product-item { padding-bottom:10px;  }
body.pixiedust .pixie-addpop-modal .shopping-actions a.action.continue-action { margin: 0 !important;}
body.pixiedust._has-modal.pixiepop-open .grecaptcha-badge { display:none !important; }
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333;
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #ca0001;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #ca0001;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #ca0001;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #ccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: 'Muli', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button,
.quote-details-items .actions-toolbar > .action {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.quote-details-items .actions-toolbar > .action:focus,
.quote-details-items .actions-toolbar > .action:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
button:hover,
.quote-details-items .actions-toolbar > .action:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.quote-details-items .actions-toolbar > .action.disabled,
.quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.quote-details-items .actions-toolbar > .action::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #fff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type*="date"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type*="date"]:disabled {
  opacity: 0.5;
}
input[type*="date"]::-moz-placeholder {
  color: #575757;
}
input[type*="date"]::-webkit-input-placeholder {
  color: #575757;
}
input[type*="date"]:-ms-input-placeholder {
  color: #575757;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699D;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.items,
.footer.content ul,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider,
.purchaseorderrule-index-index .data-grid-actions-cell table th .action-menu .action-submenu {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.items > li,
.footer.content ul > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li,
.purchaseorderrule-index-index .data-grid-actions-cell table th .action-menu .action-submenu > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus {
  text-decoration: none;
}
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
  content: ': ';
}
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-compare .block-title,
.widget .block-title {
  margin-bottom: 15px;
}
.block-compare .block-title > strong,
.widget .block-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.magento-payments-review .block .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title > strong,
.magento-payments-review .block .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title > .action,
.magento-payments-review .block .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.company-account-index .columns .column.main .block:not(.widget) .box-title,
.magento-payments-review .block .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.company-account-index .columns .column.main .block:not(.widget) .box-title > span,
.magento-payments-review .block .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.company-account-index .columns .column.main .block:not(.widget) .box-title > .action,
.magento-payments-review .block .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.company-account-index .columns .column.main .block:not(.widget) .block-content p:last-child,
.magento-payments-review .block .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.company-account-index .columns .column.main .block:not(.widget) .block-content .box,
.magento-payments-review .block .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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;
}
.requisition-grid .col.qty .input-text,
.quote-details-items .col.qty .input-text,
.bundle-options-container .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.column .block-addbysku .qty .qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button,
.block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected,
.checkout-container .action-additional,
.data-grid-filters-wrap .action,
.negotiable_quote-quote-view .page-title-wrapper .editable,
.quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete,
.quote-notes-block .notes-block-item .editable,
.attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary,
.paypal-button-widget .paypal-button,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action {
  line-height: 1.42857143;
  padding: 0;
  color: #ca0001;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.requisition-list-action > .action:visited,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:visited,
.requisition-grid .actions-toolbar > .action-edit:visited,
.requisition-grid .actions-toolbar > .action-delete:visited,
.title-actions-links button:visited,
.block-requisition-management .requisition-list-title button:visited,
.block-requisition-management .requisition-toolbar-actions .remove-selected:visited,
.checkout-container .action-additional:visited,
.data-grid-filters-wrap .action:visited,
.negotiable_quote-quote-view .page-title-wrapper .editable:visited,
.quote-grid-filters-wrap .action:visited,
.quote-details-items .actions-toolbar > .action-delete:visited,
.quote-notes-block .notes-block-item .editable:visited,
.attachments-list .attachments-item .action-delete:visited,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:visited,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:visited,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:visited,
.paypal-button-widget .paypal-button:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.title-actions-links .quote-details-items .actions-toolbar > .action:visited,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:visited {
  color: #ca0001;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.requisition-list-action > .action:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-delete:hover,
.title-actions-links button:hover,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.checkout-container .action-additional:hover,
.data-grid-filters-wrap .action:hover,
.negotiable_quote-quote-view .page-title-wrapper .editable:hover,
.quote-grid-filters-wrap .action:hover,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-notes-block .notes-block-item .editable:hover,
.attachments-list .attachments-item .action-delete:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover,
.paypal-button-widget .paypal-button:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover {
  color: #ca0001;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.requisition-list-action > .action:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-delete:active,
.title-actions-links button:active,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.checkout-container .action-additional:active,
.data-grid-filters-wrap .action:active,
.negotiable_quote-quote-view .page-title-wrapper .editable:active,
.quote-grid-filters-wrap .action:active,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-notes-block .notes-block-item .editable:active,
.attachments-list .attachments-item .action-delete:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.paypal-button-widget .paypal-button:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.requisition-list-action > .action:hover,
.requisition-list-action > .action:active,
.requisition-list-action > .action:focus,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:focus,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:hover,
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:focus,
.title-actions-links button:hover,
.title-actions-links button:active,
.title-actions-links button:focus,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:focus,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional:focus,
.data-grid-filters-wrap .action:hover,
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:focus,
.negotiable_quote-quote-view .page-title-wrapper .editable:hover,
.negotiable_quote-quote-view .page-title-wrapper .editable:active,
.negotiable_quote-quote-view .page-title-wrapper .editable:focus,
.quote-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:focus,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:focus,
.quote-notes-block .notes-block-item .editable:hover,
.quote-notes-block .notes-block-item .editable:active,
.quote-notes-block .notes-block-item .editable:focus,
.attachments-list .attachments-item .action-delete:hover,
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:focus,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:focus,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:focus,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.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,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:focus,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.requisition-list-action > .action.disabled,
.requisition-list-action > .action[disabled],
fieldset[disabled] .requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after.disabled,
.cart.table-wrapper .requisition-list-action > .action.toggle:after[disabled],
fieldset[disabled] .cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit.disabled,
.requisition-grid .actions-toolbar > .action-edit[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete.disabled,
.requisition-grid .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button.disabled,
.title-actions-links button[disabled],
fieldset[disabled] .title-actions-links button,
.block-requisition-management .requisition-list-title button.disabled,
.block-requisition-management .requisition-list-title button[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected.disabled,
.block-requisition-management .requisition-toolbar-actions .remove-selected[disabled],
fieldset[disabled] .block-requisition-management .requisition-toolbar-actions .remove-selected,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.data-grid-filters-wrap .action.disabled,
.data-grid-filters-wrap .action[disabled],
fieldset[disabled] .data-grid-filters-wrap .action,
.negotiable_quote-quote-view .page-title-wrapper .editable.disabled,
.negotiable_quote-quote-view .page-title-wrapper .editable[disabled],
fieldset[disabled] .negotiable_quote-quote-view .page-title-wrapper .editable,
.quote-grid-filters-wrap .action.disabled,
.quote-grid-filters-wrap .action[disabled],
fieldset[disabled] .quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete.disabled,
.quote-details-items .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action-delete,
.quote-notes-block .notes-block-item .editable.disabled,
.quote-notes-block .notes-block-item .editable[disabled],
fieldset[disabled] .quote-notes-block .notes-block-item .editable,
.attachments-list .attachments-item .action-delete.disabled,
.attachments-list .attachments-item .action-delete[disabled],
fieldset[disabled] .attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup.disabled,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.admin__action-group-wrap .admin__action-multiselect-action-links .action.disabled,
.admin__action-group-wrap .admin__action-multiselect-action-links .action[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary.disabled,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.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,
.title-actions-links .quote-details-items .actions-toolbar > .action.disabled,
.title-actions-links .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action.disabled,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action {
  color: #ca0001;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.requisition-list-action > .action:active,
.requisition-list-action > .action:not(:focus),
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:not(:focus),
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:not(:focus),
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:not(:focus),
.title-actions-links button:active,
.title-actions-links button:not(:focus),
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:not(:focus),
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:not(:focus),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:not(:focus),
.negotiable_quote-quote-view .page-title-wrapper .editable:active,
.negotiable_quote-quote-view .page-title-wrapper .editable:not(:focus),
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:not(:focus),
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:not(:focus),
.quote-notes-block .notes-block-item .editable:active,
.quote-notes-block .notes-block-item .editable:not(:focus),
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:not(:focus),
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:not(:focus),
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:not(:focus),
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:not(:focus),
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:not(:focus) {
  box-shadow: none;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #ca0001;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #ca0001;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #ca0001;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #ca0001;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.quote-details-items .col.qty .label,
.action-multicheck-wrap .action-multicheck-toggle > span,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.filter-options-content .filter-count-label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.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,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.requisition-grid .actions-toolbar:before,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:before,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:before,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:before,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:before,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:before,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:before,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:before,
.quickorder-index-index .product-block:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.header.content:before,
.header.content:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.header.content:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.checkout-cart-index .block-requisition-list,
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.column .block-addbysku .sku,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.field.date .control,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .quote-details-items .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .quote-details-items .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before {
  color: #333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.multicheckout .action.primary,
.order-review-form .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.order-review-form .amshopby-button,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.multicheckout .amshopby-button,
.order-review-form .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.order-review-form .am-filter-go,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.multicheckout .am-filter-go,
.order-review-form .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.paypal-review .block .actions-toolbar .action.primary,
.magento-payments-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.magento-payments-review .block .actions-toolbar .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.magento-payments-review .block .actions-toolbar .amshopby-button:focus,
.magento-payments-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.magento-payments-review .block .actions-toolbar .am-filter-go:focus,
.magento-payments-review .block .actions-toolbar .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.magento-payments-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.magento-payments-review .block .actions-toolbar .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.multicheckout .block-title,
.multicheckout .block-content .title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.customer-review .review-details .title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.admin__action-group-wrap .action-select,
.admin__action-multiselect-search-label,
.admin__action-multiselect-dropdown,
.admin__action-group-wrap .admin__action-multiselect-remove-label,
.requisition-list-action .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,
.admin__action-group-wrap .action-select:before,
.admin__action-multiselect-search-label:before,
.admin__action-multiselect-dropdown:before,
.admin__action-group-wrap .admin__action-multiselect-remove-label:before,
.requisition-list-action .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;
}
.requisition-list-action .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.quote-status,
.purchase-order-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 23px - 10px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 21px - 10px - 5px);
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #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 {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: '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: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #ccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.paypal-review-discount > .title,
.cart-discount > .title {
  border-top: 1px solid #ccc;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.paypal-review-discount > .title:after,
.cart-discount > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  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;
}
.magento-payments-review-discount > .title:after,
.paypal-review-discount > .title:after,
.cart-discount > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .paypal-review-discount > .title strong,
.column.main .cart-discount > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.paypal-review-discount > .content,
.cart-discount > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.paypal-review-discount.active > .title:after,
.cart-discount.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.paypal-review-discount.active > .content,
.cart-discount.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Pixiemedia/myhenryb2b/en_GB/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/Pixiemedia/myhenryb2b/en_GB/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Pixiemedia/myhenryb2b/en_GB/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/Pixiemedia/myhenryb2b/en_GB/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Pixiemedia/myhenryb2b/en_GB/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/Pixiemedia/myhenryb2b/en_GB/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Pixiemedia/myhenryb2b/en_GB/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 {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #ca0001;
}
.message.info a:hover {
  color: #ca0001;
}
.message.info a:active {
  color: #ca0001;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #ca0001;
}
.message.error a:hover {
  color: #ca0001;
}
.message.error a:active {
  color: #ca0001;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #ca0001;
}
.message.warning a:hover {
  color: #ca0001;
}
.message.warning a:active {
  color: #ca0001;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #ca0001;
}
.message.notice a:hover {
  color: #ca0001;
}
.message.notice a:active {
  color: #ca0001;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #ca0001;
}
.message.success a:hover {
  color: #ca0001;
}
.message.success a:active {
  color: #ca0001;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #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;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Pixiemedia/myhenryb2b/en_GB/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.quote-details-items .actions-toolbar > .action,
a.amshopby-button,
a.am-filter-go {
  border-radius: 3px;
}
button:active,
.quote-details-items .actions-toolbar > .action:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #e30613;
  border: 1px solid #e30613;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #ca0001;
  border: 1px solid #ca0001;
  color: #fff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #ca0001;
  border: 1px solid #ca0001;
  color: #fff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #ca0001;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #ca0001;
}
.pages a.page:hover {
  color: #ca0001;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  border: 1px solid #ccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #ca0001;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #ca0001;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #ca0001;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #ca0001;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * @codingStandardsIgnoreStart
 */
.block-requisition-list {
  display: inline;
  margin-bottom: 0;
}
.requisition-list-action {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
}
.requisition-list-action:before,
.requisition-list-action:after {
  content: '';
  display: table;
}
.requisition-list-action:after {
  clear: both;
}
.requisition-list-action .action.split {
  float: left;
  margin: 0;
}
.requisition-list-action .action.toggle {
  float: right;
  margin: 0;
}
.requisition-list-action button.action.split,
.requisition-list-action .quote-details-items .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.requisition-list-action button + .action.toggle,
.requisition-list-action .quote-details-items .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.requisition-list-action .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle:hover:after {
  color: #333;
}
.requisition-list-action .action.toggle:active:after {
  color: inherit;
}
.requisition-list-action .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle.active:hover:after {
  color: #333;
}
.requisition-list-action .action.toggle.active:active:after {
  color: inherit;
}
.requisition-list-action .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 20rem;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.requisition-list-action .items li {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
}
.requisition-list-action .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.requisition-list-action .items:before,
.requisition-list-action .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.requisition-list-action .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.requisition-list-action .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.requisition-list-action .items:before {
  left: 10px;
  top: -12px;
}
.requisition-list-action .items:after {
  left: 9px;
  top: -14px;
}
.requisition-list-action.active {
  overflow: visible;
}
.requisition-list-action.active .items {
  display: block;
}
.requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
  text-align: left;
}
.requisition-list-action .items .list-items {
  list-style-type: none;
  margin: 0;
  max-height: 24rem;
  overflow-y: auto;
  padding: 0;
}
.requisition-list-action .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .items .item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.requisition-list-action .items .item .action.new {
  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;
}
.requisition-list-action .items .item .action.new:focus,
.requisition-list-action .items .item .action.new:active {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new:hover {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new.disabled,
.requisition-list-action .items .item .action.new[disabled],
fieldset[disabled] .requisition-list-action .items .item .action.new {
  pointer-events: none;
  opacity: 0.5;
}
.requisition-list-action > .action.toggle {
  padding: 0.4rem 5px;
}
.requisition-toolbar-actions .requisition-list-action.active .items {
  right: 0;
}
.requisition-toolbar-actions .requisition-list-action.active .items:before {
  left: auto;
  right: 11px;
}
.requisition-toolbar-actions .requisition-list-action.active .items:after {
  left: auto;
  right: 10px;
}
.cart.table-wrapper .requisition-list-action {
  vertical-align: baseline;
}
.cart.table-wrapper .requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
}
.cart.table-wrapper .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
.social-button .requisition-list-button {
  display: inline-block;
  text-decoration: none;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1.42857143;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.social-button .requisition-list-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e901';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-button .requisition-list-button:before {
  margin-top: -0.2rem;
}
.social-button .requisition-list-button:active,
.social-button .requisition-list-button:focus,
.social-button .requisition-list-button:hover {
  color: #333;
}
.social-button .requisition-list-button:after {
  height: 1.5rem;
  margin: 0.3rem 0 0;
}
.social-button .requisition-list-button.active:after {
  margin: 0.4rem 0 0;
}
.link-button .requisition-list-button.toggle:after {
  color: #1979c3;
  vertical-align: bottom;
}
.link-button .requisition-list-button.toggle.active:after {
  color: #1979c3;
  margin: 0.3rem 0 0;
}
.link-button .requisition-list-button.toggle.active:after:hover {
  color: #1979c3;
}
.data-grid-wrap .list-name-field .cell-label-line-name {
  font-size: 18px;
}
.data-grid-wrap .cell-label-line-description {
  word-break: break-all;
}
.requisition-grid .col {
  padding-top: 20px;
}
.requisition-grid .col .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.requisition-grid .col .price-excluding-tax {
  display: block;
  font-size: 1.3rem;
}
.requisition-grid .col .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-grid .product-item-name {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description .product-item-sku {
  color: #111111;
  font-size: 12px;
}
.requisition-grid .product-item-description .product-item-details {
  color: #111111;
  font-size: 12px;
  margin-top: 5px;
}
.requisition-grid .product-item-description .product-item-details dl {
  margin: 0;
}
.requisition-grid .product-item-description .product-item-details dl dt,
.requisition-grid .product-item-description .product-item-details dl dd {
  display: inline;
}
.requisition-grid .actions-toolbar {
  text-align: right;
}
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.requisition-grid .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .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;
}
.requisition-grid .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.requisition-grid .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.requisition-grid .actions-toolbar > .action-edit {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-edit:hover:before {
  color: #333;
}
.requisition-grid .actions-toolbar > .action-edit:active:before {
  color: #8f8f8f;
}
.requisition-grid .item-error {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.requisition-grid .item-error > *:first-child:before {
  margin-top: -1.4rem;
}
.requisition-list-description {
  word-wrap: break-word;
}
.requisition-popup .action.hidden {
  display: none;
}
.requisition-popup .modal-title {
  padding-right: 20px;
}
.confirm-requisition-popup .modal-footer .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #ca0001;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.confirm-requisition-popup .modal-footer .secondary:visited {
  color: #ca0001;
  text-decoration: none;
}
.confirm-requisition-popup .modal-footer .secondary:hover {
  color: #ca0001;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:hover,
.confirm-requisition-popup .modal-footer .secondary:active,
.confirm-requisition-popup .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.confirm-requisition-popup .modal-footer .secondary.disabled,
.confirm-requisition-popup .modal-footer .secondary[disabled],
fieldset[disabled] .confirm-requisition-popup .modal-footer .secondary {
  color: #ca0001;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.requisition-view-links {
  margin-bottom: 10px;
  text-align: right;
}
.requisition-view-links .print {
  padding-left: 25px;
  padding-right: 0;
}
.block-requisition-management {
  position: relative;
}
.block-requisition-management .requisition-list-title {
  margin-bottom: 25px;
}
.block-requisition-management .requisition-list-title h1 {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 10px;
}
.block-requisition-management .requisition-toolbar-select,
.block-requisition-management .requisition-toolbar-actions {
  display: inline-block;
  vertical-align: bottom;
}
.block-requisition-management .requisition-toolbar-select {
  margin-right: 20px;
}
.requisition-content {
  margin-bottom: 2rem;
}
.product-item-inner .block-requisition-list {
  margin-bottom: 0;
}
.product-items .product-item-info .requisition-list-button.toggle span {
  font-size: 0;
  letter-spacing: 0;
}
.product-items .product-item-info .requisition-list-button.toggle:after {
  border-left: 0;
  padding-left: 0;
}
.order-actions-toolbar .block-requisition-list,
.requisition-toolbar-actions .block-requisition-list {
  margin-left: 10px;
}
.requisition-list-requisition-view .requisition-grid .col.number {
  display: none;
}
.requisition-list-requisition-print.account .column.main {
  padding-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.requisition-list-requisition-print .block-requisition-management .requisition-list-title {
  margin-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management .requisition-info {
  float: right;
  margin-top: -2.2rem;
}
.requisition-list-requisition-print .requisition-grid .actions-toolbar {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.number {
  width: 1rem;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox {
  padding: 0;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox input[type='checkbox'] {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  padding-right: 0;
}
.requisition-list-requisition-print .requisition-grid .col.price,
.requisition-list-requisition-print .requisition-grid .col.qty,
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .col .product-item-name a {
  pointer-events: none;
}
.requisition-list-requisition-print .requisition-grid .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax {
  font-size: 1.1rem;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-list-requisition-print .requisition-grid .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  pointer-events: none;
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .product-item-image {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .product-item-description {
  float: none;
  width: 100%;
}
.requisition-list-requisition-print .requisition-grid tbody td {
  border-top: 1px solid #e4e4e4;
}
.requisition-list-requisition-print .copyright {
  background-color: transparent;
  color: #333;
  font-size: 12px;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.requisition-list-requisition-print .copyright .phone {
  float: right;
}
.checkout-cart-index .block-requisition-list {
  margin: 0;
}
.checkout-cart-index .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px 0;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #fff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #ccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px -30px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
  border-bottom: 1px solid #ccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
  float: left;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action {
  background-color: #eee;
  border: none;
  box-shadow: none;
  color: #777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action:hover {
  cursor: auto;
  background-color: #eee;
  border: none;
  box-shadow: none;
  color: #777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary {
  color: #777;
  text-transform: uppercase;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
@font-face {
  font-family: 'magento-icons';
  src: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.jstree > ul ul li {
  background: none;
  border-left: 1px dashed #a6a6a6;
  margin-left: 2.4rem;
  padding: 0.5rem 0;
  position: relative;
}
.jstree > ul ul li.jstree-last {
  background: none;
  border-left: none;
  left: 0.1rem;
  padding-bottom: 0;
  position: relative;
}
.jstree > ul ul li.jstree-last:after {
  border-left: 1px dashed #a6a6a6;
  content: '';
  height: 2.3rem;
  left: -0.1rem;
  position: absolute;
  top: 0;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl {
  background: none;
  display: inline;
  padding-right: 3.7rem;
  width: 2.5rem;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl:after {
  right: 0;
  top: 1.7rem;
  width: 100%;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl {
  position: relative;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl:after {
  border-top: 1px dashed #a6a6a6;
  content: '';
  height: 0.1rem;
  position: absolute;
  right: 2.3rem;
  top: 1.1rem;
  width: 1.3rem;
}
.jstree li > .jstree-icon {
  padding-right: 1.5rem;
}
.jstree li a {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0.4rem 1rem 0.4rem 0.2rem;
}
.jstree li a > .jstree-themeicon-custom {
  margin-left: 10px;
  margin-right: 0.7rem;
}
.jstree li a > .jstree-icon.icon-customer:before {
  content: '\e907';
}
.jstree li a > .jstree-icon.icon-customer:before {
  font-size: 1.8rem;
}
.jstree li a > .jstree-icon.icon-company:before {
  content: '\e906';
}
.jstree li a > .jstree-icon.icon-company:before {
  font-size: 1.7rem;
}
.jstree li a > .field-tooltip {
  color: #000;
  left: 100%;
  margin-left: 5px;
  top: 0.4rem;
}
.jstree li a .field-tooltip-content {
  white-space: normal;
}
.jstree li:not(.jstree-leaf) > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  left: -0.1rem;
  position: relative;
  top: 0.6rem;
  z-index: 5;
}
.jstree li:not(.jstree-leaf) > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #575757;
  content: '\e909';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  cursor: pointer;
  text-align: center;
}
.jstree li.jstree-open > .jstree-icon:before {
  content: '\e90a';
}
.jstree li.jstree-open > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree li.jstree-closed > .jstree-icon:before {
  content: '\e909';
}
.jstree li.jstree-closed > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree > ul > li {
  background: none;
}
.jstree > ul > li > a.company-admin {
  margin-left: -0.2rem;
  padding-bottom: 1.3rem;
}
.jstree > ul > li > a.company-admin:before {
  display: none;
}
.jstree > ul > li > a.company-admin > .jstree-icon {
  margin-right: 10px;
  position: relative;
  z-index: 5;
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  content: '\e908';
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  font-size: 3rem;
}
.jstree > ul > li:not(.root-collapsible) > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree .jstree-leaf > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree a > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  background: none;
}
.jstree a > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree a > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #858585;
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a {
  display: inline-block;
  text-decoration: none;
}
.jstree.jstree-draggable a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree.jstree-draggable a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #c2c2c2;
  content: '\e90b';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a:before {
  height: 1.8rem;
  margin-left: -0.4rem;
  overflow: hidden;
  width: 1.9rem;
}
.jstree.jstree-draggable a.jstree-clicked:before {
  color: #fff;
}
.jstree i {
  font-style: normal;
}
.block-dashboard-company .jstree .jstree-clicked {
  background-color: #ca0001;
  color: #fff;
}
.block-dashboard-company .jstree .jstree-clicked > .jstree-icon:before {
  color: #fff;
}
.jstree .jstree-anchor .jstree-checkbox {
  background-color: transparent;
  background-image: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_Company/images/icon-tree.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 16px;
  margin: 5px 8px -2px 4px;
  position: relative;
  width: 16px;
}
.jstree .jstree-anchor.jstree-clicked > .jstree-checkbox {
  background-position: top center;
}
.jstree .jstree-anchor > .jstree-checkbox.jstree-undetermined {
  background-position: top left;
}
.jstree-checkbox-selection .jstree-anchor {
  display: inline-block;
  text-decoration: none;
}
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  color: #000;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap;
}
[id='jstree-marker'] {
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 0;
  border-top: 5px solid transparent;
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}
[id='jstree-dnd'] {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
[id='jstree-dnd'] .jstree-icon,
[id='jstree-dnd'] .jstree-copy {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  width: 16px;
}
[id='jstree-dnd'] .jstree-ok {
  background: #ff0080 0;
}
[id='jstree-dnd'] .jstree-er {
  background: #ffff00 0;
}
[id='jstree-dnd'] .jstree-copy {
  margin: 0 2px 0 2px;
}
.form-edit-role .block-title,
.block-dashboard-company .block-title {
  margin-top: 20px;
}
.form-edit-role .box-actions button.action,
.block-dashboard-company .box-actions button.action,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding: 0 25px 10px 0;
  position: relative;
}
.form-edit-role .box-actions button.action:hover,
.block-dashboard-company .box-actions button.action:hover,
.form-edit-role .box-actions button.action:active,
.block-dashboard-company .box-actions button.action:active,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:active,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #ca0001;
}
.form-edit-role .box-actions button.action:not(:focus),
.block-dashboard-company .box-actions button.action:not(:focus),
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus),
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus) {
  box-shadow: none;
}
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:after {
  position: absolute;
  right: -0.2rem;
  top: 0.2rem;
  width: 0.1rem;
}
.form-edit-role .box-actions button.action.delete:after,
.block-dashboard-company .box-actions button.action.delete:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after {
  display: none;
}
.form-edit-role .box-actions button.action._hidden,
.block-dashboard-company .box-actions button.action._hidden,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action._hidden,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action._hidden {
  display: none;
}
.form-edit-account .fieldset.company {
  clear: both;
  margin-bottom: 20px;
}
.form-edit-account .fieldset.company .control {
  box-sizing: border-box;
  padding: 6px 15px 0 0;
}
.form-edit-account .fieldset.company:nth-child(2) {
  float: none;
}
.form-edit-account .fieldset.job_title {
  clear: both;
  float: none !important;
}
.form-edit-account .actions-toolbar {
  clear: both;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title {
  font-size: 1.8rem;
}
.message.company-warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.company-warning a {
  color: #ca0001;
}
.message.company-warning a:hover {
  color: #ca0001;
}
.message.company-warning a:active {
  color: #ff5501;
}
.message.company-warning._hidden {
  display: none;
}
.nav .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.additional-fields {
  margin-top: 20px;
}
.additional-fields._hidden {
  display: none;
}
.modal-container {
  display: none;
}
.data-grid-filters-wrap {
  margin-bottom: 10px;
  margin-top: -15px;
}
.data-grid-filters-wrap .action {
  margin-right: 25px;
}
.modal-popup .action._hidden {
  display: none;
}
.popup-tree .modal-footer .action-primary {
  background-image: none;
  background: #e30613;
  border: 1px solid #e30613;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
}
.popup-tree .modal-footer .action-primary:focus,
.popup-tree .modal-footer .action-primary:active {
  background: #ca0001;
  border: 1px solid #ca0001;
  color: #fff;
}
.popup-tree .modal-footer .action-primary:hover {
  background: #ca0001;
  border: 1px solid #ca0001;
  color: #fff;
}
.popup-tree .modal-footer .action-primary.disabled,
.popup-tree .modal-footer .action-primary[disabled],
fieldset[disabled] .popup-tree .modal-footer .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.company-profile-payment-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-payment-methods .payment-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-payment-methods .payment-methods-list {
  list-style: none;
}
.block-dashboard-info {
  margin-bottom: 10px;
}
.block-dashboard-info .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-dashboard-info .box {
  margin-bottom: 30px;
  width: 100%;
}
.block-dashboard-info .box-info {
  order: 1;
}
.block-dashboard-info .box-newsletter {
  order: 3;
}
.block-dashboard-info .box-role {
  order: 2;
}
.block-dashboard-info .box-role .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.block-dashboard-info .company-roles span:after {
  content: ',';
}
.block-dashboard-info .company-roles span:last-child:after {
  content: '';
}
.company-switcher-header-panel {
  white-space: nowrap;
}
.company-select-menu-item .select-company-link {
  margin-right: 30px;
}
.company-select-menu-item.selected {
  pointer-events: none;
}
.company-select-menu-item.selected .select-company-link:after {
  color: #000;
  content: '\e610';
  font-family: 'luma-icons';
  margin-left: 10px;
  position: absolute;
  right: 10px;
}
.company-select-confirm .message.warning > *:first-child:before {
  margin-top: -5px;
}
.wrap-text {
  margin-bottom: 30px;
}
.jstree-display-block {
  display: block !important;
}
.form-add-user .field.email .exist-notification-message {
  color: #999;
  font-size: 12px;
  padding-top: 5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.payment-method._active .available-credit {
  display: block;
}
.form-purchase-order {
  margin-bottom: 10px;
}
.credit-balance-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.credit-balance-list .credit-balance-item {
  margin-right: 10rem;
}
.credit-balance-list .credit-balance-item:last-child {
  margin-right: 0;
}
.credit-balance-list .credit-balance-label {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.credit-balance-list .credit-balance-price {
  font-size: 2.4rem;
  font-weight: 600;
}
.credit-balance-list .credit-balance-price._negative {
  color: #eb5202;
}
.available-credit {
  display: none;
  float: right;
}
.available-credit strong + span {
  padding: 0 10px;
}
.change-result {
  clear: both;
  padding-top: 20px;
}
.change-result strong {
  padding-left: 10px/2;
}
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
.negotiable_quote-quote-view .page-title-wrapper .editable {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: right;
  top: -1rem;
}
.negotiable_quote-quote-view .page-title-wrapper .editable > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.negotiable_quote-quote-view .page-title-wrapper .editable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #333;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.negotiable_quote-quote-view .page-title-wrapper .editable:hover:before {
  color: #333;
}
.negotiable_quote-quote-view .page-title-wrapper .editable:active:before {
  color: #8f8f8f;
}
.negotiable_quote-quote-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: 0.4rem;
  display: block;
  float: left;
}
.negotiable_quote-quote-view .modal-title {
  border: none;
}
.order-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.order-reference-content {
  margin: 1px 0;
  padding-right: 25px;
}
[data-role='negotiable-quote-popup'] .add-file {
  background: none;
  border: 0;
  color: #1979c3;
  float: right;
  font-weight: 400;
  padding: 0 0 10px;
  position: relative;
}
[data-role='negotiable-quote-popup'] .add-file:hover,
[data-role='negotiable-quote-popup'] .add-file:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #ca0001;
}
[data-role='negotiable-quote-popup'] .add-file:not(:focus) {
  box-shadow: none;
}
[data-role='negotiable-quote-popup'] .fieldset {
  margin-bottom: 10px;
}
.reorder-quote-popup .fieldset {
  margin-bottom: 20px;
}
.reorder-quote-popup .action.cancel {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding-left: 10px;
}
.reorder-quote-popup .action.cancel:hover,
.reorder-quote-popup .action.cancel:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #ca0001;
}
.reorder-quote-popup .action.cancel:not(:focus) {
  box-shadow: none;
}
.quote__data-grid-wrap {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  margin-bottom: 20px;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
.quote-view-links {
  margin: 10px 0;
  padding: 5px;
  justify-content: space-between;
}
.quote-view-links .quote-actions {
  float: right;
}
.quote-view-links ._disabled {
  display: inline-block;
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.quote-view-links .switcher {
  margin: 0;
  padding: 0rem 3.5rem 0rem 2rem;
  float: left;
}
.quote-view-links .switcher .options {
  display: inline-block;
  position: relative;
}
.quote-view-links .switcher .options:before,
.quote-view-links .switcher .options:after {
  content: '';
  display: table;
}
.quote-view-links .switcher .options:after {
  clear: both;
}
.quote-view-links .switcher .options .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.quote-view-links .switcher .options .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;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-view-links .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.quote-view-links .switcher .options .action.toggle:active:after {
  color: inherit;
}
.quote-view-links .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.quote-view-links .switcher .options .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;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-view-links .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.quote-view-links .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.quote-view-links .switcher .options ul.dropdown {
  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);
}
.quote-view-links .switcher .options ul.dropdown li {
  margin: 0;
  padding: 3px 5px;
}
.quote-view-links .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.quote-view-links .switcher .options ul.dropdown:before,
.quote-view-links .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.quote-view-links .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.quote-view-links .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.quote-view-links .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.quote-view-links .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.quote-view-links .switcher .options.active {
  overflow: visible;
}
.quote-view-links .switcher .options.active ul.dropdown {
  display: block;
}
.quote-view-links .switcher .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 2px;
}
.quote-view-links .switcher .options ul.dropdown a:visited {
  color: #333;
  text-decoration: none;
}
.quote-view-links .switcher .options ul.dropdown a:hover {
  color: #333;
  text-decoration: none;
}
.quote-view-links .switcher .options ul.dropdown a:active {
  color: #333;
  text-decoration: none;
}
.quote-view-links .switcher .label {
  display: block;
  margin-bottom: 5px;
}
.quote-view-links .switcher:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.quote-view-links .switcher-trigger {
  background-color: white;
  border: 1px solid #d1d1d1;
  width: 150px;
  height: 25px;
}
.quote-view-links .switcher-trigger .delete {
  cursor: pointer;
  padding-top: 2px;
  padding-left: 10px;
  display: block;
  text-decoration: none;
  position: relative;
}
.quote-view-links .switcher-trigger .delete:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  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;
}
.quote-view-links .switcher-trigger .delete:after {
  position: absolute;
  left: 120px;
  bottom: 1px;
}
.quote-view-links .switcher-trigger.active .delete:after {
  content: '\e621';
}
.quote-view-links .switcher-dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: none;
  padding: 10px 0;
}
.quote-view-links .switcher-options.active .switcher-dropdown {
  display: block;
}
.quote-actions-toolbar {
  background: #f2f2f2;
  padding-bottom: 10px;
}
.quote-actions-toolbar .action {
  padding-right: 25px;
}
.quote-details-items {
  margin-bottom: 20px;
}
.quote-details-items #shopping-cart-table .item .col.actions .action-delete:after {
  border-left: 0px;
}
.quote-details-items #shopping-cart-table .item .col.actions .action-delete.dummy-link {
  display: none;
}
.quote-details-items .content .quote-title {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-bottom: 10px;
}
.quote-details-items .content .quote-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.quote-details-items .item .col.item,
.quote-details-items .item .col.sku {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.quote-details-items .item .col.discount-no-price {
  width: 140px;
  text-align: right;
}
.quote-details-items .item .col.discount-no-price .price {
  font-weight: 400;
  font-size: 1.4rem;
}
.quote-details-items .item .col .discounting-locked {
  display: inline-block;
  text-decoration: none;
}
.quote-details-items .item .col .discounting-locked > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-details-items .item .col .discounting-locked:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #000;
  content: '\e629';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-details-items .item .col .discounting-locked:hover:before {
  color: #000;
}
.quote-details-items .item .col .discounting-locked:active:before {
  color: #000;
}
.quote-details-items .quote-table-totals-wrap {
  background: #f2f2f2;
}
.quote-details-items .quote-table-totals tr td,
.quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  text-align: right;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot {
  background: none;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr td {
  width: 10rem;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr th {
  text-align: left;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child td,
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child th {
  border-top-width: 0;
  padding-top: 10px;
}
.quote-details-items .quote-table-totals .hidden {
  display: none;
}
.quote-details-items .quote-table-totals .toggle-action tr th,
.quote-details-items .quote-table-totals .toggle-action tr td {
  font-weight: 600;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table {
  border-bottom: 1px solid #ccc;
  display: none;
  padding-bottom: 10px;
}
.quote-details-items .collapsible-table tbody td,
.quote-details-items .collapsible-table tbody th {
  line-height: 1.2;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table tbody td {
  padding-right: 0;
}
.quote-details-items .collapsible-table tbody th {
  padding-left: 0;
}
.quote-details-items .toggle-action td {
  padding-right: 0;
}
.quote-details-items .toggle-action th {
  padding-left: 0;
}
.quote-details-items .toggle-action .toggle {
  border: 0;
  padding: 0;
}
.quote-details-items .toggle-action .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.quote-details-items .toggle-action .toggle.active:after {
  content: '\e621';
}
.quote-details-items .quote-table {
  padding: 20px 20px 40px;
}
.quote-details-items .quote-table .table {
  border-collapse: separate;
}
.quote-details-items .quote-table .table > tbody > tr.item-actions td,
.quote-details-items .quote-table .table > tbody > tr.item-actions th {
  border-top-width: 0;
}
.quote-details-items .items thead + .item {
  border-top-width: 0;
}
.quote-details-items .product-item-name {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
}
.quote-details-items .product-item-name + .item-options {
  margin-top: 20px;
}
.quote-details-items .item-options {
  margin-bottom: 0;
}
.quote-details-items .col {
  padding-top: 20px;
}
.quote-details-items .col.qty .input-text {
  margin-top: -5px;
}
.quote-details-items .actions-toolbar {
  position: relative;
  text-align: right;
}
.quote-details-items .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.quote-details-items .actions-toolbar > .action:hover,
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:focus {
  text-decoration: none;
}
.quote-details-items .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:not(:focus) {
  box-shadow: none;
}
.quote-details-items .actions-toolbar > .action:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.quote-details-items .actions-toolbar .update._disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar._disabled a {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -2px;
}
.quote-details-items .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;
}
.quote-details-items .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-details-items .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.quote-details-items .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.quote-details-items .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.quote-shipping-info .block-content > .box {
  width: 100% !important;
}
.quote-shipping-info .edit {
  display: inline-block;
  margin: 10px 0;
}
.quote-shipping-info .edit._disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.quote-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.quote-reference-content {
  margin-right: 25px;
}
.quote-reference-content:last-child {
  flex: 1 1 auto;
}
.quote-status {
  margin: 0 0 1.4rem 0;
  padding: 5px 10px;
}
.quote-rename-link {
  display: block;
  float: left;
  margin-right: 2.4rem;
  margin-top: 1.5rem;
}
.quote-rename-link._disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
#rename-quote-form .actions-toolbar {
  margin-top: 1.8rem;
}
.quote-date {
  font-size: 1.4rem;
}
.quote-date > div {
  margin-bottom: 5px;
}
.quote-sales-rep {
  font-size: 1.4rem;
}
.quote-actions-toolbar {
  clear: both;
}
.field-attachment._disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.quote-comments-block .quote-block-title {
  display: none;
}
.quote-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.quote-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-all;
}
.quote-comments-block .comments-block-item .attachments-list span.attachments-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 250px;
}
.quote-comments-block ._disabled {
  opacity: 0.5;
  pointer-events: none;
}
.quote-notes-block {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-block: 0.1rem solid #d6d6d6;
  border-left: 0.1rem solid #d6d6d6;
  border-right: 0.1rem solid #d6d6d6;
}
.quote-notes-block b {
  color: #999999;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem -0.2rem;
}
.quote-notes-block .comments-block-list {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
}
.quote-notes-block .notes-block-item:not(:last-child) {
  padding-bottom: 10px;
}
.quote-notes-block .notes-block-item .notes-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.quote-notes-block .notes-block-item .editable {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: right;
  top: -0.2rem;
}
.quote-notes-block .notes-block-item .editable > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-notes-block .notes-block-item .editable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #333;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-notes-block .notes-block-item .editable:hover:before {
  color: #333;
}
.quote-notes-block .notes-block-item .editable:active:before {
  color: #8f8f8f;
}
.quote-notes-block .notes-block-item b {
  color: black;
}
.quote-history-log-block .history-log-block-list {
  list-style-type: none;
  padding-left: 0;
}
.quote-history-log-block .history-log-block-item-info {
  word-break: break-all;
}
.quote-history-log-block .history-log-block-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-history-log-block .history-log-block-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe {
  padding-bottom: 5px;
  padding-top: 10px;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe:last-child {
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item b,
.quote-history-log-block .history-log-block-item strong {
  font-weight: 600;
}
.quote-history-log-block .history-log-block-item-title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.quote-history-log-block .history-log-block-item-old {
  margin-right: 5px;
  text-decoration: line-through;
}
.comments-field .comments-field-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.quote-attach-file {
  text-align: right;
}
.attachments-list {
  padding-top: 10px;
}
.attachments-list .attachments-item {
  padding-bottom: 5px;
}
.attachments-list .attachments-item span {
  padding-right: 5px;
}
.attachments-list .attachments-item .action-delete {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: -0.2rem;
}
.attachments-list .attachments-item .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.attachments-list .attachments-item .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.attachments-list .attachments-item .action-delete:hover:before {
  color: #333;
}
.attachments-list .attachments-item .action-delete:active:before {
  color: #8f8f8f;
}
.attachments-list .attachments-item .action-delete:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.field-attachment input {
  display: none;
}
.field-attachment label {
  display: inline-block;
  text-decoration: none;
  color: #1979c3;
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.field-attachment label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #1979c3;
  content: '\e900';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-attachment label:before {
  left: -20px;
  position: absolute;
}
.field-attachment.loading label {
  color: inherit;
  pointer-events: none;
}
.field-attachment:after {
  content: attr(data-progress);
  padding-left: 20px;
}
.field-attachment._disabled {
  opacity: 0.5;
  pointer-events: none;
}
.negotiable-quote-quote-view .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.popup-edit-address .action.hidden {
  display: none;
}
.popup-edit-address .modal-footer .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #ca0001;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.popup-edit-address .modal-footer .secondary:visited {
  color: #ca0001;
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #ca0001;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:hover,
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.popup-edit-address .modal-footer .secondary.disabled,
.popup-edit-address .modal-footer .secondary[disabled],
fieldset[disabled] .popup-edit-address .modal-footer .secondary {
  color: #ca0001;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:not(:focus) {
  box-shadow: none;
}
.negotiable-quote.request button,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action {
  width: 100%;
}
.negotiable-quote.request .message-info.message.info {
  font-size: 1.3rem;
  background: #f5f5f5;
  color: #858585;
  margin-top: 0.5rem;
  padding: 0 0.6rem;
  text-align: left;
}
.negotiable-quote.request .message-info.message.info:before {
  display: none;
}
.negotiable-quote-quote-print.account .column.main {
  padding-bottom: 0;
}
.negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
  float: left;
  width: 50%;
}
.negotiable-quote-quote-print .columns {
  display: block;
}
.negotiable-quote-quote-print .page-title {
  font-size: 4rem;
  margin-bottom: 5px;
}
.negotiable-quote-quote-print .page-title-wrapper {
  margin-bottom: 30px;
}
.negotiable-quote-quote-print .quote-date {
  float: left;
}
.negotiable-quote-quote-print .quote-sales-rep {
  float: right;
}
.negotiable-quote-quote-print .quote-details-items .quote-table {
  border-width: 0;
  padding: 0;
}
.negotiable-quote-quote-print .quote-name {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 2rem;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-title {
  border-bottom: 1px solid #e4e4e4;
}
.negotiable-quote-quote-print .quote-title > strong {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2;
}
.negotiable-quote-quote-print .quote-status {
  float: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.item,
.negotiable-quote-quote-print .quote-details-items .item .col.item {
  display: table-cell;
}
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
  padding-right: 0;
}
.negotiable-quote-quote-print .quote-details-items thead .col.delete,
.negotiable-quote-quote-print .quote-details-items .item .col.delete {
  display: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.price,
.negotiable-quote-quote-print .quote-details-items .item .col.price,
.negotiable-quote-quote-print .quote-details-items thead .col.stock,
.negotiable-quote-quote-print .quote-details-items .item .col.stock,
.negotiable-quote-quote-print .quote-details-items thead .col.qty,
.negotiable-quote-quote-print .quote-details-items .item .col.qty,
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
.negotiable-quote-quote-print .quote-details-items thead .col.discount,
.negotiable-quote-quote-print .quote-details-items .item .col.discount,
.negotiable-quote-quote-print .quote-details-items thead .col.actions,
.negotiable-quote-quote-print .quote-details-items .item .col.actions {
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead .col .product-item-name a,
.negotiable-quote-quote-print .quote-details-items .item .col .product-item-name a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col .price,
.negotiable-quote-quote-print .quote-details-items .item .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.negotiable-quote-quote-print .quote-details-items thead .col .input-text,
.negotiable-quote-quote-print .quote-details-items .item .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  border-color: #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items thead th,
.negotiable-quote-quote-print .quote-details-items .item th,
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  padding-left: 0;
}
.negotiable-quote-quote-print .quote-details-items tbody:last-child td {
  border-bottom: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items tbody td {
  border-top: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tbody {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  padding-left: 0;
  text-align: left;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-size: 1.3rem;
  padding-bottom: 1.2rem;
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > th {
  border: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child td,
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-shipping-info {
  margin-bottom: 0;
}
.negotiable-quote-quote-print .quote-price-block {
  margin: 6rem 0 40px;
}
.negotiable-quote-quote-print .quote-block-title {
  border-bottom: 1px solid #f2f2f2;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-block-content {
  width: calc(100% * 0.5 - 6rem);
}
.negotiable-quote-quote-print .quote-block-content.catalog-price {
  float: left;
}
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals td strong,
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals th strong {
  font-weight: 400;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price {
  float: right;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child td,
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child th {
  border-color: #858585;
}
.negotiable-quote-quote-print .quote-comments-block .quote-block-title {
  border-color: #e4e4e4;
  display: block;
  font-weight: 300;
}
.negotiable-quote-quote-print .quote-comments-block .comments-block-item {
  border-color: #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list {
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-comments-block .comments-field {
  display: none;
}
.negotiable-quote-quote-print .copyright {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  color: #333;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.negotiable-quote-quote-print .copyright .phone {
  float: right;
}
.negotiable-quote-errors .error-wrap {
  display: none;
}
.negotiable-quote-order-information {
  font-size: 1.4rem;
  margin: 0 0 1.8rem;
}
.negotiable-quote-order-information:before,
.negotiable-quote-order-information:after {
  content: '';
  display: table;
}
.negotiable-quote-order-information:after {
  clear: both;
}
.table-order-items .page-section-negotiable td {
  padding: 0;
}
.table-order-items .page-section-negotiable td .data-table {
  position: relative;
}
.table-order-items .page-section-negotiable td .data-table tr td {
  border: none;
  padding: 11px 10px;
  text-align: right;
}
.table-order-items .page-section-negotiable td .data-table tr td:first-child {
  width: 79.5%;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal {
  font-weight: 600;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal:after {
  background: #ccc;
  bottom: 42px;
  content: '';
  height: 1px;
  left: auto;
  position: absolute;
  right: 1.5%;
  width: 36%;
}
.table-order-items tfoot > tr.page-section-negotiable td {
  padding: 0;
}
.sales-order-view .page-main .page-title-wrapper .negotiable-quote-order-information .order-date {
  font-size: 1.4rem;
  margin: 0;
}
.checkout-shipping-address .message.notice .link-back {
  font-size: 0;
}
.checkout-shipping-address .message.notice .link-back a,
.checkout-shipping-address .message.notice .link-back span {
  font-size: 1.3rem;
}
.negotiable-quote-note-popup .form {
  margin-top: 30px;
}
.negotiable-quote-note-popup .actions-toolbar {
  margin-top: 20px;
}
.negotiable-quote-note-popup .tooltip.wrapper .tooltip.content {
  min-width: 80px;
}
.negotiable-quote-note-popup .discounting-locked {
  display: inline-block;
  text-decoration: none;
}
.negotiable-quote-note-popup .discounting-locked > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.negotiable-quote-note-popup .discounting-locked:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #000;
  content: '\e629';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.negotiable-quote-note-popup .discounting-locked:hover:before {
  color: #000;
}
.negotiable-quote-note-popup .discounting-locked:active:before {
  color: #000;
}
.actions-dropdown {
  display: inline-block;
  position: relative;
}
.actions-dropdown:before,
.actions-dropdown:after {
  content: '';
  display: table;
}
.actions-dropdown:after {
  clear: both;
}
.actions-dropdown .action.switch {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.actions-dropdown .action.switch > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.actions-dropdown .action.switch:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.actions-dropdown .action.switch:hover:after {
  color: inherit;
}
.actions-dropdown .action.switch:active:after {
  color: inherit;
}
.actions-dropdown .action.switch.active {
  display: inline-block;
  text-decoration: none;
}
.actions-dropdown .action.switch.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.actions-dropdown .action.switch.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.actions-dropdown .action.switch.active:hover:after {
  color: inherit;
}
.actions-dropdown .action.switch.active:active:after {
  color: inherit;
}
.actions-dropdown ul {
  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%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.actions-dropdown ul li {
  margin: 0;
  padding: 0;
}
.actions-dropdown ul li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.actions-dropdown ul:before,
.actions-dropdown ul:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.actions-dropdown ul:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.actions-dropdown ul:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.actions-dropdown ul:before {
  right: 10px;
  top: -12px;
}
.actions-dropdown ul:after {
  right: 9px;
  top: -14px;
}
.actions-dropdown.active {
  overflow: visible;
}
.actions-dropdown.active ul {
  display: block;
}
.actions-dropdown .action-select {
  color: #ca0001;
  background-color: transparent;
  border: none;
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 0;
}
.actions-dropdown .action-select:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.actions-dropdown .action-select.active:after {
  transform: rotate(180deg);
}
.actions-dropdown .action-menu,
.actions-dropdown table th .action-menu .action-submenu {
  left: auto;
  min-width: 17rem;
  right: -12px;
  text-align: left;
  top: auto;
  z-index: 1;
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #000;
  display: none;
  font-weight: 400;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  position: absolute;
  font-size: 1.3rem;
  line-height: 1.36;
}
.actions-dropdown .action-menu li,
.actions-dropdown table th .action-menu .action-submenu li {
  padding: 2px;
}
.actions-dropdown .action-menu li a,
.actions-dropdown table th .action-menu .action-submenu li a {
  color: #000;
  cursor: pointer;
  display: block;
  padding: 0.2em 1em;
  font-size: 1.3rem;
  font-weight: 400;
}
.actions-dropdown .action-menu li a:hover,
.actions-dropdown table th .action-menu .action-submenu li a:hover {
  background-color: #e3e3e3;
  cursor: pointer;
  text-decoration: none;
}
@media print {
  body {
    min-width: 102.4rem;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.admin__action-group-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-group-wrap .action-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  font-weight: 400;
  text-align: left;
}
.admin__action-group-wrap .action-select:hover {
  border-color: #adadad;
}
.admin__action-group-wrap .action-select:hover:before {
  border-color: #757575;
}
.admin__action-group-wrap .action-select:before {
  align-items: center;
  content: '\e622';
  display: flex;
  font-size: 24px;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 3.2rem;
}
.admin__action-group-wrap .action-select._active:before {
  content: '\e621';
}
.admin__action-group-wrap .action-select[disabled] {
  color: #333;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e621';
}
.admin__action-group-wrap._active .action-menu,
.admin__action-group-wrap._active table th .action-menu .action-submenu {
  box-shadow: 0 0 3px 1px #00699D;
}
.admin__action-group-wrap .action-menu,
.admin__action-group-wrap table th .action-menu .action-submenu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active,
.admin__action-group-wrap table th .action-menu .action-submenu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover,
.admin__action-group-wrap table th .action-menu .action-submenu ._disabled:hover {
  background: #fff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item,
.admin__action-group-wrap table th .action-menu .action-submenu ._disabled .action-menu-item {
  cursor: default;
  opacity: 0.5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu,
.admin__action-group-wrap .action-menu-items > table th .action-menu .action-submenu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu,
.admin__action-group-wrap .action-menu-items > table th .action-menu .action-submenu .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input {
  border: 1px solid #adadad;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input:active,
.account .table-wrapper .data-grid-checkbox-cell-inner input:hover,
.account .table-wrapper .data-grid-checkbox-cell-inner input:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
}
@media (max-width: 640px) {
  .page-main .table-wrapper table.data-grid tbody tr.data-row th.data-grid-multicheck-cell {
    display: none;
  }
  .page-main .table-wrapper table.data-grid tbody tr.data-row td.data-grid-checkbox-cell {
    display: none;
  }
}
table th .action-menu,
table th table th .action-menu .action-submenu {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #ca0001;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 19.5rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
table th .action-menu._active,
table th table th .action-menu .action-submenu._active {
  display: block;
}
table th .action-menu > li,
table th table th .action-menu .action-submenu > li {
  border: none;
  display: block;
  padding: 0;
  transition: background-color 0.1s linear;
}
table th .action-menu > li > a:hover,
table th table th .action-menu .action-submenu > li > a:hover {
  text-decoration: none;
}
table th .action-menu > li._visible,
table th table th .action-menu .action-submenu > li._visible {
  background-color: #e3e3e3;
}
table th .action-menu > li:hover,
table th table th .action-menu .action-submenu > li:hover {
  background-color: #e3e3e3;
}
table th .action-menu > li:active,
table th table th .action-menu .action-submenu > li:active {
  background-color: #cacaca;
}
table th .action-menu > li._parent,
table th table th .action-menu .action-submenu > li._parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
}
table th .action-menu > li._parent > .action-menu-item,
table th table th .action-menu .action-submenu > li._parent > .action-menu-item {
  min-width: 100%;
}
table th .action-menu > li._parent::after,
table th table th .action-menu .action-submenu > li._parent::after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.5rem;
  content: '';
  height: 0;
  position: relative;
  right: 1.2rem;
  top: 1.4rem;
  width: 0;
}
table th .action-menu .item,
table th .action-menu .action-menu-item,
table th table th .action-menu .action-submenu .item,
table th table th .action-menu .action-submenu .action-menu-item {
  cursor: pointer;
  display: block;
  padding: 0.6875em 1em;
}
table th .action-menu .action-submenu {
  bottom: auto;
  left: auto;
  margin-left: 0;
  margin-top: -1px;
  position: absolute;
  right: auto;
  top: auto;
}
table th .action-menu a.action-menu-item,
table th table th .action-menu .action-submenu a.action-menu-item {
  color: #333;
}
table th .action-menu a.action-menu-item:focus,
table th table th .action-menu .action-submenu a.action-menu-item:focus {
  background-color: #e3e3e3;
}
.action-multicheck-wrap {
  display: inline-block;
  height: 1.6rem;
  padding-top: 1px;
  position: relative;
  width: 3.4rem;
  z-index: 200;
}
.action-multicheck-wrap:hover .admin__control-checkbox + label:before,
.action-multicheck-wrap:hover .action-multicheck-toggle {
  border-color: #757575;
}
.action-multicheck-wrap._active .admin__control-checkbox + label:before,
.action-multicheck-wrap._active .action-multicheck-toggle {
  border-color: #757575;
}
.action-multicheck-wrap._active .action-menu,
.action-multicheck-wrap._active table th .action-menu .action-submenu {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before {
  background-color: #fff;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before,
.action-multicheck-wrap._disabled .action-multicheck-toggle {
  border-color: #adadad;
  opacity: 1;
}
.action-multicheck-wrap .admin__control-checkbox,
.action-multicheck-wrap .admin__control-checkbox + label,
.action-multicheck-wrap .action-multicheck-toggle {
  float: left;
  margin: 0;
}
.action-multicheck-wrap .admin__control-checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #adadad;
  border-bottom-left-radius: 3px;
  border-right: 0;
  border-top-left-radius: 3px;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.action-multicheck-wrap .admin__control-checkbox:active,
.action-multicheck-wrap .admin__control-checkbox:hover,
.action-multicheck-wrap .admin__control-checkbox:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
  border-color: #757575;
}
.action-multicheck-wrap .admin__control-checkbox._indeterminate:before {
  content: '-';
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.action-multicheck-wrap .admin__control-checkbox:checked:before {
  content: '\e610';
  font-family: 'luma-icons';
  font-size: 1.1rem;
  line-height: 125%;
}
.action-multicheck-wrap .action-multicheck-toggle {
  background: #fff url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/select-bg.svg') no-repeat 50% 50%;
  background-size: 200%;
  border: 1px solid #adadad;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 1.6rem;
  margin-top: 2px;
  padding: 0;
  position: relative;
  width: 1.8rem;
}
.action-multicheck-wrap .action-multicheck-toggle:focus {
  border-color: #757575;
}
.action-multicheck-wrap .action-multicheck-toggle:after {
  right: 0.3rem;
}
.action-select-wrap.buttons {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .action-select-wrap.buttons {
    display: none;
  }
}
.action-select-wrap.buttons .selected-number {
  margin-right: auto;
}
.action-select-wrap.buttons button,
.action-select-wrap.buttons .quote-details-items .actions-toolbar > .action {
  margin-left: 15px;
}
.action-select-wrap.buttons .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #ca0001;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.action-select-wrap.buttons .secondary:visited {
  color: #ca0001;
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:hover {
  color: #ca0001;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:hover,
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:focus {
  background: none;
  border: 0;
}
.action-select-wrap.buttons .secondary.disabled,
.action-select-wrap.buttons .secondary[disabled],
fieldset[disabled] .action-select-wrap.buttons .secondary {
  color: #ca0001;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:disabled {
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:not(:focus) {
  box-shadow: none;
}
.admin__action-multiselect-wrap {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  user-select: none;
}
.admin__action-multiselect-wrap.action-select-wrap:focus {
  box-shadow: none;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu,
.admin__action-multiselect-wrap.action-select-wrap table th .action-menu .action-submenu {
  max-height: none;
  overflow-y: inherit;
}
.admin__action-multiselect-wrap .action-menu-item {
  transition: background-color 0.1s linear;
}
.admin__action-multiselect-wrap .action-menu-item._selected {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._hover {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._unclickable {
  cursor: default;
}
.admin__action-multiselect-wrap .admin__action-multiselect {
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  min-height: 3.2rem;
  padding-right: 3.6rem;
  white-space: normal;
}
.admin__action-multiselect-wrap .admin__action-multiselect:after {
  bottom: 1.25rem;
  top: auto;
}
.admin__action-multiselect-wrap .admin__action-multiselect:before {
  height: 3.3rem;
  top: auto;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap {
  position: static;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect {
  position: relative;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect:before {
  right: -1px;
  top: -1px;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .action-menu,
.admin__control-table-wrapper .admin__action-multiselect-wrap table th .action-menu .action-submenu {
  left: auto;
  min-width: 34rem;
  right: auto;
  top: auto;
  z-index: 1;
}
.admin__action-multiselect-wrap .admin__action-multiselect-item-path {
  color: #a79d95;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
}
.admin__action-multiselect-actions-wrap {
  border-top: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  text-align: center;
}
.admin__action-multiselect-actions-wrap .action-default {
  font-size: 1.3rem;
  min-width: 13rem;
}
.admin__action-multiselect-text {
  padding: 0.6rem 1rem;
}
.action-menu,
table th .action-menu .action-submenu {
  left: 0;
  margin-top: 2px;
  right: auto;
  text-align: left;
}
.admin__action-multiselect-label {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.admin__action-multiselect-label:before {
  margin-right: 0.5rem;
}
._unclickable .admin__action-multiselect-label {
  cursor: default;
  font-weight: 700;
}
.admin__action-multiselect-search-wrap {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  position: relative;
}
.admin__action-multiselect-search {
  font-style: italic;
  padding-right: 3rem;
  width: 100%;
}
.admin__action-multiselect-search-label {
  display: block;
  font-size: 1.5rem;
  height: 1.3em;
  overflow: hidden;
  position: absolute;
  right: 2.2rem;
  top: 1.7rem;
  width: auto;
}
.admin__action-multiselect-search-label:before {
  content: '\e615';
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-multiselect-search-count {
  color: #a79d95;
  margin-top: 1rem;
}
.admin__action-multiselect-empty-area {
  color: #a79d95;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
}
.admin__action-multiselect-menu-inner {
  margin-bottom: 0;
  max-height: 46rem;
  overflow-y: auto;
}
.admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: none;
  overflow: hidden;
  padding-left: 1.1rem;
}
.admin__action-multiselect-menu-inner ._hidden {
  display: none;
}
.admin__action-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0.3rem 0 0.3rem 0.3rem;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.admin__action-multiselect-crumb:hover {
  border-color: #908379;
}
.admin__action-multiselect-crumb .action-close {
  bottom: 0;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.admin__action-multiselect-crumb .action-close:hover {
  color: #000000;
}
.admin__action-multiselect-crumb .action-close:focus,
.admin__action-multiselect-crumb .action-close:active {
  background-color: transparent;
}
.admin__action-multiselect-crumb .action-close:active {
  transform: scale(0.9);
}
.admin__action-multiselect-crumb .action-close:before {
  display: flex;
  justify-content: center;
}
.admin__action-multiselect-tree .action-menu,
.admin__action-multiselect-tree table th .action-menu .action-submenu {
  min-width: 34.7rem;
}
.admin__action-multiselect-tree .action-menu .action-menu-item,
.admin__action-multiselect-tree table th .action-menu .action-submenu .action-menu-item {
  margin-top: 0.1rem;
}
.admin__action-multiselect-tree .action-menu-item {
  margin-left: 3.1rem;
  position: relative;
}
.admin__action-multiselect-tree .action-menu-item._expended:before {
  border-left: 1px dashed #a79d95;
  bottom: 0;
  content: '';
  left: -1rem;
  position: absolute;
  top: 1rem;
  width: 1px;
}
.admin__action-multiselect-tree .action-menu-item._expended .admin__action-multiselect-dropdown:before {
  content: '\e622';
}
.admin__action-multiselect-tree .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  padding-left: 2.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner:before {
  left: 1.6rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:last-child:before {
  height: 1.05rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after,
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  content: '';
  left: 0;
  position: absolute;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after {
  border-top: 1px dashed #a79d95;
  height: 1px;
  top: 1.05rem;
  width: 3.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  border-left: 1px dashed #a79d95;
  height: 100%;
  top: 0;
  width: 1px;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._parent:after {
  width: 3.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root {
  margin-left: -1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:after {
  left: 2.1rem;
  width: 1.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:before {
  left: 2.1rem;
  top: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root._parent:after {
  display: none;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:first-child:before {
  top: 1.05rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:last-child:before {
  height: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-label {
  line-height: 1.1rem;
  vertical-align: middle;
  word-break: break-all;
}
.admin__action-multiselect-tree .admin__action-multiselect-label:before {
  left: 0;
  position: absolute;
  top: 0.4rem;
}
.admin__action-multiselect-dropdown {
  border-radius: 50%;
  height: 1.1rem;
  left: -1.1rem;
  position: absolute;
  top: 1rem;
  width: 1.1rem;
  z-index: 1;
}
.admin__action-multiselect-dropdown:before {
  background: #fff;
  color: #a79d95;
  content: '\e622';
  font-size: 1.1rem;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
  transition: colors all ease-in;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #fff;
  border: 1px solid #757575;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #333;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.admin__action-group-list._active {
  display: block;
}
.admin__action-group-wrap {
  width: 15rem;
}
.admin__action-group-wrap._active {
  min-height: 120px;
}
.admin__action-group-wrap._disabled {
  pointer-events: none;
}
.admin__action-group-wrap._multiple {
  width: 100%;
}
.admin__action-group-wrap .admin__action-multiselect {
  display: flex;
  flex-wrap: wrap;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap .crumb-action {
  padding: 0;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap .crumb-action:before {
  font-size: 1.1rem;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list {
  min-width: 20rem;
  z-index: 100;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item {
  height: 2.5rem;
  padding: 5px 10px 5px 10px;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item._selected {
  background-color: transparent;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item .admin__action-multiselect-label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__action-group-wrap input::-ms-clear {
  display: none;
}
.admin__action-group-wrap._focus .admin__action-multiselect,
.admin__action-group-wrap._focus .admin__action-multiselect:before {
  border-color: #adadad;
}
.admin__action-group-wrap .admin__action-multiselect-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__action-group-wrap .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: 30.5rem;
  padding-left: 0;
}
.admin__action-group-wrap .admin__action-multiselect-menu-inner:empty {
  overflow-y: visible;
}
.admin__action-group-wrap .admin__action-group-optgroup {
  padding: 5px 10px;
}
.admin__action-group-wrap .admin__action-group-option {
  margin-bottom: 0;
}
.admin__action-group-wrap .admin__action-group-option:hover,
.admin__action-group-wrap .admin__action-group-option._hover {
  background-color: #e3e3e3;
  cursor: pointer;
}
.admin__action-group-wrap .admin__action-multiselect-search-label {
  right: 1.2rem;
}
.admin__action-group-wrap .admin__action-multiselect-remove-label {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0.7rem;
  top: 1.5rem;
}
.admin__action-group-wrap .admin__action-multiselect-remove-label:before {
  content: '\e616';
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-group-wrap .admin__action-multiselect-search-count {
  font-size: 12px;
  line-height: 2;
}
.admin__action-group-wrap .admin__action-multiselect-action-links {
  float: right;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action {
  float: left;
  padding: 0;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action span {
  font-size: 12px;
  font-weight: 400;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action:not(:last-child):after {
  border-left: 1px solid #ccc;
  content: '';
  display: inline-block;
  height: 1.2rem;
  margin: 0 10px;
  vertical-align: middle;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap {
  text-align: right;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary {
  padding: 7px 15px;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  background-image: none;
  background: #e30613;
  border: 1px solid #e30613;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:focus,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:active {
  background: #ca0001;
  border: 1px solid #ca0001;
  color: #fff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:hover {
  background: #ca0001;
  border: 1px solid #ca0001;
  color: #fff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary.disabled,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap {
  max-height: 210px;
  overflow-y: auto;
  position: relative;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox .admin__control-checkbox {
  margin: auto;
  position: absolute;
  top: auto;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
/**
 * 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.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#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: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  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 20px;
  padding: 0 0 10px;
  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: 18px;
}
.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 20px;
}
/**
 * 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/Pixiemedia/myhenryb2b/en_GB/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.my-orders-search-advanced .field .secondary,
.my-orders-search-advanced .actions-toolbar,
.my-orders-search-advanced .filters-collapse {
  text-align: right !important;
}
.my-orders-search-advanced .fieldset:first-of-type {
  margin-bottom: 0;
}
.my-orders-search-advanced .actions-toolbar div.primary {
  text-align: right !important;
  width: 100%;
}
.my-orders-search-advanced .actions-toolbar div.primary a {
  text-decoration: none;
}
.my-orders-search-advanced .actions-toolbar button.primary,
.my-orders-search-advanced .actions-toolbar .quote-details-items .actions-toolbar > .action.primary {
  float: none !important;
  margin-right: 0;
  width: auto !important;
}
.my-orders-search-advanced .actions-toolbar button,
.my-orders-search-advanced .actions-toolbar .quote-details-items .actions-toolbar > .action {
  margin-left: 10px !important;
}
.my-orders-search-advanced .extra-order-search,
.my-orders-search-advanced .filter-close {
  display: none;
}
.my-orders-search-advanced .mage-error {
  clear: both;
  display: inline-block;
  padding-right: 10px;
}
.my-orders-search-advanced .filter-summary {
  margin: 5px 0 0;
}
.my-orders-search-advanced .filter-summary ul {
  border-top: 1px solid #cccccc;
  display: inline-block;
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
.my-orders-search-advanced .filter-summary li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 14px;
}
.my-orders-search-advanced .filter-summary li span {
  padding: 0 3px;
}
.my-orders-search-advanced .filter-summary li .label {
  font-weight: bold;
}
.my-orders-search-advanced .action-remove {
  font-weight: bold;
  padding: 0 3px;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all) {
  display: inline-block;
  text-decoration: none;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all) > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #1979c3;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):hover:before {
  color: #00699D;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):active:before {
  color: #68a8e0;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  display: inline;
  vertical-align: unset;
}
.my-orders-search-advanced .action-clear-all {
  font-weight: inherit;
}
.my-orders-search-advanced + .filter-divider hr {
  margin-top: 0;
}
.search-sku input {
  float: left;
  padding-right: 24px;
}
.search-sku button[type='submit'],
.search-sku .quote-details-items .actions-toolbar > .action[type='submit'] {
  background: transparent;
  border: none;
  box-shadow: none;
  float: right;
  margin-left: -22px;
  padding: 0;
  position: absolute;
}
.search-sku button[type='submit']:after,
.search-sku .quote-details-items .actions-toolbar > .action[type='submit']:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #7d7d7d;
  content: '\e615';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: top;
}
.field-date .control .sub-label,
.field-order-total .control .sub-label {
  float: left;
  margin-top: 7px;
  position: relative;
  width: 25%;
}
.field-date .control input,
.field-order-total .control input {
  float: left;
  position: relative;
  width: 50%;
}
.field-date .control button.ui-datepicker-trigger,
.field-date .control .quote-details-items .actions-toolbar > .action.ui-datepicker-trigger {
  margin: 4px 0 0 7px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .quote-details-items .actions-toolbar > .action {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .quote-details-items .actions-toolbar > .action:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .quote-details-items .actions-toolbar > .action:active,
.slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.slick-dots li .quote-details-items .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
  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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #ca0001;
  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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:visited {
  color: #ca0001;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover {
  color: #ca0001;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-link {
  color: #ca0001;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #e30613;
  border: 1px solid #e30613;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active,
.quote-details-items .actions-toolbar > .action.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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active {
  background: #ca0001;
  border: 1px solid #ca0001;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover {
  background: #ca0001;
  border: 1px solid #ca0001;
  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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active,
.quote-details-items .actions-toolbar > .action.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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.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: 1200px;
}
[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: 1200px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #ccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all 0.3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.data-grid .data-grid-th._sortable {
  cursor: pointer;
}
.data-grid .data-grid-th._sortable._ascend > span.data-grid-cell-content:after {
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_PurchaseOrderRule/images/ArrowDownSmall.svg') no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  padding-left: 15px;
  width: 8px;
}
.data-grid .data-grid-th._sortable._descend > span.data-grid-cell-content:after {
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_PurchaseOrderRule/images/ArrowUpSmall.svg') no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  padding-left: 15px;
  width: 8px;
}
.purchaseorder-purchaseorder-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: 0.4rem;
}
.purchase-order-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.purchase-order-reference-content {
  margin-right: 25px;
}
.purchase-order-reference-content:last-child {
  flex: 1 1 auto;
}
.po-action-toolbar form {
  display: inline-block;
}
.po-action-toolbar button,
.po-action-toolbar .quote-details-items .actions-toolbar > .action {
  margin-right: 8px;
}
.comments-field .fieldset .field.comments .label {
  text-align: left;
}
.comments-field .actions-toolbar button,
.comments-field .actions-toolbar .quote-details-items .actions-toolbar > .action {
  float: right;
}
.comments-field .actions-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.page-main .data-grid.bulk-approval tr.disabled td:not(.data-grid-checkbox-cell):not(.actions) {
  opacity: 0.5;
}
.page-main .data-grid .action-menu,
.page-main .data-grid table th .action-menu .action-submenu {
  z-index: 9;
}
.page-main .data-grid .action-menu li,
.page-main .data-grid table th .action-menu .action-submenu li {
  margin-bottom: 0;
}
.page-main .data-grid tr._odd-row td {
  background-color: transparent;
}
.page-main .data-grid tr._odd-row:hover td {
  background-color: transparent;
}
.page-main .data-grid tr:hover td {
  background-color: transparent;
}
.page-main .data-grid td {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ccc;
}
.page-main .data-grid * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.page-main .admin__data-grid-loading-mask .spinner span {
  display: none;
}
.page-main .admin__control-support-text {
  border: 0;
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  font-size: 1.4rem;
}
.page-main .admin__data-grid-header {
  position: relative;
  z-index: 1;
}
.page-main .admin__data-grid-header ~ .admin__data-grid-header .admin__data-grid-header-row {
  margin: 0;
}
.page-main .selectmenu {
  background-color: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  height: 32px;
  padding-left: 0;
  width: 72px;
  z-index: 2;
}
.page-main .selectmenu .selectmenu-value input {
  background: transparent;
  box-shadow: none;
  height: auto;
  padding-left: 10px;
  width: 5rem;
}
.page-main .selectmenu .action-save,
.page-main .selectmenu .action-delete {
  color: #41362f;
  padding: 0 5px 0 0;
}
.page-main .selectmenu .action-save:hover,
.page-main .selectmenu .action-delete:hover {
  border: 0;
}
.page-main .selectmenu .action-delete {
  display: none;
}
.page-main .selectmenu-toggle {
  border: 0 !important;
}
.page-main .selectmenu-toggle:before {
  background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/select-bg.svg) no-repeat 100% 45%;
  background-size: 30px 60px;
  border: 0;
  width: 22px;
}
.page-main .selectmenu-toggle:after {
  display: none;
}
.page-main .selectmenu-items {
  background: #f0f0f0;
  max-width: 72px;
  min-width: 72px;
  width: 72px;
}
.page-main .selectmenu-items li:hover {
  background: transparent;
  border: 0;
}
.page-main .selectmenu-items li:last-child .selectmenu-item-action {
  color: inherit;
  text-decoration: none;
}
.page-main .selectmenu-items li:last-child .selectmenu-item-action:hover,
.page-main .selectmenu-items li:last-child .selectmenu-item-action:active {
  color: inherit;
  text-decoration: none;
}
.page-main .selectmenu-items .selectmenu-item {
  width: 70px;
}
.page-main .selectmenu-item-action {
  padding: 1rem;
  width: 70px;
}
.page-main .selectmenu-item-action:hover,
.page-main .selectmenu-item-action:focus {
  background: transparent;
  border: 0;
  color: #41362f;
}
.page-main .admin__data-grid-pager-wrap {
  float: none;
}
.page-main .admin__data-grid-pager-wrap .admin__control-support-text {
  padding-left: 2px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager {
  left: 0;
  margin-left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  color: #333;
  line-height: 30px;
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  padding: 0 8px;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-text {
  background: #e5e5e5;
  border: 0;
  box-shadow: none;
  color: #333;
  display: inline-block;
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: 700;
  height: 31px;
  letter-spacing: normal;
  line-height: 30px;
  padding: 0 5px;
}
.page-main .admin__data-grid-header-row .row .col-xs-9 {
  position: static;
}
.page-main .data-grid-filters-action-wrap .action-default {
  border-radius: 3px;
  color: #333;
  margin: 0;
  padding: 6px 20px;
}
.page-main .data-grid-filters-action-wrap .action-default._active:after {
  background-color: #333;
}
.page-main .admin__data-grid-wrap {
  padding-top: 0;
}
.page-main .purchase-order-payment-message {
  margin-bottom: 3rem;
}
.message.message-notice.notice.approved-notice {
  margin-top: 10px;
}
.purchase-order-table-items {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.purchase-order-table-items .qty .control.qty input {
  padding: 0;
  width: 35px;
}
.purchase-order-items .order-update-items {
  float: right;
}
.purchase-order-items .purchase-order-table-items thead th {
  padding-top: 0;
}
.purchase-order-totals-wrap {
  background: #f2f2f2;
}
.purchase-order-totals-wrap:before,
.purchase-order-totals-wrap:after {
  content: '';
  display: table;
}
.purchase-order-totals-wrap:after {
  clear: both;
}
.purchase-order-totals-wrap tfoot {
  background: transparent;
}
.purchase-order-totals-wrap tfoot tr td {
  border-top: 0;
}
.purchase-order-totals > tfoot tr.catalog_price_table > td {
  border-top: 0;
}
.purchase-order-totals tfoot td {
  text-align: right;
}
.purchase-order-totals .catalog_price th,
.purchase-order-totals .catalog_price td {
  font-weight: bold;
}
.purchase-order-data-items.product.data.items > .item.title,
.purchase-order-data-items.product.data.items > .item.content {
  position: relative;
}
.purchase-order-data-items.product.data.items > .item.title {
  z-index: 3;
}
.purchase-order-data-items.product.data.items > .item.content {
  padding-top: 20px;
  z-index: 2;
}
.purchase-order-data-items.product.data.items > .item.content ~ .item.content {
  z-index: 1;
}
.purchase-order-data-items .item-options dd {
  margin-bottom: 15px;
}
.purchase-order-data-items .item-options dd,
.purchase-order-data-items .item-options dt {
  display: block;
  float: none;
}
.purchase-order-data-items .message {
  margin-top: 5px;
}
.purchaseorder-actions-toolbar .action.additem {
  padding-right: 10px;
}
.purchase-order-information {
  margin-bottom: 25px;
}
.orderapprovals-purchaseorder-index .order-links-block > a {
  margin-right: 12px;
}
.orderapprovals-purchaseorder-index .order-links-block > a:last-child {
  margin-right: 0;
}
.orderapprovals-purchaseorder-index .order-links-block > a.active-link {
  text-decoration: underline;
}
.admin__data-grid-outer-wrap .admin__data-grid-header {
  z-index: 3;
}
.admin__data-grid-outer-wrap .admin__data-grid-header ~ .admin__data-grid-header {
  z-index: 1;
}
.orderapprovals-purchaseorder-index .admin__data-grid-action-bookmarks .admin__action-dropdown-text:after {
  right: 0;
}
.orderapprovals-purchaseorder-index .admin__action-dropdown ~ .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.purchase-order-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.purchase-order-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.purchase-order-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-word;
}
.purchase-order-comments-block ._disabled {
  opacity: 0.5;
  pointer-events: none;
}
.grid-content {
  border-width: 1px 0 0 0 !important;
}
.grid-content .table-wrapper {
  margin-bottom: 20px !important;
}
.purchase-order-status {
  margin: 0 0 1.4rem 0;
  padding: 5px 10px;
}
.purchase-order-payment-method .message.info {
  background-color: #f5f5f5;
  color: #333;
  margin: 20px 0 40px 0;
}
.purchase-order-payment-method .message.info > *:first-child:before {
  color: #1979c3;
  content: '\e60c';
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
  }
}
/* Checkout Available Credit */
/* Checkout Available Credit */
.storefront__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .storefront__actions-switch {
  line-height: 3.2rem;
}
.storefront__actions-switch + .admin__field-service {
  min-width: 34rem;
}
input[type='checkbox'].storefront__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._disabled input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label,
input[type='checkbox'].storefront__actions-switch-checkbox.disabled + .storefront__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:before {
  left: 15px;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:after {
  background: #79a22e;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label .storefront__actions-switch-text:before {
  content: attr(data-text-on);
}
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:before,
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:after {
  border-color: #007bdb;
}
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:before,
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:after {
  border-color: #e22626;
}
.storefront__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;
}
.storefront__actions-switch-label:before,
.storefront__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.storefront__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;
}
.storefront__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;
}
.storefront__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.purchaseorder-purchaseorder-index .purchase-order-data-items .requires-approval-counter {
  border: 1px #f87428 solid;
  border-radius: 4px;
  color: #f87428;
  font-size: 1.2rem;
  margin-left: 7px;
  padding: 3px 8px;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-select-wrap {
  display: inline-block;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-select {
  display: none;
}
.purchaseorderrule-index-index .data-grid-actions-cell li {
  display: inline-block;
}
.purchaseorderrule-index-index .data-grid-actions-cell li + li:before {
  content: '|';
  display: inline-block;
  margin: 0 0 0 4px;
}
.purchaseorderrule-index-index .actions-toolbar.empty-rules {
  text-align: center;
}
.purchaseorderrule-index-index .actions-toolbar a {
  float: none;
  margin-top: 2%;
}
.purchaseorderrule-index-index .actions-toolbar .primary {
  float: none;
  margin-bottom: 10px;
}
.purchaseorderrule-create-index .actions-toolbar > .secondary .action.back,
.purchaseorderrule-edit-index .actions-toolbar > .secondary .action.back,
.purchaseorderrule-view-index .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule .field:not(.choice) .label {
  display: block;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule .field:not(.choice) .label + .control {
  margin-top: 6px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul li {
  text-indent: -5px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul li:before {
  content: '-';
  padding-right: 3px;
  text-indent: -5px;
}
.form-create-purchase-order-rule .fieldset {
  margin: 0 0 30px;
}
.form-create-purchase-order-rule .fieldset._hide {
  display: none;
}
.form-create-purchase-order-rule .field-condition-order-total .nested {
  display: flex;
  flex-grow: 1;
}
.form-create-purchase-order-rule .field-condition-order-total .additional {
  flex-grow: 1;
}
.form-create-purchase-order-rule .field-condition-order-total .additional + .additional {
  margin-left: 10px;
  max-width: 80px;
  min-width: 80px;
}
.form-create-purchase-order-rule .field.applies-to .radio-wrapper {
  margin-top: 6px;
}
.form-create-purchase-order-rule .field.applies-to .control {
  padding-bottom: 10px;
}
.form-create-purchase-order-rule .field.rule-type {
  position: relative;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip {
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  vertical-align: text-top;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-action:before {
  font-size: 17px;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content {
  font-size: 1.2rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content .field-tooltip-content-title {
  display: block;
  margin-bottom: 1.8rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul li {
  line-height: 16px;
  margin-bottom: 2rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul li:last-child {
  margin-bottom: 0;
}
.form-create-purchase-order-rule .applies-to-select {
  display: none;
}
.form-create-purchase-order-rule .applies-to-select ul {
  padding-left: 25px;
}
.form-create-purchase-order-rule .applies-to-select.show {
  display: block;
}
.form-create-purchase-order-rule .applies-to-select select {
  margin-top: 8px;
}
.account .column.main .approval-flow-block-applied-rule.block .box-title {
  margin-bottom: 1.5rem;
}
ul.approval-rules-approvers {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.approval-rules-approvers > li {
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_PurchaseOrderRule/images/pending.svg') no-repeat left center;
  background-size: 22px;
  margin-bottom: 1.5rem;
  padding-left: 30px;
}
ul.approval-rules-approvers > li.approved {
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_PurchaseOrderRule/images/approved.svg') no-repeat left center;
  background-size: 22px;
}
ul.approval-rules-approvers > li.rejected {
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_PurchaseOrderRule/images/rejected.svg') no-repeat left center;
  background-size: 22px;
}
.quickorder-index-index .column .block-addbysku .action.remove {
  display: none;
  display: inline-block;
  text-decoration: none;
}
.quickorder-index-index .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;
}
.quickorder-index-index .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: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quickorder-index-index .column .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action.remove:active:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action:active,
.quickorder-index-index .column .block-addbysku .action:not(:focus) {
  box-shadow: none;
}
.quickorder-index-index .column .block-addbysku .action:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.quickorder-index-index .column .block-addbysku .action.add {
  display: none;
}
.quickorder-index-index .column .block-addbysku .fieldset .fields .actions-toolbar {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
  position: relative;
  top: 0.3rem;
  vertical-align: top;
}
.quickorder-index-index .column .block-addbysku .block-content .actions-toolbar {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-items {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-upload {
  margin-bottom: 60px;
}
.quickorder-index-index .column .block-addbysku .deletable-item .label {
  display: none;
}
.quickorder-index-index .column .block-addbysku .deletable-item:last-child .remove {
  display: none;
}
.quickorder-index-index .upload .label {
  margin-bottom: 0;
}
.quickorder-index-index .upload .label + .note {
  margin-bottom: 5px;
  padding-top: 0;
}
.quickorder-index-index .upload-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.quickorder-index-index .upload-container .action-upload {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.quickorder-index-index .upload-container .file-upload {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-align: center;
}
.quickorder-index-index .upload-container .file-upload:focus,
.quickorder-index-index .upload-container .file-upload:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.quickorder-index-index .upload-container .file-upload:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.quickorder-index-index .upload-container .file-upload.disabled,
.quickorder-index-index .upload-container .file-upload[disabled],
fieldset[disabled] .quickorder-index-index .upload-container .file-upload {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.quickorder-index-index .product-block {
  background-color: #f0f0f0;
}
.quickorder-index-index .product-block:not(:empty) {
  border: 1px solid #c2c2c2;
  border-top: none;
}
.quickorder-index-index .product-block .product-image {
  border: 1px solid #c2c2c2;
  float: left;
  margin: 1.5rem;
}
.quickorder-index-index .product-block .product-image img {
  display: block;
  max-width: 5rem;
}
.quickorder-index-index .product-block .product-name {
  overflow: hidden;
  padding: 1.5rem;
}
.quickorder-index-index .product-block .product-name .name {
  display: inline-block;
  margin-bottom: 10px;
}
.quickorder-index-index .product-error .message {
  margin: 0;
}
.quickorder-index-index .product-error.general-error .message {
  margin-bottom: 10px;
}
.quickorder-index-index .product-error.general-error .message:last-child {
  margin-bottom: 25px;
}
.quickorder-index-index .ui-front {
  z-index: 100;
}
.quickorder-index-index .ui-front .ui-helper-hidden-accessible {
  display: none;
}
.quickorder-index-index .ui-front > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.quickorder-index-index .ui-front > ul:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.quickorder-index-index .ui-front > ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.quickorder-index-index .ui-front > ul li:first-child {
  border-top: none;
}
.quickorder-index-index .ui-front > ul li:hover,
.quickorder-index-index .ui-front > ul li.selected {
  background: #e8e8e8;
}
.quickorder-index-index .ui-front > ul li a {
  color: #333;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.quickorder-index-index .ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
/**
 * 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.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 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;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 5px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 30px;
}
.paypal-fastlane-shipping-change-address-form button,
.paypal-fastlane-shipping-change-address-form .quote-details-items .actions-toolbar > .action {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #ccc;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 10px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 20px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 20px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button,
.google-pay .quote-details-items .actions-toolbar > .action {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.company-profile-shipping-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-shipping-methods .shipping-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-shipping-methods .shipping-methods-list {
  list-style: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px 0;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address .default-shipping-address.address-sender ~ .new-address-popup {
  margin-left: 25px;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action:before {
  color: #000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.admin__fieldset > .admin__field > .admin__field-control.-amcform-from-to-ranges {
  margin-left: 40px;
}
.frmb.ui-sortable {
  min-height: 300px;
}
.form-builder-wrap {
  min-height: 600px;
}
.form-builder-wrap div.form-actions.btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
[id^='frmb-'][id$='-form-wrap'] .cb-wrap.pull-right {
  position: relative;
  padding-bottom: 40px;
  min-height: 300px;
}
[id^='frmb-'][id$='-form-wrap'] textarea {
  max-width: 100%;
}
#loading_image_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#form_submit_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
}
.fb-date .ui-datepicker-trigger {
  position: relative;
  margin-left: 10px;
}
.fb-date input {
  cursor: pointer;
}
.am-picker-year .ui-datepicker-calendar td a {
  padding: 8px;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.amcform-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: 0.1s all ease-in;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: 'amcform';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amcform-icon.-chevron-left:before {
  content: '\e906';
}
.amcform-icon.-chevron-right:before {
  content: '\e905';
}
.amcform-icon.-cross:before {
  content: '\e904';
}
.amcform-icon.-sent:before {
  content: '\e903';
}
.amcform-icon.-pending:before {
  content: '\e94e';
}
.amcform-icon.-view:before {
  content: '\e900';
}
.amcform-icon.-edit:before {
  content: '\e901';
}
.amcform-icon.-remove:before {
  content: '\e902';
}
.amform-form {
  margin: 0 auto 10px;
  max-width: 700px;
}
.amform-form-fieldset.fieldset {
  margin-bottom: 10px;
}
.amform-form .fb-number .control {
  max-width: 200px;
}
.amform-groupv2 {
  display: inline-block;
}
.amcform-gdpr {
  display: none;
  margin-bottom: 20px;
  width: 100%;
}
.amcform-gdpr a {
  text-decoration: underline;
}
.amform-form .amcform-gdpr > .label > .amform-checkbox {
  display: inline-block;
  opacity: 1;
}
.amform-versiontwo-label {
  display: inline;
  margin-right: 10px;
  padding-right: 20px;
  word-break: break-all;
}
.amform-form .amform-hide-formload,
.amform-form .amform-hide-formload.action.primary,
.amform-form .amform-hide-formload.amshopby-button,
.amform-form .amform-hide-formload.am-filter-go {
  display: none;
}
.amform-form .action.primary,
.amform-parent .action.primary,
.amform-form .amshopby-button,
.amform-parent .amshopby-button,
.amform-form .am-filter-go,
.amform-parent .am-filter-go {
  background: #ca0001;
  min-width: 120px;
  padding: 9px;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover,
.amform-form .amshopby-button:hover,
.amform-parent .amshopby-button:hover,
.amform-form .am-filter-go:hover,
.amform-parent .am-filter-go:hover {
  background: #2f5bcd;
}
.amform-form .action.primary:disabled,
.amform-parent .action.primary:disabled,
.amform-form .amshopby-button:disabled,
.amform-parent .amshopby-button:disabled,
.amform-form .am-filter-go:disabled,
.amform-parent .am-filter-go:disabled {
  background: #c4d1f3;
}
.amcform-toolbar {
  text-align: right;
}
.amcform-toolbar > div {
  display: inline-block;
}
.amform-form:not(.default) .amform-checkbox,
.amform-form:not(.default) .amform-radio,
.amform-form:not(.default) .amform-checkboxtwo,
.amform-form:not(.default) .amform-radiotwo {
  display: block;
  opacity: 0;
}
.amform-form:not(.default) .amform-checkbox + label,
.amform-form:not(.default) .amform-radio + label,
.amform-form:not(.default) .amform-checkboxtwo + label,
.amform-form:not(.default) .amform-radiotwo + label {
  line-height: 16px;
  padding-left: 26px;
  position: relative;
}
.amform-form:not(.default) .amform-checkbox + label:before,
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-checkboxtwo + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amform-form:not(.default) .amform-checkbox:checked + label:before,
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #3f6ad8;
  border-color: #3f6ad8;
}
.amform-form:not(.default) .amform-checkbox:checked + label:after,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  height: 9px;
  left: 5px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 4px;
}
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border-radius: 50%;
}
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #fff;
  border-width: 4px;
}
.amform-form:not(.default) .kc-toggle {
  background: #e3e3e3;
  border: 0;
  border-radius: 20px;
  height: 16px;
  margin: 0 4px 0 0;
  width: 26px;
}
.amform-form:not(.default) .kc-toggle.on {
  background: #3f6ad8;
}
.amform-form:not(.default) .kc-toggle .kct-inner {
  background: #fff;
  border: 0;
  border-radius: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  width: 12px;
}
.amform-form:not(.default) .kc-toggle.on .kct-inner {
  left: 12px;
}
.amform-form:not(.default) .kct-on,
.amform-form:not(.default) .kct-off,
.amform-form:not(.default) .kct-handle {
  display: none;
}
.amcform-page-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.amcform-step {
  background-color: #3f6ad8;
  border: 1px solid #3f6ad8;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 36px;
  margin: 0 auto 20px;
  width: 38px;
}
.amcform-title-wrap {
  flex-grow: 1;
  margin-bottom: 18px;
  max-width: 148px;
  min-width: 90px;
  position: relative;
  text-align: center;
}
.amcform-title-wrap:before,
.amcform-title-wrap:after {
  background: #e3e3e3;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  right: 51%;
  top: 17px;
  width: 100%;
}
.amcform-title-wrap:after {
  content: none;
  left: 50%;
  right: auto;
}
.amcform-title-wrap:first-child:before,
.amcform-title-wrap:last-child:after {
  content: none;
}
.amcform-title-wrap .amcform-title {
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  margin: 0 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.amcform-title-wrap .amcform-title:hover {
  text-decoration: none;
}
.amcform-title-wrap.-done + .amcform-title-wrap:before {
  background: #92b0ff;
}
.amcform-title-wrap.ui-state-active ~ .amcform-title-wrap:before {
  background: #e3e3e3;
}
.amcform-title-wrap.-disabled {
  pointer-events: none;
}
.amcform-title-wrap.-disabled .amcform-step {
  background: #fff;
  border-color: #e3e3e3;
  color: #b8b8b8;
}
.amcform-title-wrap.-error .amcform-step {
  background: #eb5757 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5NCAxLjcwNzExQy0wLjA5NzYzMTIgMS4zMTY1OCAtMC4wOTc2MzEyIDAuNjgzNDE3IDAuMjkyODk0IDAuMjkyODkzQzAuNjgzNDE4IC0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDEuNzA3MTEgMC4yOTI4OTNMNiA0LjU4NTc5TDEwLjI5MjkgMC4yOTI4OTNDMTAuNjgzNCAtMC4wOTc2MzExIDExLjMxNjYgLTAuMDk3NjMxMSAxMS43MDcxIDAuMjkyODkzQzEyLjA5NzYgMC42ODM0MTcgMTIuMDk3NiAxLjMxNjU4IDExLjcwNzEgMS43MDcxMUw3LjQxNDIxIDZMMTEuNzA3MSAxMC4yOTI5QzEyLjA5NzYgMTAuNjgzNCAxMi4wOTc2IDExLjMxNjYgMTEuNzA3MSAxMS43MDcxQzExLjMxNjYgMTIuMDk3NiAxMC42ODM0IDEyLjA5NzYgMTAuMjkyOSAxMS43MDcxTDYgNy40MTQyMUwxLjcwNzExIDExLjcwNzFDMS4zMTY1OCAxMi4wOTc2IDAuNjgzNDE4IDEyLjA5NzYgMC4yOTI4OTQgMTEuNzA3MUMtMC4wOTc2MzA2IDExLjMxNjYgLTAuMDk3NjMwNiAxMC42ODM0IDAuMjkyODk0IDEwLjI5MjlMNC41ODU3OSA2TDAuMjkyODk0IDEuNzA3MTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) center center no-repeat;
  border-color: #eb5757;
  color: #fff;
  font-size: 0;
}
.amcform-title-wrap.-disabled .amcform-label {
  color: #b8b8b8;
}
.amcform-title-wrap.ui-state-active .amcform-label {
  color: #3f6ad8;
}
.amcform-title-wrap.-error .amcform-label {
  color: #eb5757;
}
.action.primary.amcform-next,
.action.primary.amcform-prev,
.amshopby-button.amcform-next,
.amshopby-button.amcform-prev,
.am-filter-go.amcform-next,
.am-filter-go.amcform-prev {
  display: inline-block;
  margin: 20px auto;
}
.action.primary.amcform-prev,
.amshopby-button.amcform-prev,
.am-filter-go.amcform-prev {
  margin-right: 15px;
}
.action.primary.amcform-submit,
.amshopby-button.amcform-submit,
.am-filter-go.amcform-submit {
  float: none;
}
.-popup-opened {
  overflow: hidden;
}
.amcform-popup-block {
  transition: 0.2s all ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amcform-popup-block.-active {
  display: flex;
}
.amcform-popup-block .amcform-popup {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 40px;
  max-height: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
}
.amcform-popup-block .amcform-popup.-prompt {
  max-width: 440px;
  text-align: center;
}
.amcform-popup-block .amcform-title,
.amcform-popup-block .amcform-content,
.amcform-popup-block .amcform-toolbar {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
}
.amcform-popup-block .amcform-content {
  padding: 30px 0 0;
}
.amcform-popup-block .amcform-labels-list {
  display: none;
}
.amcform-popup-block .amcform-title {
  font-weight: 400;
}
.amcform-popup-block .amcform-header {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-popup-block .amcform-desc {
  margin: 0;
  padding: 20px 0 0;
}
.amcform-popup-block .amcform-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}
.amcform-popup-block .amcform-button {
  margin: 0 7px;
}
.amcform-popup-block .amcform-button.-close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.amcform-popup-block .amcform-button.-close-popup .amcform-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin: 0;
  color: #e1e1e1;
}
.amcform-popup-block .amcform-button.-close-popup:hover .amcform-icon {
  color: #000;
}
.amcform-popup-block .amcform-toolbar {
  flex-direction: column;
}
.amcform-popup-block .amcform-toolbar .amcform-button {
  width: 100%;
}
.amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
  margin-top: 15px;
}
.amcform-popup-block .amform-form {
  width: 100%;
}
.amcform-popup-block .amform-form,
.amcform-popup-block .amform-form .amform-form-fieldset,
.amcform-popup-block .amform-form .fieldset:last-child {
  margin-bottom: 0;
}
.amcform-popup-block .amform-form .amcform-toolbar {
  padding-top: 10px;
}
.amcform-popup-block .amform-form .fb-number {
  max-width: 100%;
}
.amform-parent .amcform-popup {
  max-width: 700px;
  width: 100%;
}
.amform-parent .amform-show-popup.-hidden {
  display: none;
}
.amcform-popup-block.modal-popup .modal-inner-wrap {
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-header,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-content,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding: 0;
  border: 0;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-title {
  border: 0;
  font-size: 22px;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding-top: 20px;
  text-align: center;
}
.linear-theme.rendered-form {
  max-width: 720px;
}
.linear-theme .fields {
  margin: 0 -20px;
  padding: 0 20px;
}
.linear-theme.rendered-form .form-control,
.linear-theme.rendered-form .amform-date,
.linear-theme.rendered-form .amform-time {
  position: relative;
  z-index: 1;
  padding: 0;
  min-height: 30px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #333;
}
.linear-theme.rendered-form .form-control:focus,
.linear-theme.rendered-form .amform-date:focus,
.linear-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
}
.linear-theme.rendered-form .form-control:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:focus:-ms-input-placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control:focus::placeholder,
.linear-theme.rendered-form .amform-date:focus::placeholder,
.linear-theme.rendered-form .amform-time:focus::placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control.mage-error,
.linear-theme.rendered-form .amform-date.mage-error,
.linear-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.linear-theme.rendered-form .form-control[multiple],
.linear-theme.rendered-form .amform-date[multiple],
.linear-theme.rendered-form .amform-time[multiple] {
  padding-top: 10px;
}
.linear-theme.rendered-form .form-control:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: transparent;
}
.linear-theme.rendered-form .form-control::placeholder,
.linear-theme.rendered-form .amform-date::placeholder,
.linear-theme.rendered-form .amform-time::placeholder {
  color: transparent;
}
.linear-theme.rendered-form textarea.form-control {
  padding-top: 6px;
  min-height: 46px;
}
.linear-theme.rendered-form .field,
.linear-theme.rendered-form .fieldset > .field.form-group,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group {
  position: relative;
  margin-bottom: 24px;
  padding: 0 20px;
}
.linear-theme.rendered-form .field.amform-layout-two,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two {
  margin-right: 0;
  max-width: 50%;
}
.linear-theme.rendered-form .field.amform-layout-three,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
  margin-right: 0;
  max-width: 100% / 3;
}
.linear-theme.rendered-form .field .required,
.linear-theme.rendered-form .fieldset > .field.form-group .required,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .required {
  color: inherit;
}
.linear-theme.rendered-form .field .tooltip-element,
.linear-theme.rendered-form .fieldset > .field.form-group .tooltip-element,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .tooltip-element {
  z-index: 2;
  background: #3f6ad8;
}
.linear-theme.rendered-form .field.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amcform-gdpr > .label {
  position: static;
}
.linear-theme.rendered-form .field > .label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  position: absolute;
  top: 6px;
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.linear-theme.rendered-form .field > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .field > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .field > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-file-label {
  position: relative;
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label,
.linear-theme.rendered-form .field.-has-content > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .field.fb-time > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.fb-time > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.fb-time > .label {
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label {
  color: #3f6ad8;
}
.linear-theme.rendered-form div.mage-error[generated] {
  margin-top: 2px;
  color: #eb5757;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -15px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger:before {
  width: 12px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NjcgMS4zMDAwMUgxMFYwSDguNjY2NjdWMS4zMDAwMUgzLjMzMzM0VjBIMlYxLjMwMDAxSDEuMzMzMzRDMC41OTY2ODYgMS4zMDAwMSAwLjAwNjY4NzUxIDEuODgxNzUgMC4wMDY2ODc1MSAyLjYwMDAxTDAgMTEuN0MwIDEyLjQxODIgMC41OTY2NTUgMTMgMS4zMzMzNCAxM0gxMC42NjY3QzExLjQwMzMgMTMgMTIgMTIuNDE4MiAxMiAxMS43VjIuNTk5OThDMTIgMS44ODE3NSAxMS40MDMzIDEuMzAwMDEgMTAuNjY2NyAxLjMwMDAxWk0xMC42NjY3IDExLjdIMS4zMzMzNFY0LjU0OTk4SDEwLjY2NjdWMTEuN1oiIGZpbGw9IiM0Nzc2RjAiLz4KPHBhdGggZD0iTTkuMDE5OTkgNi41MzkwOUw4LjMxMzMzIDUuODUwMUw1LjA2IDkuMDIyMUwzLjY0NjY5IDcuNjQ0MDlMMi45NCA4LjMzMzA4TDUuMDYgMTAuNDAwMUw5LjAxOTk5IDYuNTM5MDlaIiBmaWxsPSIjNDc3NkYwIi8+Cjwvc3ZnPgo=);
  content: '';
}
.linear-theme.rendered-form input[type=checkbox],
.linear-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.linear-theme.rendered-form input[type=checkbox]:focus,
.linear-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
/* Pagination */
.linear-theme .amcform-page-titles {
  align-items: stretch;
  padding: 0 20px;
}
.linear-theme .amcform-step {
  display: none;
}
.linear-theme .amcform-title-wrap {
  display: block;
  flex: 1;
  margin: 0 0 16px 0;
  text-align: left;
}
.linear-theme .amcform-title-wrap:after,
.linear-theme .amcform-title-wrap:before {
  display: none;
}
.linear-theme .amcform-title-wrap.ui-state-active .amcform-title {
  border-color: #3f6ad8;
}
.linear-theme .amcform-title-wrap.-disabled .amcform-title {
  border-color: #e3e3e3;
}
.linear-theme .amcform-title-wrap.-error .amcform-title {
  border-color: #eb5757;
}
.linear-theme .amcform-title {
  display: block;
  margin: 0;
  padding-bottom: 7px;
  min-height: 100%;
  max-width: 100%;
  border-bottom: 7px solid #92b0ff;
  text-align: left;
}
.circle-theme.rendered-form .form-control,
.circle-theme.rendered-form .amform-date,
.circle-theme.rendered-form .amform-time {
  padding: 9px;
  min-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.circle-theme.rendered-form .form-control:focus,
.circle-theme.rendered-form .amform-date:focus,
.circle-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
  color: #333;
}
.circle-theme.rendered-form .form-control.mage-error,
.circle-theme.rendered-form .amform-date.mage-error,
.circle-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.circle-theme.rendered-form .form-control::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-date::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-time::-webkit-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control::-moz-placeholder,
.circle-theme.rendered-form .amform-date::-moz-placeholder,
.circle-theme.rendered-form .amform-time::-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-moz-placeholder,
.circle-theme.rendered-form .amform-date:-moz-placeholder,
.circle-theme.rendered-form .amform-time:-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-ms-input-placeholder,
.circle-theme.rendered-form .amform-date:-ms-input-placeholder,
.circle-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form input[type='file'].form-control {
  padding: 0;
  border: 0;
}
.circle-theme.rendered-form input[type=checkbox],
.circle-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.circle-theme.rendered-form input[type=checkbox]:focus,
.circle-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
.circle-theme.rendered-form div.mage-error[generated] {
  position: relative;
  top: -2px;
  z-index: -1;
  margin-top: 0;
  padding: 2px 10px 0 10px;
  border-radius: 0 0 4px 4px;
  background: #eb5757;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
.circle-theme.rendered-form .field .label,
.circle-theme.rendered-form .fieldset > .field.form-group .label,
.circle-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  font-weight: 400;
}
.circle-theme.rendered-form .required {
  color: inherit;
}
.circle-theme.rendered-form .tooltip-element {
  background: #3f6ad8;
}
/* Pagination */
.circle-theme .amcform-page-titles {
  align-items: center;
}
.circle-theme .amcform-title {
  display: flex;
  align-items: center;
  max-width: initial;
}
.circle-theme .amcform-step {
  margin: 0 10px 0 0;
  min-width: 38px;
  border-radius: 15px;
}
.circle-theme .amcform-label {
  text-align: left;
}
.circle-theme .amcform-title-wrap:after,
.circle-theme .amcform-title-wrap:before {
  display: none;
}
.circle-theme .amcform-title-wrap + .amcform-title-wrap {
  margin-left: 30px;
}
.circle-theme .amcform-title-wrap:nth-child(3n + 1) {
  margin-left: 0;
}
.circle-theme .amcform-title-wrap.-disabled .amcform-step {
  border-color: #bfd1ff;
  background: #bfd1ff;
  color: #fff;
}
.circle-theme .amform-form .action.primary,
.circle-theme .amform-form .amshopby-button,
.circle-theme .amform-form .am-filter-go {
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.amform-body .ui-datepicker .ui-datepicker-header {
  padding: 16px 22px;
}
.amform-body .ui-datepicker .ui-datepicker-title {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 0;
  width: auto;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 70px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year:focus {
  outline: none;
  box-shadow: none;
}
.amform-body .ui-datepicker .ui-datepicker-prev,
.amform-body .ui-datepicker .ui-datepicker-next {
  top: 20px;
  right: 22px;
  left: auto;
}
.amform-body .ui-datepicker .ui-datepicker-prev {
  right: 38px;
}
.amform-body .ui-datepicker .ui-datepicker-prev span.ui-icon,
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  transform: rotate(135deg);
}
.amform-body .ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 10px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-calendar th {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  background: transparent;
  color: #b8b8b8;
  text-align: center;
  font-weight: 400;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  border: 0;
  text-align: center;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
  background: none;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:first-child {
  padding-left: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:last-child {
  padding-right: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar tr:first-child td {
  padding-top: 10px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a {
  display: block;
  padding: 0;
  width: 43px;
  height: 43px;
  border-radius: 42px;
  text-align: center;
  line-height: 42px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-hover {
  background: #edf4ff;
  color: #333;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-highlight {
  background: #e3e3e3;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-active {
  background: #3f6ad8;
  color: #fff;
  font-weight: 700;
}
.amcform-button:not(.primary) {
  transition: 0.1s all ease-in;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amcform-button:not(.primary):hover,
.amcform-button:not(.primary):active,
.amcform-button:not(.primary):focus {
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.amcform-button:not(.primary):before,
.amcform-button:not(.primary):after {
  transition: 0.1s all ease-in;
}
.amcform-button:not(.primary).-disabled {
  pointer-events: none;
}
.amcform-button:not(.primary).-disabled:focus {
  pointer-events: none;
}
.amcform-button.-clear,
.amcform-button.-default,
.amcform-button.-with-icon,
.amcform-button.-error {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-clear:active,
.amcform-button.-clear:hover,
.amcform-button.-clear:focus,
.amcform-button.-default:active,
.amcform-button.-default:hover,
.amcform-button.-default:focus,
.amcform-button.-with-icon:active,
.amcform-button.-with-icon:hover,
.amcform-button.-with-icon:focus,
.amcform-button.-error:active,
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-default,
.amcform-button.-error {
  padding: 10px;
  min-width: 130px;
  background-color: #3f6ad8;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.amcform-button.-default:hover,
.amcform-button.-error:hover {
  background-color: #2f5bcd;
}
.amcform-button.-default:focus,
.amcform-button.-error:focus {
  background-color: #2f5bcd;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #000000;
}
.amcform-button.-default:active,
.amcform-button.-error:active {
  background-color: #1846be;
}
.amcform-button.-error {
  border: 1px solid #eb5757;
  background-color: #fff;
  color: #eb5757;
}
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: 1px solid #ee2e2e;
  background-color: #ffc8c8;
}
.amcform-button.-error:active {
  border: 1px solid #d21616;
  background-color: #fff;
}
.amcform-button.-with-icon {
  padding: 10px 15px;
  min-width: auto;
  background-color: transparent;
  color: #333;
}
.amcform-button.-with-icon > .amcform-icon {
  margin-right: 10px;
  color: #c7c7c7;
}
.amcform-button.-with-icon:hover {
  background-color: #eee;
}
.amcform-button.-with-icon:focus {
  z-index: 1;
  box-shadow: 0 0 0 1px #000000;
}
.amcform-button.-with-icon:active {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon.-remove,
.amcform-button.-with-icon.-remove:active {
  color: #eb5757;
}
.amcform-button.-with-icon.-small {
  padding: 10px;
  font-size: 0;
}
.amcform-button.-with-icon.-small > .amcform-icon {
  margin: 0;
}
@media (min-width: 1500px) {
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons .-amasty-customform-export-button {
    position: absolute;
    padding-right: 4rem;
    padding-left: 4rem;
    background: #e3e3e3;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_csv {
    left: 133px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_pdf {
    left: 460px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-inner:before {
    content: none;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_csv {
    left: 15px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_pdf {
    left: 342px;
  }
}
.amcform-page-wrap {
  display: flex;
  flex-wrap: wrap;
}
.amcform-page-wrap .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.amcform-page-wrap .amform-layout-one {
  width: 100%;
}
.amcform-table-wrap > .amcform-title {
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-table-wrap .fb-googlemap .map {
  height: 350px;
}
.amcform-table-wrap .am-address {
  margin-bottom: 20px;
}
.amcform-table-block {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
  color: #666;
}
.amcform-table-block .amcform-tr {
  border: none;
}
.amcform-table-block .amcform-tr:nth-of-type(2n) {
  background: #f9f9f9;
}
.amcform-table-block .amcform-th {
  padding: 10px;
  width: 25%;
  border: none;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
}
.amcform-table-block .amcform-td {
  padding: 10px;
  border: none;
  vertical-align: top;
  text-align: left;
}
.amcform-table-block .amcform-link,
.amcform-table-block .amcform-td a {
  color: #666;
}
.amcform-google-map .amcform-text {
  margin: 0;
}
.fb-googlemap .map {
  height: 300px;
}
.fb-googlemap .searchbox {
  margin-top: 10px;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  width: 70%;
  background-color: #fff;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 15px;
}
.fb-googlemap .gm-svpc {
  display: none;
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-further-section .amelsearch-button:focus-visible {
  border: 1px solid #00699D;
  box-shadow: 0 0 3px 1px #00699D;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: 0.3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: 0.8;
}
.amexfee-block-content > .title.amexfee-title {
  position: relative;
  padding: 10px 40px 10px 0;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.amexfee-block-content > .title.amexfee-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin: 0;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-block-content.active > .title.amexfee-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center / contain;
  content: '';
}
.amexfee-block-content.-cart > .title.amexfee-title {
  margin-bottom: 0;
  border-top: 1px solid #ccc;
}
.amexfee-block-content.-cart > .title.amexfee-title:after {
  content: '';
}
.amexfee-block-content.-checkout > .title.amexfee-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 300;
  font-size: 18px;
}
.amexfee-item-element._required .amexfee-title:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.amexfee-form-container > .amexfee-fieldset .amexfee-title {
  margin-bottom: 5px;
  font-weight: 700;
}
.amexfee-form-container .amexfee-input {
  float: left;
}
.amexfee-form-container .amexfee-input + .amexfee-label {
  display: block;
  overflow: hidden;
  margin: 0;
}
.amexfee-collapsible-block {
  cursor: pointer;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .mark.amexfee-mark,
.amexfee-collapsible-block > .mark.amexfee-mark {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount {
  position: relative;
  padding-right: 20px;
}
.amexfee-collapsible-block > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount:after {
  position: absolute;
  top: 50%;
  right: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount,
.amexfee-collapsible-block.-expanded > .mark.amexfee-mark {
  border-bottom: 0;
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after {
  transform: translateY(-50%) rotateZ(180deg);
}
.amexfee-totals-details {
  display: none;
}
.amexfee-totals-details.-show {
  display: table-row;
  border-bottom: 1px solid #ccc;
}
.dd-account-subscriptions fieldset > .field {
  width: 48%;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 40px / 2;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all 0.3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 21px + 10px + 5px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 21px + 10px + 5px);
}
.field .control select[multiple] {
  height: auto;
  background: #fff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.order-attributes .file-uploader .file-uploader-meta {
  color: #727272;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#store-pickup.selected-store-pickup {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  position: absolute;
}
.opc-block-summary .order-attributes-form .field-tooltip-content {
  left: -270px;
  top: -55px;
}
.opc-block-summary .order-attributes-form .field-tooltip-content:before {
  left: 270px;
  top: 44px;
  transform: rotate(-90deg);
}
.opc-block-summary .order-attributes-form .field-tooltip-content:after {
  border-width: 9px;
  left: 271px;
  top: 44px;
  transform: rotate(-90deg);
  width: 0;
}
[data-ui-id='checkout-cart-validationmessages-message-error'] {
  color: #c92623;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  margin: 0 30px;
  width: 850px;
}
.ampromo-gallery[data-count='1'] {
  width: 280px;
}
.ampromo-gallery[data-count='2'] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  height: 42px !important;
  width: 42px !important;
}
.ampromo-slick .slick-prev:focus,
.ampromo-slick .slick-next:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .quote-details-items .actions-toolbar > .action,
.ampromo-slick .slick-dots .quote-details-items .actions-toolbar > .action:hover {
  background: transparent !important;
  border: none !important;
  height: 20px;
  padding: 5px !important;
  text-indent: 0 !important;
  width: 20px;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-slick.slick-slider .slick-arrow.slick-next,
.ampromo-slick.slick-slider .slick-arrow.slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjNzU3NTc1Ii8+PC9zdmc+Cg==) center no-repeat !important;
}
.ampromo-items-add {
  border: 1px solid #ededed;
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  text-align: center;
}
.ampromo-items-add > a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.checkout-index-index .ampromo-items-add:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  width: 32px;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  margin-left: 35%;
  margin-top: 10%;
  width: 30%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-price-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ampromo-loading {
  display: none;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  animation: load 1.2s linear infinite;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 64px;
  margin: 8px;
  width: 64px;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity 0.4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-overlay.-hide {
  display: none;
}
.ampromo-popup-wrapper {
  background-color: #fff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: 0.6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #ccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.ampromo-popup-wrapper .ampromo-close:focus-visible {
  box-shadow: 0 0 3px 1px #00699D;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  margin: 0 auto;
  position: initial;
  width: fit-content;
}
.ampromo-popup-wrapper .slick-dots:focus-within {
  box-shadow: 0 0 3px 1px #00699D;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.6rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
.amrates-shipping-rates .field.choice.item {
  padding: 8px;
}
.message.error {
  color: #c92623;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ff0;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px 0.4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #fff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all 0.2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0.3rem 0 0.3rem 0.3rem;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: 0.5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: 0.5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #fff;
  border-color: #ccc;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000;
  font-family: 'Muli', sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 16px / 2;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: 0.03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #fff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: 0.5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #fff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #fff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #575757;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: 0.5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: 0.4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #00699D;
}
.amxnotif-block {
  clear: both;
  margin-bottom: 20px;
}
.amxnotif-block .input-fields {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 66%;
}
.amxnotif-block .amxnotif_guest_action {
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
  vertical-align: top;
}
.amxnotif-block label {
  color: #2f2f2f;
  display: block;
  float: none;
  font-weight: 600;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  padding: 0 20px;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  display: none;
  margin-bottom: 20px;
}
.category.subscribe-popup {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  border: 1px solid #888;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  position: relative;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
}
.amxnotif-block .subscribe-popup label[for^='notification-container'] {
  font-size: 20px;
  text-align: center;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: 0.3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 10px / 2 auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.amsearch-wrapper-block .focusable-trap:focus {
  box-shadow: none;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #ccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #1a624f);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -0.015em;
  transition: 0.3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #fff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  display: block;
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .quote-details-items .actions-toolbar > .action {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button,
.amsearch-slider-section .slick-dots > li[role='presentation'] .quote-details-items .actions-toolbar > .action {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .quote-details-items .actions-toolbar > .action:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow,
.amsearch-slider-section .quote-details-items .actions-toolbar > .action.slick-arrow {
  background: #fff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
.amsearch-slider-section button.slick-arrow:focus,
.amsearch-slider-section .quote-details-items .actions-toolbar > .action.slick-arrow:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: 0.1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #666;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 10px / 2;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 10px / 2;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: 0.3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 10px / 2;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 10px / 2;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #fff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: 0.3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: 0.3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: 0.3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #1a624f);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #bfdcec);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #ccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #bfdcec);
  color: var(--amsearch-color-text-focus, #1a624f);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 10px / 2 15px;
  transition: 0.1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: 0.1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.form-create-account .iti__flag-container,
.form-address-edit .iti__flag-container,
#connector-newsletter-form-validate .iti__flag-container {
  height: 32px;
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #ca0001;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: '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 .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #ca0001;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #ca0001;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #ca0001;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #ca0001;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #ccc;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/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/Pixiemedia/myhenryb2b/en_GB/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #fff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #fff;
  color: #333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #fff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699D;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #fff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #ca0001;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #ca0001;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #ca0001;
}
.message.global.demo a:hover {
  color: #ca0001;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cookie-status-message {
  display: none;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333;
}
.block-search .label:active:before {
  color: #333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #ccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-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 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #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: #333;
}
.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: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #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 {
  padding: 25px 20px;
  right: 0;
  width: 320px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #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: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #ca0001;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #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: #333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #8f8f8f;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:before {
  color: #333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 100%/2;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #fff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #ca0001;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #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: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #ca0001;
  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 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-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%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar {
  position: relative;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #ca0001;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #ca0001;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #ca0001;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #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: #333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #8f8f8f;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 10px;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #ca0001;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #ccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #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: #333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #8f8f8f;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.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: #7d7d7d;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #7d7d7d;
  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: #ca0001;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #ca0001;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #ca0001;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #ca0001;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 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: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 20px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #ca0001;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #ca0001;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #ca0001;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #ca0001;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #ccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #ccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #ca0001;
  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: #ca0001;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #ca0001;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #ca0001;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #ca0001;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #ca0001;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #ca0001;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #ca0001;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #e30613;
  border: 1px solid #e30613;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #ca0001;
  border: 1px solid #ca0001;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #ca0001;
  border: 1px solid #ca0001;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
/** AM X-Search STYLES **/
.amsearch-results .amsearch-item .item-name {
  color: #000 !important;
}
.amsearch-item-container.page a.item-name {
  color: #000;
  font-weight: 100;
}
.amsearch-item-container:not(.recent_searches) .amsearch-highlight {
  color: inherit;
}
.amasty-xsearch-block-header {
  margin-bottom: 0;
  padding: 15px 20px 0 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}
.amsearch-item-container:first-child {
  padding-top: 17px;
}
.amsearch-results {
  background-color: #f7f7f7;
}
body.pixiedust .amsearch-products.-waste {
  padding: 16px 20px 20px !important;
}
.amsearch-item-container .amsearch-item {
  cursor: inherit;
  padding: 11px 0 0;
}
@media (min-width: 768px) {
  .amsearch-results .amsearch-leftside,
  .amsearch-results .amsearch-products {
    padding-top: 0 !important;
  }
  .amsearch-products .amasty-xsearch-block-header {
    padding: 20px 20px 0 20px;
  }
  .amsearch-form-container.-opened .amsearch-leftside {
    border-right: none;
  }
  .amsearch-form-container.-large .amsearch-item-container {
    padding-left: 25px;
  }
  .amsearch-form-container.-opened .amsearch-leftside .recent_searches,
  .amsearch-form-container.-opened .amsearch-leftside .amsearch-item {
    padding: 11px 0 0;
  }
  .amsearch-close,
  .search .amsearch-loupe:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}
@media screen and (min-width: 1200px) {
  body.pixiedust .amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside {
    width: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .modals-wrapper .modal-popup .modal-header {
    padding-top: 2rem;
  }
  .modals-wrapper .modal-popup .modal-title {
    border-bottom: none;
    font-size: 18px;
    font-weight: 300;
  }
  .popup-tree .modal-footer .action,
  .popup-tree .modal-footer .action-primary {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .jstree li a > .field-tooltip {
    float: right;
    margin-right: -4rem;
    position: static;
  }
  .jstree li a > .field-tooltip .field-tooltip-content {
    left: 0;
    max-width: 90%;
    right: auto;
    top: 4.5rem;
    z-index: 20;
  }
  .jstree li a > .field-tooltip .field-tooltip-content:before,
  .jstree li a > .field-tooltip .field-tooltip-content:after {
    left: 6.1rem;
    right: auto;
  }
  .account .column.main .block.block-dashboard-info:not(.widget) .block-content .box:last-child {
    margin-bottom: 20px;
  }
  .selected-company-name {
    display: block;
  }
  .company-select-menu-item {
    font-weight: 400;
  }
  .company-select-menu-item .select-company-link {
    margin-right: unset;
  }
  .company-select-menu-item.selected .select-company-link {
    color: #000;
  }
  .form-create-purchase-order-rule .field.rule-type .field-tooltip {
    position: static;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content {
    bottom: 80px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:before,
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:after {
    border-bottom-color: transparent;
    left: 86px;
    top: auto;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:before {
    border-top-color: #666;
    bottom: -20px;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:after {
    border-top-color: #f4f4f4;
    bottom: -19px;
    right: auto;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .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-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;
  }
  .abs-toggling-title-mobile,
  .block-collapsible-nav .title,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-collapsible-nav .title:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    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;
  }
  .abs-toggling-title-mobile:after,
  .block-collapsible-nav .title:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-collapsible-nav .title.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0;
  }
  .product.data.items > .item.title > .switch {
    border-top: 1px solid #ccc;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #333;
    text-decoration: none;
    padding-bottom: 1px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin: 0;
    padding: 10px 10px 30px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    display: none;
  }
  .checkout-cart-index .cart.item .block-requisition-list {
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }
  .checkout-cart-index .cart.item .block-requisition-list .requisition-list-action .action {
    padding: 0;
  }
  .checkout-cart-index .cart.item .block-requisition-list .requisition-list-action .action.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .checkout-cart-index .block-requisition-list {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.4rem;
    display: inline-block;
    text-decoration: none;
    color: #757575;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #757575;
    content: '\e901';
    font-family: 'magento-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:hover:before {
    color: #333;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:active,
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:focus,
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:hover {
    color: #333;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle > span {
    margin-left: 8px;
    vertical-align: middle;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action {
    vertical-align: inherit;
  }
  .checkout-cart-index .gift-options-cart-item + .towishlist {
    position: static;
  }
  .cart.table-wrapper {
    overflow: visible;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .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;
  }
  .my-orders-search-advanced .search-sku {
    margin: 0 !important;
    width: 75% !important;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .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;
  }
  .page-main .admin__data-grid-pager-wrap {
    float: none;
    text-align: center;
  }
  .page-main .admin__data-grid-pager-wrap .admin__data-grid-pager {
    float: none;
    padding-top: 10px;
    position: static;
    width: 100%;
  }
  .page-main .admin__data-grid-header-row .row .col-xs-9,
  .page-main .admin__data-grid-header-row .row .col-xs-3 {
    text-align: center;
    width: 100%;
  }
  .page-main .admin__data-grid-header-row .row .col-xs-3 {
    padding-bottom: 10px;
  }
  div.admin__data-grid-filters-wrap .admin__form-field {
    width: 100%;
  }
  .product.quote-details-items.items {
    margin-top: 10px;
  }
  .product.quote-details-items.items .product-item-details {
    margin-bottom: 0;
  }
  .product.quote-details-items.items .quote-table-totals-wrap {
    margin-bottom: 10px;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: 0.6rem;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  form:not(.linear-theme) .amcform-title-wrap {
    display: none;
    max-width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:not(:last-child):after,
  form:not(.linear-theme) .amcform-title-wrap:before {
    content: '';
    width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:first-child:before {
    content: none;
  }
  form:not(.linear-theme) .amcform-title-wrap:after {
    background: linear-gradient(90deg, #e3e3e3 16.87%, #fff 107.36%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active ~ form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2) {
    display: none;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2),
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2) {
    display: block;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:not(:last-child):before,
  form:not(.linear-theme) .amcform-title-wrap.-done:not(:last-child):before {
    background: linear-gradient(270deg, #92b0ff 11.11%, rgba(146, 176, 255, 0) 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:not(.-disabled):after {
    background: linear-gradient(270deg, rgba(146, 176, 255, 0) 11.1%, #92b0ff 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:after,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap:before,
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2):after {
    background: #92b0ff;
  }
  .linear-theme .amcform-page-titles {
    padding: 0 15px;
  }
  .linear-theme .amcform-title-wrap {
    display: block;
    min-width: 50%;
    max-width: 100%;
  }
  .linear-theme .amcform-title-wrap.ui-state-active ~ .linear-theme .amcform-title-wrap:nth-last-child(2) {
    display: block;
  }
  .linear-theme .fields {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group {
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
    max-width: 100%;
  }
  .circle-theme .amcform-page-titles {
    align-items: stretch;
  }
  .circle-theme .amcform-title {
    display: block;
    margin: 0;
  }
  .circle-theme .amcform-label {
    display: block;
    padding: 10px 0;
  }
  .circle-theme .amcform-title-wrap {
    margin: 0;
    border-bottom: 4px solid #92b0ff;
  }
  .circle-theme .amcform-title-wrap:after,
  .circle-theme .amcform-title-wrap:before {
    display: none;
  }
  .circle-theme .amcform-title-wrap + .amcform-title-wrap {
    margin: 0;
  }
  .circle-theme .amcform-title-wrap.ui-state-active {
    border-color: #3f6ad8;
  }
  .circle-theme .amcform-title-wrap.-disabled {
    border-color: #e3e3e3;
  }
  .circle-theme .amcform-title-wrap.-error {
    border-color: #eb5757;
  }
  .amcform-table-block,
  .amcform-table-block tbody,
  .amcform-table-block .amcform-tr,
  .amcform-table-block .amcform-th,
  .amcform-table-block .amcform-td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .amcform-table-block .amcform-th {
    padding-bottom: 0;
  }
  .amcform-table-block .amcform-td {
    padding-top: 5px;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #fff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .category .subscribe-popup {
    text-align: center;
    top: 35%;
    width: 100%;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    margin: auto;
    width: 80%;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: inline-flex;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .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%;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #ccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #ccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e62a';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #8f8f8f;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #333;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #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: #333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #8f8f8f;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #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: #333;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #8f8f8f;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    float: left;
    padding-bottom: 0;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td.list-name-field:before,
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    display: none;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .requisition-list-requisition-index .data-grid td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .requisition-list-requisition-index .data-grid td > div {
    display: inline;
  }
  .requisition-list-requisition-index .data-grid.data-grid-tr-no-data td:before {
    content: '';
  }
  .requisition-list-requisition-index .data-grid:last-child td {
    border-top-width: 0;
  }
  .requisition-list-requisition-index .toolbar-amount {
    top: -3.5rem;
  }
  .requisition-list-requisition-index .admin__data-grid-outer-wrap {
    position: relative;
  }
  .requisition-list-requisition-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .block-requisition-management {
    clear: both;
    margin-top: -25px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 2.6rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select,
  .block-requisition-management .requisition-toolbar-actions {
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select {
    display: block;
    margin-right: 0;
    text-align: right;
  }
  .block-requisition-management .requisition-toolbar-actions {
    display: block;
  }
  .block-requisition-management .requisition-toolbar-actions button.action span,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action span {
    display: none;
  }
  .block-requisition-management .requisition-toolbar-actions button.action:before,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action:before {
    content: attr(data-mobile-label);
  }
  .requisition-grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: auto;
  }
  .requisition-grid thead,
  .requisition-grid .item {
    position: relative;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    height: 2.6rem;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    display: inline;
  }
  .requisition-grid thead .col .actions-toolbar,
  .requisition-grid .item .col .actions-toolbar {
    float: right;
    margin-top: -0.3rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-edit,
  .requisition-grid .item .col .actions-toolbar > .action-edit {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-delete,
  .requisition-grid .item .col .actions-toolbar > .action-delete {
    bottom: 1.5rem;
    position: absolute;
    right: 1rem;
  }
  .requisition-grid thead .col .price,
  .requisition-grid .item .col .price {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .requisition-grid thead .col .price-excluding-tax .price,
  .requisition-grid .item .col .price-excluding-tax .price {
    font-size: 12px;
  }
  .requisition-grid .product-item-image {
    display: none;
  }
  .requisition-grid .product-item-name {
    margin-bottom: 10px;
  }
  .requisition-grid .col .price-excluding-tax {
    display: inline-block;
    margin-right: 25px;
  }
  .requisition-list-description {
    line-height: 2;
  }
  .title-actions-links {
    margin-bottom: 10px;
    min-height: 2.2rem;
    text-align: right;
  }
  .title-actions-links:empty {
    margin-bottom: 25px;
  }
  .requisition-toolbar-actions .requisition-list-action,
  .requisition-view-buttons .requisition-list-action,
  .requisition-toolbar-actions .action,
  .requisition-view-buttons .action {
    vertical-align: baseline;
  }
  .requisition-toolbar-actions .mobile-label,
  .requisition-view-buttons .mobile-label {
    margin-right: 5px;
  }
  .requisition-list-action .action.toggle {
    float: none;
  }
  .requisition-popup .modal-footer {
    margin-top: 0;
    padding-top: 0;
  }
  .requisition-popup .action {
    display: block;
    text-align: center;
    width: 100%;
  }
  .requisition-popup .action:not(:last-child) {
    margin-bottom: 10px;
  }
  .order-actions-toolbar .block-requisition-list {
    float: right;
    line-height: 1.2;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    right: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: auto;
    right: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: auto;
    right: 10px;
  }
  .requisition-list-requisition-print .nav-toggle {
    display: none;
  }
  .requisition-list-requisition-print .logo {
    margin-left: 0;
  }
  .requisition-list-requisition-print .block-requisition-management {
    border-bottom: none;
  }
  .requisition-list-requisition-print .block-requisition-management .requisition-info {
    float: none;
    margin-top: 0;
  }
  .requisition-list-requisition-print .requisition-grid .col.price,
  .requisition-list-requisition-print .requisition-grid .col.qty,
  .requisition-list-requisition-print .requisition-grid .col.subtotal {
    text-align: left;
  }
  .requisition-list-requisition-print .requisition-grid .col .input-text {
    padding-left: 0;
    text-align: left;
  }
  .requisition-list-requisition-print .table-wrapper {
    border-bottom: none;
    clear: both;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .requisition-list.wishlist.split.button:before {
    color: #666;
    content: '\e901';
    font-family: 'magento-icons', serif;
    vertical-align: middle;
    display: inline-block;
  }
  .requisition-list.wishlist.split.button > .action.toggle:before {
    border-left: 0;
  }
  .links-container-title {
    display: none;
  }
  .company-profile-index.account .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-right: 10px;
  }
  .company-profile-index .company-profile-payment-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-payment-methods .payment-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .company-account-index .column.main .block:not(.widget) .block-title > .action {
    margin-top: 5px;
    float: right;
  }
  .company-account-index .column.main .block:not(.widget) .block-content strong {
    float: left;
    margin-right: 5px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box-content span {
    display: block;
    overflow: hidden;
    vertical-align: top;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td > div,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .company-users-index .admin__data-grid-pager,
  .company-role-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .company-users-index .toolbar-amount,
  .company-role-index .toolbar-amount {
    position: relative;
  }
  .table-wrapper .table:not(.cart) > tbody > tr td.actions.col:before {
    display: none;
  }
  .selected-company-name {
    display: block;
  }
  .company-select-menu-item {
    font-weight: 400;
  }
  .company-select-menu-item .select-company-link {
    margin-right: unset;
  }
  .company-select-menu-item.selected .select-company-link {
    color: #000;
  }
  .credit-balance-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .credit-balance-list .credit-balance-item {
    margin-right: 0;
  }
  .data-grid-cell-content {
    display: inline-block;
  }
  .company-credit-history-index .quotes-grid-toolbar .toolbar-amount {
    display: none;
  }
  .order-references {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr:last-child td {
    border-top-width: 0;
  }
  .negotiable-quote-quote-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .toolbar-amount {
    position: relative;
  }
  .negotiable-quote-quote-view .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .actions-toolbar > .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .negotiable-quote-quote-view .table-wrapper {
    border-bottom: none;
  }
  .quote-table {
    width: auto;
  }
  .quote-table thead > tr > th {
    border-bottom: none;
  }
  .quote-table tbody > tr > td:first-child {
    padding-top: 0;
  }
  .quote-table .items > .item {
    border-bottom-width: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    border: medium none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete {
    float: right;
    margin-top: -3.5rem;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update {
    display: block;
    width: 100%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child th {
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td {
    padding-left: 0;
    padding-right: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child > td {
    border-bottom: none;
    float: none;
    padding: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child th {
    border-bottom-width: 0;
    font-weight: 700;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total th {
    width: 150px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total td {
    float: right;
    width: 40%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th:after {
    display: block;
    left: 130px;
    position: absolute;
    top: 1px;
    width: 15px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price th {
    width: 125px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price td {
    float: right;
    width: 40%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price_table tr.hidden {
    display: none;
  }
  .quote-table .price-excluding-tax,
  .quote-table .price-including-tax {
    display: inline-block;
  }
  .quote-table .col .qty {
    display: inline-block;
  }
  .product.quote-details-items .quote-title,
  .product.quote-details-items .quote-comments,
  .product.quote-details-items .quote-history-log {
    display: block;
  }
  .product.quote-details-items .quote-title > strong,
  .product.quote-details-items .quote-comments > strong,
  .product.quote-details-items .quote-history-log > strong {
    font-size: 2.4rem;
    font-weight: 300;
  }
  .product.quote-details-items .quote-title.active > .switch,
  .product.quote-details-items .quote-comments.active > .switch,
  .product.quote-details-items .quote-history-log.active > .switch {
    border-bottom: 1px solid #e4e4e4;
  }
  .product.quote-details-items .item.content.quote-table {
    border-top: none;
    padding: 10px 10px 0;
  }
  .product.quote-details-items.items {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-left: 0;
    margin-right: 0;
  }
  .quote-date {
    margin-top: 0;
  }
  .quote-name {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .quote-references {
    margin-top: 25px;
  }
  .quote-reference-content {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .quote-view-links.quote-view-buttons .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action {
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action[data-mobile-label] span {
    display: none;
  }
  .quote-view-links .action[data-mobile-label]:after {
    content: attr(data-mobile-label);
  }
  .negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    float: none;
    width: 100%;
  }
  .negotiable-quote-quote-print .nav-toggle {
    display: none;
  }
  .negotiable-quote-quote-print .logo {
    margin-left: 0;
  }
  .negotiable-quote-quote-print .quote-date,
  .negotiable-quote-quote-print .quote-sales-rep {
    float: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col.price,
  .negotiable-quote-quote-print .quote-details-items .item .col.price,
  .negotiable-quote-quote-print .quote-details-items thead .col.stock,
  .negotiable-quote-quote-print .quote-details-items .item .col.stock,
  .negotiable-quote-quote-print .quote-details-items thead .col.qty,
  .negotiable-quote-quote-print .quote-details-items .item .col.qty,
  .negotiable-quote-quote-print .quote-details-items thead .col.discount,
  .negotiable-quote-quote-print .quote-details-items .item .col.discount,
  .negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items thead .col.actions,
  .negotiable-quote-quote-print .quote-details-items .item .col.actions {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .input-text,
  .negotiable-quote-quote-print .quote-details-items .item .col .input-text {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .actions-toolbar,
  .negotiable-quote-quote-print .quote-details-items .item .col .actions-toolbar {
    display: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead td,
  .negotiable-quote-quote-print .quote-details-items .item td {
    border: none;
  }
  .negotiable-quote-quote-print .quote-details-items .quote-table-totals td {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-table .quote-table-totals:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    display: none;
  }
  .negotiable-quote-quote-print .quote-block-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .negotiable-quote-quote-print .quote-block-content {
    width: 100%;
  }
  .order-details-items .table-order-items tbody > tr > .col.price {
    text-align: left;
  }
  .order-details-items .table-order-items tbody > tr > .col.subtotal {
    text-align: left;
  }
  .order-links-block,
  .quote-grid-filters-wrap {
    padding-bottom: 10px;
    text-align: right;
  }
  .negotiable-quote-order-information {
    margin-top: 0;
  }
  .my-orders-search-advanced .search-sku {
    margin: 0 !important;
    width: 75% !important;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .filter-divider {
    display: none;
  }
  .quote-details-items.purchase-order-data-items .items.purchase-order-table-items tbody.item {
    border-bottom: 1px solid #ccc;
  }
  .quote-details-items.purchase-order-data-items .items.purchase-order-table-items tbody.item:last-child {
    border-bottom: 0;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: 0;
  }
  .orderapprovals-purchaseorder-view .quote-status {
    float: none;
    margin: -10px 0 10px;
  }
  .order-actions-toolbar .action.block-requisition-list {
    float: none;
    margin-left: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    left: 0;
    right: auto;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before,
  .order-actions-toolbar .requisition-list-action.active .items:after {
    right: auto;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: 10px;
  }
  .orderapprovals-purchaseorder-index .order-links-block {
    text-align: left;
  }
  .purchase-order-references {
    margin-top: 25px;
  }
  .purchase-order-reference-content {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .quote-view-links form {
    display: block;
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1.5rem;
    padding-bottom: 0.2rem;
    position: relative;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty .control {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .upload_container {
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .upload_container .file_upload {
    display: block;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item-title {
    display: none;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .label {
    display: inline-block;
    margin-right: 10px;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .actions-toolbar {
    float: right;
  }
  .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;
  }
  .company-profile-index .company-profile-shipping-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-shipping-methods .shipping-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .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;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #8f8f8f;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #ccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #ccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #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;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.3rem;
  }
  .action-select-wrap.buttons {
    display: none;
  }
  .payment-method .available-credit {
    float: none;
    margin-top: 5px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #fff;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #ca0001;
    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: #ca0001;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #ca0001;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #ca0001;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_NegotiableQuote%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMultiSafepay_ConnectFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PurchaseOrderRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_B2b%5C%2Fcss%5C%2Fsource%5C%2Factions%5C%2F_actions-multicheck.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Company%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_RequisitionList%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_CheckoutAddressSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_B2b%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%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%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_QuickOrder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_B2b%5C%2Fcss%5C%2Fsource%5C%2Factions%5C%2F_actions-select.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_B2b%5C%2Fcss%5C%2Fsource%5C%2Factions%5C%2F_actions-multiselect.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PurchaseOrder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_CompanyShipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_CompanyCredit%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_OrderHistorySearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%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%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%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%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%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%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%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%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%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%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%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%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%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%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%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%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%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%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PurchaseOrder%5C%2Fcss%5C%2Fsource%5C%2F_data-grid.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PurchaseOrderRule%5C%2Fcss%5C%2Fsource%5C%2F_action-switcher.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_ReCaptchaGiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_ReCaptchaInvitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_CheckoutAddressSearchGiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_BannerPageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_form.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_multipage.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_linear-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_circle-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_datepicker.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_form-edit-page-buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_table.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_fb-google-map.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_further-block.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_inputs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Extrafee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FDotdigitalgroup_Email%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_InvisibleCaptcha%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Orderattr%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Payrestriction%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_banner.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ShippingTableRates%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shiprestriction%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_filter-type-items.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_porto-cmptb.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_filter-type-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_filter-fly-out.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_show-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_loader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_swatch-tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fadminhtml%5C%2Fcomponents%5C%2F_slider-settings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-filter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xnotif%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_collapsible.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tab-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_results.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_preload.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_search-input.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_overlay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_category-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_related-terms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftypes%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FDotdigitalgroup_Sms%5C%2Fcss%5C%2Fsource%5C%2F_intlTelInput.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FDotdigitalgroup_Sms%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FKlarna_Kp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_AdvancedSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%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%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_BannersLite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPixiemedia%5C%2Fmyhenryb2b%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_inputs.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAI%3BAACJ%2CGAAI%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3B%3BAAGJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAC0JJ%3BEC8EA%2CgBAAA%3BED5EI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BECuEA%2CWAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2C8BAAA%3BEDpDI%2CYAAA%3B%3BAAGJ%3BAACA%3BECgDA%2CgBAAA%3B%3BAD5CA%3BAACA%3BEC2CA%2CkBAAA%3B%3BADvCA%3BECuCA%2CmBAAA%3BEAAA%2CcAAA%3B%3BADlCA%3BAACA%3BECiCA%2CeAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C0BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADtBA%3BAACA%3BECqBA%2C6BAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BADgBA%3BEChBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADgCA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEClCJ%2CWAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADkDA%3BAACA%3BECnDA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CmBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADyKA%3BECzKA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CuBAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CiBAAA%3BEDiLI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECjNA%2CyBAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSEzEyB%2CaFyEzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEGzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDA%2CKKlDA%3BEACI%2CgBAAA%3B%3BALiDJ%2CKK9CE%2CQAEI%2CKACI%3BAL2CV%2CKK7CE%2CQACI%2CKACI%3BAL2CV%2CKK9CE%2CQAEI%2CKAEI%3BAL0CV%2CKK7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BALyCZ%2CKKpCE%2CQAAQ%2CKACJ%3BALmCN%2CKKpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BALiCR%2CKK7BE%2CQAGI%2CKACI%3BALyBV%2CKK5BE%2CQAEI%2CKACI%3BALyBV%2CKK3BE%2CQACI%2CKACI%3BALyBV%2CKK7BE%2CQAGI%2CKAEI%3BALwBV%2CKK5BE%2CQAEI%2CKAEI%3BALwBV%2CKK3BE%2CQACI%2CKAEI%3BEH2PV%2CkBAAA%3B%3BAF%5C%2FNA%3BAMsOA%2CoBA4NI%2CiBAKM%3BECzdV%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BADkND%2CoBA4NI%2CiBAKM%2CUCpbT%3BADmND%2CoBA4NI%2CiBAKM%2CUCnbT%3BEL2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CMAAC%3BADsMD%2CoBA4NI%2CiBAKM%2CUCvaT%3BEL%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BADwLnB%2CoBA4NI%2CiBAKM%2CUC3ZT%3BAD0LD%2CoBA4NI%2CiBAKM%2CUC1ZT%3BAACD%2CQAAQ%2CUDwLR%2CqBA4NI%2CiBAKM%3BEJxOV%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAP%5C%2FCA%2CMAAC%3BAMoOL%2CoBA4NI%2CiBAKM%2CUNrcL%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAQ4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BENwBL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%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%3BENtGD%2CYAAA%3B%3BAMqHA%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%3BENrHD%2CcAAA%3B%3BAM0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEN1HD%2CcAAA%3B%3BAM%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEN%5C%2FHD%2CcAAA%3B%3BAMpBA%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%3BENYA%2CkEAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3B%3BAAoUA%2CMAAC%3BENnFD%2CyBAAA%3B%3BAMsGA%2CMAAC%3BENtGD%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CyBAAA%3B%3BAMRA%2CMAAM%3BENQN%2CYAAA%3BEMNI%2CsBAAA%3B%3BAAGJ%3BENGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3BENiPA%2CgBAAA%3B%3BAMsGA%2CQAAC%3BENtGD%2CYAAA%3B%3BAMqHA%2CQAAC%3BENrHD%2CcAAA%3B%3BAM0HA%2CQAAC%3BEN1HD%2CcAAA%3B%3BAM%2BHA%2CQAAC%3BEN%5C%2FHD%2CcAAA%3B%3BAMEA%2CKAAK%3BENFL%2CmBAAA%3BEMII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BENuMD%2CYAAA%3B%3BAMQA%2CKAAK%3BENRL%2CmBAAA%3B%3BAMvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BENuMD%2CYAAA%3B%3BAMzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BENyHD%2CqBAAA%3B%3BAMkBA%2CGAAG%3BENlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAMsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BACxUN%2CKAAK%3BEPySH%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3B%3BAAuVA%2CKC%5C%2FYG%2CcD%2BYF%3BENtGD%2CYAAA%3B%3BAMqHA%2CKC9ZG%2CcD8ZF%3BENrHD%2CcAAA%3B%3BAM0HA%2CKCnaG%2CcDmaF%3BEN1HD%2CcAAA%3B%3BAM%2BHA%2CKCxaG%2CcDwaF%3BEN%5C%2FHD%2CcAAA%3B%3BAFtNA%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%3BAQjRA%2C8BACI%2CwBAOI%3BACfR%2CyBAmCI%2CsBAsBI%2CQAAO%3BAC7CX%2CQAAC%3BAC2UL%3BACtRA%3BAC6FI%2COAAC%2CQAMG%3BACAR%3BAC%5C%2FIA%2CaAmFI%3BACjFJ%2CYAGI%3BACCJ%3BACCA%3BACPA%2CoBAsKI%3BACnMJ%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BAbhDR%2C8BACI%2CwBcgEJ%2CMACI%2CGACI%2CaA2EI%3BEtBmIZ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BASvGA%2C8BACI%2CwBAOI%2CaedF%3BAdDN%2CyBAmCI%2CsBAsBI%2CQAAO%2CMcxDT%3BAbWF%2CQAAC%2CMaXC%3BAZsVN%2CYYtVM%3BAXgEN%2CMWhEM%3BAV6JF%2COAAC%2CQAMG%2CGUnKF%3BATmKN%2CaSnKM%3BARoBN%2CaAmFI%2CwBQvGE%3BAPsBN%2CYAGI%2CKOzBE%3BAN0BN%2CiBM1BM%3BAL2BN%2C0BK3BM%3BAJoBN%2CoBAsKI%2CWI1LE%3BAHTN%2CcAII%2CcGKE%3BAHRN%2CqBAGI%2CcGKE%3BAFTN%2CYA0DI%2CcAKI%2CQEtDF%3BAfMN%2C8BACI%2CwBcgEJ%2CMACI%2CGACI%2CaA2EI%2CgBCpJN%3BEACE%2CSAAA%3B%3BAAopBR%3BAFzfoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BAZ7JrB%2CyBAmCI%2CsBAyCI%2CqBACM%3BAEyLd%2CkBA2EI%2CQAAO%3BAA1EX%2CuBA0EI%2CQAAO%3BEN1SX%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CqBAAA%3BEKxHA%2CqBAAA%3BELwHA%2CkBAAA%3B%3BAK5MA%2CuBAAC%3BAACD%2CuBAAC%3BAkBykBD%2CyBlB1kBC%3BAkB0kBD%2CyBlBzkBC%3BAgBgFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBjFpB%3BAgBiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBhFpB%3BAI7ED%2CyBAmCI%2CsBAyCI%2CqBACM%2CUJDb%3BAI5ED%2CyBAmCI%2CsBAyCI%2CqBACM%2CUJAb%3BAMyLD%2CkBA2EI%2CQAAO%2CUNrQV%3BAM0LD%2CkBA2EI%2CQAAO%2CUNpQV%3BAM0LD%2CuBA0EI%2CQAAO%2CUNrQV%3BAM2LD%2CuBA0EI%2CQAAO%2CUNpQV%3BEL2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CuBAAC%3BAkB6jBD%2CyBlB7jBC%3BAgBoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBpEpB%3BAIzFD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUJYb%3BAM6KD%2CkBA2EI%2CQAAO%2CUNxPV%3BAM8KD%2CuBA0EI%2CQAAO%2CUNxPV%3BEL%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAkB%2BiBnB%2CyBlBjjBC%3BAkBijBD%2CyBlBhjBC%3BAACD%2CQAAQ%2CUkB%2BiBR%3BAFzfoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBxDpB%3BAgBwDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBvDpB%3BAACD%2CQAAQ%2CUgBsDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BAZ7JrB%2CyBAmCI%2CsBAyCI%2CqBACM%2CUJwBb%3BAIrGD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUJyBb%3BAACD%2CQAAQ%2CUIvGR%2C0BAmCI%2CsBAyCI%2CqBACM%3BAEyLd%2CkBA2EI%2CQAAO%2CUN5OV%3BAMiKD%2CkBA2EI%2CQAAO%2CUN3OV%3BAACD%2CQAAQ%2CUM%2BJR%2CmBA2EI%2CQAAO%3BAA1EX%2CuBA0EI%2CQAAO%2CUN5OV%3BAMkKD%2CuBA0EI%2CQAAO%2CUN3OV%3BAACD%2CQAAQ%2CUMgKR%2CwBA0EI%2CQAAO%3BEXzDX%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAkBkfD%2CyBlBpfC%3BAkBofD%2CyBlBnfC%3BAkBmfD%2CyBlBlfC%3BAgBPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBKpB%3BAgBLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBMpB%3BAgBNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBOpB%3BAIpKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUJqFb%3BAIlKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUJsFb%3BAInKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUJuFb%3BAMkGD%2CkBA2EI%2CQAAO%2CUN%5C%2FKV%3BAMoGD%2CkBA2EI%2CQAAO%2CUN9KV%3BAMmGD%2CkBA2EI%2CQAAO%2CUN7KV%3BAMmGD%2CuBA0EI%2CQAAO%2CUN%5C%2FKV%3BAMqGD%2CuBA0EI%2CQAAO%2CUN9KV%3BAMoGD%2CuBA0EI%2CQAAO%2CUN7KV%3BEACG%2CqBAAA%3B%3BAmB7KJ%2CcA8II%2CcD9GJ%3BAR4HI%2CKAAC%2CcA%2BIG%2CcQ3QR%3BAEsFA%2CgCAwCI%2CSACI%2CcF%5C%2FHR%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BACnCJ%2CcA8II%2CcD9GJ%2CGAKK%3BARuHD%2CKAAC%2CcA%2BIG%2CcQ3QR%2CGAKK%3BAEiFL%2CgCAwCI%2CSACI%2CcF%5C%2FHR%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BACtCR%2CcA8II%2CcDpGJ%3BARkHI%2CKAAC%2CcA%2BIG%2CcQjQR%3BAE4EA%2CgCAwCI%2CSACI%2CcFrHR%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAG9CJ%2CgBACM%2CWAIE%3BAALR%2CgBAEM%2CaAGE%3BErB0NR%2CWAAA%3B%3BAKqBA%2CcAwBI%3BAKhHA%2CKAAC%2CcAgKG%3BAYlGR%2CeAkBI%3BAFtHJ%2CgCAKI%3BEFAA%2CYAAA%3BEACA%2CqBAAA%3B%3BAbwHJ%2CcAwBI%2CuBa9IA%3BAR8BA%2CKAAC%2CcAgKG%2CuBQ9LJ%3BAI4FJ%2CeAkBI%2CuBJ9GA%3BAERJ%2CgCAKI%2CuBFGA%3BEACI%2CgBAAA%3B%3BAZNR%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BEYsBrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAKqWJ%2CsBACI%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAGN%3BAChfhB%2CgBACI%2COAOI%3BE7B0QR%2CiBAAA%3BEuB9HI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAKoVJ%2CsBACI%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAGN%2CaLjWZ%3BAM%5C%2FIJ%2CgBACI%2COAOI%2CaNuIJ%3BEACI%2CgBAAA%3B%3BAZwoBR%2CcACI%3BAE9iBJ%2COAGI%3BEU%5C%2FEJ%2CmBAAA%3B%3BAZynBA%2CcACI%2CaYxnBF%3BAV0EF%2COAGI%2CaU7EF%3BEvBiHF%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA4BwNA%2CsBACI%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSL3TlB%3BAO9LJ%2CwBACI%2COP6LA%3BAChMJ%2CcDgMI%3BAQ9LJ%2CcACI%2COR6LA%3BAM%5C%2FFJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSN6Ed%3BAS9HJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CST4Hd%3BAJuJJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI1Jd%3BAJwJJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI1Jd%3BEAnBJ%2CmBAAA%3B%3BAK2UA%2CsBACI%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSL3TlB%2CaAjBF%3BAO7KF%2CwBACI%2COP6LA%2CaAjBF%3BAC%5C%2FKF%2CcDgMI%2CaAjBF%3BAQ7KF%2CcACI%2COR6LA%2CaAjBF%3BAM9EF%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSN6Ed%2CaAjBF%3BAS7GF%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CST4Hd%2CaAjBF%3BAJwKF%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI1Jd%2CaAjBF%3BAJyKF%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI1Jd%2CaAjBF%3BEvBiHF%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA4BwNA%2CsBACI%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSL3TlB%2CaAGM%3BAOjMV%2CwBACI%2COP6LA%2CaAGM%3BACnMV%2CcDgMI%2CaAGM%3BAQjMV%2CcACI%2COR6LA%2CaAGM%3BAMlGV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSN6Ed%2CaAGM%3BASjIV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CST4Hd%2CaAGM%3BAJoJV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI1Jd%2CaAGM%3BAJqJV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI1Jd%2CaAGM%3BEACE%2CiBAAA%3B%3BAKoTZ%2CsBACI%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSLnTlB%3BAOtMJ%2CwBACI%2COPqMA%3BACxMJ%2CcDwMI%3BAQtMJ%2CcACI%2CORqMA%3BAMvGJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSNqFd%3BAStIJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSToId%3BAJ%2BIJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIlJd%3BAJgJJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIlJd%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAK8SR%2CsBACI%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSLnTlB%2CWAIM%3BAO1MV%2CwBACI%2COPqMA%2CWAIM%3BAC5MV%2CcDwMI%2CWAIM%3BAQ1MV%2CcACI%2CORqMA%2CWAIM%3BAM3GV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSNqFd%2CWAIM%3BAS1IV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSToId%2CWAIM%3BAJ2IV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIlJd%2CWAIM%3BAJ4IV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIlJd%2CWAIM%3BEvBoFV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA4BwNA%2CsBACI%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSLnTlB%2CWAQM%3BAO9MV%2CwBACI%2COPqMA%2CWAQM%3BAChNV%2CcDwMI%2CWAQM%3BAQ9MV%2CcACI%2CORqMA%2CWAQM%3BAM%5C%2FGV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSNqFd%2CWAQM%3BAS9IV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSToId%2CWAQM%3BAJuIV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIlJd%2CWAQM%3BAJwIV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIlJd%2CWAQM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAKsSZ%2CsBACI%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSLrSlB%2CeACI%2CEAAC%3BAOrNT%2CwBACI%2COPmNA%2CeACI%2CEAAC%3BACvNT%2CcDsNI%2CeACI%2CEAAC%3BAQrNT%2CcACI%2CORmNA%2CeACI%2CEAAC%3BAMtHT%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSNmGd%2CeACI%2CEAAC%3BASrJT%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTkJd%2CeACI%2CEAAC%3BAJgIT%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIpId%2CeACI%2CEAAC%3BAJiIT%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIpId%2CeACI%2CEAAC%3BEACG%2CgBAAA%3B%3BAKgSZ%2CsBACI%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSLrSlB%2CeAKI%3BAOzNR%2CwBACI%2COPmNA%2CeAKI%3BAC3NR%2CcDsNI%2CeAKI%3BAQzNR%2CcACI%2CORmNA%2CeAKI%3BAM1HR%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSNmGd%2CeAKI%3BASzJR%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTkJd%2CeAKI%3BAJ4HR%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIpId%2CeAKI%3BAJ6HR%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIpId%2CeAKI%3BEACI%2CmBAAA%3B%3BAEpMZ%3BAQmGI%2CSAAC%3BEC9EL%2CqBAAA%3BEACA%2CkBAAA%3B%3BAlCFA%2CoBAAC%3BAACD%2CoBAAC%3BAyBrBD%2CqBzBoBC%3BAyBpBD%2CqBzBqBC%3BAiC8EG%2CSAAC%2CSjC%5C%2FEJ%3BAiC%2BEG%2CSAAC%2CSjC9EJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAyB1BD%2CqBzB0BC%3BAiCyEG%2CSAAC%2CSjCzEJ%3BEACG%2CWAAA%3B%3BAuBoLJ%2CoBWvLA%3BATxBA%2CqBSwBA%3BAD2EI%2CSAAC%2CSC3EL%3BEAEI%2CeAAA%3BElC8OJ%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAV9CD%2CqBSwBA%2CeCsBC%3BAFqDG%2CSAAC%2CSC3EL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAV3DL%2CqBSwBA%2CeCkCC%2CMACI%3BAFwCD%2CSAAC%2CSC3EL%2CeCkCC%2CMACI%3BEnC6ML%2CcAAA%3B%3BAmCvMI%2CoBDzCJ%2CeCwCC%2COACI%3BAVjEL%2CqBSwBA%2CeCwCC%2COACI%3BAFkCD%2CSAAC%2CSC3EL%2CeCwCC%2COACI%3BEnCuML%2CcAAA%3B%3BAkCqEA%2CoBArTA%2CeAqTC%3BAT7UD%2CqBSwBA%2CeAqTC%3BAD1OG%2CSAAC%2CSC3EL%2CeAqTC%3BElCrED%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAV9CD%2CqBSwBA%2CeAqTC%2COC%5C%2FRA%3BAFqDG%2CSAAC%2CSC3EL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC%5C%2FNM%2COpC%2BNN%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAV3DL%2CqBSwBA%2CeAqTC%2COCnRA%2CMACI%3BAFwCD%2CSAAC%2CSC3EL%2CeAqTC%2COCnRA%2CMACI%3BEnC6ML%2CcAAA%3B%3BAmCvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BAVjEL%2CqBSwBA%2CeAqTC%2COC7QA%2COACI%3BAFkCD%2CSAAC%2CSC3EL%2CeAqTC%2COC7QA%2COACI%3BEnCuML%2CcAAA%3B%3BAuBzDA%2CoBWAA%3BAT%5C%2FMA%2CqBS%2BMA%3BAD5GI%2CSAAC%2CSC4GL%3BElCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEkChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BElC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAuBzDA%2CoBWAA%2CYAsBI%3BATrOJ%2CqBS%2BMA%2CYAsBI%3BADlIA%2CSAAC%2CSC4GL%2CYAsBI%3BElCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAkC3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAT7OT%2CqBS%2BMA%2CYAsBI%2CGAQK%3BAD1IL%2CSAAC%2CSC4GL%2CYAsBI%2CGAQK%3BElC2BT%2CmBAAA%3BEkCzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BATviBD%2CqBS%2BMA%2CYAuVC%3BATtiBD%2CqBS%2BMA%2CYAwVC%3BADpcG%2CSAAC%2CSC4GL%2CYAuVC%3BADncG%2CSAAC%2CSC4GL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAThjBD%2CqBS%2BMA%2CYAiWC%3BAD7cG%2CSAAC%2CSC4GL%2CYAiWC%3BEACG%2CiBAAA%3BElCzSJ%2CsDAAA%3BEkC2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BATtjBD%2CqBS%2BMA%2CYAuWC%3BADndG%2CSAAC%2CSC4GL%2CYAuWC%3BEACG%2CiBAAA%3BElC%5C%2FSJ%2CsDAAA%3BEkCiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAThgBD%2CqBS%2BMA%2CYAiTC%3BAD7ZG%2CSAAC%2CSC4GL%2CYAiTC%3BElCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAkC6PA%2CoBAtTA%2CYAsTC%3BATrgBD%2CqBS%2BMA%2CYAsTC%3BADlaG%2CSAAC%2CSC4GL%2CYAsTC%3BElC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAkCZA%2CoBAAC%3BAT5PD%2CqBS4PC%3BADzJG%2CSAAC%2CSCyJJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAT%5C%2FPJ%2CqBS4PC%2COAGG%3BAD5JA%2CSAAC%2CSCyJJ%2COAGG%3BEACI%2CcAAA%3B%3BAGhFA%2CiBAHJ%2CKAGK%2CIACG%3BAjC8SJ%2CoBAHJ%2CKAGK%2CIACG%3BAKhfZ%2CyBAYI%2CYAAW%3BAepBf%2CcA8EI%2CeAOI%2CKACI%2CKAGI%3BAczFhB%2COACI%2CgBA4BI%2CKACI%3BATmQZ%2CQACI%2CMAAK%2CmBACD%2CKACI%3BAJrQZ%2CyBACI%2COAAM%2CIAAK%3BAAsFf%2CgCAkCI%2CKACI%3BAcpJR%2CMAAM%2CQAWF%2CKAAI%2CIAGA%2CSAAQ%2CIACJ%3BANqSJ%2C0BADJ%2CYACK%3BAOtST%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BAAoEA%2CcAFM%2CSACV%2CSACK%2CKAoCG%2CYACI%2CMAAK%3BAC7HD%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BElBkOpB%2CkBAAA%3BEACA%2CWAAA%3B%3BAVNJ%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BAgBpEf%3BAauNA%2CgBACI%3BAtBxYJ%3BAACA%3BEGiQI%2CmBAAA%3B%3BAZ4LI%2CQADJ%2CQACK%3BAA0PT%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%3BAAuCP%2CcADJ%2CQACK%3BACnuBT%2CSAKI%2CMASI%2CQAAO%3BEZqMf%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAZyPA%2C6BYSE%3BAxB0KM%2CQADJ%2CQACK%2COwB1KP%3BAxBoaF%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COwBrfb%3BAxB4hBM%2CcADJ%2CQACK%2COwB5hBP%3BAvBvMF%2CSAKI%2CMASI%2CQAAO%2COuByLb%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2C6BAAC%3BAxBsaO%2CQADJ%2CQACK%2COwBtaR%3BAxBgqBD%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COwBjvBd%3BAxBwxBO%2CcADJ%2CQACK%2COwBxxBR%3BAvBqDD%2CSAKI%2CMASI%2CQAAO%2COuBnEd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC1OU%2COpC0OV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAxByZG%2CQADJ%2CQACK%2COwB1ZR%2CMACI%3BAxBmpBL%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COwBruBd%2CMACI%3BAxB2wBG%2CcADJ%2CQACK%2COwB5wBR%2CMACI%3BAvBwCL%2CSAKI%2CMASI%2CQAAO%2COuBvDd%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2C6BADH%2COACI%3BAxBmZG%2CQADJ%2CQACK%2COwBpZR%2COACI%3BAxB6oBL%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COwB%5C%2FtBd%2COACI%3BAxBqwBG%2CcADJ%2CQACK%2COwBtwBR%2COACI%3BAvBkCL%2CSAKI%2CMASI%2CQAAO%2COuBjDd%2COACI%3BEnCqPL%2CcAAA%3B%3BAUtPQ%2CQAjBH%2CKAiBI%3BAC8BT%2CQAAQ%2CKAAM%3BEYsNV%2CgBAAA%3B%3BAbpPI%2CQAjBH%2CKAiBI%2CKasPH%3BAZxNN%2CQAAQ%2CKAAM%2CEYwNR%3BEvBAN%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBwBiJM%2CIxBjJL%3BAWrGO%2CQAjBH%2CKAiBI%2CKasPH%2CIxBjJL%3BAYvED%2CQAAQ%2CKAAM%2CEYwNR%2CIxBjJL%3BECiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBwB4IM%2CIxB5IL%3BAW1GO%2CQAjBH%2CKAiBI%2CKasPH%2CIxB5IL%3BAY5ED%2CQAAQ%2CKAAM%2CEYwNR%2CIxB5IL%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBwBuIM%2CIxBvIL%3BAW%5C%2FGO%2CQAjBH%2CKAiBI%2CKasPH%2CIxBvIL%3BAYjFD%2CQAAQ%2CKAAM%2CEYwNR%2CIxBvIL%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAyB9QA%2CKAAK%2CaAAa%2CMACd%3BAenBJ%2CKAAK%2CSAAS%2CMACV%3BEjBmTJ%2CcAAA%3B%3BAcxRA%2CwBAsDM%3BAA6BN%2CKAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%3BAA6EpB%2CiBAgEI%2CiBAIM%3BAApEV%2CiBAgEI%2CiBAKM%3BAAiDV%2CoBACI%3BAAwCJ%2C6BAGI%2CwBAUI%3BAAbR%2C6BA4BI%2C6BACI%3BAMzXR%2CmBAYI%3BAfohBJ%2CuBAII%3BAxBpgBJ%2C4BACI%2CoBACI%3BAA6IR%2CwBACI%3BAAgHJ%2CoBA4NI%2CiBAyCM%3BAAqJV%2CkBAoBI%2CkBAUI%3BAAkFR%2CiBAGI%2CkBAOI%3BAAgER%2C4BACI%2CaAeI%2CcACI%3BAwCtwBZ%2CyBAuHI%2CwCAGI%3BAA1HR%2CyBAiJI%2CwCAGI%3BACtPR%2CqBACI%3BA9BuHA%2CKAAC%2CcA0EG%2CiBAsBM%3BAAgBF%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%3BA%2BBtQlB%2CqBACI%2CaAeI%2CcACI%3BACYZ%2CYA0FI%3BAC1GJ%2C%2BBAGI%2C4BAMI%3BACER%3BAChBA%2CwBAiFI%2C0BASI%3BAhCxGR%2C0BA6BI%3BAiCSJ%2CaAGI%2CiBACI%3BAAkBR%2CaAWI%3BAAXJ%2CaAYI%3BACaJ%2CoBAGI%3BAnB7EA%2CSAAC%2CMAAM%2COAuBD%3BAIwRV%2CoBjCnBA%2CqBA4NI%2CiBAKM%3BAiCrKV%2C6BAGI%2CwBjC%5C%2FDJ%2CqBA4NI%2CiBAKM%3BEJxOV%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEkByIA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAxBlMA%2C0BAAC%3BAsCnHD%2CwBAsDM%2CUtC6DL%3BAsChCD%2CKAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%2CMtCwBnB%3BAsCqDD%2CiBAgEI%2CiBAIM%2CetCzHT%3BAsCqDD%2CiBAgEI%2CiBAKM%2CiBtC1HT%3BAsC2KD%2CoBACI%2COtC5KH%3BAsCoND%2C6BAGI%2CwBAUI%2COtCjOP%3BAsCoND%2C6BA4BI%2C6BACI%2CiBtCjPP%3BA4CxID%2CmBAYI%2CmB5C4HH%3BA6BwZD%2CuBAII%2CQ7B5ZH%3BAKxGD%2C4BACI%2CoBACI%2CULsGP%3BAKuCD%2CwBACI%2CQLxCH%3BAKwJD%2CoBA4NI%2CiBAyCM%2CiBL7ZT%3BAKkjBD%2CkBAoBI%2CkBAUI%2CULhlBP%3BAKkqBD%2CiBAGI%2CkBAOI%2CeL5qBP%3BAK4uBD%2C4BACI%2CaAeI%2CcACI%2CmBL7vBX%3BA6CTD%2CyBAuHI%2CwCAGI%2CQ7CjHP%3BA6CTD%2CyBAiJI%2CwCAGI%2CiB7C3IP%3BA8C3GD%2CqBACI%2Ce9C0GH%3BAgBaG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBhB7Gb%3BAgB6HW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIhB7HjB%3BA%2BCzID%2CqBACI%2CaAeI%2CcACI%2CmB%5C%2FCwHX%3BAgD5GD%2CYA0FI%2CmBhDkBH%3BAiD5HD%2C%2BBAGI%2C4BAMI%2CajDmHP%3BAkDjHD%2CmBlDiHC%3BAmDjID%2CwBAiFI%2C0BASI%2CenDuCP%3BAmB%5C%2FID%2C0BA6BI%2CanBkHH%3BAoDzGD%2CaAGI%2CiBACI%2CepDqGP%3BAoDnFD%2CaAWI%2CapDwEH%3BAoDnFD%2CaAYI%2CepDuEH%3BAqD1DD%2CoBAGI%2CerDuDH%3BAkCpIG%2CSAAC%2CMAAM%2COAuBD%2CUlC6GT%3BAsC2KD%2CoBjCnBA%2CqBA4NI%2CiBAKM%2CULzXT%3BAsCoND%2C6BAGI%2CwBjC%5C%2FDJ%2CqBA4NI%2CiBAKM%2CULzXT%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAsCxHD%2CwBAsDM%2CUtCkEL%3BAsCrCD%2CKAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%2CMtC6BnB%3BAsCgDD%2CiBAgEI%2CiBAIM%2CetCpHT%3BAsCgDD%2CiBAgEI%2CiBAKM%2CiBtCrHT%3BAsCsKD%2CoBACI%2COtCvKH%3BAsC%2BMD%2C6BAGI%2CwBAUI%2COtC5NP%3BAsC%2BMD%2C6BA4BI%2C6BACI%2CiBtC5OP%3BA4C7ID%2CmBAYI%2CmB5CiIH%3BA6BmZD%2CuBAII%2CQ7BvZH%3BAK7GD%2C4BACI%2CoBACI%2CUL2GP%3BAKkCD%2CwBACI%2CQLnCH%3BAKmJD%2CoBA4NI%2CiBAyCM%2CiBLxZT%3BAK6iBD%2CkBAoBI%2CkBAUI%2CUL3kBP%3BAK6pBD%2CiBAGI%2CkBAOI%2CeLvqBP%3BAKuuBD%2C4BACI%2CaAeI%2CcACI%2CmBLxvBX%3BA6CdD%2CyBAuHI%2CwCAGI%2CQ7C5GP%3BA6CdD%2CyBAiJI%2CwCAGI%2CiB7CtIP%3BA8ChHD%2CqBACI%2Ce9C%2BGH%3BAgBQG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBhBxGb%3BAgBwHW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIhBxHjB%3BA%2BC9ID%2CqBACI%2CaAeI%2CcACI%2CmB%5C%2FC6HX%3BAgDjHD%2CYA0FI%2CmBhDuBH%3BAiDjID%2C%2BBAGI%2C4BAMI%2CajDwHP%3BAkDtHD%2CmBlDsHC%3BAmDtID%2CwBAiFI%2C0BASI%2CenD4CP%3BAmBpJD%2C0BA6BI%2CanBuHH%3BAoD9GD%2CaAGI%2CiBACI%2CepD0GP%3BAoDxFD%2CaAWI%2CapD6EH%3BAoDxFD%2CaAYI%2CepD4EH%3BAqD%5C%2FDD%2CoBAGI%2CerD4DH%3BAkCzIG%2CSAAC%2CMAAM%2COAuBD%2CUlCkHT%3BAsCsKD%2CoBjCnBA%2CqBA4NI%2CiBAKM%2CULpXT%3BAsC%2BMD%2C6BAGI%2CwBjC%5C%2FDJ%2CqBA4NI%2CiBAKM%2CULpXT%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAsC7HD%2CwBAsDM%2CUtCuEL%3BAsC1CD%2CKAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%2CMtCkCnB%3BAsC2CD%2CiBAgEI%2CiBAIM%2CetC%5C%2FGT%3BAsC2CD%2CiBAgEI%2CiBAKM%2CiBtChHT%3BAsCiKD%2CoBACI%2COtClKH%3BAsC0MD%2C6BAGI%2CwBAUI%2COtCvNP%3BAsC0MD%2C6BA4BI%2C6BACI%2CiBtCvOP%3BA4ClJD%2CmBAYI%2CmB5CsIH%3BA6B8YD%2CuBAII%2CQ7BlZH%3BAKlHD%2C4BACI%2CoBACI%2CULgHP%3BAK6BD%2CwBACI%2CQL9BH%3BAK8ID%2CoBA4NI%2CiBAyCM%2CiBLnZT%3BAKwiBD%2CkBAoBI%2CkBAUI%2CULtkBP%3BAKwpBD%2CiBAGI%2CkBAOI%2CeLlqBP%3BAKkuBD%2C4BACI%2CaAeI%2CcACI%2CmBLnvBX%3BA6CnBD%2CyBAuHI%2CwCAGI%2CQ7CvGP%3BA6CnBD%2CyBAiJI%2CwCAGI%2CiB7CjIP%3BA8CrHD%2CqBACI%2Ce9CoHH%3BAgBGG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBhBnGb%3BAgBmHW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIhBnHjB%3BA%2BCnJD%2CqBACI%2CaAeI%2CcACI%2CmB%5C%2FCkIX%3BAgDtHD%2CYA0FI%2CmBhD4BH%3BAiDtID%2C%2BBAGI%2C4BAMI%2CajD6HP%3BAkD3HD%2CmBlD2HC%3BAmD3ID%2CwBAiFI%2C0BASI%2CenDiDP%3BAmBzJD%2C0BA6BI%2CanB4HH%3BAoDnHD%2CaAGI%2CiBACI%2CepD%2BGP%3BAoD7FD%2CaAWI%2CapDkFH%3BAoD7FD%2CaAYI%2CepDiFH%3BAqDpED%2CoBAGI%2CerDiEH%3BAkC9IG%2CSAAC%2CMAAM%2COAuBD%2CUlCuHT%3BAsCiKD%2CoBjCnBA%2CqBA4NI%2CiBAKM%2CUL%5C%2FWT%3BAsC0MD%2C6BAGI%2CwBjC%5C%2FDJ%2CqBA4NI%2CiBAKM%2CUL%5C%2FWT%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAgC9KD%2CwBAsDM%2CUhCsHL%3BAgC5KD%2CwBAsDM%2CUhCuHL%3BAgC7KD%2CwBAsDM%2CUhCwHL%3BAgC3FD%2CKAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%2CMhCiFnB%3BAgCzFD%2CKAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%2CMhCkFnB%3BAgC1FD%2CKAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%2CMhCmFnB%3BAgCND%2CiBAgEI%2CiBAIM%2CehChET%3BAgCJD%2CiBAgEI%2CiBAIM%2CehC%5C%2FDT%3BAgCLD%2CiBAgEI%2CiBAIM%2CehC9DT%3BAgCND%2CiBAgEI%2CiBAKM%2CiBhCjET%3BAgCJD%2CiBAgEI%2CiBAKM%2CiBhChET%3BAgCLD%2CiBAgEI%2CiBAKM%2CiBhC%5C%2FDT%3BAgCgHD%2CoBACI%2COhCnHH%3BAgCkHD%2CoBACI%2COhClHH%3BAgCiHD%2CoBACI%2COhCjHH%3BAgCyJD%2C6BAGI%2CwBAUI%2COhCxKP%3BAgC2JD%2C6BAGI%2CwBAUI%2COhCvKP%3BAgC0JD%2C6BAGI%2CwBAUI%2COhCtKP%3BAgCyJD%2C6BA4BI%2C6BACI%2CiBhCxLP%3BAgC2JD%2C6BA4BI%2C6BACI%2CiBhCvLP%3BAgC0JD%2C6BA4BI%2C6BACI%2CiBhCtLP%3BAsCnMD%2CmBAYI%2CmBtCqLH%3BAsCjMD%2CmBAYI%2CmBtCsLH%3BAsClMD%2CmBAYI%2CmBtCuLH%3BAuB6VD%2CuBAII%2CQvBnWH%3BAuB%2BVD%2CuBAII%2CQvBlWH%3BAuB8VD%2CuBAII%2CQvBjWH%3BADnKD%2C4BACI%2CoBACI%2CUC%2BJP%3BADjKD%2C4BACI%2CoBACI%2CUCgKP%3BADlKD%2C4BACI%2CoBACI%2CUCiKP%3BADpBD%2CwBACI%2CQCiBH%3BADlBD%2CwBACI%2CQCkBH%3BADnBD%2CwBACI%2CQCmBH%3BAD6FD%2CoBA4NI%2CiBAyCM%2CiBCpWT%3BAD%2BFD%2CoBA4NI%2CiBAyCM%2CiBCnWT%3BAD8FD%2CoBA4NI%2CiBAyCM%2CiBClWT%3BADufD%2CkBAoBI%2CkBAUI%2CUCvhBP%3BADyfD%2CkBAoBI%2CkBAUI%2CUCthBP%3BADwfD%2CkBAoBI%2CkBAUI%2CUCrhBP%3BADumBD%2CiBAGI%2CkBAOI%2CeCnnBP%3BADymBD%2CiBAGI%2CkBAOI%2CeClnBP%3BADwmBD%2CiBAGI%2CkBAOI%2CeCjnBP%3BADirBD%2C4BACI%2CaAeI%2CcACI%2CmBCpsBX%3BADmrBD%2C4BACI%2CaAeI%2CcACI%2CmBCnsBX%3BADkrBD%2C4BACI%2CaAeI%2CcACI%2CmBClsBX%3BAuCpED%2CyBAuHI%2CwCAGI%2CQvCxDP%3BAuClED%2CyBAuHI%2CwCAGI%2CQvCvDP%3BAuCnED%2CyBAuHI%2CwCAGI%2CQvCtDP%3BAuCpED%2CyBAiJI%2CwCAGI%2CiBvClFP%3BAuClED%2CyBAiJI%2CwCAGI%2CiBvCjFP%3BAuCnED%2CyBAiJI%2CwCAGI%2CiBvChFP%3BAwCtKD%2CqBACI%2CexCmKH%3BAwCpKD%2CqBACI%2CexCoKH%3BAwCrKD%2CqBACI%2CexCqKH%3BAU9CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBVpDb%3BAU5CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBVnDb%3BAU7CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBVlDb%3BAUkEW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIVpEjB%3BAUoEW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIVnEjB%3BAUmEW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIVlEjB%3BAyCpMD%2CqBACI%2CaAeI%2CcACI%2CmBzCiLX%3BAyClMD%2CqBACI%2CaAeI%2CcACI%2CmBzCkLX%3BAyCnMD%2CqBACI%2CaAeI%2CcACI%2CmBzCmLX%3BA0CvKD%2CYA0FI%2CmB1C2EH%3BA0CrKD%2CYA0FI%2CmB1C4EH%3BA0CtKD%2CYA0FI%2CmB1C6EH%3BA2CvLD%2C%2BBAGI%2C4BAMI%2Ca3C4KP%3BA2CrLD%2C%2BBAGI%2C4BAMI%2Ca3C6KP%3BA2CtLD%2C%2BBAGI%2C4BAMI%2Ca3C8KP%3BA4C5KD%2CmB5C0KC%3BA4C1KD%2CmB5C2KC%3BA4C3KD%2CmB5C4KC%3BA6C5LD%2CwBAiFI%2C0BASI%2Ce7CgGP%3BA6C1LD%2CwBAiFI%2C0BASI%2Ce7CiGP%3BA6C3LD%2CwBAiFI%2C0BASI%2Ce7CkGP%3BAa1MD%2C0BA6BI%2Cab2KH%3BAaxMD%2C0BA6BI%2Cab4KH%3BAazMD%2C0BA6BI%2Cab6KH%3BA8CpKD%2CaAGI%2CiBACI%2Ce9C8JP%3BA8ClKD%2CaAGI%2CiBACI%2Ce9C%2BJP%3BA8CnKD%2CaAGI%2CiBACI%2Ce9CgKP%3BA8C9ID%2CaAWI%2Ca9CiIH%3BA8C5ID%2CaAWI%2Ca9CkIH%3BA8C7ID%2CaAWI%2Ca9CmIH%3BA8C9ID%2CaAYI%2Ce9CgIH%3BA8C5ID%2CaAYI%2Ce9CiIH%3BA8C7ID%2CaAYI%2Ce9CkIH%3BA%2BCrHD%2CoBAGI%2Ce%5C%2FCgHH%3BA%2BCnHD%2CoBAGI%2Ce%5C%2FCiHH%3BA%2BCpHD%2CoBAGI%2Ce%5C%2FCkHH%3BA4B%5C%2FLG%2CSAAC%2CMAAM%2COAuBD%2CU5BsKT%3BA4B7LG%2CSAAC%2CMAAM%2COAuBD%2CU5BuKT%3BA4B9LG%2CSAAC%2CMAAM%2COAuBD%2CU5BwKT%3BAgCgHD%2CoBjCnBA%2CqBA4NI%2CiBAKM%2CUChUT%3BAgCkHD%2CoBjCnBA%2CqBA4NI%2CiBAKM%2CUC%5C%2FTT%3BAgCiHD%2CoBjCnBA%2CqBA4NI%2CiBAKM%2CUC9TT%3BAgCyJD%2C6BAGI%2CwBjC%5C%2FDJ%2CqBA4NI%2CiBAKM%2CUChUT%3BAgC2JD%2C6BAGI%2CwBjC%5C%2FDJ%2CqBA4NI%2CiBAKM%2CUC%5C%2FTT%3BAgC0JD%2C6BAGI%2CwBjC%5C%2FDJ%2CqBA4NI%2CiBAKM%2CUC9TT%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAgCrLnB%2CwBAsDM%2CUhC6HL%3BAgCnLD%2CwBAsDM%2CUhC8HL%3BAACD%2CQAAQ%2CUgCrLR%2CyBAsDM%3BAA6BN%2CKAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%2CMhCwFnB%3BAgChGD%2CKAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%2CMhCyFnB%3BAACD%2CQAAQ%2CUgClGR%2CMAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%3BAA6EpB%2CiBAgEI%2CiBAIM%2CehCzDT%3BAgCXD%2CiBAgEI%2CiBAIM%2CehCxDT%3BAACD%2CQAAQ%2CUgCbR%2CkBAgEI%2CiBAIM%3BAApEV%2CiBAgEI%2CiBAKM%2CiBhC1DT%3BAgCXD%2CiBAgEI%2CiBAKM%2CiBhCzDT%3BAACD%2CQAAQ%2CUgCbR%2CkBAgEI%2CiBAKM%3BAAiDV%2CoBACI%2COhC5GH%3BAgC2GD%2CoBACI%2COhC3GH%3BAACD%2CQAAQ%2CUgCyGR%2CqBACI%3BAAwCJ%2C6BAGI%2CwBAUI%2COhCjKP%3BAgCoJD%2C6BAGI%2CwBAUI%2COhChKP%3BAACD%2CQAAQ%2CUgCkJR%2C8BAGI%2CwBAUI%3BAAbR%2C6BA4BI%2C6BACI%2CiBhCjLP%3BAgCoJD%2C6BA4BI%2C6BACI%2CiBhChLP%3BAACD%2CQAAQ%2CUgCkJR%2C8BA4BI%2C6BACI%3BAMzXR%2CmBAYI%2CmBtC4LH%3BAsCxMD%2CmBAYI%2CmBtC6LH%3BAACD%2CQAAQ%2CUsC1MR%2CoBAYI%3BAfohBJ%2CuBAII%2CQvB5VH%3BAuBwVD%2CuBAII%2CQvB3VH%3BAACD%2CQAAQ%2CUuBsVR%2CwBAII%3BAxBpgBJ%2C4BACI%2CoBACI%2CUCsKP%3BADxKD%2C4BACI%2CoBACI%2CUCuKP%3BAACD%2CQAAQ%2CUD1KR%2C6BACI%2CoBACI%3BAA6IR%2CwBACI%2CQCwBH%3BADzBD%2CwBACI%2CQCyBH%3BAACD%2CQAAQ%2CUD3BR%2CyBACI%3BAAgHJ%2CoBA4NI%2CiBAyCM%2CiBC7VT%3BADwFD%2CoBA4NI%2CiBAyCM%2CiBC5VT%3BAACD%2CQAAQ%2CUDsFR%2CqBA4NI%2CiBAyCM%3BAAqJV%2CkBAoBI%2CkBAUI%2CUChhBP%3BADkfD%2CkBAoBI%2CkBAUI%2CUC%5C%2FgBP%3BAACD%2CQAAQ%2CUDgfR%2CmBAoBI%2CkBAUI%3BAAkFR%2CiBAGI%2CkBAOI%2CeC5mBP%3BADkmBD%2CiBAGI%2CkBAOI%2CeC3mBP%3BAACD%2CQAAQ%2CUDgmBR%2CkBAGI%2CkBAOI%3BAAgER%2C4BACI%2CaAeI%2CcACI%2CmBC7rBX%3BAD4qBD%2C4BACI%2CaAeI%2CcACI%2CmBC5rBX%3BAACD%2CQAAQ%2CUD0qBR%2C6BACI%2CaAeI%2CcACI%3BAwCtwBZ%2CyBAuHI%2CwCAGI%2CQvCjDP%3BAuCzED%2CyBAuHI%2CwCAGI%2CQvChDP%3BAACD%2CQAAQ%2CUuC3ER%2C0BAuHI%2CwCAGI%3BAA1HR%2CyBAiJI%2CwCAGI%2CiBvC3EP%3BAuCzED%2CyBAiJI%2CwCAGI%2CiBvC1EP%3BAACD%2CQAAQ%2CUuC3ER%2C0BAiJI%2CwCAGI%3BACtPR%2CqBACI%2CexC0KH%3BAwC3KD%2CqBACI%2CexC2KH%3BAACD%2CQAAQ%2CUwC7KR%2CsBACI%3BA9BuHA%2CKAAC%2CcA0EG%2CiBAsBM%2CiBV7Cb%3BAUnDG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBV5Cb%3BAACD%2CQAAQ%2CUUrDJ%2CMAAC%2CcA0EG%2CiBAsBM%3BAAgBF%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIV7DjB%3BAU6DW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIV5DjB%3BAACD%2CQAAQ%2CUU2DI%2CMAhHP%2CcAyGG%2CQAOK%2CKAAK%3BA%2BBtQlB%2CqBACI%2CaAeI%2CcACI%2CmBzCwLX%3BAyCzMD%2CqBACI%2CaAeI%2CcACI%2CmBzCyLX%3BAACD%2CQAAQ%2CUyC3MR%2CsBACI%2CaAeI%2CcACI%3BACYZ%2CYA0FI%2CmB1CkFH%3BA0C5KD%2CYA0FI%2CmB1CmFH%3BAACD%2CQAAQ%2CU0C9KR%2CaA0FI%3BAC1GJ%2C%2BBAGI%2C4BAMI%2Ca3CmLP%3BA2C5LD%2C%2BBAGI%2C4BAMI%2Ca3CoLP%3BAACD%2CQAAQ%2CU2C9LR%2CgCAGI%2C4BAMI%3BACER%2CmB5CiLC%3BA4CjLD%2CmB5CkLC%3BAACD%2CQAAQ%2CU4CnLR%3BAChBA%2CwBAiFI%2C0BASI%2Ce7CuGP%3BA6CjMD%2CwBAiFI%2C0BASI%2Ce7CwGP%3BAACD%2CQAAQ%2CU6CnMR%2CyBAiFI%2C0BASI%3BAhCxGR%2C0BA6BI%2CabkLH%3BAa%5C%2FMD%2C0BA6BI%2CabmLH%3BAACD%2CQAAQ%2CUajNR%2C2BA6BI%3BAiCSJ%2CaAGI%2CiBACI%2Ce9CqKP%3BA8CzKD%2CaAGI%2CiBACI%2Ce9CsKP%3BAACD%2CQAAQ%2CU8C3KR%2CcAGI%2CiBACI%3BAAkBR%2CaAWI%2Ca9CwIH%3BA8CnJD%2CaAWI%2Ca9CyIH%3BAACD%2CQAAQ%2CU8CrJR%2CcAWI%3BAAXJ%2CaAYI%2Ce9CuIH%3BA8CnJD%2CaAYI%2Ce9CwIH%3BAACD%2CQAAQ%2CU8CrJR%2CcAYI%3BACaJ%2CoBAGI%2Ce%5C%2FCuHH%3BA%2BC1HD%2CoBAGI%2Ce%5C%2FCwHH%3BAACD%2CQAAQ%2CU%2BC5HR%2CqBAGI%3BAnB7EA%2CSAAC%2CMAAM%2COAuBD%2CU5B6KT%3BA4BpMG%2CSAAC%2CMAAM%2COAuBD%2CU5B8KT%3BAACD%2CQAAQ%2CU4BtMJ%2CUAAC%2CMAAM%2COAuBD%3BAIwRV%2CoBjCnBA%2CqBA4NI%2CiBAKM%2CUCzTT%3BAgC2GD%2CoBjCnBA%2CqBA4NI%2CiBAKM%2CUCxTT%3BAACD%2CQAAQ%2CUgCyGR%2CqBjCnBA%2CqBA4NI%2CiBAKM%3BAiCrKV%2C6BAGI%2CwBjC%5C%2FDJ%2CqBA4NI%2CiBAKM%2CUCzTT%3BAgCoJD%2C6BAGI%2CwBjC%5C%2FDJ%2CqBA4NI%2CiBAKM%2CUCxTT%3BAACD%2CQAAQ%2CUgCkJR%2C8BAGI%2CwBjC%5C%2FDJ%2CqBA4NI%2CiBAKM%3BEJxOV%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAgC1LJ%2CwBAsDM%2CUdiQL%3BAcvTD%2CwBAsDM%2CUdkQL%2CIAAI%3BAcrOL%2CKAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%2CMd4NnB%3BAcpOD%2CKAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%2CMd6NnB%2CIAAI%3BAchJL%2CiBAgEI%2CiBAIM%2Ced2ET%3BAc%5C%2FID%2CiBAgEI%2CiBAIM%2Ced4ET%2CIAAI%3BAchJL%2CiBAgEI%2CiBAKM%2CiBd0ET%3BAc%5C%2FID%2CiBAgEI%2CiBAKM%2CiBd2ET%2CIAAI%3BAc1BL%2CoBACI%2COdwBH%3BAczBD%2CoBACI%2COdyBH%2CIAAI%3BAceL%2C6BAGI%2CwBAUI%2COd7BP%3BAcgBD%2C6BAGI%2CwBAUI%2COd5BP%2CIAAI%3BAceL%2C6BA4BI%2C6BACI%2CiBd7CP%3BAcgBD%2C6BA4BI%2C6BACI%2CiBd5CP%2CIAAI%3BAoB7UL%2CmBAYI%2CmBpBgUH%3BAoB5UD%2CmBAYI%2CmBpBiUH%2CIAAI%3BAKmNL%2CuBAII%2CQLxNH%3BAKoND%2CuBAII%2CQLvNH%2CIAAI%3BAnB7SL%2C4BACI%2CoBACI%2CUmB0SP%3BAnB5SD%2C4BACI%2CoBACI%2CUmB2SP%2CIAAI%3BAnB9JL%2CwBACI%2CQmB4JH%3BAnB7JD%2CwBACI%2CQmB6JH%2CIAAI%3BAnB7CL%2CoBA4NI%2CiBAyCM%2CiBmBzNT%3BAnB5CD%2CoBA4NI%2CiBAyCM%2CiBmBxNT%2CIAAI%3BAnB6WL%2CkBAoBI%2CkBAUI%2CUmB5YP%3BAnB8WD%2CkBAoBI%2CkBAUI%2CUmB3YP%2CIAAI%3BAnB6dL%2CiBAGI%2CkBAOI%2CemBxeP%3BAnB8dD%2CiBAGI%2CkBAOI%2CemBveP%2CIAAI%3BAnBuiBL%2C4BACI%2CaAeI%2CcACI%2CmBmBzjBX%3BAnBwiBD%2C4BACI%2CaAeI%2CcACI%2CmBmBxjBX%2CIAAI%3BAqB9ML%2CyBAuHI%2CwCAGI%2CQrBmFP%3BAqB7MD%2CyBAuHI%2CwCAGI%2CQrBoFP%2CIAAI%3BAqB9ML%2CyBAiJI%2CwCAGI%2CiBrByDP%3BAqB7MD%2CyBAiJI%2CwCAGI%2CiBrB0DP%2CIAAI%3BAsBhTL%2CqBACI%2CetB8SH%3BAsB%5C%2FSD%2CqBACI%2CetB%2BSH%2CIAAI%3BARxLD%2CKAAC%2CcA0EG%2CiBAsBM%2CiBQuFb%3BARvLG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBQwFb%2CIAAI%3BARxEO%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIQuEjB%3BARvEW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIQwEjB%2CIAAI%3BAuB9UL%2CqBACI%2CaAeI%2CcACI%2CmBvB4TX%3BAuB7UD%2CqBACI%2CaAeI%2CcACI%2CmBvB6TX%2CIAAI%3BAwBjTL%2CYA0FI%2CmBxBsNH%3BAwBhTD%2CYA0FI%2CmBxBuNH%2CIAAI%3BAyBjUL%2C%2BBAGI%2C4BAMI%2CazBuTP%3BAyBhUD%2C%2BBAGI%2C4BAMI%2CazBwTP%2CIAAI%3BA0BtTL%2CmB1BqTC%3BA0BrTD%2CmB1BsTC%2CIAAI%3BA2BtUL%2CwBAiFI%2C0BASI%2Ce3B2OP%3BA2BrUD%2CwBAiFI%2C0BASI%2Ce3B4OP%2CIAAI%3BALpVL%2C0BA6BI%2CaKsTH%3BALnVD%2C0BA6BI%2CaKuTH%2CIAAI%3BA4B9SL%2CaAGI%2CiBACI%2Ce5BySP%3BA4B7SD%2CaAGI%2CiBACI%2Ce5B0SP%2CIAAI%3BA4BxRL%2CaAWI%2Ca5B4QH%3BA4BvRD%2CaAWI%2Ca5B6QH%2CIAAI%3BA4BxRL%2CaAYI%2Ce5B2QH%3BA4BvRD%2CaAYI%2Ce5B4QH%2CIAAI%3BA6B%5C%2FPL%2CoBAGI%2Ce7B2PH%3BA6B9PD%2CoBAGI%2Ce7B4PH%2CIAAI%3BAUzUD%2CSAAC%2CMAAM%2COAuBD%2CUViTT%3BAUxUG%2CSAAC%2CMAAM%2COAuBD%2CUVkTT%2CIAAI%3BAc1BL%2CoBjCnBA%2CqBA4NI%2CiBAKM%2CUmBrLT%3BAczBD%2CoBjCnBA%2CqBA4NI%2CiBAKM%2CUmBpLT%2CIAAI%3BAceL%2C6BAGI%2CwBjC%5C%2FDJ%2CqBA4NI%2CiBAKM%2CUmBrLT%3BAcgBD%2C6BAGI%2CwBjC%5C%2FDJ%2CqBA4NI%2CiBAKM%2CUmBpLT%2CIAAI%3BEACD%2CgBAAA%3B%3BAAwFI%2CeADJ%2CQACK%3BAE7aT%2CwBF4aI%2CQACK%3BAE5aT%2CuBF2aI%2CQACK%3BA8B5aT%2CqB9B2aI%2CQACK%3BASnaT%2CmBTkaI%2CQACK%3BA%2BB7aT%2CKAAK%2CKAAK%2CO%5C%2FB4aN%2CQACK%3BEvB7IT%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEkByIA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEAqBI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAxB3NJ%2CkBAAC%3BAwB8RO%2CeADJ%2CQACK%2COxB9RR%3BA0B%5C%2FID%2CwBF4aI%2CQACK%2COxB9RR%3BA0B9ID%2CuBF2aI%2CQACK%2COxB9RR%3BAsD9ID%2CqB9B2aI%2CQACK%2COxB9RR%3BAiCrID%2CmBTkaI%2CQACK%2COxB9RR%3BAuD%5C%2FID%2CKAAK%2CKAAK%2CO%5C%2FB4aN%2CQACK%2COxB9RR%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CkBAAC%3BAwByRO%2CeADJ%2CQACK%2COxBzRR%3BA0BpJD%2CwBF4aI%2CQACK%2COxBzRR%3BA0BnJD%2CuBF2aI%2CQACK%2COxBzRR%3BAsDnJD%2CqB9B2aI%2CQACK%2COxBzRR%3BAiC1ID%2CmBTkaI%2CQACK%2COxBzRR%3BAuDpJD%2CKAAK%2CKAAK%2CO%5C%2FB4aN%2CQACK%2COxBzRR%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CkBAAC%3BAwBoRO%2CeADJ%2CQACK%2COxBpRR%3BA0BzJD%2CwBF4aI%2CQACK%2COxBpRR%3BA0BxJD%2CuBF2aI%2CQACK%2COxBpRR%3BAsDxJD%2CqB9B2aI%2CQACK%2COxBpRR%3BAiC%5C%2FID%2CmBTkaI%2CQACK%2COxBpRR%3BAuDzJD%2CKAAK%2CKAAK%2CO%5C%2FB4aN%2CQACK%2COxBpRR%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CkBAAC%3BAACD%2CkBAAC%3BAACD%2CkBAAC%3BAkBmOO%2CeADJ%2CQACK%2COlBrOR%3BAkBqOO%2CeADJ%2CQACK%2COlBpOR%3BAkBoOO%2CeADJ%2CQACK%2COlBnOR%3BAoB1MD%2CwBF4aI%2CQACK%2COlBrOR%3BAoBxMD%2CwBF4aI%2CQACK%2COlBpOR%3BAoBzMD%2CwBF4aI%2CQACK%2COlBnOR%3BAoBzMD%2CuBF2aI%2CQACK%2COlBrOR%3BAoBvMD%2CuBF2aI%2CQACK%2COlBpOR%3BAoBxMD%2CuBF2aI%2CQACK%2COlBnOR%3BAgDzMD%2CqB9B2aI%2CQACK%2COlBrOR%3BAgDvMD%2CqB9B2aI%2CQACK%2COlBpOR%3BAgDxMD%2CqB9B2aI%2CQACK%2COlBnOR%3BA2BhMD%2CmBTkaI%2CQACK%2COlBrOR%3BA2B9LD%2CmBTkaI%2CQACK%2COlBpOR%3BA2B%5C%2FLD%2CmBTkaI%2CQACK%2COlBnOR%3BAiD1MD%2CKAAK%2CKAAK%2CO%5C%2FB4aN%2CQACK%2COlBrOR%3BAiDxMD%2CKAAK%2CKAAK%2CO%5C%2FB4aN%2CQACK%2COlBpOR%3BAiDzMD%2CKAAK%2CKAAK%2CO%5C%2FB4aN%2CQACK%2COlBnOR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CkBAAC%3BAACD%2CkBAAC%3BAACD%2CQAAQ%2CUAAW%3BAkB4NX%2CeADJ%2CQACK%2COlB9NR%3BAkB8NO%2CeADJ%2CQACK%2COlB7NR%3BAACD%2CQAAQ%2CUkB4NA%2CgBADJ%2CQACK%3BAE7aT%2CwBF4aI%2CQACK%2COlB9NR%3BAoB%5C%2FMD%2CwBF4aI%2CQACK%2COlB7NR%3BAACD%2CQAAQ%2CUoBjNR%2CyBF4aI%2CQACK%3BAE5aT%2CuBF2aI%2CQACK%2COlB9NR%3BAoB9MD%2CuBF2aI%2CQACK%2COlB7NR%3BAACD%2CQAAQ%2CUoBhNR%2CwBF2aI%2CQACK%3BA8B5aT%2CqB9B2aI%2CQACK%2COlB9NR%3BAgD9MD%2CqB9B2aI%2CQACK%2COlB7NR%3BAACD%2CQAAQ%2CUgDhNR%2CsB9B2aI%2CQACK%3BASnaT%2CmBTkaI%2CQACK%2COlB9NR%3BA2BrMD%2CmBTkaI%2CQACK%2COlB7NR%3BAACD%2CQAAQ%2CU2BvMR%2CoBTkaI%2CQACK%3BA%2BB7aT%2CKAAK%2CKAAK%2CO%5C%2FB4aN%2CQACK%2COlB9NR%3BAiD%5C%2FMD%2CKAAK%2CKAAK%2CO%5C%2FB4aN%2CQACK%2COlB7NR%3BAACD%2CQAAQ%2CUiDjNR%2CMAAK%2CKAAK%2CO%5C%2FB4aN%2CQACK%3BEvB7IT%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAkBuNI%2CeADJ%2CQACK%2COA1FR%3BAA0FO%2CeADJ%2CQACK%2COAzFR%2CIAAI%3BAEpVL%2CwBF4aI%2CQACK%2COA1FR%3BAEnVD%2CwBF4aI%2CQACK%2COAzFR%2CIAAI%3BAEnVL%2CuBF2aI%2CQACK%2COA1FR%3BAElVD%2CuBF2aI%2CQACK%2COAzFR%2CIAAI%3BA8BnVL%2CqB9B2aI%2CQACK%2COA1FR%3BA8BlVD%2CqB9B2aI%2CQACK%2COAzFR%2CIAAI%3BAS1UL%2CmBTkaI%2CQACK%2COA1FR%3BASzUD%2CmBTkaI%2CQACK%2COAzFR%2CIAAI%3BA%2BBpVL%2CKAAK%2CKAAK%2CO%5C%2FB4aN%2CQACK%2COA1FR%3BA%2BBnVD%2CKAAK%2CKAAK%2CO%5C%2FB4aN%2CQACK%2COAzFR%2CIAAI%3BEACD%2CgBAAA%3B%3BAErVJ%2CwBF%2BXI%3BAE9XJ%2CuBF8XI%3BA8B9XJ%2CqB9B8XI%3BASrXJ%2CmBTqXI%3BA%2BB%5C%2FXJ%2CKAAK%2CKAAK%2CO%5C%2FB%2BXN%3BEACI%2CmBAAA%3B%3BAEhYR%2CwBF%2BXI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAEnYhB%2CuBF8XI%2CUAGI%2COACK%2CIAAI%2CSACD%3BA8BnYhB%2CqB9B8XI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAS1XhB%2CmBTqXI%2CUAGI%2COACK%2CIAAI%2CSACD%3BA%2BBpYhB%2CKAAK%2CKAAK%2CO%5C%2FB%2BXN%2CUAGI%2COACK%2CIAAI%2CSACD%3BEACI%2CUAAA%3B%3BAErYpB%2CwBF%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAE7YlB%2CuBF8XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BA8B7YlB%2CqB9B8XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BASpYlB%2CmBTqXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BA%2BB9YlB%2CKAAK%2CKAAK%2CO%5C%2FB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BEAOE%2CWAAA%3B%3BAErZpB%2CwBF%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAE%5C%2FYzB%2CuBF8XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BA8B%5C%2FYzB%2CqB9B8XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAStYzB%2CmBTqXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BA%2BBhZzB%2CKAAK%2CKAAK%2CO%5C%2FB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BAEjZ5B%2CwBF%2BXI%2CUA2BI%2CQACI%3BAE1ZZ%2CuBF8XI%2CUA2BI%2CQACI%3BA8B1ZZ%2CqB9B8XI%2CUA2BI%2CQACI%3BASjZZ%2CmBTqXI%2CUA2BI%2CQACI%3BA%2BB3ZZ%2CKAAK%2CKAAK%2CO%5C%2FB%2BXN%2CUA2BI%2CQACI%3BEACI%2CSAAA%3B%3BAE5ZhB%2CwBFiaI%2CSACK%3BAEjaT%2CuBFgaI%2CSACK%3BA8BjaT%2CqB9BgaI%2CSACK%3BASxZT%2CmBTuZI%2CSACK%3BA%2BBlaT%2CKAAK%2CKAAK%2CO%5C%2FBiaN%2CSACK%3BEACG%2CgBAAA%3B%3BAEnaZ%2CwBFuaI%3BAEtaJ%2CuBFsaI%3BA8BtaJ%2CqB9BsaI%3BAS7ZJ%2CmBT6ZI%3BA%2BBvaJ%2CKAAK%2CKAAK%2CO%5C%2FBuaN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BA4BpOI%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BEnDtLjB%2CSAAA%3BEACA%2CkBAAA%3B%3BAuDCQ%2CSAJF%2CSAIG%2CSACK%3BAADN%2CSAHF%2CUAAU%2CSAGP%2CSACK%3BAnDqeN%2CoBAHJ%2CKAGK%2CIAMG%3BAkBxUZ%2CuBA%2BFI%2C0BAoBM%3BAZ1OF%2CQArCH%2CKAqCI%2CQAOG%2CmBASM%2CUAUE%3BACgmBpB%2CiBAGI%2CMAAK%2CMAAM%2COAEP%3BAALR%2CiBAII%2CMAAK%2CMAAM%2CQACP%3BACxpBR%2CuBACI%3BAYtCJ%2CcA8EI%2CeAOI%2CKASI%3BAA9FZ%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAgC7JtB%2CYACI%2CeAEI%2COACI%3BA3CgGR%2COADG%2CKACF%2CIAAI%3BAA8FT%2CYAAa%2COAAM%2CQAEf%2CUAgCI%3BAAjCR%2CYACI%2CUAgCI%3BAEvCI%2CKAjCP%2CcAsBG%2CKAWK%2CIAIG%3BAY3BR%2CiBAjBJ%2CQAiBK%2CSAGG%3BAAHJ%2CiBAjBJ%2CQAiBK%2CSAgCG%3BAXnLZ%2CqBAEI%3BAADJ%2CyBACI%3BAkCPJ%2CwBA0GI%2CsBACM%3BAA3GV%2CwBA0HI%2CUACI%3BAOxHR%2CwBAmFI%2COACI%3BA5B%2BDR%2CMAAM%2COACF%2COAAM%2CWACF%3BA6BtKR%2CcACI%3BACaJ%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BAC5BnB%2CsBAgFI%2CUAAS%2CSACJ%3BAClET%2CYACI%2CuBAGI%2COAGI%3BARtBZ%2CqBAGI%2CQACI%3BApBiEQ%2CiBAHU%2CUAxDrB%2CMAAM%2COA0DG%2CUACG%2CMACG%3BAADJ%2CcAFO%2CUAzDlB%2CMAAM%2COA0DG%2CUACG%2CMACG%3BAAiEpB%2CuBACI%2CoBACI%3BAA4FR%2C2BAKI%2CsBAII%2CUACM%3BA6B9Od%2CMAAM%2CWA2CF%3BApBuHA%2COAAC%2CKAGG%3BAAgOR%2CgBACI%2CiBAGI%3BAvBhFR%2CcAaI%2CcACI%3BAqB7NA%2CcAFM%2CSACV%2CSACK%2CKAcG%2CaACI%3BExCvGhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2B%2BRQ%2CeA9BJ%2CSA8BK%2CQACG%2CQAWM%3BAoCzTd%2CsBAAC%2CcAGG%2CsBAQI%3BE%5C%2FDOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAuB8VW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CcvB%5C%2FVhB%3BAuB%2BVW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CcvB9VhB%3BAqCuJD%2CiBAgEI%2CiBrCxNH%3BAqCwJD%2CiBAgEI%2CiBrCvNH%3BAqC0SD%2CuBrC3SC%3BAqC2SD%2CuBrC1SC%3BAI0PD%2CoBA6DI%2CyBJxTH%3BAI2PD%2CoBA6DI%2CyBJvTH%3BAI0PD%2CoBAwMI%2CcJncH%3BAI2PD%2CoBAwMI%2CcJlcH%3BAI0PD%2CoBA4NI%2CiBJvdH%3BAI2PD%2CoBA4NI%2CiBJtdH%3BAIs5BD%2C6BA%2BBI%2CoBJt7BH%3BAIu5BD%2C6BA%2BBI%2CoBJr7BH%3BAIs5BD%2C6BA4MI%2CmBJnmCH%3BAIu5BD%2C6BA4MI%2CmBJlmCH%3BAgEpCD%2CuBAyGI%2CehEtEH%3BAgEnCD%2CuBAyGI%2CehErEH%3BAiE%5C%2FBD%2CQjE8BC%3BAiE9BD%2CQjE%2BBC%3BAiEfD%2CiBjEcC%3BAiEdD%2CiBjEeC%3BAWsVD%2CQA4FI%2CsBXnbH%3BAWuVD%2CQA4FI%2CsBXlbH%3BAwB7CD%2CcA8II%2CcxBlGH%3BAwB5CD%2CcA8II%2CcxBjGH%3BAwB7CD%2CcAuJI%2COxB3GH%3BAwB5CD%2CcAuJI%2COxB1GH%3BAwB7CD%2CcAkMI%2CexBtJH%3BAwB5CD%2CcAkMI%2CexBrJH%3BAasBG%2COAAC%2CQbvBJ%3BAauBG%2COAAC%2CQbtBJ%3BAe%2BGG%2CKAAC%2CcA0EG%2CiBf1LP%3BAegHG%2CKAAC%2CcA0EG%2CiBfzLP%3BAe%2BGG%2CKAAC%2CcA%2BIG%2Ccf%5C%2FPP%3BAegHG%2CKAAC%2CcA%2BIG%2Ccf9PP%3BA2B6KD%2CeAEI%2CcAWM%2CW3B3LT%3BA2B8KD%2CeAEI%2CcAWM%2CW3B1LT%3BAgBnBD%2CmBhBkBC%3BAgBlBD%2CmBhBmBC%3BAkExCD%2CsBlEuCC%3BAkEvCD%2CsBlEwCC%3BA%2BC2DO%2CYADJ%2COACK%2CU%5C%2FC5DR%3BA%2BC4DO%2CYADJ%2COACK%2CU%5C%2FC3DR%3BA2D%5C%2FBD%2C0BACI%2CkB3D6BH%3BA2D9BD%2C0BACI%2CkB3D8BH%3BAmDgFD%2CgBA8BI%2CSnD%5C%2FGH%3BAmDiFD%2CgBA8BI%2CSnD9GH%3BAmDyHD%2CoBACI%2CoBnD3HH%3BAmD0HD%2CoBACI%2CoBnD1HH%3BAmDyHD%2CoBAEI%2CkCnD5HH%3BAmD0HD%2CoBAEI%2CkCnD3HH%3BAyByED%2CgCAwCI%2CSACI%2CczBnHP%3BAyB0ED%2CgCAwCI%2CSACI%2CczBlHP%3BAoDtBD%2CmBpDqBC%3BAoDrBD%2CmBpDsBC%3BAoDmFD%2CYAAa%2CMAAK%2CMAEd%2CeAMI%2CSpD5FP%3BAoDoFD%2CYAAa%2CMAAK%2CMAEd%2CeAMI%2CSpD3FP%3BAoDoFD%2CkBACI%2CeAMI%2CSpD5FP%3BAoDqFD%2CkBACI%2CeAMI%2CSpD3FP%3BAmEtCD%2CUAWI%2CgBnE0BH%3BAmErCD%2CUAWI%2CgBnE2BH%3BA0C0VD%2CgBACI%2CiB1C5VH%3BA0C2VD%2CgBACI%2CiB1C3VH%3BAgCnCD%2CmBAaI%2CiBhCqBH%3BAgClCD%2CmBAaI%2CiBhCsBH%3BAyB7CD%2CwBF%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcvB%5C%2FVhB%3BAyB5CD%2CwBF%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcvB9VhB%3BAyB5CD%2CuBF8XI%2CUAWI%2CiBACK%2CIAAI%2CcvB%5C%2FVhB%3BAyB3CD%2CuBF8XI%2CUAWI%2CiBACK%2CIAAI%2CcvB9VhB%3BAqD5CD%2CqB9B8XI%2CUAWI%2CiBACK%2CIAAI%2CcvB%5C%2FVhB%3BAqD3CD%2CqB9B8XI%2CUAWI%2CiBACK%2CIAAI%2CcvB9VhB%3BAgCnCD%2CmBTqXI%2CUAWI%2CiBACK%2CIAAI%2CcvB%5C%2FVhB%3BAgClCD%2CmBTqXI%2CUAWI%2CiBACK%2CIAAI%2CcvB9VhB%3BAsD7CD%2CKAAK%2CKAAK%2CO%5C%2FB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcvB%5C%2FVhB%3BAsD5CD%2CKAAK%2CKAAK%2CO%5C%2FB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcvB9VhB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAuByVW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CcvBzVhB%3BAqCkJD%2CiBAgEI%2CiBrClNH%3BAqCqSD%2CuBrCrSC%3BAIqPD%2CoBA6DI%2CyBJlTH%3BAIqPD%2CoBAwMI%2CcJ7bH%3BAIqPD%2CoBA4NI%2CiBJjdH%3BAIi5BD%2C6BA%2BBI%2CoBJh7BH%3BAIi5BD%2C6BA4MI%2CmBJ7lCH%3BAgEzCD%2CuBAyGI%2CehEhEH%3BAiEpCD%2CQjEoCC%3BAiEpBD%2CiBjEoBC%3BAWiVD%2CQA4FI%2CsBX7aH%3BAwBlDD%2CcA8II%2CcxB5FH%3BAwBlDD%2CcAuJI%2COxBrGH%3BAwBlDD%2CcAkMI%2CexBhJH%3BAaiBG%2COAAC%2CQbjBJ%3BAe0GG%2CKAAC%2CcA0EG%2CiBfpLP%3BAe0GG%2CKAAC%2CcA%2BIG%2CcfzPP%3BA2BwKD%2CeAEI%2CcAWM%2CW3BrLT%3BAgBxBD%2CmBhBwBC%3BAkE7CD%2CsBlE6CC%3BA%2BCsDO%2CYADJ%2COACK%2CU%5C%2FCtDR%3BA2DpCD%2C0BACI%2CkB3DmCH%3BAmD2ED%2CgBA8BI%2CSnDzGH%3BAmDoHD%2CoBACI%2CoBnDrHH%3BAmDoHD%2CoBAEI%2CkCnDtHH%3BAyBoED%2CgCAwCI%2CSACI%2CczB7GP%3BAoD3BD%2CmBpD2BC%3BAoD8ED%2CYAAa%2CMAAK%2CMAEd%2CeAMI%2CSpDtFP%3BAoD%2BED%2CkBACI%2CeAMI%2CSpDtFP%3BAmE3CD%2CUAWI%2CgBnEgCH%3BA0CqVD%2CgBACI%2CiB1CtVH%3BAgCxCD%2CmBAaI%2CiBhC2BH%3BAyBlDD%2CwBF%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcvBzVhB%3BAyBjDD%2CuBF8XI%2CUAWI%2CiBACK%2CIAAI%2CcvBzVhB%3BAqDjDD%2CqB9B8XI%2CUAWI%2CiBACK%2CIAAI%2CcvBzVhB%3BAgCxCD%2CmBTqXI%2CUAWI%2CiBACK%2CIAAI%2CcvBzVhB%3BAsDlDD%2CKAAK%2CKAAK%2CO%5C%2FB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcvBzVhB%3BEACG%2CWAAA%3B%3BAuBqnCJ%2CeACI%3BAA2BJ%3BA6ChsCA%2CQAGI%2CQAAO%3BAAHX%2CQAYI%3BAAZJ%2CQAmBI%3BA%5C%2FB0gBJ%2CoBACI%3BA7BnaI%2CgCAXJ%2COAWK%2CUAGG%2CeAWI%3BACrIhB%2CyBAmCI%3BAClBA%2CQAAC%3BAC0WL%2CQA4FI%2CsBAII%3BA2BneR%2COACI%2CgBAqBI%3BAxB8CR%3BACvCA%3BAgCMA%2CYA4BI%3BAgBlDA%2CsBAAC%2CcAgBG%3BAMXR%3BAhDoIoB%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BAoBzID%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BAcsDjB%2CMAAC%2CKhCsmCD%3BATjhCQ%2CKAvCP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmCK%2CKSihCT%3BA%2BCjqCI%2CMADJ%2CSACK%3BA7C4DT%2CuBACI%2COAAM%2CKFomCN%3BEAlmBJ%2CsBAAA%3B%3BAYjgBA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAnC7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAuB6lBJ%2CiBW%5C%2FMA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAX6MJ%2CiBW1MA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAXwMJ%2CiBW1LA%2COAAM%3BAX0LN%2CiBnBzWA%2CqBA4NI%2CiBAKM%2CU8BlDJ%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAXwLJ%2CiBWrLA%2COAAS%3BAXqLT%2CiBnBzWA%2CqBA4NI%2CiBAKM%2CU8B7CD%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAXkLJ%2CiBWjfA%3BElCiIA%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAZglBA%2CiBWjfA%2CeCqHE%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BEnC6ML%2CcAAA%3B%3BAmCvMI%2CiBDsEJ%2CeCvEC%2COACI%3BEnCuML%2CcAAA%3B%3BAkCuHA%2CiBAxPA%2CeAwPC%3BElCvHD%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC%5C%2FNM%2COpC%2BNN%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BEnC6ML%2CcAAA%3B%3BAmCvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BEnCuML%2CcAAA%3B%3BAuBgXA%2CiBWzaA%3BElCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEkChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BElC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAuBgXA%2CiBWzaA%2COAsBI%3BElCmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BAkC3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BElC2BT%2CmBAAA%3BEkCzBY%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%3BElCzSJ%2CsDAAA%3BEkC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BElC%5C%2FSJ%2CsDAAA%3BEkCiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BElC%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAkCoRA%2CiBA7UA%2COA6UC%3BElCpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAkCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAzBhRR%2CyBAmCI%2CsBAyCI%2CqBACM%3BAEyLd%2CkBA2EI%2CQAAO%3BAA1EX%2CuBA0EI%2CQAAO%3BEXzDX%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAUlOQ%2CQArCH%2CKAqCI%2CQAOG%2CmBASM%3BEVkNlB%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAZipBA%2C2BY%5C%2FYE%3BAzBtNM%2CQArCH%2CKAqCI%2CQAOG%2CmBASM%2CUyBsMhB%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2C2BAAC%3BAzBsCO%2CQArCH%2CKAqCI%2CQAOG%2CmBASM%2CUyBtDjB%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C2BADH%2CMACI%3BAzByBG%2CQArCH%2CKAqCI%2CQAOG%2CmBASM%2CUyB1CjB%2CMACI%3BEnC2PL%2CWAAA%3B%3BAuElNgB%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BAzCoBT%2CkBADJ%2CQACK%3BArBjGT%2CeAEI%2CQAAO%3BAAKX%2CyBAmCI%2CsBA8BI%2CYAMI%2CQAAO%3BAE%2BLnB%2CkBAgDI%2CYAkBI%2CQAAO%3BAAjEf%2CuBA%2BCI%2CYAkBI%2CQAAO%3BAahVf%2CcA0II%2CQAAO%3BAO1DH%2CkBADJ%2CQACK%3BAhBnDT%2CaAmFI%2CwBAMI%2CQAAO%2CQAAQ%3BAY7CH%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BAoB6ET%2CiBAFR%2CiBACI%2CQACK%3BAEpHb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACjBS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BArBiBrB%2CkBAKI%2CiBAAiB%2CQAAO%3BA0CYZ%2CeALZ%2CeAGI%2CiBCbR%3BA1CmCQ%2CkB0CnCR%3BA%5C%2FD9DA%2Ce%2BD8DA%3BA%5C%2FDvDA%2CyBAmCI%2CsBA8BI%2CY%2BDVR%3BAhD%5C%2FDA%2CcgD%2BDA%3BAzCiBQ%2CkByCjBR%3BAzDlCA%2CaAmFI%2CwByDjDJ%2CiBzDuDuB%3BAY7CH%2CeAZhB%2CeACM%2CWAOI%2CW6CNd%3BAzBuFY%2CiBAFR%2CiByBrFJ%3BAtBnBoB%2CwBAJhB%2CwBACM%2CmBACI%2CWsBqBd%3BA3CFA%2CkBAKI%2CiB2CHJ%3BADegB%2CeALZ%2CeAGI%2CiBCTR%3BA1C%2BBQ%2CkB0C%5C%2FBR%3BA%5C%2FDlEA%2Ce%2BDkEA%3BA%5C%2FD3DA%2CyBAmCI%2CsBA8BI%2CY%2BDNR%3BAhDnEA%2CcgDmEA%3BAzCaQ%2CkByCbR%3BAzDtCA%2CaAmFI%2CwByD7CJ%2CczDmDuB%3BAY7CH%2CeAZhB%2CeACM%2CWAOI%2CW6CFd%3BAzBmFY%2CiBAFR%2CiByBjFJ%3BAtBvBoB%2CwBAJhB%2CwBACM%2CmBACI%2CWsByBd%3BA3CNA%2CkBAKI%2CiB2CCJ%3BExE6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BA8BzRgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BAnBizBT%2CcATJ%2CQASK%3BAoBjzBO%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BADAD%2CwBAJZ%2COAEI%2CiB0C0DR%3BAzCxDgB%2CcAJZ%2COAEI%2CiByC0DR%3BA1CxDgB%2CwBAJZ%2COAEI%2CiB0C8DR%3BAzC5DgB%2CcAJZ%2COAEI%2CiByC8DR%3BExE6NA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAKqDA%2C2BAAC%3BAACD%2C2BAAC%3BAyB%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQzB8UhB%3BAyB9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQzB%2BUhB%3BAMkeO%2CcATJ%2CQASK%2CQNneR%3BAMmeO%2CcATJ%2CQASK%2CQNleR%3BA0B%5C%2FUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQ1B8UhB%3BA0B9Ue%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQ1B%2BUhB%3BAyB%5C%2FUe%2CwBAJZ%2COAEI%2CiB0C0DR%2CiBnEsRC%3BAyB9Ue%2CwBAJZ%2COAEI%2CiB0C0DR%2CiBnEuRC%3BA0B%5C%2FUe%2CcAJZ%2COAEI%2CiByC0DR%2CiBnEsRC%3BA0B9Ue%2CcAJZ%2COAEI%2CiByC0DR%2CiBnEuRC%3BAyB%5C%2FUe%2CwBAJZ%2COAEI%2CiB0C8DR%2CcnEkRC%3BAyB9Ue%2CwBAJZ%2COAEI%2CiB0C8DR%2CcnEmRC%3BA0B%5C%2FUe%2CcAJZ%2COAEI%2CiByC8DR%2CcnEkRC%3BA0B9Ue%2CcAJZ%2COAEI%2CiByC8DR%2CcnEmRC%3BELtDD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAK4DA%2C2BAAC%3BAyBrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQzBqVhB%3BAM4dO%2CcATJ%2CQASK%2CQN5dR%3BA0BrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQ1BqVhB%3BAyBrVe%2CwBAJZ%2COAEI%2CiB0C0DR%2CiBnE6RC%3BA0BrVe%2CcAJZ%2COAEI%2CiByC0DR%2CiBnE6RC%3BAyBrVe%2CwBAJZ%2COAEI%2CiB0C8DR%2CcnEyRC%3BA0BrVe%2CcAJZ%2COAEI%2CiByC8DR%2CcnEyRC%3BEL5DD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAwCpLQ%2CcAFM%2CSACV%2CSACK%2CKAoCG%2CYAKI%3BExC2IhB%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAS%5C%2FRA%3BEcmtBI%2CcAAA%3B%3BAd5sBJ%2CyBA%2BBI%2CccurBA%3BAdttBJ%2CyBA%2BBI%2CccwrBA%3BAdvtBJ%2CyBA%2BBI%2CccyrBA%3BAZngBJ%2CwBAsCI%2COAKI%2CcYsdJ%3BAZjgBJ%2CwBAsCI%2COAKI%2CcYudJ%3BAZlgBJ%2CwBAsCI%2COAKI%2CcYwdJ%3BARnsBJ%2CaQisBI%3BARjsBJ%2CaQksBI%3BARlsBJ%2CaQmsBI%3BA6B1kBJ%2Ca7BwkBI%3BA6BxkBJ%2Ca7BykBI%3BA6BzkBJ%2Ca7B0kBI%3BA6BzkBJ%2Ca7BukBI%3BA6BvkBJ%2Ca7BwkBI%3BA6BxkBJ%2Ca7BykBI%3BEvBhcJ%2CiBAAA%3BEuBkcQ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAd3tBR%2CyBA%2BBI%2Ccc%2BrBA%2CqBAAuB%3BAZzgB3B%2CwBAsCI%2COAKI%2CcY8dJ%2CqBAAuB%3BARzsB3B%2CaQysBI%2CqBAAuB%3BA6BhlB3B%2Ca7BglBI%2CqBAAuB%3BA6B%5C%2FkB3B%2Ca7B%2BkBI%2CqBAAuB%3BEACnB%2CqBAAA%3BEvBvcR%2CiBAAA%3B%3BASxRA%2CyBA%2BBI%2Ccc%2BrBA%2CqBAAuB%2CuBAIlB%3BAZ7gBT%2CwBAsCI%2COAKI%2CcY8dJ%2CqBAAuB%2CuBAIlB%3BAR7sBT%2CaQysBI%2CqBAAuB%2CuBAIlB%3BA6BplBT%2Ca7BglBI%2CqBAAuB%2CuBAIlB%3BA6BnlBT%2Ca7B%2BkBI%2CqBAAuB%2CuBAIlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAdnuBZ%2CyBA%2BBI%2Ccc%2BrBA%2CqBAAuB%2CuBAQlB%3BAZjhBT%2CwBAsCI%2COAKI%2CcY8dJ%2CqBAAuB%2CuBAQlB%3BARjtBT%2CaQysBI%2CqBAAuB%2CuBAQlB%3BA6BxlBT%2Ca7BglBI%2CqBAAuB%2CuBAQlB%3BA6BvlBT%2Ca7B%2BkBI%2CqBAAuB%2CuBAQlB%3BEACG%2CSAAS%2CGAAT%3B%3BAkDltBR%2CoBAUI%3BAATJ%2CoBASI%3BA3CrCR%2CwBA8BI%2CqCAgBI%3BAC9CR%2CcA8BI%2C2BAgBI%3BAhB4GJ%2CKAAC%2CcAyJG%3BAIxRR%2CoBAkII%3BEI4lBA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEvB7dJ%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAsCzCG%2CoBAUI%2CgBtC%2BBP%3BAsCxCG%2CoBASI%2CgBtC%2BBP%3BALpED%2CwBA8BI%2CqCAgBI%2CgBKsBP%3BAJpED%2CcA8BI%2C2BAgBI%2CgBIsBP%3BApBsFG%2CKAAC%2CcAyJG%2CgBoB%5C%2FOP%3BAhBzCD%2CoBAkII%2CgBgBzFH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsC5UI%2CoBAUI%2CgBlD%2BtBH%3BAkDxuBD%2CoBASI%2CgBlD%2BtBH%3BAOpwBL%2CwBA8BI%2CqCAgBI%2CgBPstBH%3BAQpwBL%2CcA8BI%2C2BAgBI%2CgBRstBH%3BAR1mBD%2CKAAC%2CcAyJG%2CgBQidH%3BAJzuBL%2CoBAkII%2CgBIumBC%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAYzoBR%2CcZ4oBK%2CSY5oBJ%3BEnCgKD%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BAmChKA%2CuBAAC%3BAsCvFW%2CoBAFJ%2CgBAEK%2CStCuFZ%3BAsCvFW%2CoBAFJ%2CgBAEK%2CStCuFZ%3BAL9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSK8EZ%3BAJ9EW%2CcAlBR%2C2BAgBI%2CgBAEK%2CSI8EZ%3BApBuLW%2CKA3JP%2CcAyJG%2CgBAEK%2CSoBvLZ%3BAhBiCO%2CoBAFJ%2CgBAEK%2CSgBjCR%3BEnCgKD%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BAwBhSA%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BAKnFnB%2CQAoCI%3BAJ3DJ%2CyBAGI%3BAAiBJ%2C2BACI%3BAAuBJ%2CgCACI%3BAQ%2BGJ%2C2BACI%3BAAgBJ%2C8BACI%3BAS%2BIJ%2CgBAmBI%2CgBAGI%3BE1C7HR%2C6BAAA%3BEAAA%2CmBAAA%3BEAAA%2CoBAAA%3B%3BAwBhSA%2CcAmLI%2CaDwqBE%3BAC31BN%2CcAmLI%2CaDyqBE%3BAC51BN%2CcAoLI%2CeAAe%2CODuqBb%3BAC31BN%2CcAoLI%2CeAAe%2CODwqBb%3BAM3vBN%2CQAoCI%2CQNstBE%3BAM1vBN%2CQAoCI%2CQNutBE%3BAElxBN%2CyBAGI%2CQF8wBE%3BAEjxBN%2CyBAGI%2CQF%2BwBE%3BAE9vBN%2C2BACI%2CaF4vBE%3BAE7vBN%2C2BACI%2CaF6vBE%3BAEtuBN%2CgCACI%2CaFouBE%3BAEruBN%2CgCACI%2CaFquBE%3BAUtnBN%2C2BACI%2CaVonBE%3BAUrnBN%2C2BACI%2CaVqnBE%3BAUrmBN%2C8BACI%2CaVmmBE%3BAUpmBN%2C8BACI%2CaVomBE%3BAmBrdN%2CgBAmBI%2CgBAGI%2COnB8bF%3BAmBpdN%2CgBAmBI%2CgBAGI%2COnB%2BbF%3BEvB5jBN%2CiBAAA%3BEAAA%2CgBAAA%3B%3BA0C3II%2COAAC%2CQnBwtBD%2CQACK%3BAmBveT%2CgBAmBI%2CgBAOI%2CwBnB4cJ%2CQACK%3BEACG%2CkBAAA%3B%3BAmB1tBR%2COAAC%2CQnBwtBD%2CQAKK%3BAmB3eT%2CgBAmBI%2CgBAOI%2CwBnB4cJ%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAmBluBR%2COAAC%2CQnBwtBD%2CQAaK%3BAmBnfT%2CgBAmBI%2CgBAOI%2CwBnB4cJ%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAI92BZ%2CeAUI%2CUAII%2COJ42BH%3BAI9qBL%2CeAuHI%2CaAEI%2COJqjBH%3BAI9qBL%2CeAwHI%2CgBACI%2COJqjBH%3BA4BluBL%2CoBACI%2CoBAUI%2CO5ButBH%3BA4BluBL%2CoBAEI%2CkCASI%2CO5ButBH%3BAUruBW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMVquBZ%3BEACG%2CSAAS%2CIAAT%3B%3BAAsCR%2CuBAOI%2CQAAO%3BAmDx5Bf%2CyBAQI%3BACyJA%3BAA6OA%3BA%5C%2FBtSA%2CyBAgGI%3BAP1MJ%2CwBd05BI%2CQAAO%3BAU36BP%2CSAAC%2CMAAM%2COV26BP%2CQAAO%3BAU3zBP%2CSAAC%2CSV2zBD%2CQAAO%3BEvBtpBX%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAZu5BD%2CuBAOI%2CQAAO%2CIY95BV%3BAuCML%2CyBAQI%2CevCdC%3BAwCuKD%2CuCxCvKC%3BAwCoZD%2CmCxCpZC%3BAS8GD%2CyBAgGI%2CwCT9MH%3BAEID%2CwBd05BI%2CQAAO%2CIY95BV%3BAFbG%2CSAAC%2CMAAM%2COV26BP%2CQAAO%2CIY95BV%3BAFmGG%2CSAAC%2CSV2zBD%2CQAAO%2CIY95BV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoCpOU%2COpCoOV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAE7UA%2CwBdo5BI%2COAAO%2CMAAK%2CWACP%3BAUt6BL%2CSAAC%2CMAAM%2COVq6BP%2COAAO%2CMAAK%2CWACP%3BAUtzBL%2CSAAC%2CSVqzBD%2COAAO%2CMAAK%2CWACP%3BEvBjpBT%2CmBAAA%3B%3BAqCpQA%2CwBd05BI%2CQAAO%2CIAEF%3BAU76BL%2CSAAC%2CMAAM%2COV26BP%2CQAAO%2CIAEF%3BAU7zBL%2CSAAC%2CSV2zBD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAwVZ%2CmBA4FI%3BAZ3%2BBJ%2CQAoFI%3BAavdJ%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUAKM%2CUAAU%3BAAjKhC%2CcAuPI%3BAAcJ%2CyBACI%3BAADJ%2CyBAEI%3BAXCJ%3BAE3OA%2CaAaI%2COA8BI%2CUAAS%2CSACH%3BAA5Cd%2CaAaI%2COA8BI%2CUAAS%2CSAEH%2CUAAU%3BAYgJxB%2CeA0CI%2CsBAYI%2CMAAK%2CYAED%3BAiCjRZ%2CsBAgFI%2CUAAS%2CSAKJ%2CUAAU%3BAT4GnB%2CoBACI%2CaACI%2CoBAKI%2CQAAO%3BApCzDnB%2CYQ8tCI%3BA8C51CJ%2CkBAYI%2Cc9Cg1CA%3BEArYJ%2CaAAA%3B%3BAnBnYA%3BAwE%5C%2FJA%3BA5C3aA%3BAb4QA%3BEI4tBI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAZ%5C%2FNJ%2CcAuBI%3BA6BjuBJ%2CeAKI%3BExC%2BLJ%2CcAAA%3BEAAA%2CiBAAA%3BEuB8yBI%2CmBAAA%3B%3BAez%5C%2FBJ%2CkBfmgCI%2CQACK%3BARnkCT%2CeACI%2CWQikCA%2CQACK%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3BElB5iCZ%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BA9BwJA%2CwBkB86BI%2CQACK%2CSlB%5C%2F6BR%3BAACD%2CwBkB66BI%2CQACK%2CSlB96BR%3BAACD%2CwBkB46BI%2CQACK%2CSlB76BR%3BAiCvFD%2CkBfmgCI%2CQACK%2CSlB%5C%2F6BR%3BAiCrFD%2CkBfmgCI%2CQACK%2CSlB96BR%3BAiCtFD%2CkBfmgCI%2CQACK%2CSlB76BR%3BAUtJD%2CeACI%2CWQikCA%2CQACK%2CSlB%5C%2F6BR%3BAUpJD%2CeACI%2CWQikCA%2CQACK%2CSlB96BR%3BAUrJD%2CeACI%2CWQikCA%2CQACK%2CSlB76BR%3BEACG%2CqBAAA%3B%3BA8BrJJ%2CwBZgkCI%2CQACK%2CSYjkCR%3BAG6DD%2CkBfmgCI%2CQACK%2CSYjkCR%3BApBFD%2CeACI%2CWQikCA%2CQACK%2CSYjkCR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoCzOQ%2COpCyOR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBZmjCA%2CQACK%2CSYrjCR%2CMACI%3BAGgDL%2CkBfmgCI%2CQACK%2CSYrjCR%2CMACI%3BApBfL%2CeACI%2CWQikCA%2CQACK%2CSYrjCR%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2CwBZ6iCA%2CQACK%2CSY%5C%2FiCR%2COACI%3BAG0CL%2CkBfmgCI%2CQACK%2CSY%5C%2FiCR%2COACI%3BApBrBL%2CeACI%2CWQikCA%2CQACK%2CSY%5C%2FiCR%2COACI%3BEnCqPL%2CcAAA%3B%3BAK5MA%2CwBkBogCI%2CQACK%2CSlBrgCR%3BAACD%2CwBkBmgCI%2CQACK%2CSlBpgCR%3BAiCAD%2CkBfmgCI%2CQACK%2CSlBrgCR%3BAiCCD%2CkBfmgCI%2CQACK%2CSlBpgCR%3BAU%5C%2FDD%2CeACI%2CWQikCA%2CQACK%2CSlBrgCR%3BAU9DD%2CeACI%2CWQikCA%2CQACK%2CSlBpgCR%3BEL2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CwBkBu%5C%2FBI%2CQACK%2CSlBx%5C%2FBR%3BAiCZD%2CkBfmgCI%2CQACK%2CSlBx%5C%2FBR%3BAU3ED%2CeACI%2CWQikCA%2CQACK%2CSlBx%5C%2FBR%3BEL%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CwBkB2%2BBI%2CQACK%2CSlB5%2BBR%3BAACD%2CwBkB0%2BBI%2CQACK%2CSlB3%2BBR%3BAACD%2CQAAQ%2CUAAW%2CyBkBy%2BBf%2CQACK%3BAepgCT%2CkBfmgCI%2CQACK%2CSlB5%2BBR%3BAiCxBD%2CkBfmgCI%2CQACK%2CSlB3%2BBR%3BAACD%2CQAAQ%2CUiC1BR%2CmBfmgCI%2CQACK%3BARnkCT%2CeACI%2CWQikCA%2CQACK%2CSlB5%2BBR%3BAUvFD%2CeACI%2CWQikCA%2CQACK%2CSlB3%2BBR%3BAACD%2CQAAQ%2CUUzFR%2CgBACI%2CWQikCA%2CQACK%3BEvBzzBT%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAiC7BJ%2CkBfmgCI%2CQACK%2CSAaI%3BARhlCb%2CeACI%2CWQikCA%2CQACK%2CSAaI%3BEvBt0Bb%2C%2BCAAA%3B%3BAsC3MA%2CkBfmgCI%2CQAmBK%3BARrlCT%2CeACI%2CWQikCA%2CQAmBK%3BEvB30BT%2CqBAAA%3BEmC9QA%2CqBAAA%3BEZ%2BlCY%2CiBAAA%3B%3BAYzlCZ%2CwBZgkCI%2CQAmBK%2COYnlCR%3BAG6DD%2CkBfmgCI%2CQAmBK%2COYnlCR%3BApBFD%2CeACI%2CWQikCA%2CQAmBK%2COYnlCR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC7PU%2COpC6PV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBZmjCA%2CQAmBK%2COYvkCR%2CMACI%3BAGgDL%2CkBfmgCI%2CQAmBK%2COYvkCR%2CMACI%3BApBfL%2CeACI%2CWQikCA%2CQAmBK%2COYvkCR%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2CwBZ6iCA%2CQAmBK%2COYjkCR%2COACI%3BAG0CL%2CkBfmgCI%2CQAmBK%2COYjkCR%2COACI%3BApBrBL%2CeACI%2CWQikCA%2CQAmBK%2COYjkCR%2COACI%3BEnCqPL%2CcAAA%3B%3BAuD7NI%2CMAAC%2CKhCsmCD%3BATjhCQ%2CKAvCP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmCK%2CKSihCT%3BAErmCJ%2CuBACI%2COAAM%2CKFomCN%3BEAEI%2CkBAAA%3B%3BAAHR%2CeAMI%3BAEpmCJ%2CyBAOI%2CyBAOI%3BA8BrBJ%2CMAAC%2CKhC2mCD%3BATthCQ%2CKAvCP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmCK%2CKSshCT%3BAE1mCJ%2CuBACI%2COAAM%2CKFymCN%3BEAYA%2CkBAAA%3BEACA%2COAAO%2CwBAAP%3B%3BA%2BCnrCI%2CMADJ%2CSACK%3BE%5C%2FC8rCL%2CkBAAA%3B%3BA%2BC9rCI%2CMADJ%2CSACK%2Cc%5C%2FCgsCL%3BEACI%2CkBAAA%3BEACA%2COAAO%2C8BAAP%3B%3BAnB%5C%2FUR%2C4BACI%2CaACI%2CeACI%3BA0Cx3BZ%2CqBACI%2CaACI%2CeACI%3BAiBIR%2CsBAAC%2CcAgBG%3BE%5C%2FDmQR%2CYAAA%3BEAAA%2CSAAA%3BEuBs7BA%2CUAAA%3B%3BAnB3VA%2C4BACI%2CaACI%2CeACI%2CuBmB0VX%3BAnB7VD%2C4BACI%2CaACI%2CeACI%2CuBmB2VX%3BAuBntCD%2CqBACI%2CaACI%2CeACI%2CuBvB%2BsCX%3BAuBltCD%2CqBACI%2CaACI%2CeACI%2CuBvBgtCX%3BAwC5sCG%2CsBAAC%2CcAgBG%2CuBxC2rCP%3BAwC3sCG%2CsBAAC%2CcAgBG%2CuBxC4rCP%3BEvB34BD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEuBg8BI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAnBvWJ%2C4BACI%2CaACI%2CeACI%2CuBmBuWX%3BAuB%5C%2FtCD%2CqBACI%2CaACI%2CeACI%2CuBvB4tCX%3BAwCxtCG%2CsBAAC%2CcAgBG%2CuBxCwsCP%3BEvBr8BD%2CyBAAA%3B%3BAI2lBA%2C4BACI%2CaACI%2CeACI%2CuBmB2WX%3BAuBnuCD%2CqBACI%2CaACI%2CeACI%2CuBvBguCX%3BAwC5tCG%2CsBAAC%2CcAgBG%2CuBxC4sCP%3BEvBz8BD%2C4BAAA%3BEuB28BI%2CQAAA%3B%3BAP5sCJ%2CYAOI%3BAgCnBJ%2C%2BBAGI%3BAqBJJ%2CkBAMM%3BAnDYN%2C0BAQI%3BElBoPJ%2C6BAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAehJA%2CYQmoCI%3BA8CjwCJ%2CkBAYI%2Cc9CqvCA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BARroCR%2CYQmoCI%2CMAII%3BA8CrwCR%2CkBAYI%2Cc9CqvCA%2CMAII%3BEACI%2CgBAAA%3B%3BARxoCZ%2CYQ4oCI%3BA8C1wCJ%2CkBAYI%2Cc9C8vCA%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAR%5C%2FoCR%2CYQ4oCI%2CQAKI%3BA8C%5C%2FwCR%2CkBAYI%2Cc9C8vCA%2CQAKI%3BEACI%2CgBAAA%3B%3BARlpCZ%2CYQspCI%2COACI%3BARvpCR%2CYQspCI%2COAEI%3BA8CtxCR%2CkBAYI%2Cc9CwwCA%2COACI%3BA8CrxCR%2CkBAYI%2Cc9CwwCA%2COAEI%3BEACI%2CiBAAA%3B%3BARzpCZ%2CYQspCI%2COAMI%3BA8C1xCR%2CkBAYI%2Cc9CwwCA%2COAMI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAR9pCZ%2CYQspCI%2COAMI%2CQAII%3BA8C9xCZ%2CkBAYI%2Cc9CwwCA%2COAMI%2CQAII%3BEACI%2CgBAAA%3B%3BARjqChB%2CYQsqCI%3BA8CpyCJ%2CkBAYI%2Cc9CwxCA%3BEACI%2CmBAAA%3B%3BARvqCR%2CYQ0qCI%2CYACK%2CQACG%3BAR5qCZ%2CYQ0qCI%2CYACK%2CQAEG%3BA8C3yCZ%2CkBAYI%2Cc9C4xCA%2CYACK%2CQACG%3BA8C1yCZ%2CkBAYI%2Cc9C4xCA%2CYACK%2CQAEG%3BEvB7hCZ%2C0BAAA%3BEAAA%2C6BAAA%3BEuBgiCgB%2CeAAA%3B%3BARhrChB%2CYQ0qCI%2CYACK%2CQAQG%2CQAAQ%3BA8CjzCpB%2CkBAYI%2Cc9C4xCA%2CYACK%2CQAQG%2CQAAQ%3BEvBniCpB%2CcAAA%3BEmChOA%2CqBAAA%3BEZ2wCgB%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CmBADJ%2CYACK%2CQAQG%2CQAAQ%2COY%5C%2FiClB%3BApBpIF%2CYQ0qCI%2CYACK%2CQAQG%2CQAAQ%2COY%5C%2FiClB%3BAkClQF%2CkBAYI%2Cc9C4xCA%2CYACK%2CQAQG%2CQAAQ%2COY%5C%2FiClB%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CmBZovCI%2CYACK%2CQAQG%2CQAAQ%2COY7vCnB%3BApB0ED%2CYQ0qCI%2CYACK%2CQAQG%2CQAAQ%2COY7vCnB%3BAkCpDD%2CkBAYI%2Cc9C4xCA%2CYACK%2CQAQG%2CQAAQ%2COY7vCnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BApBzNA%2CYQ0qCI%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BA8C5zCjB%2CkBAYI%2Cc9C4xCA%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BARjsCpB%2CYQ0qCI%2CYACK%2CQA0BI%2CSACG%3BARtsChB%2CYQ0qCI%2CYACK%2CQA0BI%2CSAEG%3BA8Cr0ChB%2CkBAYI%2Cc9C4xCA%2CYACK%2CQA0BI%2CSACG%3BA8Cp0ChB%2CkBAYI%2Cc9C4xCA%2CYACK%2CQA0BI%2CSAEG%3BEACI%2CgBAAA%3B%3BAYxtCpB%2CmBZ0rCI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COY3tCvB%3BApBgBD%2CYQ0qCI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COY3tCvB%3BAkC9GD%2CkBAYI%2Cc9C4xCA%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COY3tCvB%3BEnCgKD%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BAehJA%2CYQ0qCI%2CYA0CK%3BA8Cl1CT%2CkBAYI%2Cc9C4xCA%2CYA0CK%3BEvBpkCT%2C6BAAA%3BEuBskCY%2CaAAA%3B%3BARttCZ%2CYQ0qCI%2CYA0CK%2CQAII%3BA8Ct1Cb%2CkBAYI%2Cc9C4xCA%2CYA0CK%2CQAII%3BEACG%2CkBAAA%3B%3BAOhxChB%2CiCPiyCM%3BAQnzCN%2CuBRmzCM%3BAR9iCN%2CcQ8iCM%3BEACE%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEvB7lCR%2CcAAA%3BEmChOA%2CqBAAA%3BEZo0CQ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAYj0CR%2CmBZozCM%2CSYpzCL%3BALmBD%2CiCPiyCM%2CSYpzCL%3BAJCD%2CuBRmzCM%2CSYpzCL%3BApBsQD%2CcQ8iCM%2CSYpzCL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BALhRA%2CiCPiyCM%2CSAeG%3BAQl0CT%2CuBRmzCM%2CSAeG%3BAR7jCT%2CcQ8iCM%2CSAeG%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAIA%2COAAO%2CKOvzCnB%2CkCPiyCM%2CSAqBE%3BAACI%2COAAO%2CKQz0CnB%2CwBRmzCM%2CSAqBE%3BAACI%2COAAO%2CKRpkCnB%2CeQ8iCM%2CSAqBE%3BEvB%5C%2FmCR%2CiBAAA%3BEuBknCgB%2CgBAAA%3B%3BAOzzChB%2CiCP8zCM%3BAQh1CN%2CuBRg1CM%3BAR3kCN%2CcQ2kCM%3BEACE%2CaAAA%3B%3BAYxxCR%2CmBZ2xCK%2COACK%2CSY5xCT%3BALvCD%2CiCPk0CK%2COACK%2CSY5xCT%3BAJzDD%2CuBRo1CK%2COACK%2CSY5xCT%3BApB4MD%2CcQ%2BkCK%2COACK%2CSY5xCT%3BEnCgKD%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BA8BvMA%2CiCPk0CK%2COAQK%3BAQ51CV%2CuBRo1CK%2COAQK%3BARvlCV%2CcQ%2BkCK%2COAQK%3BEACE%2CcAAA%3B%3BAxB55CZ%3BEACI%2Ca8ERc%2CW9EQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2Ca8EAc%2CW9EAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2Ca8EQc%2CW9ERd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2Ca8EgBc%2CW9EhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BA8EmCJ%3BE7E%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAqElHA%3BEpEgZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BE8EnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAVnCJ%2CQAGI%2CQAAO%3BEpEyRX%2CoBAAA%3BEA0IA%2CwBAAA%3BEACQ%2CgBAAA%3BEAfR%2CoBAAA%3BEACQ%2CYAAA%3BEAmCR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEoErbD%2CWAAA%3B%3BAATR%2CQAYI%3BEpE4YJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAoE9bT%2CQAmBI%3BEpEqYJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA%2BElcT%3BEACI%2CmBAAA%3B%3BAAGJ%2CK5EyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BEjBQ%2CMADH%2CIAAI%2COACA%2CIAAI%3BE5EkOb%2CYAAA%3B%3BA4ElOQ%2CMADH%2CIAAI%2COACA%2CIAAI%2CS5EoOX%2CQAGI%2CKACI%3BA4ExOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CS5EqOX%2CQAEI%2CKACI%3BA4ExOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CS5EsOX%2CQACI%2CKACI%3BA4ExOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CS5EoOX%2CQAGI%2CKAEI%3BA4EzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CS5EqOX%2CQAEI%2CKAEI%3BA4EzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CS5EsOX%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BA4E1OJ%2CMADH%2CIAAI%2COACA%2CIAAI%2CS5E%2BOX%2CQACI%2CKACI%3BA4EjPF%2CMADH%2CIAAI%2COACA%2CIAAI%2CS5E%2BOX%2CQACI%2CKAEI%3BEHoCV%2C6BAAA%3B%3BA%2BE9QoB%2CMATf%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMACM%2CKACG%2CYACG%3BAADJ%2CMATf%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMACM%2CKACG%2CYAEG%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAZpB%2CMADH%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMAWI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC5BpB%2CQAAQ%3BEhF%2BRR%2CgBAAA%3BEAAA%2C4BAAA%3BEiFnQA%2CcAAA%3BEjFmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEiFtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BEjF2OA%2CcAAA%3B%3BAiFxOI%2CQDvDI%2CKCoDR%2CEAGK%3BEjFwOL%2CcAAA%3B%3BAiFpOI%2CQD3DI%2CKCoDR%2CEAOK%3BEjFoOL%2CcAAA%3B%3BAgF%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE9CiGf%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9PW%2COpC8PX%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEnCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEiFrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BEhF2RR%2CgBAAA%3BEAAA%2C4BAAA%3BEiFnQA%2CcAAA%3BEjFmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEiFtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BEjF2OA%2CcAAA%3B%3BAiFxOI%2CQDnDI%2CMCgDR%2CEAGK%3BEjFwOL%2CcAAA%3B%3BAiFpOI%2CQDvDI%2CMCgDR%2CEAOK%3BEjFoOL%2CcAAA%3B%3BAgF3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE9CiGf%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSkFjRS%2COlFiRT%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEnCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEiFrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BEhFuRR%2CgBAAA%3BEAAA%2C4BAAA%3BEiFnQA%2CcAAA%3BEjFmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEiFtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BEjF2OA%2CcAAA%3B%3BAiFxOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BEjFwOL%2CcAAA%3B%3BAiFpOI%2CQDnDI%2CQC4CR%2CEAOK%3BEjFoOL%2CcAAA%3B%3BAgFvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BE9CiGf%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9PW%2COpC8PX%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEnCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEiFrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BEhFmRR%2CgBAAA%3BEAAA%2C4BAAA%3BEiFnQA%2CcAAA%3BEjFmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEiFtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BEjF2OA%2CcAAA%3B%3BAiFxOI%2CQD3CI%2COCwCR%2CEAGK%3BEjFwOL%2CcAAA%3B%3BAiFpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BEjFoOL%2CcAAA%3B%3BAgFnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BE9CiGf%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9PW%2COpC8PX%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEnCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEiFrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BEhF%2BQR%2CgBAAA%3BEAAA%2C4BAAA%3BEiFnQA%2CcAAA%3BEjFmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEiFtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BEjF2OA%2CcAAA%3B%3BAiFxOI%2CQDvCI%2CQCoCR%2CEAGK%3BEjFwOL%2CcAAA%3B%3BAiFpOI%2CQD3CI%2CQCoCR%2CEAOK%3BEjFoOL%2CcAAA%3B%3BAgF%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BE9CiGf%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSkFlRW%2COlFkRX%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEnCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEiFrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAErQJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BEnFkRA%2CmBAAA%3B%3BAmF9QA%3BEnF8QA%2CqBAAA%3BEmC9QA%2CqBAAA%3BEgDQI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAhDRJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoCvPQ%2COpCuPR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmF9QA%2CWhDkQE%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoF1BA%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BErFwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEqFhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BErF8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEqFxFA%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%3BErFqOL%2CiBAAA%3BEqFnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BErFgOL%2CiBAAA%3BEqF9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BErFgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAqF1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BErF0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAqFhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BErFgNF%2CYAAA%3B%3BAqF5MA%2CQDnFQ%2CQCmFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDpFQ%2CQCoFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDrFQ%2CQCqFP%2CMAAO%3BEACJ%2CcAAA%3B%3BADtFJ%2CQAAQ%2CQAOJ%2CSAAQ%2CQACJ%3BEACI%2CgBAAA%3B%3BAATZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAKJ%3BEACI%2CmBAAA%3B%3BAAbZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQASJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAgBJ%3BEACI%2CgBAAA%3B%3BAAEA%2CQA1BJ%2CQAOJ%2CSAAQ%2CQAgBJ%2COAGK%3BEACG%2CaAAA%3B%3BAA3BhB%2CQAAQ%2CQAOJ%2CSAAQ%2CQAwBJ%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAEvCJ%2CKAAK%3BEtF%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BEuF7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BEvFuQD%2C4BwF3RgC%2C2CxF2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEuFhQI%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%3BA%5C%2FB7BJ%3BEvDyRA%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEM0KA%2CuBAAA%3B%3BAiDncA%2CSjDqcE%3BEACE%2CsBAAA%3B%3BAiDtcJ%2CSjDycE%3BENhLF%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEMoLI%2CsBAAA%3BEACA%2CWAAA%3BENrLJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAMgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAiD5dJ%2CSAAC%3BEACG%2CmBAAA%3B%3BAAHR%2CSAMM%3BAANN%2CSAOM%2CUAAU%3BEvDkRhB%2CgBAAA%3B%3BAuDzRA%2CSAMM%2CSjDuwBJ%3BAiD7wBF%2CSAOM%2CUAAU%2CSjDswBd%3BENpfF%2CeAAA%3BEMwfI%2CqBAAA%3B%3BAAtOJ%2CSiDriBM%2CSjDqiBL%3BAAAD%2CSiDpiBM%2CUAAU%2CSjDoiBf%3BEACG%2CgBAAA%3B%3BAiD5iBJ%2CSAMM%2CSjD%2BiBJ%3BAiDrjBF%2CSAOM%2CUAAU%2CSjD8iBd%3BEN5RF%2CgBAAA%3B%3BAMqSI%2CSiDxjBE%2CSjD%2BiBJ%2CSASM%3BAAAJ%2CSiDvjBE%2CUAAU%2CSjD8iBd%2CSASM%3BEACA%2CaAAA%3B%3BAiD%5C%2FjBR%2CSAMM%2CSjD6jBN%2CQACI%3BAiDpkBJ%2CSAOM%2CUAAU%2CSjD4jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BANhiBR%2CSuD%5C%2FBM%2CSjDmkBN%2CQAAO%2CMNpiBN%3BAAAD%2CSuD9BM%2CUAAU%2CSjDkkBhB%2CQAAO%2CMNpiBN%3BAACD%2CSuDhCM%2CSjDmkBN%2CQAAO%2CMNniBN%3BAAAD%2CSuD%5C%2FBM%2CUAAU%2CSjDkkBhB%2CQAAO%2CMNniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSuDrCM%2CSjDmkBN%2CQAAO%2CMN9hBN%3BAAAD%2CSuDpCM%2CUAAU%2CSjDkkBhB%2CQAAO%2CMN9hBN%3BEACG%2CWAAA%3B%3BAuD5CJ%2CSAMM%2CSjDmkBN%2CQAAO%2CMAEH%3BAiD3kBJ%2CSAOM%2CUAAU%2CSjDkkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSiD1kBE%2CSjDmkBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CSiDzkBE%2CUAAU%2CSjDkkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSiD9kBE%2CSjDmkBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CSiD7kBE%2CUAAU%2CSjDkkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CSiDllBE%2CSjDmkBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CSiDjlBE%2CUAAU%2CSjDkkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSiDtlBE%2CSjDmkBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CSiDrlBE%2CUAAU%2CSjDkkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BAiD7lBR%2CSAMM%2CSjD2lBN%3BAiDjmBA%2CSAOM%2CUAAU%2CSjD0lBhB%3BENpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEMyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BAiDrmBJ%2CSAMM%2CSjD2lBN%2COAMI%3BAiDvmBJ%2CSAOM%2CUAAU%2CSjD0lBhB%2COAMI%3BAiDvmBJ%2CSAMM%2CSjD2lBN%2COAOI%3BAiDxmBJ%2CSAOM%2CUAAU%2CSjD0lBhB%2COAOI%3BAiDxmBJ%2CSAMM%2CSjD2lBN%2COAQI%3BAiDzmBJ%2CSAOM%2CUAAU%2CSjD0lBhB%2COAQI%3BENhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEMwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAiD9mBR%2CSAMM%2CSjD2lBN%2COAgBI%3BAiDjnBJ%2CSAOM%2CUAAU%2CSjD0lBhB%2COAgBI%3BAiDjnBJ%2CSAMM%2CSjD2lBN%2COAiBI%3BAiDlnBJ%2CSAOM%2CUAAU%2CSjD0lBhB%2COAiBI%3BENzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3BENiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEM0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CSiDzXM%2CSjD2lBN%2COAgBI%2CWAlPH%3BAAAD%2CSiDxXM%2CUAAU%2CSjD0lBhB%2COAgBI%2CWAlPH%3BAAAD%2CSiDzXM%2CSjD2lBN%2COAiBI%2CUAnPH%3BAAAD%2CSiDxXM%2CUAAU%2CSjD0lBhB%2COAiBI%2CUAnPH%3BENtGD%2CYAAA%3B%3BAMqHA%2CSiDxYM%2CSjD2lBN%2COAgBI%2CWAnOH%3BAAAD%2CSiDvYM%2CUAAU%2CSjD0lBhB%2COAgBI%2CWAnOH%3BAAAD%2CSiDxYM%2CSjD2lBN%2COAiBI%2CUApOH%3BAAAD%2CSiDvYM%2CUAAU%2CSjD0lBhB%2COAiBI%2CUApOH%3BENrHD%2CcAAA%3B%3BAM0HA%2CSiD7YM%2CSjD2lBN%2COAgBI%2CWA9NH%3BAAAD%2CSiD5YM%2CUAAU%2CSjD0lBhB%2COAgBI%2CWA9NH%3BAAAD%2CSiD7YM%2CSjD2lBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CSiD5YM%2CUAAU%2CSjD0lBhB%2COAiBI%2CUA%5C%2FNH%3BEN1HD%2CcAAA%3B%3BAM%2BHA%2CSiDlZM%2CSjD2lBN%2COAgBI%2CWAzNH%3BAAAD%2CSiDjZM%2CUAAU%2CSjD0lBhB%2COAgBI%2CWAzNH%3BAAAD%2CSiDlZM%2CSjD2lBN%2COAiBI%2CUA1NH%3BAAAD%2CSiDjZM%2CUAAU%2CSjD0lBhB%2COAiBI%2CUA1NH%3BEN%5C%2FHD%2CcAAA%3B%3BAuDzRA%2CSAMM%2CSjD2lBN%2COA0BI%3BAiD3nBJ%2CSAOM%2CUAAU%2CSjD0lBhB%2COA0BI%3BEACI%2CWAAA%3BENnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAuD3bT%2CSAMM%2CSjD2nBN%3BAiDjoBA%2CSAOM%2CUAAU%2CSjD0nBhB%3BENxWA%2CgBAAA%3B%3BAMugBI%2CSiD1xBE%2CSjDwxBL%2CSAAY%2CSAER%3BAAAD%2CSiDzxBE%2CUAAU%2CSjDuxBf%2CSAAY%2CSAER%3BAAAD%2CSiD1xBE%2CSjDyxBL%2CUAAa%2CSACT%3BAAAD%2CSiDzxBE%2CUAAU%2CSjDwxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BENxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAuDzRA%2CSAMM%2CSjD%2BzBN%3BAiDr0BA%2CSAOM%2CUAAU%2CSjD8zBhB%3BEN5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAAMA%2CSoBXM%2CSjD%2BzBN%2CM6BpzBC%3BAAAD%2CSoBVM%2CUAAU%2CSjD8zBhB%2CM6BpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoBlVQ%2CSAVF%2CSAUG%2COACG%3BAADJ%2CSATF%2CUAAU%2CSASP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CSAiBE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAjBzB%2CUAAU%2CSAgBR%3BEAEQ%2CmBAAA%3B%3BAAzBhB%2CSAMM%2CSAuBE%2COAAM%3BAA7Bd%2CSAOM%2CUAAU%2CSAsBR%2COAAM%3BEACF%2CmBAAA%3B%3BAAEA%2CSA1BN%2CSAuBE%2COAAM%2COAGD%3BAAAD%2CSAzBN%2CUAAU%2CSAsBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAjChB%2CSAMM%2CSA%2BBE%2CMAAK%3BAArCb%2CSAOM%2CUAAU%2CSA8BR%2CMAAK%3BEACD%2CaAAA%3B%3BAAKZ%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACI%3BEACI%2CgBAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKAGG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAAKZ%3BAACA%2CGAAG%3BEACC%2CeAAA%3B%3BAAGJ%3BEvDuMA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAuD%5C%2FLgB%2CwBAHZ%2CMACK%2CSACG%2CIAAG%2CgBACE%3BEACG%2CwBAAA%3B%3BAAOpB%2CMAAO%3BE8BnFP%2CkBAAA%3B%3BA9BmFA%2CMAAO%2CS8BjFP%3BErFwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEqFhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BErF8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEqFvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CM9BuDG%2CS8BjFP%2CiBA0BK%3BAACD%2CM9BsDG%2CS8BjFP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CM9B8CG%2CS8BjFP%2CiBAmCK%3BErFqOL%2CiBAAA%3BEqFnOQ%2CyBAAA%3B%3BAAGJ%2CM9ByCG%2CS8BjFP%2CiBAwCK%3BErFgOL%2CiBAAA%3BEqF9NQ%2CyBAAA%3B%3BAA0GR%2CM9BnEO%2CS8BjFP%2CiBAoJC%3BAACD%2CM9BpEO%2CS8BjFP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CM9BxEO%2CS8BjFP%2CiBAyJC%3BErF%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAqFzGA%2CM9B9EO%2CS8BjFP%2CiBA%2BJC%3BErFyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAqFhNA%2CM9ByBO%2CS8BzBL%3BErFgNF%2CYAAA%3B%3BAqF5MA%2CM9BqBO%2CS8BrBL%2CgBAA2B%2CMAAS%3BAACtC%2CM9BoBO%2CS8BpBL%2CgBAA2B%2CMAAS%3BAACtC%2CM9BmBO%2CS8BnBN%2CMAAO%3BEACJ%2CcAAA%3B%3BA9BkBJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BElDgHN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CcAAA%3BEmC9QA%2CqBAAA%3BEoB%2BGQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAlDiHR%2CgBkD5HM%2CyBlD4HL%3BAACD%2CgBkD7HM%2CyBlD6HL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBkDlIM%2CyBlDkIL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBkDvIM%2CyBlDuIL%3BAACD%2CgBkDxIM%2CyBlDwIL%3BAACD%2CQAAQ%2CUAAW%2CiBkDzIb%3BElD0IF%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAuD1KA%2CgBACM%2CyBpB6JJ%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CgBoB%2BFM%2CyBpB%5C%2FFL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9OY%2COpC8OZ%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoBrOQ%2CgBAbF%2CyBAaG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAASZ%2CQACI%3BEACI%2CSAAA%3B%3BAAII%2CQALR%2CUAGM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQALR%2CUAII%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAAPhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAMR%3BAAVZ%2CQACI%2CUAII%2CQAAU%2CSAKN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAaR%3BAAjBZ%2CQACI%2CUAII%2CQAAU%2CSAYN%3BEACI%2CWAAA%3B%3BAxDzJhB%3BEACI%2CaEAW%2CYFAX%3BEACA%2CSAAS%2C6BAAsB%2COAAO%2CcAClC%2C4BAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA0FZJ%3BAACA%2CCAAC%2COAAO%3BArFoSR%2CoBA4NI%2CiBAKM%3BAqFrgBV%2CCjB4DA%3BAiB5DA%2CCjBgEA%3BExE6NA%2CkBAAA%3B%3BAyFxRI%2CMAAC%3BArF%2BRL%2CoBA4NI%2CiBAKM%2CUqFhgBL%3BEzFwRL%2C%2BCAAA%3B%3BAyFnRA%2CCAAC%2COAAO%3BAAAR%2CCjBkDA%3BAiBlDA%2CCjBsDA%3BExE6NA%2CqBAAA%3BEKxHA%2CqBAAA%3B%3BAAEA%2CCoF7JC%2COAAO%2CQpF6JP%3BAACD%2CCoF9JC%2COAAO%2CQpF8JP%3BAACD%2CCoF%5C%2FJC%2COAAO%2CQpF%2BJP%3BAAFD%2CCmE3GA%2CgBnE2GC%3BAACD%2CCmE5GA%2CgBnE4GC%3BAACD%2CCmE7GA%2CgBnE6GC%3BAAFD%2CCmEvGA%2CanEuGC%3BAACD%2CCmExGA%2CanEwGC%3BAACD%2CCmEzGA%2CanEyGC%3BEACG%2CqBAAA%3B%3BAoF5JJ%2COAAO%3BAACP%3BAjB6CA%3BAAIA%3BEnEpBA%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2COoFnEO%2CQpFmEN%3BAAAD%2CeAAC%3BAACD%2COoFpEO%2CQpFoEN%3BAAAD%2CeAAC%3BAmEtBD%2CgBnEqBC%3BAmErBD%2CgBnEsBC%3BAmElBD%2CanEiBC%3BAmEjBD%2CanEkBC%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2COoFhFO%2CQpFgFN%3BAAAD%2CeAAC%3BAmElCD%2CgBnEkCC%3BAmE9BD%2CanE8BC%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2COoF5FO%2CQpF4FN%3BAAAD%2CeAAC%3BAACD%2COoF7FO%2CQpF6FN%3BAAAD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%2CQoF9FZ%3BApF8FP%2CQAAQ%2CUAAW%3BAmEhDnB%2CgBnE8CC%3BAmE9CD%2CgBnE%2BCC%3BAACD%2CQAAQ%2CUmEhDR%3BAAIA%2CanE0CC%3BAmE1CD%2CanE2CC%3BAACD%2CQAAQ%2CUmE5CR%3BExE6NA%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAqFlHJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAD7JJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BADhKR%2CQAAQ%2CKAAK%2CMCoKX%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA3F7HJ%2CQ0F5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ3FxHN%3BAACD%2CQ0F7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ3FvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQ0FlDQ%2CKAAK%2CMCoKX%2CQAAK%2CQ3FlHN%3BEACG%2CWAAA%3B%3BA2FwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMC4NP%2CQAAK%3BE3FoEX%2CSAAA%3B%3BA0FhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BE3F0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQ2F%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU5FvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQ2FpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU5FlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQ2FzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU5F7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA2FzBI%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%3BE3FsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA0FhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BE3FcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3BA4FhSA%2CMC8VE%3BE7F1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4F3BA%2CMCmHA%3BE7F%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BE6FgEA%2CmBAAA%3BE7FpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BA4FhSA%2CMC6HA%3BE7FmKA%2CiBAAA%3BEAAA%2CiBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BA4FhSA%2CMC6HA%2CMAUI%3BE7FnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4F3BA%2CMC4IA%2CEAAC%3BE7FoJD%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BA6FtII%2CMAdJ%2CEAAC%2CKAcI%3BE7FsIL%2CcAAA%3B%3BA6F1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BE7F0HL%2CcAAA%3BEAAA%2CqBAAA%3B%3BA6F7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BE7F6GL%2CcAAA%3B%3BA4FhSA%2CMCgMA%2COAAM%3BE7FgGN%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BA4FhSA%2CMCqNA%3BE7F2EA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BA6F7DI%2CMAdJ%2CQAcK%3BE7F6DL%2CcAAA%3B%3BA6FjDI%2CMA1BJ%2CQA0BK%3BE7FiDL%2CcAAA%3BEAAA%2CqBAAA%3B%3BA6FpCI%2CMAvCJ%2CQAuCK%3BE7FoCL%2CcAAA%3B%3BA6FxBI%2CMAnDJ%2CQAmDK%3BE7FwBL%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BA0D4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BE7F9FL%2CcAAA%3B%3BA6FoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BE7FpGL%2CcAAA%3B%3BA6FxBI%2CMAnDJ%2CQAmDK%2CK1DYH%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CM0D6LA%2CQAmDK%2CK1DhPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoCxPQ%2COpCwPR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CM0DgLJ%2CQAmDK%2CK1DpOJ%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2CM0D0KJ%2CQAmDK%2CK1D9NJ%2COACI%3BEnCqPL%2CcAAA%3B%3BA6FNI%2CMArEJ%2CQAqEK%3BE7FML%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BA0D4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BE7F9FL%2CcAAA%3B%3BA6FoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BE7FpGL%2CcAAA%3B%3BA6FNI%2CMArEJ%2CQAqEK%2CS1DNH%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CM0D6LA%2CQAqEK%2CS1DlQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoCzOQ%2COpCyOR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CM0DgLJ%2CQAqEK%2CS1DtPJ%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2CM0D0KJ%2CQAqEK%2CS1DhPJ%2COACI%3BEnCqPL%2CcAAA%3B%3BA4FhSA%2CMAGI%3BEACI%2CWAAA%3B%3BAAEA%2CMAHJ%2CQAGK%3BEACG%2CkBAAA%3B%3BAAGJ%2CMAPJ%2CQAOK%3BEACG%2CiBAAA%3B%3BAlEXZ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CkBAAA%3BEAWA%2CmBAAA%3B%3BAAdR%2CgBACM%2CWAIE%3BAALR%2CgBAEM%2CaAGE%3BEAEI%2CmBAAA%3B%3BAAEA%2CgBARN%2CWAIE%2CQAIK%3BAAAD%2CgBAPN%2CaAGE%2CQAIK%3BEACG%2CgBAAA%3B%3BAAKR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAoBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BAoEtBZ%3BE9FgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BA8FhSA%2CYCoEA%3BE%5C%2FF4NA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA%2BFtHA%2CYCoEA%2COhGwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BA%2BF9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BE%5C%2FFkNA%2CcAAA%3BEAAA%2CqBAAA%3B%3BA%2BFpMI%2CYAdJ%2CEAcK%3BE%5C%2FFoML%2CcAAA%3BEAAA%2CqBAAA%3B%3BA%2BFvLI%2CYA3BJ%2CEA2BK%3BE%5C%2FFuLL%2CcAAA%3BEAAA%2C0BAAA%3B%3BA%2BF1KI%2CYAxCJ%2CEAwCK%3BE%5C%2FF0KL%2CcAAA%3BEAAA%2CqBAAA%3B%3BA8FhSA%2CYCoIA%3BE%5C%2FF4JA%2CgBAAA%3B%3BA8FhSA%2CYC4JI%2CMAAK%2CIAAI%3BE%5C%2FFoIb%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAAMA%2CY4DsFI%2CMAAK%2CIAAI%2Ca5DtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CSoCxPQ%2COpCwPR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CcAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA6D9VY%2CUAFP%2CMACG%2CQACK%3BEhGqRb%2CkBAAA%3BEgGjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEhG6QhB%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAgGrRY%2CUAFP%2CMACG%2CQACK%2CM7DyQX%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CU6DfK%2CMACG%2CQACK%2CM7DaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC1OU%2COpC0OV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU6D5BC%2CMACG%2CQACK%2CM7DyBZ%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2CU6DlCC%2CMACG%2CQACK%2CM7D%2BBZ%2COACI%3BEnCqPL%2CcAAA%3B%3BAK7CA%2CU2F1OK%2CMACG%2CQACK%2CM3FwOZ%3BAACD%2CU2F3OK%2CMACG%2CQACK%2CM3FyOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU2FhPK%2CMACG%2CQACK%2CM3F8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU2FrPK%2CMACG%2CQACK%2CM3FmPZ%3BAACD%2CU2FtPK%2CMACG%2CQACK%2CM3FoPZ%3BAACD%2CQAAQ%2CUAAW%2CW2FvPd%2CMACG%2CQACK%3BE3FsPT%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAgGtPA%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAhGubJ%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%3BAyE5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BEzEiQR%2CiBAAA%3BEyE%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BEzE%2BOR%2CiBAAA%3B%3BAyE5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BEzE2OZ%2CiBAAA%3B%3BAyEjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BEzEuOR%2CiBAAA%3B%3BAiG%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BEjGuJA%2CYAAA%3B%3BAiGnJA%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%3BEjGwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEiGrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BEjG8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAiG5NA%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%3BEjG8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAiGtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BEjGgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAiGhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEjGoHJ%2CwBAAA%3B%3BAiG9IA%2CYA8BI%3BEjGgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAiG1GA%3BEjG0GA%2CYAAA%3BEiGvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BEjGmMJ%2CgBAAA%3B%3BAiG9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BEjGuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEiG5UJ%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%3BEjGgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAiG1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BEjGsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAiG9OR%2CYAqCI%3BEjGqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAiG1GA%2CYA0CI%3BEACI%2CgBAAA%3BEjG%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAiG1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BE7F4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEmC9QA%2CqBAAA%3BE%2BDkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BA7F6MR%2Ca6FxNI%2Cc7FwNH%3BAAAD%2CY6FxNI%2Cc7FwNH%3BAAAD%2CY6FxNI%2Cc7FwNH%3BAACD%2Ca6FzNI%2Cc7FyNH%3BAAAD%2CY6FzNI%2Cc7FyNH%3BAAAD%2CY6FzNI%2Cc7FyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2Ca6F9NI%2Cc7F8NH%3BAAAD%2CY6F9NI%2Cc7F8NH%3BAAAD%2CY6F9NI%2Cc7F8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2Ca6FnOI%2Cc7FmOH%3BAAAD%2CY6FnOI%2Cc7FmOH%3BAAAD%2CY6FnOI%2Cc7FmOH%3BAACD%2Ca6FpOI%2Cc7FoOH%3BAAAD%2CY6FpOI%2Cc7FoOH%3BAAAD%2CY6FpOI%2Cc7FoOH%3BAACD%2CQAAQ%2CUAAW%2Cc6FrOf%3BA7FqOJ%2CQAAQ%2CUAAW%2Ca6FrOf%3BA7FqOJ%2CQAAQ%2CUAAW%2Ca6FrOf%3BE7FsOA%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAkGxQA%2CaAGI%2Cc%5C%2FDyPF%3BA%2BD3PF%2CYAEI%2Cc%5C%2FDyPF%3BA%2BD1PF%2CYACI%2Cc%5C%2FDyPF%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2Ca%2BDGI%2Cc%5C%2FDHH%3BAAAD%2CY%2BDGI%2Cc%5C%2FDHH%3BAAAD%2CY%2BDGI%2Cc%5C%2FDHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC1OU%2COpC0OV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca%2BDVA%2Cc%5C%2FDSH%2CMACI%3BAAAD%2CY%2BDVA%2Cc%5C%2FDSH%2CMACI%3BAAAD%2CY%2BDVA%2Cc%5C%2FDSH%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2Ca%2BDhBA%2Cc%5C%2FDeH%2COACI%3BAAAD%2CY%2BDhBA%2Cc%5C%2FDeH%2COACI%3BAAAD%2CY%2BDhBA%2Cc%5C%2FDeH%2COACI%3BEnCqPL%2CcAAA%3B%3BAkGvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BElG%2BOJ%2CYAAA%3B%3BAkG1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BElGuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEkGnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAKI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BElG6MA%2CwCAAA%3BEkG3MI%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%3BA7D7EZ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEHqHA%2CqBAAA%3BEACA%2CkBAAA%3BEGrGI%2C2BAAA%3B%3BArCDJ%2CwBAAC%3BAACD%2CwBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CWAAA%3B%3BAqCvBJ%2CwBHqaA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAGvaJ%2CwBH0aA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAG5aJ%2CwBH0bA%2COAAM%3BAG1bN%2CwBjC2QA%2CqBA4NI%2CiBAKM%2CU8BlDJ%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAG5bJ%2CwBH%2BbA%2COAAS%3BAG%5C%2FbT%2CwBjC2QA%2CqBA4NI%2CiBAKM%2CU8B7CD%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAGlcJ%2CwBHmIA%3BElCiIA%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAAMA%2CwBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBD4EJ%2CeC7EC%2CMACI%3BEnC6ML%2CWAAA%3B%3BAmCvMI%2CwBDsEJ%2CeCvEC%2COACI%3BEnCuML%2CcAAA%3B%3BAkCuHA%2CwBAxPA%2CeAwPC%3BElCvHD%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAAMA%2CwBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC%5C%2FNM%2COpC%2BNN%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BEnC6ML%2CWAAA%3B%3BAmCvMI%2CwBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BEnCuML%2CcAAA%3B%3BAqCpQA%2CwBH2MA%3BElCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEkChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BElC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAqCpQA%2CwBH2MA%2COAsBI%3BElCmCJ%2CSAAA%3BEAAA%2CoCAAA%3B%3BAkC3BQ%2CwBA9BR%2COAsBI%2CGAQK%3BElC2BT%2CmBAAA%3BEkCzBY%2CeAAA%3B%3BAAuTZ%2CwBAvVA%2COAuVC%3BAACD%2CwBAxVA%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CwBAjWA%2COAiWC%3BEACG%2CiBAAA%3BElCzSJ%2CsDAAA%3BEkC2SI%2CWAAA%3B%3BAAGJ%2CwBAvWA%2COAuWC%3BEACG%2CiBAAA%3BElC%5C%2FSJ%2CsDAAA%3BEkCiTI%2CWAAA%3B%3BAAzDJ%2CwBAjTA%2COAiTC%3BElCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAkC6PA%2CwBAtTA%2COAsTC%3BElC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAkCZA%2CwBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CwBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAG5PR%2CwBAmBI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAtBR%2CwBAmBI%2COAKI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAKI%2CwBAfZ%2COAaI%2CMACK%2CWACI%3BErCkOjB%2CmBAAA%3B%3BAqCpQA%2CwBAmBI%2COAaI%2CMAOI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CwBA5BZ%2COAaI%2CMAcI%2CQACK%3BEhC4JjB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CwBgCpMI%2COAaI%2CMAcI%2CQACK%2CIhCwKhB%3BAACD%2CwBgCrMI%2COAaI%2CMAcI%2CQACK%2CIhCyKhB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBgC1MI%2COAaI%2CMAcI%2CQACK%2CIhC8KhB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBgC%5C%2FMI%2COAaI%2CMAcI%2CQACK%2CIhCmLhB%3BAACD%2CwBgChNI%2COAaI%2CMAcI%2CQACK%2CIhCoLhB%3BAACD%2CQAAQ%2CUAAW%2CyBgCjNf%2COAaI%2CMAcI%2CQACK%3BEhCsLb%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAqCzMQ%2CwBADF%2CUACG%3BEACG%2CmBAAA%3B%3BAAKJ%2C4BADyB%2CyBACxB%2COACG%3BEACI%2CQAAA%3B%3BAAEA%2C4BALiB%2CyBACxB%2COACG%2COAGK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C4BAViB%2CyBACxB%2COACG%2COAQK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAOpB%2CKAAK%2CcAAe%3BEAChB%2CwBAAA%3B%3BAADJ%2CKAAK%2CcAAe%2CyBAGhB%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CKAAK%2CcAAe%2CyBAQd%2CUAAO%2COAAO%3BEAEZ%2CcAAA%3BEACA%2CsBAAA%3B%3BAAKJ%2CcAAe%3BErCiKnB%2CqBAAA%3BEmC9QA%2CqBAAA%3BEEmHQ%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAFnHR%2CcEuGmB%2CyBFvGlB%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCvRiB%2COrCuRjB%3BEAAA%2CamGvRuB%2CenGuRvB%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAE5NQ%2CcAdW%2CyBAcV%3BEACG%2CmBAAA%3B%3BAAGJ%2CcAlBW%2CyBAkBV%3BAACD%2CcAnBW%2CyBAmBV%3BAACD%2CcApBW%2CyBAoBV%3BErC6IT%2CWAAA%3B%3BAqCzIQ%2CcAxBW%2CyBAwBV%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CcA9BO%2CyBA6BV%2COACI%3BEACG%2CkBAAA%3B%3BAAOJ%2CYAFK%2CyBACR%2COACI%3BEACG%2CcAAA%3BEACA%2CsBAAA%3B%3BAAIA%2CYARC%2CyBACR%2COAMI%2COACI%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAZH%2CyBACR%2COAMI%2COACI%2CMAII%3BEACG%2CcAAA%3B%3BAAQxB%2CeACI%2CiBACI%3BEACI%2CeAAA%3B%3BAAHZ%2CeAOI%3BEACI%2CqBAAA%3B%3BAAIR%2CiBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CiBACI%2CKASI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAbZ%2CiBACI%2CKAeI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CiBAnBR%2CKAeI%2CqBAIK%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAArBhB%2CiBACI%2CKAeI%2CqBAQI%3BEACI%2CeAAA%3B%3BAAzBhB%2CiBA8BI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAnCR%2CiBAsCI%3BEtCpKJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3BEsC4IA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAzCR%2CiBAsCI%2C0BAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAA7CZ%2CiBAsCI%2C0BAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAnDZ%2CiBAsCI%2C0BAUI%2CsBAKI%3BEACI%2CSAAA%3B%3BAAtDhB%2CiBAsCI%2C0BAUI%2CsBAKI%2CGAGI%3BAAxDhB%2CiBAsCI%2C0BAUI%2CsBAKI%2CGAII%3BEACI%2CeAAA%3B%3BAA1DpB%2CiBAgEI%3BEAEI%2CiBAAA%3B%3BAAMI%2CiBARR%2CiBAIM%2CeAIG%3BAAAD%2CiBARR%2CiBAKM%2CiBAGG%3BErCoBb%2C%2BBAAA%3B%3BAqC5FA%2CiBAgEI%2CiBAaM%3BErCeV%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAEkLA%2CiBAgEI%2CiBAaM%2CiBFGR%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CiBE4OI%2CiBAaM%2CiBFzPT%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC5PS%2COpC4PT%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBE%2BNA%2CiBAaM%2CiBF7OT%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CiBEyNA%2CiBAaM%2CiBFvOT%2COACI%3BEnCqPL%2CcAAA%3B%3BAqC5FA%2CiBAgEI%2CiBAwBM%3BErCIV%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAEkLA%2CiBAgEI%2CiBAwBM%2CeFRR%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CiBE4OI%2CiBAwBM%2CeFpQT%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCtRa%2COrCsRb%3BEAAA%2CamGvRuB%2CenGuRvB%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBE%2BNA%2CiBAwBM%2CeFxPT%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CiBEyNA%2CiBAwBM%2CeFlPT%2COACI%3BEnCqPL%2CcAAA%3B%3BAqC5FA%2CiBAqGI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGI%2CiBANR%2CYAKM%2CIAAC%2CYACE%3BEACG%2CmBAAA%3B%3BAAMhB%3BEACI%2CqBAAA%3B%3BAAWI%2CkBADJ%2CQACK%3BEACG%2CaAAA%3B%3BAAHZ%2CkBAOI%3BEACI%2CmBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BErC9CR%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEgC4IY%2CgBAAA%3B%3BAtCnMZ%2C0BsC8LI%2CcACI%2CWtC%5C%2FLP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BsCyLI%2CcACI%2CWtC1LP%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BsCoLI%2CcACI%2CWtCrLP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2C0BgCqII%2CcACI%2CWhCtIP%3BAACD%2C0BgCoII%2CcACI%2CWhCrIP%3BAACD%2C0BgCmII%2CcACI%2CWhCpIP%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BgC8HI%2CcACI%2CWhC%5C%2FHP%3BAACD%2C0BgC6HI%2CcACI%2CWhC9HP%3BAACD%2CQAAQ%2CUAAW%2C2BgC4Hf%2CcACI%3BErC9CR%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAgCiIJ%3BEAEI%2CmBAAA%3BEAEA%2CiBAAA%3B%3BAAJJ%2CuBAMI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2C6BAGI%3BEACI%2CmBAAA%3B%3BAAJR%2C6BAGI%2CwBAGI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAVZ%2C6BAkBI%3BAAlBJ%2C6BAmBI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAArBR%2C6BAwBI%3BEACI%2CkBAAA%3B%3BAAUR%3BEACI%2CmBAAA%3B%3BAAGJ%2CmBACI%3BEACI%2CgBAAA%3B%3BAAOI%2CcAFR%2CmBACI%2CyBACK%2COACG%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CcARZ%2CmBACI%2CyBACK%2COAMI%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAOpB%2CsBAEI%3BAADJ%2C4BACI%3BEACI%2CiBAAA%3B%3BAAOI%2CkCAFR%2CkBACI%2CKACK%3BEACG%2CaAAA%3B%3BAASJ%2CmCAFP%2CQACG%2CQACK%3BEACG%2CiBAAA%3B%3BAAJhB%2CmCASI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAZR%2CmCASI%2C8BAKI%3BEACI%2CgBAAA%3B%3BAAfZ%2CmCASI%2C8BASI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CmCAwBI%2CkBACI%3BEACI%2CaAAA%3B%3BAAIA%2CmCANR%2CkBAKI%2CKACK%3BEACG%2CWAAA%3B%3BAAGJ%2CmCAVR%2CkBAKI%2CKAKK%3BEACG%2CUAAA%3B%3BAADJ%2CmCAVR%2CkBAKI%2CKAKK%2CaAGG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIR%2CmCAlBR%2CkBAKI%2CKAaK%3BEACG%2CgBAAA%3B%3BAAGJ%2CmCAtBR%2CkBAKI%2CKAiBK%3BAACD%2CmCAvBR%2CkBAKI%2CKAkBK%3BAACD%2CmCAxBR%2CkBAKI%2CKAmBK%3BEACG%2CiBAAA%3B%3BAAjDhB%2CmCAwBI%2CkBAKI%2CKAuBI%2CmBACI%3BEACI%2CoBAAA%3B%3BAAtDpB%2CmCAwBI%2CkBAKI%2CKA6BI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA5DhB%2CmCAwBI%2CkBAKI%2CKAkCI%3BEACI%2CiBAAA%3B%3BAAhEhB%2CmCAwBI%2CkBAKI%2CKAkCI%2CqBAGI%3BEACI%2CeAAA%3B%3BAAnEpB%2CmCAwBI%2CkBAKI%2CKA0CI%3BEACI%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA5EhB%2CmCAwBI%2CkBAwDI%3BEACI%2CaAAA%3B%3BAAjFZ%2CmCAwBI%2CkBA4DI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAtFZ%2CmCAwBI%2CkBAiEI%2CMACI%3BEACI%2C6BAAA%3B%3BAA3FhB%2CmCAgGI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtGR%2CmCAgGI%2CWAQI%3BEACI%2CYAAA%3B%3BAAKZ%2CoBACI%3BEAEI%2CSAAA%3B%3BAAIA%2CoBADJ%2CyBAA2B%2CUAAO%2COAC7B%3BEACG%2CcAAA%3BEACA%2CsBAAA%3B%3BAAgRhB%2CQAd0B%3BEACtB%2CoBAAqB%3BIrCrXrB%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEqCmXR%2CoBAAqB%2CoBAGjB%3BIACI%2CmBAAA%3B%3B%3BAA8dZ%3BEATI%2CmCACI%2CeACI%3BIACI%2CkBAAA%3B%3B%3B%3B%3B%3B%3BAMlwCZ%2CmBACI%3BAADJ%2CmBAEI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CmBAOI%3BAAPJ%2CmBAQI%3BEACI%2CcAAA%3B%3BAATR%2CmBAgBI%2C2BAEI%2CIAAG%3BAAlBX%2CmBAiBI%2CyBACI%2CIAAG%3BEACC%2CqBAAA%3BEACA%2CkBAAA%3B%3BAApBZ%2CmBAgBI%2C2BAOI%2CIAAG%3BAAvBX%2CmBAiBI%2CyBAMI%2CIAAG%3BEACC%2CoBAAA%3B%3BAAxBZ%2CmBAgBI%2C2BAWI%2CIAAG%3BAA3BX%2CmBAiBI%2CyBAUI%2CIAAG%3BEACC%2CWAAA%3BEACA%2CuBAAA%3B%3BAA7BZ%2CmBAgBI%2C2BAgBI%2CIAAG%2CsBAAsB%3BAAhCjC%2CmBAiBI%2CyBAeI%2CIAAG%2CsBAAsB%3BAAhCjC%2CmBAgBI%2C2BAiBI%3BAAjCR%2CmBAiBI%2CyBAgBI%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAnCZ%2CmBAgBI%2C2BAsBI%3BAAtCR%2CmBAiBI%2CyBAqBI%3BEACI%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CuBAAuB%2CYAAY%2CYAE%5C%2FB%2CkBAAiB%3BAADrB%2CsBAAsB%2CYAAY%2CYAC9B%2CkBAAiB%3BEACb%2CsBAAA%3B%3BAAIR%2CuBAGI%2CkBAEI%2CGAAE%3BAAJV%2CsBAEI%2CkBAEI%2CGAAE%3BEACE%2CYAAA%3B%3BAANZ%2CuBAGI%2CkBAMI%3BAARR%2CsBAEI%2CkBAMI%3BEACI%2CYAAA%3B%3BAAVZ%2CuBAGI%2CkBAUI%2COAAM%3BAAZd%2CsBAEI%2CkBAUI%2COAAM%3BEACF%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAhBZ%2CuBAGI%2CkBAgBI%3BAAlBR%2CsBAEI%2CkBAgBI%3BEACI%2C6BAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAxBZ%2CuBAGI%2CkBAwBI%3BAA1BR%2CsBAEI%2CkBAwBI%3BEACI%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CgBAAA%3B%3BAA7BZ%2CuBAGI%2CkBA6BI%2CsCAAsC%3BAA%5C%2FB9C%2CsBAEI%2CkBA6BI%2CsCAAsC%3BEAClC%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvCZ%2CuBAGI%2CkBA6BI%2CsCAAsC%2COASlC%3BAAxCZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COASlC%3BEACI%2CWAAA%3B%3BAA1ChB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAalC%3BAA5CZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAalC%3BAA7CZ%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAclC%3BAA7CZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAclC%3BAA9CZ%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAelC%3BAA9CZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAelC%3BAA%5C%2FCZ%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAgBlC%3BAA%5C%2FCZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAgBlC%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAnDhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAalC%2CcAQI%3BAApDhB%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAalC%2CcAQI%3BAArDhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAclC%2CWAOI%3BAApDhB%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAclC%2CWAOI%3BAArDhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAelC%2CgBAMI%3BAApDhB%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAelC%2CgBAMI%3BAArDhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAgBlC%2CkBAKI%3BAApDhB%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAgBlC%2CkBAKI%3BAArDhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAalC%2CcvC8LZ%2CqBA4NI%2CiBAKM%3BAuC3cV%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAalC%2CcvC8LZ%2CqBA4NI%2CiBAKM%3BAuC5cV%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAclC%2CWvC6LZ%2CqBA4NI%2CiBAKM%3BAuC3cV%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAclC%2CWvC6LZ%2CqBA4NI%2CiBAKM%3BAuC5cV%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAelC%2CgBvC4LZ%2CqBA4NI%2CiBAKM%3BAuC3cV%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAelC%2CgBvC4LZ%2CqBA4NI%2CiBAKM%3BAuC5cV%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAgBlC%2CkBvC2LZ%2CqBA4NI%2CiBAKM%3BAuC3cV%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAgBlC%2CkBvC2LZ%2CqBA4NI%2CiBAKM%3BEuCtZU%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA1DpB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA8BlC%2CkBAAkB%3BAA7D9B%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA8BlC%2CkBAAkB%3BAA9D9B%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA8BlC%2CkBvC6KZ%2CqBA4NI%2CiBAKM%3BAuC3cV%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA8BlC%2CkBvC6KZ%2CqBA4NI%2CiBAKM%3BEuC7YM%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAjEZ%2CkBA6BI%2CsCAAsC%2COA8BlC%2CkBAAkB%2COAMb%3BAAAD%2CsBAjEZ%2CkBA6BI%2CsCAAsC%2COA8BlC%2CkBAAkB%2COAMb%3BAAAD%2CuBAjEZ%2CkBA6BI%2CsCAAsC%2COA8BlC%2CkBvC6KZ%2CqBA4NI%2CiBAKM%2CUuCxYO%3BAAAD%2CsBAjEZ%2CkBA6BI%2CsCAAsC%2COA8BlC%2CkBvC6KZ%2CqBA4NI%2CiBAKM%2CUuCxYO%3BEACG%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAzEpB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA6ClC%3BAA5EZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA6ClC%3BAA7EZ%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA8ClC%3BAA7EZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA8ClC%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjFhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA6ClC%2CiBAMI%3BAAlFhB%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA6ClC%2CiBAMI%3BAAnFhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA8ClC%2CcAKI%3BAAlFhB%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA8ClC%2CcAKI%3BAAnFhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA6ClC%2CiBvC8JZ%2CqBA4NI%2CiBAKM%3BAuC3cV%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA6ClC%2CiBvC8JZ%2CqBA4NI%2CiBAKM%3BAuC5cV%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA8ClC%2CcvC6JZ%2CqBA4NI%2CiBAKM%3BAuC3cV%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA8ClC%2CcvC6JZ%2CqBA4NI%2CiBAKM%3BEuCxXU%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAtFpB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA0DlC%2CiBAAiB%2COAAM%3BAAzFnC%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA0DlC%2CiBAAiB%2COAAM%3BAA1FnC%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA0DlC%2CiBvCiJZ%2CqBA4NI%2CiBAKM%2CUuClXyB%3BAAzFnC%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA0DlC%2CiBvCiJZ%2CqBA4NI%2CiBAKM%2CUuClXyB%3BEACnB%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CuBA3FZ%2CkBA6BI%2CsCAAsC%2COA0DlC%2CiBAAiB%2COAAM%2CeAIlB%3BAAAD%2CsBA3FZ%2CkBA6BI%2CsCAAsC%2COA0DlC%2CiBAAiB%2COAAM%2CeAIlB%3BAAAD%2CuBA3FZ%2CkBA6BI%2CsCAAsC%2COA0DlC%2CiBvCiJZ%2CqBA4NI%2CiBAKM%2CUuClXyB%2CeAIlB%3BAAAD%2CsBA3FZ%2CkBA6BI%2CsCAAsC%2COA0DlC%2CiBvCiJZ%2CqBA4NI%2CiBAKM%2CUuClXyB%2CeAIlB%3BEACG%2CYAAA%3B%3BAA%5C%2FFpB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAmElC%2CcAAc%2COAAM%3BAAlGhC%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAmElC%2CcAAc%2COAAM%3BAAnGhC%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAmElC%2CcvCwIZ%2CqBA4NI%2CiBAKM%2CUuCzWsB%3BAAlGhC%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAmElC%2CcvCwIZ%2CqBA4NI%2CiBAKM%2CUuCzWsB%3BEAChB%2CcAAA%3B%3BAApGhB%2CuBAGI%2CkBAqGI%3BAAvGR%2CsBAEI%2CkBAqGI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA1GZ%2CuBAGI%2CkBA0GI%3BAA5GR%2CsBAEI%2CkBA0GI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAKZ%3BEACI%2CoCAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAARJ%2C8BAUI%3BEACI%2CgBAAgB%2C2CAAhB%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CIAAK%2C%2BBAZT%3BEAaQ%2CgBAAgB%2C2CAAhB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3BA5CvMZ%3BEACI%2CaoGAmB%2CepGAnB%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BA6BqCA%2COAAI%2CKAAG%2CGACH%3BEACI%2CgBAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COARJ%2CKAAG%2CGACH%2CGAOK%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAfR%2CKAAG%2CGACH%2CGAOK%2CYAOI%3BEACG%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAMA%2COA3BZ%2CKAAG%2CGACH%2CGAwBK%2CYACK%2CeACG%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAEA%2COAjChB%2CKAAG%2CGACH%2CGAwBK%2CYACK%2CeACG%2CWAMI%3BEACG%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAOZ%2COA3CR%2CKAAG%2CGACH%2CGAyCM%2CeACG%3BEACG%2CkBAAA%3B%3BAAEA%2COA9CZ%2CKAAG%2CGACH%2CGAyCM%2CeACG%2CWAGI%3BEACG%2C8BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAQhB%2COADJ%2CGACQ%3BEACA%2CqBAAA%3B%3BAA%5C%2FDZ%2COA6DI%2CGAKI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkCAAA%3B%3BAArEZ%2COA6DI%2CGAKI%2CEAKM%3BEACE%2CiBAAA%3BEACA%2CoBAAA%3B%3BAOJhB%2COPRI%2CGAKI%2CEAUM%2CeACG%2CcORhB%3BEnCyKD%2CSmG9QU%2COnG8QV%3B%3BA4B5JoB%2COArBhB%2CGAKI%2CEAUM%2CeACG%2CcAKI%3BEACG%2CiBAAA%3B%3BAOdxB%2COPRI%2CGAKI%2CEAUM%2CeAWG%2CaOlBhB%3BEnCyKD%2CSmG%5C%2FQgB%2COnG%2BQhB%3B%3BA4BlJoB%2COA%5C%2FBhB%2CGAKI%2CEAUM%2CeAWG%2CaAKI%3BEACG%2CiBAAA%3B%3BAA7FxB%2COA6DI%2CGAKI%2CEAgCM%3BEACE%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAtGhB%2COA6DI%2CGAKI%2CEAuCI%3BEACI%2CmBAAA%3B%3BAAIR%2COAjDJ%2CGAiDK%2CIAAI%2CcACC%3BE5B%2BHd%2CqBAAA%3BEmC9QA%2CqBAAA%3BEP4JgB%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAjBR%2COAjDJ%2CGAiDK%2CIAAI%2CcACC%2CeOmHZ%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2COPuFI%2CGAiDK%2CIAAI%2CcACC%2CeOzIb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSmGnRe%2COnGmRf%3BEAAA%2CamGvRuB%2CenGuRvB%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAPtLgB%2COApEZ%2CGAiDK%2CIAAI%2CcACC%2CeAkBG%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAO9DpB%2COPRI%2CGA2EK%2CYACK%2CeOpEb%3BEnCyKD%2CSmGlRa%2COnGkRb%3B%3BA4BhGgB%2COAjFZ%2CGA2EK%2CYACK%2CeAKG%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAO7EpB%2COPRI%2CGA0FK%2CcACK%2CeOnFb%3BEnCyKD%2CSmGnRe%2COnGmRf%3B%3BA4BjFgB%2COAhGZ%2CGA0FK%2CcACK%2CeAKG%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAjKpB%2COAuKM%2CKACI%3BEACE%2CgBAAA%3B%3BAAzKZ%2COAuKM%2CKACI%2CKAGI%2CIAAC%3BEACC%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2COARV%2CKACI%2CKAGI%2CIAAC%2CcAIE%3BEACG%2CaAAA%3B%3BAAhLpB%2COAuKM%2CKACI%2CKAGI%2CIAAC%2CcAQG%3BEAKE%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAOrHpB%2COPkGM%2CKACI%2CKAGI%2CIAAC%2CcAQG%2CeO9GjB%3BEnCyKD%2CSmGjRiB%2COnGiRjB%3B%3BA4BlDoB%2COArBd%2CKACI%2CKAGI%2CIAAC%2CcAQG%2CeASG%3BEACG%2CeAAA%3B%3BAAOJ%2COA7Bd%2CKACI%2CKA0BG%2CIAAI%2CmBACC%2CeACG%3BEACG%2CaAAA%3B%3BAArMxB%2COA4MI%2CaACM%2CeAAY%3BEACV%2CaAAA%3B%3BAA9MZ%2COAkNI%2CEACM%3BE5B2BV%2CqBAAA%3BEmC9QA%2CqBAAA%3BEPgQY%2CgBAAA%3B%3BAAhOZ%2COAkNI%2CEACM%2CeOeR%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2COP4OI%2CEACM%2CeO7OT%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CamGvRuB%2CenGuRvB%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAPnFI%2COAAC%2CiBACG%3BE5BSR%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAPoQI%2COAAC%2CiBACG%2CEOHN%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2COP8PK%2CiBACG%2CEO%5C%2FPP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSmGhRiB%2COnGgRjB%3BEAAA%2CamGvRuB%2CenGuRvB%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAPrEY%2COAdP%2CiBACG%2CEAaK%3BEACG%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAIA%2COAtBX%2CiBACG%2CEAoBK%2CeACI%3BEACG%2CWAAA%3B%3BAA3PpB%2COAiQI%3BEACI%2CkBAAA%3B%3BAAGJ%2CwBAAyB%2CQACrB%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGI%2CwBANa%2CQACrB%2CgBAIM%2CeACG%3BEACG%2CWAAA%3B%3BAA5QpB%2COAkRI%2CeACI%3BEACI%2C6BAAA%3BEACA%2C8DAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAZJ%2CeAYK%2CeACK%3BEACE%2C%2BBAAA%3B%3BAAKJ%2COAnBR%2CeAkBM%2CmBACG%3BEACG%2C6BAAA%3B%3BAAMhB%2C0BACI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAQR%3BAACA%3BAACA%3BEACI%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CiBAAkB%3BEACd%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CqBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CqBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CmBAAA%3B%3BAAOJ%2CeAEI%3BAADJ%2CwBACI%3BEACI%2CgBAAA%3B%3BAAHR%2CeAMI%2CaACI%2COAAM%3BAANd%2CwBAKI%2CaACI%2COAAM%3BAAPd%2CeAMI%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%3BAANd%2CwBAKI%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%3BEAEF%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAVR%2CaACI%2COAAM%2COASD%3BAAAD%2CwBAVR%2CaACI%2COAAM%2COASD%3BAACD%2CeAXR%2CaACI%2COAAM%2COAUD%3BAAAD%2CwBAXR%2CaACI%2COAAM%2COAUD%3BAADD%2CeAVR%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%2COASD%3BAAAD%2CwBAVR%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%2COASD%3BAACD%2CeAXR%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%2COAUD%3BAAAD%2CwBAXR%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%2COAUD%3BEACG%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAlBR%2CaACI%2COAAM%2COAiBD%2CIAAI%3BAAAL%2CwBAlBR%2CaACI%2COAAM%2COAiBD%2CIAAI%3BAAAL%2CeAlBR%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%2COAiBD%2CIAAI%3BAAAL%2CwBAlBR%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%2COAiBD%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGJ%2CeAtBR%2CaACI%2COAAM%2COAqBD%3BAAAD%2CwBAtBR%2CaACI%2COAAM%2COAqBD%3BAAAD%2CeAtBR%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%2COAqBD%3BAAAD%2CwBAtBR%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%2COAqBD%3BEACG%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIA%2CeA9BZ%2CaACI%2COAAM%2COA4BD%2COACI%3BAAAD%2CwBA9BZ%2CaACI%2COAAM%2COA4BD%2COACI%3BAAAD%2CeA9BZ%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%2COA4BD%2COACI%3BAAAD%2CwBA9BZ%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%2COA4BD%2COACI%3BEACG%2CaAAA%3B%3BAAIR%2CeAnCR%2CaACI%2COAAM%2COAkCD%3BAAAD%2CwBAnCR%2CaACI%2COAAM%2COAkCD%3BAAAD%2CeAnCR%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%2COAkCD%3BAAAD%2CwBAnCR%2CaxB%5C%2FIJ%2CqBA4NI%2CiBAKM%2CUwBjFI%2COAkCD%3BEACG%2CaAAA%3B%3BAAQR%2CkBADJ%2CUACK%3BEACG%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CkBADJ%2CUACK%2CQAGG%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CkBARR%2CUACK%2CQAOI%2CUAAU%3BEACP%2CWAAA%3B%3BAAIR%2CkBAbJ%2CUAaK%3BEACG%2CWAAA%3BEACA%2CsBAAA%3B%3BAAhBZ%2CkBAmBI%3BEACI%2CWAAA%3B%3BAAIR%2CsBACI%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAGN%3BE5B9NhB%2CiBAAA%3B%3BA4BwOI%2CQAAC%3BE5BxOL%2CgBAAA%3BEAAA%2C4BAAA%3BEiFnQA%2CcAAA%3BEjFmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BE4B0OQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAAC%2CgBqDndL%3BEjF2OA%2CcAAA%3B%3BAiFxOI%2CQrDgdC%2CgBqDndL%2CEAGK%3BEjFwOL%2CcAAA%3B%3BAiFpOI%2CQrD4cC%2CgBqDndL%2CEAOK%3BEjFoOL%2CcAAA%3B%3BA4B6OQ%2CQALH%2CgBAKI%3BEACG%2CaAAA%3B%3BAAKZ%2CIACI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAEA%2CkBAAC%3BEACG%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CuBAII%3BEAEI%2CkBAAA%3B%3BAAMA%2CYADJ%2CQACK%3BEACG%2CaAAA%3B%3BAAKZ%2CWACI%2CcACI%3BEvB5gBR%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEuB0fY%2CgBAAA%3B%3BAvBzeZ%2CWuBseI%2CcACI%2CgBvBveP%3BAACD%2CWuBqeI%2CcACI%2CgBvBteP%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CWuBydI%2CcACI%2CgBvB1dP%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CWuB6cI%2CcACI%2CgBvB9cP%3BAACD%2CWuB4cI%2CcACI%2CgBvB7cP%3BAACD%2CQAAQ%2CUAAW%2CYuB2cf%2CcACI%3BE5B3RR%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAuBgdJ%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BE5BhLJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BA4B4KA%2CgCAKI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CgCAUI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CqBAGI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAANR%2CqBAQI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAYI%3BEACI%2CQAAA%3B%3BAAbR%2CqBAeI%3BEACI%2CQAAA%3B%3BAAhBR%2CqBAkBI%3BEACI%2CQAAA%3B%3BAAnBR%2CqBAkBI%2CUAGI%3BE7BhiBR%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3B%3BA6BifR%2CqBAyBI%2CeACI%2CKAAI%3BEACA%2CSAAS%2CGAAT%3B%3BAA3BZ%2CqBAyBI%2CeAII%2CKAAI%2CWAAW%3BEACX%2CSAAS%2CEAAT%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAAGJ%2CyBACI%3BEACI%2CkBAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CoBAAA%3B%3BAAGI%2CyBAJP%2CSAGG%2CqBACK%3BEACG%2CWAAA%3BEACA%2CSQnlBH%2CORmlBG%3BEACA%2Ca3B3nBD%2CY2B2nBC%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAQR%2CuBADJ%2CSACK%2CQACK%2CIAAC%2CYAAY%3BEACX%2CgBAAA%3B%3BAAOpB%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAKI%2CcADJ%2COACK%2CMACG%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3B%3BAwE%5C%2FpBR%2CeAAC%2CQACG%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEpGgYJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAoGpYA%2CoBAKI%3BEACI%2CmBAAA%3B%3BAAEA%2CoBAHJ%2CqBAGK%3BEACG%2CeAAA%3B%3BAATZ%2CoBAaI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAfR%2CoBAkBI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CoBAJJ%2CsBAIK%3BEACG%2CcAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAGI%2CiBADJ%2COACQ%3BEACA%2CeAAA%3B%3BAAKZ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CcAII%3BEACI%2CoBAAA%3B%3B%3B%3B%3B%3BAhGvBR%2C4BACI%2CoBACI%3BEJuPR%2CqBAAA%3BEmC9QA%2CqBAAA%3BE%5C%2FBiCY%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAdZ%2C4BACI%2CoBACI%2CU%2BB2ON%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2C4B%5C%2FBgBI%2CoBACI%2CU%2BBjBP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSIjQQ%2COJiQR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C4B%5C%2FBGA%2CoBACI%2CU%2BBLP%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2C4B%5C%2FBHA%2CoBACI%2CU%2BBCP%2COACI%3BEnCqPL%2CcAAA%3B%3BAIzPA%2C4BAiBI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAArBR%2C4BAyBI%3BEACI%2CYAAA%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CoCACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CoCATJ%2CUASK%3BAACD%2CoCAVJ%2CUAUK%3BEACG%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoCAjBJ%2CUAiBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAnBZ%2CoCAuBI%3BEACI%2CmBAAA%3B%3BAAIR%2CoBACI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBADJ%2CQACK%3BEACG%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CoBARR%2CQACK%2COAOI%3BAACD%2CoBATR%2CQACK%2COAQI%3BEACG%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAhBR%2CQACK%2COAeI%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMhB%3BEACI%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAARJ%2C8BAUI%3BEACI%2CgBAAgB%2C2CAAhB%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CIAAK%2C%2BBAZT%3BEAaQ%2CgBAAgB%2C2CAAhB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAWZ%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3B%3BAAHJ%2CiBAKI%3BEACI%2CYAAA%3B%3BAANR%2CiBAUI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAdR%2CiBAiBI%3BEACI%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAApBR%2CiBAiBI%2CUAII%3BE8BpKR%2CqBAAA%3BEACA%2CkBAAA%3B%3BAlCFA%2CiBIiKI%2CUAII%2CSJrKP%3BAACD%2CiBIgKI%2CUAII%2CSJpKP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBI2JI%2CUAII%2CSJ%5C%2FJP%3BEACG%2CWAAA%3B%3BAIyIJ%2CiBAiBI%2CUAII%2CS8BjKR%3BEAEI%2CeAAA%3BElC8OJ%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAAMA%2CiB%5C%2FBuII%2CUAII%2CS8BjKR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiB%5C%2FB0HA%2CUAII%2CS8BjKR%2CeCkCC%2CMACI%3BEnC6ML%2CcAAA%3B%3BAmCvMI%2CiB%5C%2FBoHA%2CUAII%2CS8BjKR%2CeCwCC%2COACI%3BEnCuML%2CcAAA%3B%3BAkCqEA%2CiB9BxJI%2CUAII%2CS8BjKR%2CeAqTC%3BElCrED%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAAMA%2CiB%5C%2FBuII%2CUAII%2CS8BjKR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC%5C%2FNM%2COpC%2BNN%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiB%5C%2FB0HA%2CUAII%2CS8BjKR%2CeAqTC%2COCnRA%2CMACI%3BEnC6ML%2CcAAA%3B%3BAmCvMI%2CiB%5C%2FBoHA%2CUAII%2CS8BjKR%2CeAqTC%2COC7QA%2COACI%3BEnCuML%2CcAAA%3B%3BAIpGA%2CiBAiBI%2CUAII%2CS8BsBR%3BElCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEkChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BElC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAIpGA%2CiBAiBI%2CUAII%2CS8BsBR%2CYAsBI%3BElCmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BAkC3BQ%2CiB9BxDJ%2CUAII%2CS8BsBR%2CYAsBI%2CGAQK%3BElC2BT%2CmBAAA%3BEkCzBY%2CeAAA%3B%3BAAuTZ%2CiB9BjXI%2CUAII%2CS8BsBR%2CYAuVC%3BAACD%2CiB9BlXI%2CUAII%2CS8BsBR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiB9B3XI%2CUAII%2CS8BsBR%2CYAiWC%3BEACG%2CiBAAA%3BElCzSJ%2CsDAAA%3BEkC2SI%2CWAAA%3B%3BAAGJ%2CiB9BjYI%2CUAII%2CS8BsBR%2CYAuWC%3BEACG%2CiBAAA%3BElC%5C%2FSJ%2CsDAAA%3BEkCiTI%2CWAAA%3B%3BAAzDJ%2CiB9B3UI%2CUAII%2CS8BsBR%2CYAiTC%3BElCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAkC6PA%2CiB9BhVI%2CUAII%2CS8BsBR%2CYAsTC%3BElC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAkCZA%2CiB9BvEI%2CUAII%2CS8BmEP%3BEACG%2CiBAAA%3B%3BAADJ%2CiB9BvEI%2CUAII%2CS8BmEP%2COAGG%3BEACI%2CcAAA%3B%3BA9B5FR%2CiBAiBI%2CUAII%2CSAGI%2CGAAE%2CSACE%3BEJ2EhB%2CWAAA%3BEAAA%2CqBAAA%3BEIhEoB%2CcAAA%3BEACA%2CYAAA%3B%3BALlFpB%2CiBK8DI%2CUAII%2CSAGI%2CGAAE%2CSACE%2CELtEf%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CiBKyDI%2CUAII%2CSAGI%2CGAAE%2CSACE%2CELjEf%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CiBKoDI%2CUAII%2CSAGI%2CGAAE%2CSACE%2CEL5Df%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAIpGA%2CiBAiBI%2CUAyBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CiBA9BJ%2CUA8BK%3BEACG%2CgCAAA%3B%3BAAhDZ%2CiBAoDI%3BEACI%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAxDR%2CiBAoDI%2CkBAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEJwCZ%2CcAAA%3BEmChOA%2CqBAAA%3BE%5C%2FB%2BLY%2CkBAAA%3B%3BA%2BBzLZ%2CiB%5C%2FB0KI%2CkBAKI%2CQ%2BB%5C%2FKP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA%5C%2FBxGY%2CiBAjBR%2CkBAKI%2CQAYK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BA%2BBpIhB%2CiB%5C%2FBgHI%2CkBAwBK%2COAAQ%2CQ%2BBxIhB%3BEnCgKD%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BAIpGA%2CiBAoFI%3BEJgBJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEK4JQ%2CaAAA%3BEACA%2CeAAA%3B%3BAAIA%2CiBADJ%2CkBACK%2COACG%3BEACI%2CcAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAFJ%2CsBAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAMoB%2CoBALpB%2CqBACI%2CMACI%2CKACK%2CQACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBARpB%2CqBACI%2CMACI%2CKACK%2CQACG%2CeAIK%3BEACG%2CaAAA%3B%3BAAX5B%2CoBAmBI%2CSACI%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CoBANR%2CSACI%2CaAKQ%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAOJ%2CoBAFR%2CMACI%2CKACK%3BAACD%2CoBAHR%2CMACI%2CKAEK%3BELpQb%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3B%3BAK6OI%2CoBANR%2CMACI%2CKAKK%3BEACG%2CYAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CoBANR%2CMACI%2CKAKK%2CkBAGG%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA3CpB%2CoBAgCI%2CMACI%2CKAaI%3BEJrDZ%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BA%5C%2FBqRA%2CoBAgCI%2CMACI%2CKAaI%2CoB%2BBjEV%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CoB%5C%2FB%2BSI%2CMACI%2CKAaI%2CoB%2BB7TX%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSIhQQ%2COJgQR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoB%5C%2FBkSA%2CMACI%2CKAaI%2CoB%2BBjTX%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CoB%5C%2FB4RA%2CMACI%2CKAaI%2CoB%2BB3SX%2COACI%3BEnCqPL%2CWAAA%3B%3BAIOA%2CoBA6DI%3BEAEI%2CmBAAA%3B%3BAA%5C%2FDR%2CoBAkEI%2CoBACI%2CGACI%3BAApEZ%2CoBAkEI%2CoBACI%2CGAEI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CoBATJ%2CoBASK%2CIAAI%2COACD%3BEACI%2CgBAAA%3B%3BAAFR%2CoBATJ%2CoBASK%2CIAAI%2COACD%2CMAGM%2CKACE%3BEACI%2CYAAA%3B%3BAANhB%2CoBATJ%2CoBASK%2CIAAI%2COACD%2CMAGM%2CKAKE%3BEACI%2CgBAAA%3B%3BAAGJ%2CoBAtBhB%2CoBASK%2CIAAI%2COACD%2CMAGM%2CKASG%2CYACG%3BAADJ%2CoBAtBhB%2CoBASK%2CIAAI%2COACD%2CMAGM%2CKASG%2CYAEG%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA5F5B%2CoBAkEI%2CoBAiCI%3BEACI%2CaAAA%3B%3BAApGZ%2CoBAkEI%2CoBAqCI%2CeACI%2CGACI%3BAAzGhB%2CoBAkEI%2CoBAqCI%2CeACI%2CGAEI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA5GpB%2CoBAkHI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAArHR%2CoBAkHI%2CmBAKI%2CMACI%3BAAxHZ%2CoBAkHI%2CmBAKI%2CMAEI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA3HhB%2CoBAkHI%2CmBAKI%2CMAOI%3BEACI%2CgBAAA%3B%3BAA%5C%2FHhB%2CoBAkHI%2CmBAKI%2CMAWI%3BEACI%2CeAAA%3B%3BAAnIhB%2CoBAwII%2CeACI%3BEACI%2CgBAAA%3B%3BAA1IZ%2CoBAwII%2CeAKI%3BEACI%2CeAAA%3B%3BAA9IZ%2CoBAwII%2CeASI%3BEAEI%2CSAAA%3BEACA%2CUAAA%3B%3BAAEA%2CoBAdR%2CeASI%2CQAKK%3BEJ7Jb%2CcAAA%3BEI%2BJgB%2CiBAAA%3BEACA%2CgBAAA%3B%3BA%2BBhUhB%2CoB%5C%2FB%2BSI%2CeASI%2CQAWK%2CO%2BBnUZ%3BEnCgKD%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BAIOA%2CoBAqKI%3BEACI%2CuBAAA%3B%3BAAtKR%2CoBAqKI%2CaAGI%3BEACI%2CyBAAA%3B%3BAAIQ%2CoBARhB%2CaAGI%2COAGM%2CQACI%2CKACG%2CaACG%3BAADJ%2CoBARhB%2CaAGI%2COAGM%2CQACI%2CKACG%2CaAEG%3BEACI%2CmBAAA%3B%3BAAhL5B%2CoBAwLI%2COACI%2CMAAQ%3BEACJ%2CmBAAA%3B%3BAA1LZ%2CoBA8LI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAEA%2CoBALJ%2CmBAKQ%3BEACA%2CgBAAA%3B%3BAApMZ%2CoBAwMI%3BEACI%2CgBAAA%3B%3BAAzMR%2CoBA6MI%3BEACI%2CiBAAA%3B%3BAAEA%2CoBAHJ%2CKAGK%2CIACG%3BEAEI%2CgBAAA%3B%3BAAnNhB%2CoBA4NI%3BEAEI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FNR%2CoBA4NI%2CiBAKM%3BEJxOV%2CqBAAA%3BEKxHA%2CqBAAA%3BEDmWY%2CmBAAA%3BEACA%2CkBAAA%3B%3BAClWZ%2CoBDyVI%2CiBAKM%2CUC9VT%3BAACD%2CoBDwVI%2CiBAKM%2CUC7VT%3BAACD%2CoBDuVI%2CiBAKM%2CUC5VT%3BEACG%2CqBAAA%3B%3BADiWQ%2CoBAXR%2CiBAKM%2CUAMG%3BEACG%2CeAAA%3B%3BAAGJ%2CoBAfR%2CiBAKM%2CUAUG%3BAACD%2CoBAhBR%2CiBAKM%2CUAWG%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGJ%2CoBApBR%2CiBAKM%2CUAeG%3BEJvPb%2C%2BBAAA%3B%3BAI6PY%2CoBA1BR%2CiBAyBI%2CQACK%3BEACG%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CoBAjCJ%2CiBAiCK%2CUACG%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAjQhB%2CoBA4NI%2CiBAyCM%3BEJ5QV%2CqBAAA%3BEmC9QA%2CqBAAA%3BE%5C%2FBoiBY%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAjRZ%2CoBA4NI%2CiBAyCM%2CiB%2BBxRR%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CoB%5C%2FB2eI%2CiBAyCM%2CiB%2BBphBT%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC5PS%2COpC4PT%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoB%5C%2FB8dA%2CiBAyCM%2CiB%2BBxgBT%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CoB%5C%2FBwdA%2CiBAyCM%2CiB%2BBlgBT%2COACI%3BEnCqPL%2CcAAA%3B%3BAI0RY%2CoBAvDR%2CiBAyCM%2CiBAcG%3BEJ1Rb%2C%2BBAAA%3B%3BAImSQ%2CoBADJ%2CeACQ%3BEACA%2CsBAAA%3B%3BAAHZ%2CoBAOI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CoBAJJ%2CMAIK%3BEACG%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAKZ%3BEACI%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CcAAA%3B%3BAAIR%3BEAEI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CkBACI%3BEACI%2CkBAAA%3B%3BAAIR%3BEJ%5C%2FVA%2CiBAAA%3B%3BAI%2BVA%2CWAGM%3BEACE%2CkBAAA%3B%3BAAIR%3BEJvWA%2CiBAAA%3B%3BAI2WA%3BEACI%2CWAAA%3B%3BAAIA%2CiBAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAIA%2CqBADJ%2CqBACK%2CIAAI%3BEACD%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAATZ%2CqBAKI%2CqBAOI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAhBZ%2CqBAKI%2CqBAcI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAKI%2CqBAtBZ%2CqBAoBI%2CkBACI%2CKACK%3BELpmBjB%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEKomBoB%2CcAAA%3BEACA%2CYAAA%3B%3BAA9BpB%2CqBAoCI%3BEACI%2CYAAA%3BEACA%2CoBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2CkCAAA%3B%3BAANJ%2CkBAQI%3BEACI%2CcAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CyBAAA%3B%3BAAXR%2CkBAcI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CkBADJ%2CkBACK%2CIAAI%3BEACD%2CoBAAA%3B%3BAAtBZ%2CkBAoBI%2CkBAKI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA3BZ%2CkBAoBI%2CkBAUI%3BEJ%5C%2FbR%2CqBAAA%3BEmC9QA%2CqBAAA%3BE%5C%2FButBY%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAA1CZ%2CkBAoBI%2CkBAUI%2CU%2BB3cN%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CkB%5C%2FB6rBI%2CkBAUI%2CU%2BBvsBP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSIjQQ%2COJiQR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CkB%5C%2FBgrBA%2CkBAUI%2CU%2BB3rBP%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CkB%5C%2FB0qBA%2CkBAUI%2CU%2BBrrBP%2COACI%3BEnCqPL%2CcAAA%3B%3BAIiaA%2CkBAoBI%2CkBAyBI%3BEACI%2CYAAA%3B%3BAAMZ%2CwBACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAHR%2CwBAMI%3BEACI%2CqBAAA%3B%3BAAPR%2CwBAUI%3BEACI%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CwBALJ%2CwBAKK%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAlBZ%2CwBAUI%2CwBAWI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CwBAfR%2CwBAWI%2CwCAIK%3BEACG%2CiBAAA%3B%3BAA1BhB%2CwBAUI%2CwBAoBI%3BAA9BR%2CwBAUI%2CwBAqBI%3BEACI%2CgBAAA%3B%3BAAhCZ%2CwBAoCI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAtCR%2CwBAyCI%3BEACI%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAIR%2CeACI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CmBAAA%3B%3BAAJR%2CiBAGI%2CkBAGI%3BEACI%2CkBAAA%3B%3BAAPZ%2CiBAGI%2CkBAOI%3BEJ3hBR%2CqBAAA%3BEmC9QA%2CqBAAA%3BE%5C%2FBmzBY%2CkBAAA%3BEACA%2CYAAA%3B%3BAArBZ%2CiBAGI%2CkBAOI%2Ce%2BBviBN%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CiB%5C%2FB4xBI%2CkBAOI%2Ce%2BBnyBP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC5PS%2COpC4PT%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiB%5C%2FB%2BwBA%2CkBAOI%2Ce%2BBvxBP%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CiB%5C%2FBywBA%2CkBAOI%2Ce%2BBjxBP%2COACI%3BEnCqPL%2CcAAA%3B%3BAIwiBY%2CiBApBR%2CkBAOI%2CeAaK%3BEJxiBb%2C%2BBAAA%3B%3BAI%2BiBA%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAKI%3BEJpjBJ%2CqBAAA%3BEmC9QA%2CqBAAA%3BE%5C%2FB00BQ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BA%2BBz0BR%2CiB%5C%2FB4zBI%2CM%2BB5zBH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSIlQW%2COJkQX%3BEAAA%2CamGvRuB%2CenGuRvB%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA%5C%2FB0fQ%2CiBAfJ%2CMAeK%3BEACG%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiBAAC%2CQACG%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CiBAAC%3BEACG%2CSAAS%2CmBAAT%3BEACA%2CkBAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CYAAA%3BEACA%2CoBAAA%3B%3BAAIR%2C4BACI%2CaAOI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAXpB%2C4BACI%2CaAeI%2CcACI%3BEAEI%2CeAAA%3B%3BAAQR%2CmBADJ%2CQACK%3BEACG%2CaAAA%3B%3BAAHZ%2CmBAOI%2CcACI%3BEJ5nBR%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BED0tBY%2CgBAAA%3B%3BALjxBZ%2CmBK4wBI%2CcACI%2CWL7wBP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CmBKuwBI%2CcACI%2CWLxwBP%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CmBKkwBI%2CcACI%2CWLnwBP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CmBDmtBI%2CcACI%2CWCptBP%3BAACD%2CmBDktBI%2CcACI%2CWCntBP%3BAACD%2CmBDitBI%2CcACI%2CWCltBP%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CmBD4sBI%2CcACI%2CWC7sBP%3BAACD%2CmBD2sBI%2CcACI%2CWC5sBP%3BAACD%2CQAAQ%2CUAAW%2CoBD0sBf%2CcACI%3BEJ5nBR%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAD4sBQ%2CmBAPR%2CcACI%2CWAMK%3BAACD%2CmBARR%2CcACI%2CWAOK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAOZ%2CiBAAC%2CQACG%3BAADJ%2CiBAAC%2CQApoBL%2CqBA4NI%2CiBAKM%3BEAqaE%2CWAAA%3B%3BAAKI%2CiBAPX%2CQAKG%2CcACK%2CQACI%3BEJlpBjB%2CiBAAA%3BEIopBoB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CiBAff%2CQAKG%2CcACK%2CQACI%2CKAQI%3BEACG%2CaAAA%3B%3BAAWZ%2C6BAFP%2CQACG%2CQACK%3BEACG%2CiBAAA%3B%3BAAKY%2C6BARvB%2CQACG%2CQACK%2CKAGG%2COACK%2CyBACG%2CeACK%2CIAAI%2CSACD%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAZpC%2C6BAsBI%3BEACI%2CcAAA%3B%3BAAvBR%2C6BA0BI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAA5BR%2C6BA%2BBI%3BEAEI%2CmBAAA%3B%3BAAjCR%2C6BAoCI%3BEACI%2CWAAA%3B%3BAArCR%2C6BAwCI%3BEACI%2CYAAA%3B%3BAAzCR%2C6BA4CI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FCZ%2C6BAmDI%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAtDR%2C6BAyDI%3BEACI%2CgCAAA%3B%3BAA1DR%2C6BAyDI%2CaAGM%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FDZ%2C6BAmEI%3BEACI%2CWAAA%3B%3BAAOQ%2C6BAJZ%2CqBACI%2CMAEI%2CKACK%3BAAAD%2C6BAJZ%2CqBAEI%2CMACI%2CKACK%3BEACG%2CmBAAA%3B%3BAAGJ%2C6BARZ%2CqBACI%2CMAEI%2CKAKK%3BAAAD%2C6BARZ%2CqBAEI%2CMACI%2CKAKK%3BEACG%2CgBAAA%3B%3BAAGJ%2C6BAZZ%2CqBACI%2CMAEI%2CKASK%3BAAAD%2C6BAZZ%2CqBAEI%2CMACI%2CKASK%3BEACG%2CaAAA%3B%3BAAGJ%2C6BAhBZ%2CqBACI%2CMAEI%2CKAaK%3BAAAD%2C6BAhBZ%2CqBAEI%2CMACI%2CKAaK%3BAACD%2C6BAjBZ%2CqBACI%2CMAEI%2CKAcK%3BAAAD%2C6BAjBZ%2CqBAEI%2CMACI%2CKAcK%3BAACD%2C6BAlBZ%2CqBACI%2CMAEI%2CKAeK%3BAAAD%2C6BAlBZ%2CqBAEI%2CMACI%2CKAeK%3BAACD%2C6BAnBZ%2CqBACI%2CMAEI%2CKAgBK%3BAAAD%2C6BAnBZ%2CqBAEI%2CMACI%2CKAgBK%3BAACD%2C6BApBZ%2CqBACI%2CMAEI%2CKAiBK%3BAAAD%2C6BApBZ%2CqBAEI%2CMACI%2CKAiBK%3BAACD%2C6BArBZ%2CqBACI%2CMAEI%2CKAkBK%3BAAAD%2C6BArBZ%2CqBAEI%2CMACI%2CKAkBK%3BEACG%2CiBAAA%3B%3BAA7FpB%2C6BAuEI%2CqBACI%2CMAEI%2CKAsBI%2CmBACI%3BAAjGpB%2C6BAuEI%2CqBAEI%2CMACI%2CKAsBI%2CmBACI%3BEACI%2CoBAAA%3B%3BAAlGxB%2C6BAuEI%2CqBACI%2CMAEI%2CKA4BI%3BAAtGhB%2C6BAuEI%2CqBAEI%2CMACI%2CKA4BI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAxGpB%2C6BAuEI%2CqBACI%2CMAEI%2CKAiCI%3BAA3GhB%2C6BAuEI%2CqBAEI%2CMACI%2CKAiCI%3BEACI%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FGpB%2C6BAuEI%2CqBACI%2CMA2CI%3BAAnHZ%2C6BAuEI%2CqBAEI%2CMA0CI%3BEACI%2CqBAAA%3B%3BAApHhB%2C6BAuEI%2CqBACI%2CMA%2BCI%3BAAvHZ%2C6BAuEI%2CqBAEI%2CMA8CI%3BAAvHZ%2C6BAuEI%2CqBACI%2CMAgDI%3BAAxHZ%2C6BAuEI%2CqBAEI%2CMA%2BCI%3BEACI%2CeAAA%3B%3BAAKJ%2C6BAvDR%2CqBAsDI%2CMACK%2CWACG%3BEACI%2CgCAAA%3B%3BAAhIpB%2C6BAuEI%2CqBAsDI%2CMAOI%3BEACI%2C6BAAA%3B%3BAArIhB%2C6BAuEI%2CqBAkEI%3BEACI%2CgBAAA%3B%3BAA1IZ%2C6BAuEI%2CqBAkEI%2CoBAGI%3BEACI%2CgBAAA%3B%3BAA7IhB%2C6BAuEI%2CqBAkEI%2CoBAOI%2CGACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAApJpB%2C6BAuEI%2CqBAkEI%2CoBAOI%2CGAOI%3BAAvJhB%2C6BAuEI%2CqBAkEI%2CoBAOI%2CGAQI%3BEACI%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAIR%2C6BAxFR%2CqBAkEI%2CoBAsBK%2CIAAI%2COACD%2CMACM%2CKACI%3BAAHd%2C6BAxFR%2CqBAkEI%2CoBAsBK%2CIAAI%2COACD%2CMACM%2CKAEI%3BEACE%2CYAAA%3B%3BAAGJ%2C6BAhGpB%2CqBAkEI%2CoBAsBK%2CIAAI%2COACD%2CMACM%2CKAMG%2CqBACG%3BAADJ%2C6BAhGpB%2CqBAkEI%2CoBAsBK%2CIAAI%2COACD%2CMACM%2CKAMG%2CqBAEG%3BEACI%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAaJ%2C6BAlHxB%2CqBA6GI%2CeACI%2CoBACK%2CIAAI%2COACD%2CMACM%2CKACG%2CWACG%3BAADJ%2C6BAlHxB%2CqBA6GI%2CeACI%2CoBACK%2CIAAI%2COACD%2CMACM%2CKACG%2CWAEG%3BEACI%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAA9LpC%2C6BAwMI%3BEACI%2CgBAAA%3B%3BAAzMR%2C6BA4MI%3BEAEI%2CmBAAA%3B%3BAA9MR%2C6BAiNI%3BEACI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAvNR%2C6BA0NI%3BEACI%2COAAO%2CuBAAP%3B%3BAAEA%2C6BAHJ%2CqBAGK%3BEACG%2CWAAA%3B%3BAADJ%2C6BAHJ%2CqBAGK%2CcAGG%2CoBACI%2CGAEI%3BAANZ%2C6BAHJ%2CqBAGK%2CcAGG%2CoBAEI%2CGACI%3BEACI%2CgBAAA%3B%3BAAMhB%2C6BAhBJ%2CqBAgBK%3BEACG%2CYAAA%3B%3BAAMgB%2C6BAvBxB%2CqBAgBK%2CiBAGG%2CoBACK%2CIAAI%2COACD%2CMACM%2CKACG%2CWACG%3BAADJ%2C6BAvBxB%2CqBAgBK%2CiBAGG%2CoBACK%2CIAAI%2COACD%2CMACM%2CKACG%2CWAEG%3BEACI%2CqBAAA%3B%3BAApPpC%2C6BA8PI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlQZ%2C6BA8PI%2CsBAOI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAxQZ%2C6BA8PI%2CsBAaI%3BEACI%2CcAAA%3B%3BAA5QZ%2C6BA8PI%2CsBAaI%2CkBAGI%3BEACI%2CoBAAA%3B%3BAA%5C%2FQhB%2C6BA8PI%2CsBAqBI%3BEACI%2CaAAA%3B%3BAApRZ%2C6BAwRI%3BEACI%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA9RR%2C6BAwRI%2CWAQI%3BEACI%2CYAAA%3B%3BAAKZ%2CwBACI%3BEACI%2CaAAA%3B%3BAAIR%3BEJ%5C%2F8BA%2CiBAAA%3BEIk9BI%2CkBAAA%3B%3BAJtsCJ%2CmCAAC%3BAACD%2CmCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CmCAAC%3BEACG%2CWAAA%3B%3BAIksCJ%2CkBACI%2CyBAEI%3BEACI%2CUAAA%3B%3BAAJZ%2CkBACI%2CyBAEI%2CGAGI%3BEACI%2CkBAAA%3B%3BAAPhB%2CkBACI%2CyBAEI%2CGAGI%2CYAGI%2CGACI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CkBAdpB%2CyBAEI%2CGAGI%2CYAGI%2CGACI%2CGAKK%3BEACG%2CYAAA%3B%3BAAIR%2CkBAnBhB%2CyBAEI%2CGAGI%2CYAGI%2CGAWK%3BEACG%2CgBAAA%3B%3BAAEA%2CkBAtBpB%2CyBAEI%2CGAGI%2CYAGI%2CGAWK%2CaAGI%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAS5B%2CkBACI%2CMACM%2CKAAE%2CwBACA%3BEACI%2CUAAA%3B%3BAAMhB%2CiBACI%2CWACI%2CoBACI%2CoCACI%3BEJ3gChB%2CiBAAA%3BEI6gCoB%2CSAAA%3B%3BAASZ%2C0BADJ%2CSACK%2COACG%3BEACI%2CYAAA%3B%3BAAFR%2C0BADJ%2CSACK%2COACG%2CWAGI%3BAAJR%2C0BADJ%2CSACK%2COACG%2CWAII%3BEJ3hChB%2CiBAAA%3B%3BAImiCA%2C4BACI%3BEACI%2CgBAAA%3B%3BAAFR%2C4BAKI%3BEACI%2CgBAAA%3B%3BAAMQ%2C4BAHZ%2CSACK%2CQACG%2CSACK%3BEACG%2CeAAA%3B%3BAAbpB%2C4BAmBI%3BEJtjCJ%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BA%5C%2FBizCA%2C4BAmBI%2CoB%2BBlkCF%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2C4B%5C%2FB8zCI%2CoB%2BB9zCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSIhQQ%2COJgQR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C4B%5C%2FBizCA%2CoB%2BBlzCH%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2C4B%5C%2FB2yCA%2CoB%2BB5yCH%2COACI%3BEnCqPL%2CWAAA%3B%3BAImkCA%3BE8BtzCA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAlCFA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAIgzCJ%2CiB8BnzCA%3BElCgPA%2CUAAA%3BEkC9OI%2CeAAA%3BElC8OJ%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BA%5C%2FBmyCA%2CiB8BnzCA%2CeCoOE%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CiBDtBA%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBDnCJ%2CeCkCC%2CMACI%3BEnC6ML%2CcAAA%3B%3BAmCvMI%2CiBDzCJ%2CeCwCC%2COACI%3BEnCuML%2CcAAA%3B%3BAkCqEA%2CiBArTA%2CeAqTC%3BElCrED%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BADqSA%2CiBArTA%2CeAqTC%2COCjFC%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CiBDtBA%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC%5C%2FNM%2COpC%2BNN%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BEnC6ML%2CcAAA%3B%3BAmCvMI%2CiBDzCJ%2CeAqTC%2COC7QA%2COACI%3BEnCuML%2CcAAA%3B%3BAImkCA%2CiB8B5nCA%3BElCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEkChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BElC8CJ%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CyCAAA%3B%3BAImkCA%2CiB8B5nCA%2CGAsBI%3BElCmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAkC3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BElC2BT%2CmBAAA%3BEkCzBY%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2CGAuVC%3BAACD%2CiBAxVA%2CGAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2CGAiWC%3BEACG%2CiBAAA%3BElCzSJ%2CsDAAA%3BEkC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CGAuWC%3BEACG%2CiBAAA%3BElC%5C%2FSJ%2CsDAAA%3BEkCiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2CGAwUC%3BElC%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAkCoRA%2CiBA7UA%2CGA6UC%3BElCpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAkCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BA9B2kCR%2CiBAgBI%3BEACI%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CiBATJ%2CeASK%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIA%2CiBA3BR%2CeA0BK%2COACI%3BEACG%2CWAAW%2CcAAX%3B%3BAA5ChB%2CiBAiDI%3BAAjDJ%2CiBkBnxCA%2CMACI%2CGACI%2CaA2EI%3BElBwvCJ%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAnER%2CiBAiDI%2CaAoBI%3BAArER%2CiBkBnxCA%2CMACI%2CGACI%2CaA2EI%2CgBlB2wCJ%3BEACI%2CYAAA%3B%3BAAtEZ%2CiBAiDI%2CaAoBI%2CGAGI%3BAAxEZ%2CiBkBnxCA%2CMACI%2CGACI%2CaA2EI%2CgBlB2wCJ%2CGAGI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CiBA%5C%2FBZ%2CaAoBI%2CGAGI%2CEAQK%3BAAAD%2CiBkBn2ChB%2CMACI%2CGACI%2CaA2EI%2CgBlB2wCJ%2CGAGI%2CEAQK%3BEACG%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAy0BxB%3BEATI%3BIACI%2CmBAAA%3B%3B%3B%3B%3B%3B%3BAsEztER%3BEAKI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CyBAQI%3BE3EwCA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BE2EvCI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CyBAPJ%2CeAOK%3BEACG%2CqBAAA%3B%3BAAEA%2CyBAVR%2CeAOK%2CMAGI%3BEACG%2CqBAAA%3B%3BAAOR%2CyBAlBJ%2CeAkBK%3BEACG%2CmBAAA%3BEACA%2CStCQA%2COsCRA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIA%2CyBA%5C%2FBR%2CeA8BK%2CQACI%3BEACG%2CStCLN%2COsCKM%3B%3BAAIR%2CyBApCJ%2CeAoCK%3BEACG%2CWAAA%3B%3BAAGJ%2CyBAxCJ%2CeAwCK%3BEACG%2CyBAAA%3B%3BAAMA%2CyBAFP%2COACG%2CeACK%3BEACG%2CyBAAA%3B%3BAAKZ%2CyBAAC%3BEACG%2CYAAA%3B%3BAAGI%2CyBAJP%2CQAGG%2CeACK%3BEACG%2CStC%5C%2FBN%2COsC%2BBM%3B%3BAALZ%2CyBAAC%2CQASG%3BAATJ%2CyBAAC%2CQpDXD%2CMACI%2CGACI%2CaA2EI%3BEtBmIZ%2C%2BBAAA%3B%3BA0ElQJ%2CyBA2EI%3BAA3EJ%2CyBpDkDI%2CMACI%2CGACI%2CaA2EI%3BEoDnDR%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CyBANJ%2CaAMK%3BAAAD%2CyBpD%5C%2FBJ%2CMACI%2CGACI%2CaA2EI%2CgBoD9CP%3BEACG%2CcAAA%3B%3BAAIA%2CyBAXR%2CaAUI%2CWACK%3BAAAD%2CyBpDpCR%2CMACI%2CGACI%2CaA2EI%2CgBoD1CR%2CWACK%3BEACG%2CgBAAA%3B%3BAAvFhB%2CyBA2EI%2CaAUI%2CWAKI%3BAA1FZ%2CyBpDkDI%2CMACI%2CGACI%2CaA2EI%2CgBoD1CR%2CWAKI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAA5FhB%2CyBAiGI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAArGR%2CyBAiGI%2CmBAMM%3BAAvGV%2CyBAiGI%2CmBpD%5C%2FCA%2CQACI%2CGACI%2CaA2EI%3BEoDvBJ%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzGZ%2CyBAiGI%2CmBAMM%2CeAIE%3BAA3GZ%2CyBAiGI%2CmBpD%5C%2FCA%2CQACI%2CGACI%2CaA2EI%2CgBoDpBJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAA7GhB%2CyBAkHI%3BE1E5HA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsBHA%2CQACI%2CeACI%2C%2BBACI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CQATZ%2CeACI%2C%2BBACI%2CMAOK%3BAACD%2CQAVZ%2CeACI%2C%2BBACI%2CMAQK%3BAACD%2CQAXZ%2CeACI%2C%2BBACI%2CMASK%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAyCpB%2CQAxB%2BB%3BEAOH%2CUALpB%2CeACI%2CMAAK%2CUACD%2CMACI%2CGAAE%2CSACE%2CGACK%3BIACG%2CaAAA%3B%3BEAKJ%2CUAXpB%2CeACI%2CMAAK%2CUACD%2CMACI%2CGAAE%2CSAOE%2CGACK%3BIACG%2CaAAA%3B%3B%3BAAUhC%2CKACI%2CGACI%3BAAFR%2CKACI%2CGADJ%2CMACI%2CGACI%2CaA2EI%3BEA1EA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C0CAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAEA%2CKAjBR%2CGACI%2CaAgBK%3BAAAD%2CKAjBR%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBA3DC%3BEACG%2CcAAA%3B%3BAAnBhB%2CKACI%2CGACI%2CaAoBM%3BAAtBd%2CKACI%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBAvDE%3BEACE%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CwCAAA%3B%3BAAGI%2CKA5BhB%2CGACI%2CaAoBM%2CKAMI%2CIACG%3BAAAD%2CKA5BhB%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBAvDE%2CKAMI%2CIACG%3BEACG%2CqBAAA%3B%3BAAIR%2CKAjCZ%2CGACI%2CaAoBM%2CKAYG%3BAAAD%2CKAjCZ%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBAvDE%2CKAYG%3BEACG%2CyBAAA%3B%3BAAGJ%2CKArCZ%2CGACI%2CaAoBM%2CKAgBG%3BAAAD%2CKArCZ%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBAvDE%2CKAgBG%3BEACG%2CyBAAA%3B%3BAAGJ%2CKAzCZ%2CGACI%2CaAoBM%2CKAoBG%3BAAAD%2CKAzCZ%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBAvDE%2CKAoBG%3BEACG%2CyBAAA%3B%3BAAGJ%2CKA7CZ%2CGACI%2CaAoBM%2CKAwBG%3BAAAD%2CKA7CZ%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBAvDE%2CKAwBG%3BEtBsRjB%2CqBAAA%3BEACA%2CoBAAA%3BEAmCA%2C2BAAA%3BEACI%2CuBAAA%3BEsBxTgB%2CaAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CKA7CZ%2CGACI%2CaAoBM%2CKAwBG%2CQAMK%3BAANN%2CKA7CZ%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBAvDE%2CKAwBG%2CQAMK%3BEACE%2CeAAA%3B%3BAAGJ%2CKAvDhB%2CGACI%2CaAoBM%2CKAwBG%2CQAUI%3BAAAD%2CKAvDhB%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBAvDE%2CKAwBG%2CQAUI%3BEACG%2CsDAAA%3BEACA%2CmBAAA%3BEACA%2CoCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAjExB%2CKACI%2CGACI%2CaAoEI%3BAAtEZ%2CKACI%2CGACI%2CaAqEI%3BAAvEZ%2CKACI%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBAPA%3BAAtEZ%2CKACI%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBANA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAA1EhB%2CKACI%2CGACI%2CaA2EI%3BEAEI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAIA%2CKAxFZ%2CGACI%2CaAsFI%2CEACK%3BAAAD%2CKAxFZ%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBAWA%2CEACK%3BEACG%2CWAAA%3B%3BAAEA%2CKA3FhB%2CGACI%2CaAsFI%2CEACK%2CiBAGI%3BAAAD%2CKA3FhB%2CGADJ%2CMACI%2CGACI%2CaA2EI%2CgBAWA%2CEACK%2CiBAGI%3BEACG%2CyBAAA%3B%3BAAQxB%3BEAEI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CuBAAC%2CMACG%2CyBAA2B%2CQAAK%3BAADpC%2CuBAAC%2CMAEG%3BEACI%2CqBAAA%3B%3BAAIR%2CuBAAC%2CQACG%2CyBAA2B%2CQAAK%3BAADpC%2CuBAAC%2CQAEG%3BEACI%2CqBAAA%3B%3BAAHR%2CuBAAC%2CQAMG%3BAANJ%2CuBAAC%2CQArHL%2CMACI%2CGACI%2CaA2EI%3BEAzGR%2CUAAA%3BEACA%2CmBAAA%3BEAwJQ%2CqBAAA%3B%3BAAOI%2CuBAHX%2CUACG%2CyBACM%2CQACG%3BEACG%2CsBAAA%3B%3BAAJhB%2CuBAAC%2CUASG%2CyBAA2B%2CQAAK%3BAATpC%2CuBAAC%2CUAUG%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAAxCZ%2CuBA4CI%3BAA5CJ%2CuBA6CI%2CyBAA2B%3BAA7C%5C%2FB%2CuBA8CI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAhDR%2CuBAmDI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CuBAZJ%2CyBAYK%3BAACD%2CuBAbJ%2CyBAaK%3BAACD%2CuBAdJ%2CyBAcK%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAIA%2CuBAtBR%2CyBAqBK%2CeACI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CuBAnCR%2CyBAkCK%2CQACI%3BEACG%2CSc5NH%2COd4NG%3BEACA%2CarBpQD%2CYqBoQC%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA1FhB%2CuBA%2BFI%3BEACI%2CqBAvQiD%2C4CAuQjD%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CuBAZJ%2C0BAYK%3BEACG%2CqBAAA%3B%3BAAGJ%2CuBAhBJ%2C0BAgBK%3BEACG%2CaAAA%3B%3BAAUR%2CmBAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAKA%2CQAJ%2BB%3BEAI%5C%2FB%2CmBATH%3BIAMO%2CaAAA%3B%3B%3BAANR%2CmBAAC%2CQASG%3BEACI%2CkBAAA%3B%3BAAVR%2CmBAAC%2CQAaG%3BAAbJ%2CmBAAC%2CQlBRL%2CqBA4NI%2CiBAKM%3BEkB3ME%2CiBAAA%3B%3BAAdR%2CmBAAC%2CQAiBG%3BEtBhCR%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEiB8HY%2CgBAAA%3B%3BAvBrLZ%2CmBuBgKK%2CQAiBG%2CWvBjLP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CmBuB2JK%2CQAiBG%2CWvB5KP%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CmBuBsJK%2CQAiBG%2CWvBvKP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CmBiBuGK%2CQAiBG%2CWjBxHP%3BAACD%2CmBiBsGK%2CQAiBG%2CWjBvHP%3BAACD%2CmBiBqGK%2CQAiBG%2CWjBtHP%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CmBiBgGK%2CQAiBG%2CWjBjHP%3BAACD%2CmBiB%2BFK%2CQAiBG%2CWjBhHP%3BAACD%2CQAAQ%2CUAAW%2CoBiB8Fd%2CQAiBG%3BEtBhCR%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAiBgHQ%2CmBAvBP%2CQAiBG%2CWAMK%3BEACG%2CqBAAA%3B%3BAAGJ%2CmBA3BP%2CQAiBG%2CWAUK%3BAACD%2CmBA5BP%2CQAiBG%2CWAWK%2CIAAI%3BEACD%2CgBAAA%3B%3BAqDpRhB%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGI%2C%2BBADH%2CmBACI%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAAC%2CmBAKG%3BAALJ%2C%2BBAAC%2CmBrDiBL%2CMACI%2CGACI%2CaA2EI%3BEqDxFA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAdZ%2C%2BBAkBI%3BEACI%2CwCAAA%3B%3BAAEA%2C%2BBAHJ%2CkBAGK%3BEACG%2CyBAAA%3B%3BAAGJ%2C%2BBAPJ%2CkBAOK%3BEACG%2CyBAAA%3B%3BAAGJ%2C%2BBAXJ%2CkBAWK%3BEACG%2CeAAA%3B%3BAA9BZ%2C%2BBAkCI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2C%2BBARJ%2C2BAQK%3BEACG%2CeAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C%2BBAbJ%2C2BAaK%3BEACG%2CcAAA%3BEACA%2CSAAA%3B%3BAAKR%2C6BAA8B%3BEAC1B%2CgBAAA%3B%3BAADJ%2C6BAA8B%2CgCAG1B%3BEACI%2CkBAAA%3B%3BAAEA%2C6BANsB%2CgCAG1B%2C2BAGK%3BEACG%2CWAAA%3BEACA%2CSAAA%3B%3BAARZ%2C6BAA8B%2CgCAY1B%3BAAZJ%2C6BAA8B%2CgCrD9BlC%2CMACI%2CGACI%2CaA2EI%3BEqDlCA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAvEZ%2C%2BBA2EI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CuCAMI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CoBAAA%3B%3BAAGJ%3BArD3EA%2CKACI%2CGACI%2CaA2EI%3BEqDDR%2COAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgCAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKR%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIA%2CuCAAC%3BEACG%2CSvCvJE%2COuCuJF%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAIJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CqCAKI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAATR%2CqCAYI%3BEACI%2CaAAA%3B%3BAAKR%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3B%3BAAEA%2CgCAAC%3BEACG%2CqBAAA%3B%3BAAZR%2CgCAeI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CgCARJ%2CcAQK%3BEACG%2CcAAA%3B%3BAAGJ%2CgCAZJ%2CcAYK%3BAACD%2CgCAbJ%2CcAaK%3BEACG%2C6BAAA%3B%3BAAGJ%2CgCAjBJ%2CcAiBK%3BEACG%2CWAAW%2CUAAX%3B%3BAAGJ%2CgCArBJ%2CcAqBK%3BEACG%2CaAAA%3BEACA%2CuBAAA%3B%3BAASZ%2C%2BBACI%3BAADJ%2C%2BBrDlNA%2CMACI%2CGACI%2CaA2EI%3BEqDuIJ%2CkBAAA%3B%3BAAFR%2C%2BBACI%2CaAGI%3BAAJR%2C%2BBrDlNA%2CMACI%2CGACI%2CaA2EI%2CgBqDyIJ%3BEACI%2CkBAAA%3B%3BAALZ%2C%2BBASI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAII%2C%2BBANR%2CkBAIK%2CUAEI%3BEACG%2C%2BBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2C%2BBAjBZ%2CkBAIK%2CUAYG%2CoCACK%3BEACG%2CSvC3PZ%2COuC2PY%3B%3BAAKZ%2C%2BBAvBJ%2CkBAuBK%2CeACG%3BEACI%2CoBAAA%3B%3BAAlChB%2C%2BBAuCI%3BEACI%2CkBAAA%3B%3BAAxCR%2C%2BBAuCI%2CsCAGI%3BEACI%2CoBAAA%3B%3BAAEA%2C%2BBANR%2CsCAGI%2CsCAGK%3BEACG%2CYAAA%3B%3BAA9ChB%2C%2BBAmDI%3BEACI%2CkBAAA%3B%3BAAGI%2C%2BBAJR%2C2CAGK%2CWACI%3BEACG%2CeAAA%3B%3BAAIR%2C%2BBATJ%2C2CASK%3BAACD%2C%2BBAVJ%2C2CAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2C%2BBAjBJ%2C2CAiBK%3BEACG%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAIJ%2C%2BBAzBJ%2C2CAyBK%3BEACG%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAKA%2C%2BBAlCR%2C2CAiCK%2CQACI%3BEACG%2CaAAA%3B%3BAAKR%2C%2BBAxCJ%2C2CAwCK%3BEACG%2CkBAAA%3B%3BAAEA%2C%2BBA3CR%2C2CAwCK%2CMAGI%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C%2BBAhDR%2C2CAwCK%2CMAQI%3BEACG%2CYAAA%3BEACA%2CSAAA%3B%3BAAIA%2C%2BBAtDZ%2C2CAwCK%2CMAaI%2CQACI%3BEACG%2CaAAA%3B%3BAAKJ%2C%2BBA5DZ%2C2CAwCK%2CMAmBI%2CYACI%3BEACG%2CYAAA%3B%3BAAKJ%2C%2BBAlEZ%2C2CAwCK%2CMAyBI%2CWACI%3BEACG%2CYAAA%3B%3BAAtHpB%2C%2BBA4HI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2C%2BBALJ%2CiCAKK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAMZ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAIA%2CmCAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSvCxXA%2COuCwXA%3BEACA%2CiBAAA%3B%3BA%5C%2FBzXZ%3BAAQA%3BEArDI%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEA%2CiBAAC%3BAA8CL%2CaA9CK%3BEACG%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA2CR%3BE5CsNI%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BASwDJ%2CaACM%3BEAlBF%2CMAAM%2CgBAAN%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAsBA%2CaAAC%3BEAhCD%2CWAAW%2CUAAX%3B%3BATzBA%2CaAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC1OU%2COpC0OV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAS5QA%2CaAAC%3BEAlDD%2C6BAAA%3BEyDhDA%2C8BAAA%3B%3BAzDsGA%2CaAAC%3BEACG%2CeAAA%3BEACA%2CqBAAA%3B%3BAAQR%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEA%2CyBAAC%3BEACG%2CcAAA%3B%3BAAUJ%3BEACI%2CYAAA%3B%3BAAEA%2CyBAAC%3BEACG%2CiBAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CWAAA%3B%3BAAZR%2CyBAeI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAIA%2CyBADH%2C%2BBACI%2CmBACG%3BEACI%2CUAAA%3B%3BAAEA%2CyBALX%2C%2BBACI%2CmBACG%2CcAGK%3BEACG%2CiBAAA%3B%3BAAIR%2CyBAVP%2C%2BBACI%2CmBASI%2CQACG%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAHR%2CyBAVP%2C%2BBACI%2CmBASI%2CQACG%2CoBAII%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CyBAnBnB%2C%2BBACI%2CmBASI%2CQACG%2CoBAII%2CkBAIK%3BEACG%2C6BAAA%3B%3BAAVhB%2CyBAVP%2C%2BBACI%2CmBASI%2CQACG%2CoBAII%2CkBAQI%3BEACI%2CWAAA%3BE7CpG5B%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BA6CsDA%2CyBAqDI%2CMAAK%3BEACD%2CaAAA%3B%3BAAGJ%2CyBAAC%2COACG%3BAADJ%2CyBAAC%2COAEG%2C2BAA0B%3BEACtB%2CqBAAA%3B%3BAA5DZ%2CyBAgEI%3BE7CxHJ%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BA6CsDA%2CyBAoEI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CyBALJ%2CsCAKK%3BEACG%2CmBAAA%3B%3BAA1EZ%2CyBA8EI%3BEACI%2CiBAAA%3B%3BAA%5C%2FER%2CyBAkFI%3BEACI%2CgBAAA%3B%3BAAEA%2CyBAHJ%2C4BAGK%3BAACD%2CyBAJJ%2C4BAIK%3BEACG%2CyBAAA%3BEACA%2CeAAA%3B%3BAAxFZ%2CyBA4FI%3BEACI%2CaAAA%3B%3BAA7FR%2CyBAgGI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAIA%2CyBAVJ%2CwCAUK%3BEACG%2CSR3LF%2COQ2LE%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3B%3BAA9GZ%2CyBAkHI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAApHR%2CyBAuHI%3BEACI%2CYAAA%3B%3BAAxHR%2CyBAuHI%2CwCAGI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAA5HZ%2CyBAuHI%2CwCAGI%2CQAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CyBAdZ%2CwCAGI%2CQAUK%2CIAAI%2CaACA%3BEACG%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAA3IpB%2CyBAiJI%3BEACI%2CiBAAA%3B%3BAAlJR%2CyBAiJI%2CwCAGI%3BEAEI%2CiBAAA%3B%3BAAtJZ%2CyBAiJI%2CwCAQI%3BEvChPR%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CyBuCmMI%2CwCAQI%2CkBvC3MP%3BAACD%2CyBuCkMI%2CwCAQI%2CkBvC1MP%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CyBuCsLI%2CwCAQI%2CkBvC9LP%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CyBuC0KI%2CwCAQI%2CkBvClLP%3BAACD%2CyBuCyKI%2CwCAQI%2CkBvCjLP%3BAACD%2CQAAQ%2CUAAW%2C0BuCwKf%2CwCAQI%3BE5CCR%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAuCoBJ%2CyBA8JI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjKR%2CyBA8JI%2CqCAKI%2CkBAAiB%3BE5C2GzB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3B%3BA4CpUR%2CyBA8JI%2CqCAKI%2CkBAAiB%2CeAIb%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAA1KhB%2CyBA8JI%2CqCAKI%2CkBAAiB%2CeAUb%3BEACI%2CoBAAA%3B%3B%3B%3B%3B%3BA0D1TpB%2CuBACI%3BEACI%2CaAAA%3B%3B%3B%3B%3BA%5C%2FBuBA%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BEvEgXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAuElXA%2CyBAII%3BEvEwPJ%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAuErPQ%2CyBAHJ%2CQAGK%3BEvEqPT%2CgBAAA%3B%3BAuE5PA%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%3BEvEyMJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BAuEnMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEvEiLR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgCAAA%3B%3BAuEvKA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BEvEwJZ%2CeAAA%3B%3BAuEjKA%2C2BAOI%2CMACI%2CUAQM%3BEvEiJd%2C0BAAA%3B%3BAuEjKA%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%3BEvEmHA%2CgBAAA%3B%3B%3B%3B%3B%3BAuGxRA%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%3B%3B%3B%3B%3BACxCpB%2C0BACI%2COAAO%3BAADX%2C0BAEI%3BAAFJ%2C0BAGI%3BEACI%2C4BAAA%3B%3BAAJR%2C0BAMI%2CUAAS%3BEACL%2CgBAAA%3B%3BAAPR%2C0BASI%2CiBACI%2CIAAG%3BEAIC%2C4BAAA%3BEACA%2CWAAA%3B%3BAAfZ%2C0BASI%2CiBACI%2CIAAG%2CQACC%3BEACI%2CqBAAA%3B%3BAAZhB%2C0BASI%2CiBAQI%2COAAM%3BAAjBd%2C0BASI%2CiBpGuRJ%2CqBA4NI%2CiBAKM%2CUoGhfI%3BEACF%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAApBZ%2C0BASI%2CiBAaI%3BAAtBR%2C0BASI%2CiBpGuRJ%2CqBA4NI%2CiBAKM%3BEoG1eE%2C4BAAA%3B%3BAAvBZ%2C0BA0BI%3BAA1BJ%2C0BA2BI%3BEACI%2CaAAA%3B%3BAA5BR%2C0BA%2BBI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAlCR%2C0BAqCI%3BEACI%2CeAAA%3B%3BAAtCR%2C0BAyCI%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAA9CR%2C0BAiDI%2CgBAAgB%3BEACZ%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAArDR%2C0BAwDI%2CgBAAgB%2CGAAG%3BEACf%2CcAAA%3B%3BAAzDR%2C0BA4DI%2CgBAAgB%2CGAAG%3BEACf%2CiBAAA%3B%3BAA7DR%2C0BAgEI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlER%2C0BAqEI%2CeAAc%2CIAAI%3BExGoNtB%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAqEXA%2C0BAqEI%2CeAAc%2CIAAI%2CmBrEwMpB%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2C0BqEoDI%2CeAAc%2CIAAI%2CmBrEpDrB%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC1OU%2COpC0OV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0BqEuCA%2CeAAc%2CIAAI%2CmBrExCrB%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2C0BqEiCA%2CeAAc%2CIAAI%2CmBrElCrB%2COACI%3BEnCqPL%2CcAAA%3B%3BAwGzMQ%2C0BAXJ%2CeAAc%2CIAAI%2CmBAWb%3BEACG%2CeAAA%3BEACA%2CqBAAA%3B%3BAAlFZ%2C0BAsFI%3BEACI%2CoBAAA%3B%3BAAGJ%2C0BAAI%2CkBAAgB%3BEAChB%2CaAAA%3B%3BAAGR%2CWACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CWAMI%2COAAM%3BAANV%2CWpGkMA%2CqBA4NI%2CiBAKM%2CUoG7ZA%3BEACF%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CWAgBI%2COAAM%2CeAAe%3BAAhBzB%2CWpGkMA%2CqBA4NI%2CiBAKM%2CUoGnZA%2CeAAe%3BEACjB%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CcAAA%3BEACA%2CSpEpEE%2COoEoEF%3BEACA%2CqBAAA%3BEACA%2CavGlHO%2CYuGkHP%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGR%2CWAAY%2CSAER%3BAADJ%2CkBAAmB%2CSACf%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANR%2CWAAY%2CSAQR%3BAAPJ%2CkBAAmB%2CSAOf%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGR%2CWAAY%2CSAAS%2COAAM%3BAAA3B%2CWAAY%2CSpGmJZ%2CqBA4NI%2CiBAKM%2CUoGpXiB%3BEACvB%2CmBAAA%3B%3BACrJJ%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%3BE3GgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE2G3EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BAAjBR%2CWAQI%2CGvG%2BGJ%2CqBA4NI%2CiBAKM%3BEuGtUE%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BAAAD%2CWAtBR%2CGvG%2BGJ%2CqBA4NI%2CiBAKM%2CUuG1TG%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BAAFL%2CWA1BR%2CGvG%2BGJ%2CqBA4NI%2CiBAKM%2CUuGtTG%3BAACD%2CWA3BR%2CGvG%2BGJ%2CqBA4NI%2CiBAKM%2CUuGrTG%3BAACD%2CWA5BR%2CGvG%2BGJ%2CqBA4NI%2CiBAKM%2CUuGpTG%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BAADJ%2CWAjCJ%2CGAiCK%2CavG8ET%2CqBA4NI%2CiBAKM%3BEuG7SM%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%3BAhHwRL%2CoBA4NI%2CiBAKM%2CUgHzfL%3BEpHiRL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEL0FA%2CgBAAA%3BEoH1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BArHuHR%2CCqHhIK%2CwBrHgIJ%3BAAAD%2CMqHhIK%2CwBrHgIJ%3BAAAD%2CGqHhIK%2CwBrHgIJ%3BAKwJD%2CoBA4NI%2CiBAKM%2CUgHzfL%2CwBrHgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCqHrIK%2CwBrHqIJ%3BAAAD%2CMqHrIK%2CwBrHqIJ%3BAAAD%2CGqHrIK%2CwBrHqIJ%3BAKmJD%2CoBA4NI%2CiBAKM%2CUgHzfL%2CwBrHqIJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCqH1IK%2CwBrH0IJ%3BAAAD%2CMqH1IK%2CwBrH0IJ%3BAAAD%2CGqH1IK%2CwBrH0IJ%3BAK8ID%2CoBA4NI%2CiBAKM%2CUgHzfL%2CwBrH0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CC%2BGzLK%2CwB%5C%2FGyLJ%3BAAAD%2CM%2BGzLK%2CwB%5C%2FGyLJ%3BAAAD%2CG%2BGzLK%2CwB%5C%2FGyLJ%3BAACD%2CC%2BG1LK%2CwB%5C%2FG0LJ%3BAAAD%2CM%2BG1LK%2CwB%5C%2FG0LJ%3BAAAD%2CG%2BG1LK%2CwB%5C%2FG0LJ%3BAACD%2CC%2BG3LK%2CwB%5C%2FG2LJ%3BAAAD%2CM%2BG3LK%2CwB%5C%2FG2LJ%3BAAAD%2CG%2BG3LK%2CwB%5C%2FG2LJ%3BAD6FD%2CoBA4NI%2CiBAKM%2CUgHzfL%2CwB%5C%2FGyLJ%3BAD%2BFD%2CoBA4NI%2CiBAKM%2CUgHzfL%2CwB%5C%2FG0LJ%3BAD8FD%2CoBA4NI%2CiBAKM%2CUgHzfL%2CwB%5C%2FG2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CC%2BGhMK%2CwB%5C%2FGgMJ%3BAAAD%2CM%2BGhMK%2CwB%5C%2FGgMJ%3BAAAD%2CG%2BGhMK%2CwB%5C%2FGgMJ%3BAACD%2CC%2BGjMK%2CwB%5C%2FGiMJ%3BAAAD%2CM%2BGjMK%2CwB%5C%2FGiMJ%3BAAAD%2CG%2BGjMK%2CwB%5C%2FGiMJ%3BAACD%2CQAAQ%2CUAAW%2CE%2BGlMd%3BA%5C%2FGkML%2CQAAQ%2CUAAW%2CO%2BGlMd%3BA%5C%2FGkML%2CQAAQ%2CUAAW%2CI%2BGlMd%3BAhHwRL%2CoBA4NI%2CiBAKM%2CUgHzfL%2CwB%5C%2FGgMJ%3BADwFD%2CoBA4NI%2CiBAKM%2CUgHzfL%2CwB%5C%2FGiMJ%3BAACD%2CQAAQ%2CUDsFR%2CqBA4NI%2CiBAKM%2CUgHzfL%3BEpHiRL%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA%2BG3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BAhH4QL%2CoBA4NI%2CiBAKM%2CUgH7eL%3BE%5C%2FG6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEoHhQQ%2CgBAAA%3B%3BA%5C%2FG0IR%2CC%2BG%5C%2FIK%2C2B%5C%2FG%2BIJ%3BAAAD%2CM%2BG%5C%2FIK%2C2B%5C%2FG%2BIJ%3BAAAD%2CG%2BG%5C%2FIK%2C2B%5C%2FG%2BIJ%3BAACD%2CC%2BGhJK%2C2B%5C%2FGgJJ%3BAAAD%2CM%2BGhJK%2C2B%5C%2FGgJJ%3BAAAD%2CG%2BGhJK%2C2B%5C%2FGgJJ%3BAACD%2CC%2BGjJK%2C2B%5C%2FGiJJ%3BAAAD%2CM%2BGjJK%2C2B%5C%2FGiJJ%3BAAAD%2CG%2BGjJK%2C2B%5C%2FGiJJ%3BAD2HD%2CoBA4NI%2CiBAKM%2CUgH7eL%2C2B%5C%2FG%2BIJ%3BAD6HD%2CoBA4NI%2CiBAKM%2CUgH7eL%2C2B%5C%2FGgJJ%3BAD4HD%2CoBA4NI%2CiBAKM%2CUgH7eL%2C2B%5C%2FGiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC%2BGzDK%2C2B%5C%2FGyDJ%3BAAAD%2CM%2BGzDK%2C2B%5C%2FGyDJ%3BAAAD%2CG%2BGzDK%2C2B%5C%2FGyDJ%3BAACD%2CC%2BG1DK%2C2B%5C%2FG0DJ%3BAAAD%2CM%2BG1DK%2C2B%5C%2FG0DJ%3BAAAD%2CG%2BG1DK%2C2B%5C%2FG0DJ%3BADkND%2CoBA4NI%2CiBAKM%2CUgH7eL%2C2B%5C%2FGyDJ%3BADmND%2CoBA4NI%2CiBAKM%2CUgH7eL%2C2B%5C%2FG0DJ%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CC%2BGtEK%2C2B%5C%2FGsEJ%3BAAAD%2CM%2BGtEK%2C2B%5C%2FGsEJ%3BAAAD%2CG%2BGtEK%2C2B%5C%2FGsEJ%3BADsMD%2CoBA4NI%2CiBAKM%2CUgH7eL%2C2B%5C%2FGsEJ%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CC%2BGlFK%2C2B%5C%2FGkFJ%3BAAAD%2CM%2BGlFK%2C2B%5C%2FGkFJ%3BAAAD%2CG%2BGlFK%2C2B%5C%2FGkFJ%3BAACD%2CC%2BGnFK%2C2B%5C%2FGmFJ%3BAAAD%2CM%2BGnFK%2C2B%5C%2FGmFJ%3BAAAD%2CG%2BGnFK%2C2B%5C%2FGmFJ%3BAACD%2CQAAQ%2CUAAW%2CE%2BGpFd%3BA%5C%2FGoFL%2CQAAQ%2CUAAW%2CO%2BGpFd%3BA%5C%2FGoFL%2CQAAQ%2CUAAW%2CI%2BGpFd%3BAhH4QL%2CoBA4NI%2CiBAKM%2CUgH7eL%2C2B%5C%2FGkFJ%3BAD0LD%2CoBA4NI%2CiBAKM%2CUgH7eL%2C2B%5C%2FGmFJ%3BAACD%2CQAAQ%2CUDwLR%2CqBA4NI%2CiBAKM%2CUgH7eL%3BEpHqQL%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA%2BG%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BAhHoQL%2CoBA4NI%2CiBAKM%2CUgHreL%3BE%5C%2FGqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEoHxPQ%2CgBAAA%3B%3BA%5C%2FGkIR%2CC%2BGvIK%2C6B%5C%2FGuIJ%3BAAAD%2CM%2BGvIK%2C6B%5C%2FGuIJ%3BAAAD%2CG%2BGvIK%2C6B%5C%2FGuIJ%3BAACD%2CC%2BGxIK%2C6B%5C%2FGwIJ%3BAAAD%2CM%2BGxIK%2C6B%5C%2FGwIJ%3BAAAD%2CG%2BGxIK%2C6B%5C%2FGwIJ%3BAACD%2CC%2BGzIK%2C6B%5C%2FGyIJ%3BAAAD%2CM%2BGzIK%2C6B%5C%2FGyIJ%3BAAAD%2CG%2BGzIK%2C6B%5C%2FGyIJ%3BAD2HD%2CoBA4NI%2CiBAKM%2CUgHreL%2C6B%5C%2FGuIJ%3BAD6HD%2CoBA4NI%2CiBAKM%2CUgHreL%2C6B%5C%2FGwIJ%3BAD4HD%2CoBA4NI%2CiBAKM%2CUgHreL%2C6B%5C%2FGyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC%2BGjDK%2C6B%5C%2FGiDJ%3BAAAD%2CM%2BGjDK%2C6B%5C%2FGiDJ%3BAAAD%2CG%2BGjDK%2C6B%5C%2FGiDJ%3BAACD%2CC%2BGlDK%2C6B%5C%2FGkDJ%3BAAAD%2CM%2BGlDK%2C6B%5C%2FGkDJ%3BAAAD%2CG%2BGlDK%2C6B%5C%2FGkDJ%3BADkND%2CoBA4NI%2CiBAKM%2CUgHreL%2C6B%5C%2FGiDJ%3BADmND%2CoBA4NI%2CiBAKM%2CUgHreL%2C6B%5C%2FGkDJ%3BEL2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CC%2BG9DK%2C6B%5C%2FG8DJ%3BAAAD%2CM%2BG9DK%2C6B%5C%2FG8DJ%3BAAAD%2CG%2BG9DK%2C6B%5C%2FG8DJ%3BADsMD%2CoBA4NI%2CiBAKM%2CUgHreL%2C6B%5C%2FG8DJ%3BEL%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CC%2BG1EK%2C6B%5C%2FG0EJ%3BAAAD%2CM%2BG1EK%2C6B%5C%2FG0EJ%3BAAAD%2CG%2BG1EK%2C6B%5C%2FG0EJ%3BAACD%2CC%2BG3EK%2C6B%5C%2FG2EJ%3BAAAD%2CM%2BG3EK%2C6B%5C%2FG2EJ%3BAAAD%2CG%2BG3EK%2C6B%5C%2FG2EJ%3BAACD%2CQAAQ%2CUAAW%2CE%2BG5Ed%3BA%5C%2FG4EL%2CQAAQ%2CUAAW%2CO%2BG5Ed%3BA%5C%2FG4EL%2CQAAQ%2CUAAW%2CI%2BG5Ed%3BAhHoQL%2CoBA4NI%2CiBAKM%2CUgHreL%2C6B%5C%2FG0EJ%3BAD0LD%2CoBA4NI%2CiBAKM%2CUgHreL%2C6B%5C%2FG2EJ%3BAACD%2CQAAQ%2CUDwLR%2CqBA4NI%2CiBAKM%2CUgHreL%3BEpH6PL%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAgHlHJ%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%3BEf%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAehHA%2CsBfkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAerHJ%2CsBfkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAexHR%2CsBf4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA3F7HJ%2CsB2FwHE%2CQAAK%2CQ3FxHN%3BAACD%2CsB2FuHE%2CQAAK%2CQ3FvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsB2FkHE%2CQAAK%2CQ3FlHN%3BEACG%2CWAAA%3B%3BA2FwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAepIR%2CsBfoLM%2CQAAK%3BE3FoEX%2CSAAA%3B%3BA0GxPA%2CsBf6LE%2CQAAK%2CMACD%3BE3F0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsB4FsFE%2CQAAK%2CMACD%2CU5FvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsB4FiFE%2CQAAK%2CMACD%2CU5FlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsB4F4EE%2CQAAK%2CMACD%2CU5F7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA2FzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BE3FsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA0GxPA%2CsBf0OE%2CQAAK%3BE3FcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3B%3B%3B%3B%3BAyInSA%2CUAAW%2CcAAa%3BEACpB%2CeAAA%3B%3BAAEA%2CUAHO%2CcAAa%2CUAGnB%2CQAAW%2COAAI%2CuBAAuB%3BEACnC%2CgBAAgB%2C0EAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CUAZO%2CcAAa%2CUAYnB%2CSAAY%2COAAI%2CuBAAuB%3BEACpC%2CgBAAgB%2CwEAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA7DbR%2CiCACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAEA%2CiCAAC%3BEACG%2CcAAA%3B%3BAAIR%2CkBACI%3BEACI%2CqBAAA%3B%3BAAFR%2CkBAII%3BAAJJ%2CkBxE4QA%2CqBA4NI%2CiBAKM%3BEwExeF%2CiBAAA%3B%3BAAGR%2CeACI%2CUAAU%2COAAM%2CSAAU%3BEACtB%2CgBAAA%3B%3BAAFR%2CeAKI%2CiBACI%3BAANR%2CeAKI%2CiBxE%2BPJ%2CqBA4NI%2CiBAKM%3BEwE9dE%2CYAAA%3B%3BAAGJ%2CeALJ%2CiBAKK%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAQI%2CUAHZ%2CWACK%2CcACG%2CGACK%2CSACG%2CGAAE%2CIAAI%2C0BAA0B%2CIAAI%3BEAChC%2CYAAA%3B%3BAANxB%2CUACI%2CWAUI%3BAAXR%2CUACI%2CWtD2BJ%2CMACI%2CGACI%2CaA2EI%3BEsD7FA%2CUAAA%3B%3BAAZZ%2CUACI%2CWAUI%2CaAEI%3BAAbZ%2CUACI%2CWtD2BJ%2CMACI%2CGACI%2CaA2EI%2CgBsD5FA%3BEACI%2CgBAAA%3B%3BAAIJ%2CUAjBR%2CWAgBI%2CGACK%2CSACG%3BEACI%2C6BAAA%3B%3BAAEJ%2CUArBZ%2CWAgBI%2CGACK%2CSAII%2CMACG%3BEACI%2C6BAAA%3B%3BAAIZ%2CUA3BR%2CWAgBI%2CGAWK%2CMACG%3BEACI%2C6BAAA%3B%3BAA9BpB%2CUACI%2CWAiCI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAArCZ%2CUACI%2CWAsCI%3BEACI%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAzCZ%2CUA4CI%2C%2BBACI%2CSACI%3BEACI%2CaAAA%3B%3BAA%5C%2FChB%2CUAmDI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BE5EqLR%2CiBAAA%3B%3BA4E5OA%2CUA0DI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5DR%2CUA0DI%2CyBAGM%2C2BACE%3BEACI%2CSAAA%3B%3BAA%5C%2FDhB%2CUAmEI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C2EAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA1ER%2CUAmEI%2CYAQI%2CkBACI%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjFhB%2CUAmEI%2CYAiBI%3BAApFR%2CUAmEI%2CYAkBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CUAtBR%2CYAiBI%2CaAKK%3BAAAD%2CUAtBR%2CYAkBI%2CeAIK%3BEACG%2CSAAA%3B%3BAA1FhB%2CUAmEI%2CYA0BI%3BEACI%2CaAAA%3B%3BAA9FZ%2CUAiGI%3BEACI%2CoBAAA%3B%3BAACA%2CUAFJ%2CmBAEK%3BEACG%2C2DAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CUARJ%2CmBAQK%3BEACG%2CaAAA%3B%3BAA1GZ%2CUA6GI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEI%2CUANR%2CkBAKI%2CGACK%3BEACG%2CuBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CUAVR%2CkBAKI%2CGAKK%2CWACG%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CUAdhB%2CkBAKI%2CGAKK%2CWACG%2CwBAGK%3BAACD%2CUAfhB%2CkBAKI%2CGAKK%2CWACG%2CwBAIK%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAA9HxB%2CUA6GI%2CkBAsBI%3BEACI%2CWAAA%3B%3BAApIZ%2CUAuII%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAACA%2CUAHJ%2CwBAGK%3BAACD%2CUAJJ%2CwBAIK%3BEACG%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAA9IZ%2CUAiJI%3BEACI%2CWAAA%3B%3BAAlJR%2CUAiJI%2C6BAEI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAvJZ%2CUAiJI%2C6BAQI%3BEACI%2COAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAA9JZ%2CUAiJI%2C6BAQI%2CwBAMI%3BAA%5C%2FJZ%2CUAiJI%2C6BAQI%2CwBAOI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C2EAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAA1KhB%2CUAiJI%2C6BAQI%2CwBAmBI%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxLhB%2CUA4LI%2C6BACI%2CKACI%3BEACI%2CgBAAA%3B%3BAA%5C%2FLhB%2CUAmMI%2C%2BBACI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAEI%2CUAPZ%2C%2BBACI%2CgBAKK%2CQACI%3BEACG%2CsBAAA%3B%3BAA3MpB%2CUAgNI%3BEACI%2CcAAA%3B%3BAAjNR%2CUAmNI%3BEACI%2CmBAAA%3B%3BAAGR%2CQAAQ%2CeAAe%2COAAO%3BEAC1B%2CgBAAA%3B%3BAAEJ%3BEACI%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAFJ%2C2BAGI%2CKACI%2CSAAQ%2CIACJ%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAKhB%2CqBACI%3BEACI%2CYAAA%3B%3BAAGR%2CqBACI%2C4BACI%2CMACI%3BEACI%2CcAAA%3B%3BAAKhB%3BEACI%2CmBAAA%3B%3BAACA%2C2BAAC%3BAACD%2C2BAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2C2BAAC%3BEACG%2CWAAA%3B%3BAARR%2C2BAUI%3BEACI%2CuBAAA%3B%3BAAXR%2C2BAUI%2CMAEI%2CGACI%3BEACI%2CaAAA%3B%3BAAKhB%2CsBACM%2CQACE%2CGAAE%2CoBACI%3BEACE%2CaAAA%3B%3BAAJhB%2CsBAQI%2CMACI%3BEACI%2CiBAAA%3B%3BAAVZ%2CsBAaI%2CeACI%3BAAdR%2CsBAaI%2CeAEI%3BEACI%2CiBAAA%3B%3BAAQA%2C0BAFP%2CQAAQ%2CKAAK%2CMACR%2CQACG%3BAACD%2C0BAHP%2CQAAQ%2CKAAK%2CMACR%2CQAEG%3BEACG%2CkBAAA%3B%3BAAGJ%2C0BAPP%2CQAAQ%2CKAAK%2CMACR%2CQAMG%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAXP%2CQAAQ%2CKAAK%2CMACR%2CQAUG%3BEACG%2CiBAAA%3BEACA%2CUAAA%3B%3BAAEA%2C0BAfX%2CQAAQ%2CKAAK%2CMACR%2CQAUG%2CQAIO%2CQAAK%3BEACL%2CUAAA%3B%3BAAjBpB%2C0BAuBI%2CcACI%3BEACI%2CmBAAA%3B%3BAAzBZ%2C0BAuBI%2CcAKI%3BAA5BR%2C0BAuBI%2CcAMI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBZ%2C0BAkCI%3BEACI%2CeAAA%3B%3BAAGR%2C8BACI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAGR%3BEACI%2CmBAAA%3B%3BAAEJ%2CmCACI%2CmBACM%3BEACE%2CkBAAA%3B%3BAACA%2CmCAHR%2CmBACM%2CIAEG%3BEACG%2CeAAA%3B%3BAAEJ%2CmCANR%2CmBACM%2CIAKG%3BEACG%2C0BAAA%3B%3BAAMhB%2C4BACI%3BEACI%2CUAAA%3B%3BAAFR%2C4BACI%2CyBAEM%3BEACE%2CUAAA%3B%3BAAOA%2CmCAFR%2CmCACI%2C6BACK%3BEACG%2CQAAA%3B%3BAAJhB%2CmCAQI%2CwBACM%3BEACE%2CUAAA%3BEACA%2CQAAA%3B%3BAAMJ%2C8BADJ%2CqBACK%2CIAAI%3BEACD%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAALZ%2C8BACI%2CqBAOI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAZZ%2C8BACI%2CqBAcI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAlBZ%2C8BAsBI%3BEACI%2CYAAA%3BEACA%2CoBAAA%3B%3BAAIR%3BEACI%2CkCAAA%3B%3BAADJ%2CaAGI%3BEACI%2C8BAAA%3B%3BAAIR%3BEAEI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C8BACI%2CSAAQ%3BEACJ%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAJR%2C8BACI%2CSAAQ%2CKAKF%2CIAAC%2CYAAY%3BEACX%2CcAAA%3BEACA%2CSxCzaJ%2COwCyaI%3B%3BAAchB%2CgBARuC%2CwBAA4B%3BEAC%5C%2FD%2C0BAA0B%2CQAAQ%2CKAAK%2CMACjC%2CQAAK%2CMAAS%3BIACZ%2C0BAAA%3B%3B%3B%3B%3BA8D%5C%2FbZ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CqBAAsB%3BEAClB%2CmBAAA%3B%3BAANR%2C2BASM%3BEACE%2CgBAAA%3B%3BAAIR%2CKAAK%2CiBAAiB%3BEAClB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CUAAW%2CMAVV%2CiBAAiB%2CoCAYZ%3BAADN%2CKAXC%2CiBAAiB%2CoCAWjB%2CSACK%3BEACE%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAMA%2CKArBP%2CiBAAiB%2CoCAmBjB%2CQACK%2CoCACG%3BEACG%2CUAAA%3B%3BAAGJ%2CKAzBP%2CiBAAiB%2CoCAmBjB%2CQACK%2CoCAKG%3BEACG%2CmBAAA%3B%3BAAIA%2CKA9BX%2CiBAAiB%2CoCAmBjB%2CQACK%2CoCASE%2CiCACK%3BEACG%2CSAAS%2CkBAAT%3B%3BAAQR%2CKAvCP%2CiBAAiB%2CoCAqCjB%2CMACK%2CoCACG%3BAACD%2CKAxCP%2CiBAAiB%2CoCAqCjB%2CMACK%2CoCAEG%3BEACG%2CqBAAA%3B%3BAAOJ%2COAFA%2CMA9CP%2CiBAAiB%2CoCA%2BCZ%2CoCACG%3BAACD%2COAHA%2CMA9CP%2CiBAAiB%2CoCA%2BCZ%2CoCAEG%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%2CiCAAC%3BAACD%2CiCAAC%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CiCAAC%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CiCAAC%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CsCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAS%2CmBAAT%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAlIpJJ%2CkCACI%2C2BACI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2C8BACI%2CwBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2C8BACI%2CwBAII%3BEACI%2CaAAA%3B%3BAANZ%2C8BACI%2CwBAUI%3BEACI%2CqBAAA%3B%3BAAEA%2C8BAbR%2CwBAUI%2CGAGQ%2CKAAE%3BEACF%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAKR%2C8BADJ%2CiBACK%3BEACG%2CkBAAA%3B%3BAAvBZ%2C8BAqBI%2CiBAII%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAA3BZ%2C8BAqBI%2CiBAQI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2C%2BBAGI%2CiBACM%2CaACE%2CQAAO%3BAAJnB%2C6BAEI%2CiBACM%2CaACE%2CQAAO%3BAAHnB%2C6BACI%2CiBACM%2CaACE%2CQAAO%3BEACH%2CqBAAA%3B%3BAAOZ%2CgCAAC%2C8BACG%2COAAM%2CIAAI%2CSACN%3BEACI%2CcAAA%3B%3BAAEA%2CgCALX%2C8BACG%2COAAM%2CIAAI%2CSACN%2COAGQ%3BEACA%2CeAAA%3B%3BAANhB%2CgCAAC%2C8BAWG%3BEACI%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CgCAAC%2C8BAWG%2CGAKI%3BEACI%2CiBAAA%3B%3BAAEA%2CgCAnBX%2C8BAWG%2CGAKI%2CGAGK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAvBpB%2CgCA6BI%3BEACI%2CgBAAA%3B%3BAA9BR%2CgCAiCI%2CUAAS%3BEACL%2CaAAA%3B%3BAAlCR%2CgCAqCI%2C6BACI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAxCZ%2CgCAqCI%2C6BAKI%3BEACI%2CYAAA%3B%3BAAEA%2CgCARR%2C6BAKI%2CYAGQ%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAMR%2CgCADJ%2COACK%2CWACG%3BEACI%2CeAAA%3B%3BAAFR%2CgCADJ%2COACK%2CWAKG%3BEACI%2CoBAAA%3B%3BAAIR%2CgCAXJ%2COAWK%3BEACG%2CkBAAA%3B%3BAADJ%2CgCAXJ%2COAWK%2CUAGG%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAARR%2CgCAXJ%2COAWK%2CUAGG%2CeAOI%2CsBAAqB%3BEACjB%2CeAAA%3B%3BAAXZ%2CgCAXJ%2COAWK%2CUAGG%2CeAWI%3BERmJhB%2CiBAAA%3B%3BAQjKQ%2CgCAXJ%2COAWK%2CUAGG%2CeAWI%2CuBAII%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAApBhB%2CgCAXJ%2COAWK%2CUAGG%2CeAWI%2CuBASI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAA1BhB%2CgCAXJ%2COAWK%2CUAGG%2CeAWI%2CuBASI%2CGAKI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CgCA3CxB%2COAWK%2CUAGG%2CeAWI%2CuBASI%2CGAKI%2CGAIK%3BEACG%2CgBAAA%3B%3BAAjGhC%2CgCA0GI%3BEACI%2CaAAA%3B%3BAA3GR%2CgCA0GI%2CmBAGI%3BEACI%2CkBAAA%3B%3BAAGJ%2CgCAPJ%2CmBAOK%3BEACG%2CcAAA%3B%3BAAlHZ%2CgCA0GI%2CmBAWI%3BEACI%2CeAAA%3B%3BAAKZ%2CQAAS%2CQAAO%2CKAAM%2CkCAAiC%2CMAAO%3BEAC1D%2CqBAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CEAAE%2CyBAKI%3BEACE%2CgBAAgB%2CwEAAhB%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CEAXN%2CyBAKI%2CKAMG%3BEACG%2CgBAAgB%2CyEAAhB%3BEACA%2CqBAAA%3B%3BAAEJ%2CEAfN%2CyBAKI%2CKAUG%3BEACG%2CgBAAgB%2CyEAAhB%3BEACA%2CqBAAA%3B%3BAwDlMI%2CuBAHZ%2CQACI%2CgBACI%2CQACK%3BEACG%2CaAAA%3BEhEkRpB%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BA6BLgB%2CuBAHZ%2CQACI%2CgBACI%2CQACK%2CO7BuQf%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CuB6BdI%2CQACI%2CgBACI%2CQACK%2CO7BWhB%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC5PS%2COpC4PT%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CuB6B3BA%2CQACI%2CgBACI%2CQACK%2CO7BuBhB%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2CuB6BjCA%2CQACI%2CgBACI%2CQACK%2CO7B6BhB%2COACI%3BEnCqPL%2CcAAA%3B%3BAgExQgB%2CuBAdZ%2CQACI%2CgBACI%2CQAYK%3BAACD%2CuBAfZ%2CQACI%2CgBACI%2CQAaK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGJ%2CuBAnBZ%2CQACI%2CgBACI%2CQAiBK%3BEhEmQjB%2C%2BBAAA%3B%3BAgE%5C%2FPgB%2CuBAvBZ%2CQACI%2CgBACI%2CQAqBK%3BEACG%2CaAAA%3B%3BAAzBpB%2CuBACI%2CQACI%2CgBA2BI%2CUACI%2CQACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAArCxB%2CuBACI%2CQACI%2CgBAwCI%2CeACI%3BEACI%2CmBAAA%3B%3BAA5CpB%2CuBACI%2CQACI%2CgBA8CI%3BEACI%2CmBAAA%3B%3BAAjDhB%2CuBACI%2CQACI%2CgBAkDI%3BEACI%2CmBAAA%3B%3BAArDhB%2CuBACI%2CQACI%2CgBAsDI%2CgBACI%3BEACI%2CaAAA%3B%3BAAGJ%2CuBA5DZ%2CQACI%2CgBAsDI%2CgBAKK%2CWACG%3BEACI%2CaAAA%3B%3BAA%5C%2FDxB%2CuBAsEI%2CQACI%3BEACI%2CgBAAA%3B%3BAAIA%2CuBANR%2CQAKI%2COACQ%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA9EhB%2CuBAmFI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAtFR%2CuBAmFI%2CkBAKI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FFZ%2CuBAmFI%2CkBAeI%3BE3D5DR%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CkBAAA%3BEgElLY%2CkBAAA%3B%3BA3D1BZ%2CuB2DQI%2CkBAeI%2Ca3DvBP%3BAACD%2CuB2DOI%2CkBAeI%2Ca3DtBP%3BEL2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CuB2DLI%2CkBAeI%2Ca3DVP%3BEL%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CuB2DjBI%2CkBAeI%2Ca3DEP%3BAACD%2CuB2DlBI%2CkBAeI%2Ca3DGP%3BAACD%2CQAAQ%2CUAAW%2CwB2DnBf%2CkBAeI%3BEhEqLR%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA2DzGJ%2CuBAyGI%3BEAEI%2CyBAAA%3B%3BAAEA%2CuBAJJ%2CeAIK%2CIAAI%3BEACD%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FGZ%2CuBAyGI%2CeASI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAArHZ%2CuBAyGI%2CeASI%2CeAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAzHhB%2CuBAyGI%2CeAoBI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FHZ%2CuBAyGI%2CeAoBI%2CcAII%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAnIhB%2CuBAwII%2CeACI%3BEACI%2CSAAA%3B%3BAAGJ%2CuBALJ%2CeAKK%2CcACG%3BEACI%2CmBAAA%3B%3BAAEA%2CuBATZ%2CeAKK%2CcACG%2CSAGK%3BEACG%2CmBAAA%3B%3BAAlJpB%2CuBAwJI%3BEACI%2CYAAA%3B%3BAAzJR%2CuBAwJI%2CUAGI%3BEACI%2CaAAA%3B%3BAA5JZ%2CuBAwJI%2CUAOM%3BEhEwHV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAiEqDY%2CuBAVR%2CUAOM%2CKAGG%2CIAAI%3BEhEqHjB%2CgBAAA%3BEAAA%2CyBAAA%3BEgElHgB%2CaAAA%3B%3BAArKhB%2CuBAwJI%2CUAOM%2CKASE%3BEhE%2BGZ%2C6BAAA%3BEgE7GgB%2CeAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CuBAzBZ%2CUAOM%2CKASE%2CGASK%3BEACG%2CgBAAA%3B%3BAAGJ%2CuBA7BZ%2CUAOM%2CKASE%2CGAaK%3BAACD%2CuBA9BZ%2CUAOM%2CKASE%2CGAcK%3BEhEiGjB%2CmBAAA%3B%3BAgEvRA%2CuBAwJI%2CUAOM%2CKASE%2CGAkBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAA9LpB%2CuBAoMI%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3B%3B%3B%3B%3BA2EvNZ%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%3BACPJ%2CqBAAsB%3BEAClB%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2C2CAA4C%2CqBAAqB%3BEAC7D%2CeAAA%3B%3B%3B%3B%3B%3BACIY%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%3BACQA%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAADJ%2C6CAGI%3BAAHJ%2C6ChJ4RA%2CqBA4NI%2CiBAKM%3BEgJzfF%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAAC%3BEACG%2C6BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CmBAAA%3B%3BAtH%5C%2FCZ%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BE9B2QV%2CiBAAA%3BE8BzQY%2CgBAAA%3B%3BAArBZ%2CwBAgBI%2C%2BBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAWA%2CwBAPR%2CqCACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAXR%2CqCACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CwBAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CwBAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAA%5C%2FDZ%2CwBAmEI%3BEACI%2CgBAAA%3B%3BAAEA%2CwBAHJ%2CqBAGK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBANJ%2CqBAMK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBATJ%2CqBASK%3BAACD%2CwBAVJ%2CqBAUK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBAbJ%2CqBAaK%3BEACG%2CYAAA%3B%3BAAMZ%3BEAEI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAuHhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BAAAF%2CWpJySA%2CqBA4NI%2CiBAKM%3BEoJzgBN%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3BAzJDJ%3BEACI%2CaoGAmB%2CepGAnB%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAoG8BJ%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEnGsWJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAmG1WA%2CiCAKI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CiCAUI%3BEACI%2CgBAAA%3B%3B%3B%3B%3B%3BAsDvDR%2CmBACI%2CyBACI%2CIAAG%3BEACC%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAMZ%2C0BACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BACI%2CgBAII%3BEACI%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEA%2C0BARR%2CgBAII%2COAIQ%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEA%2C0BAZZ%2CgBAII%2COAIQ%2CyBAIC%3BEACG%2CaAAA%3B%3BAAOZ%2C0BADJ%2C0BAAyB%2CeACjB%3BEACA%2CiBAAA%3B%3BAC%5C%2FBZ%2CmCACI%2COAAM%2C2BAA4B%3BEAC9B%2CeAAA%3B%3BAAFR%2CmCAKI%2CeAAe%3BAALnB%2CmCAMI%2CsBAAsB%3BEAClB%2CmBAAA%3B%3BACHR%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BAANf%2CyBAEI%2CYAAY%2CGvJgShB%2CqBA4NI%2CiBAKM%2CUuJjgBe%3BAAFzB%2CyBAII%2CYAAY%2CGvJ8RhB%2CqBA4NI%2CiBAKM%2CUuJ%5C%2Ffe%3BEAGjB%2CUAAA%3B%3BAAPR%2CyBAUI%3BAAVJ%2CyBAWI%3BAAXJ%2CyBAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CyBAiBI%2CeAAe%3BAAjBnB%2CyBAkBI%2CeAAe%3BEACX%2CkBAAA%3B%3BAAnBR%2CyBAsBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CyBA4BI%2CYAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAA9BR%2CyBAiCI%2CcAAc%3BAAjClB%2CyBAkCI%2CcAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAnCR%2CyBAsCI%3BEAEQ%2COAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CyBAPJ%2CaAOK%3BAACD%2CyBARJ%2CaAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAbJ%2CaAaK%3BEACG%2CWAAA%3B%3BAApDZ%2CyBAwDI%3BAAxDJ%2CyBAyDI%2CaAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAA1DR%2CyBA6DI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAjER%2CyBAoEI%2CUAAU%3BEACN%2CYAAA%3B%3BAArER%2CyBAwEI%2CaAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAzER%2CyBA4EI%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FER%2CyBAkFI%2CaAAY%3BEACR%2CaAAA%3B%3BAAnFR%2CyBAsFI%2CeAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxFR%2CyBA2FI%2CeAAe%2CYAAW%3BEACtB%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAzGR%2CyBA4GI%2CYAAW%3BAA5Gf%2CyBA6GI%2CYAAW%3BEACP%2CaAAA%3B%3BAA9GR%2CyBAiHI%2CcAAa%3BEACT%2CmBAAA%3B%3BAAlHR%2CyBAqHI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7HR%2CyBAgII%2CYAAY%3BEACR%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvIR%2CyBA0II%2CYAAY%2CGAAG%3BAA1InB%2CyBA2II%2CcAAc%3BAA3IlB%2CyBA0II%2CYAAY%2CGvJwJhB%2CqBA4NI%2CiBAKM%3BEuJvXF%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIR%2CyBAkJI%2CYAAY%2CGAAG%3BAAlJnB%2CyBAkJI%2CYAAY%2CGvJgJhB%2CqBA4NI%2CiBAKM%3BEuJ%5C%2FWE%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BAADP%2CyBAZJ%2CYAAY%2CGvJgJhB%2CqBA4NI%2CiBAKM%2CUuJrWD%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGvJgJhB%2CqBA4NI%2CiBAKM%2CUuJpWD%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%3BAAAD%2CyBAjBJ%2CYAAY%2CGvJgJhB%2CqBA4NI%2CiBAKM%2CUuJhWD%3BEACG%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CKAAT%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAhLZ%2CyBAoLI%2CYAAY%2CGAAE%2CaAAc%2COAAM%3BAApLtC%2CyBAoLI%2CYAAY%2CGAAE%2CavJ8GlB%2CqBA4NI%2CiBAKM%2CUuJ%5C%2FU4B%3BEAC9B%2CWAAA%3BEACA%2CaAAA%3B%3BAAtLR%2CyBAyLI%3BEACI%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA9LR%2CyBAiMI%2CcAAc%3BEAEN%2CgBC1MgB%2C0XD0MhB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAhBJ%2CcAAc%2CaAgBT%3BAACD%2CyBAjBJ%2CcAAc%2CaAiBT%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBArBJ%2CcAAc%2CaAqBT%3BEACG%2CgBC7NuB%2C0XD6NvB%3B%3BAAvNZ%2CyBA2NI%2CcAAc%2CaAAY%3BEACtB%2CQAAA%3B%3BAA5NR%2CyBA%2BNI%2CcAAc%2CaAAY%3BEACtB%2COAAA%3BEACA%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAAjOR%2CyBAoOI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAvOR%2CyBA0OI%2CeAAc%2CaAAgB%3BEAC1B%2CeAAA%3B%3BAA3OR%2CyBA8OI%2CeAAc%2CaAAc%2CaAAa%3BEACrC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjPR%2CyBAoPI%2CSAAQ%3BEACJ%2CWAAA%3B%3BAC1OZ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACvBJ%2CgBAAmB%2CgBAAgB%2CwBAAqB%3BEACpD%2CiBAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CiBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CkBAAmB%2CIAAG%2CaAAa%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAa%2CkBAAmB%2CSAAQ%3BEACpC%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAa%2CkBAAmB%3BEAC5B%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CiGAAZ%3BEACA%2CYAAY%2CyCAAyC%2C6BAA4B%2CyDAAjF%3B%3BAAGJ%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CeAAA%3B%3BAAGJ%2CeAAgB%2CwBAAwB%2CGAAG%3BEACvC%2CYAAA%3B%3BACrCR%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CSAAS%2CgDAAT%3BEACA%2CSAAS%2CuDAA8D%2COAAO%2C0BACrE%2CiDAAwD%2COAAO%2CiBAC%5C%2FD%2CkDAAyD%2COAAO%2CaAChE%2CyDAA6E%2COAAO%2CMAH7F%3BEAKA%2CmBAAA%3B%3BAAIA%3BECvCA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEAIA%2C4BAAA%3BEDsCQ%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAIA%2CaADH%2CcACI%3BEACG%2CSA9CY%2COA8CZ%3B%3BAAKJ%2CaADH%2CeACI%3BEACG%2CSArDa%2COAqDb%3B%3BAAKJ%2CaADH%2COACI%3BEACG%2CSAzDK%2COAyDL%3B%3BAAKJ%2CaADH%2CMACI%3BEACG%2CSA9DI%2COA8DJ%3B%3BAAKJ%2CaADH%2CSACI%3BEACG%2CSAnEO%2COAmEP%3B%3BAAKJ%2CaADH%2CMACI%3BEACG%2CSAxEI%2COAwEJ%3B%3BAAKJ%2CaADH%2CMACI%3BEACG%2CSA7EI%2COA6EJ%3B%3BAAKJ%2CaADH%2CQACI%3BEACG%2CSAlFM%2COAkFN%3B%3BAE%5C%2FFZ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAqB%3BEACjB%2CmBAAA%3B%3BAAGJ%2CYAAa%2CWAAW%3BEACpB%2CgBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEAEQ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAJR%2CaAQI%3BEACI%2C0BAAA%3B%3BAAGJ%2CYAAa%2CcAAI%2CSAAS%3BEACtB%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAa%3BAACb%2CYAAa%2CsBAAqB%2COAAO%3BAAAzC%2CYAAa%2CsBxFqBb%3BAwFrBA%2CYAAa%2CsBxFyBb%3BEwFxBI%2CaAAA%3B%3BAAGJ%2CYAAa%2CQAAO%3BAACpB%2CcAAe%2CQAAO%3BAADtB%2CYxFiBA%3BAwFhBA%2CcxFgBA%3BAwFjBA%2CYxFqBA%3BAwFpBA%2CcxFoBA%3BEwFlBQ%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CYARS%2CQAAO%2CQAQf%3BAAAD%2CcAPW%2CQAAO%2CQAOjB%3BAAAD%2CYxFSJ%2CiBwFTK%3BAAAD%2CcxFSJ%2CiBwFTK%3BAAAD%2CYxFaJ%2CcwFbK%3BAAAD%2CcxFaJ%2CcwFbK%3BEACG%2CmBAAA%3B%3BAAGJ%2CYAZS%2CQAAO%2CQAYf%3BAAAD%2CcAXW%2CQAAO%2CQAWjB%3BAAAD%2CYxFKJ%2CiBwFLK%3BAAAD%2CcxFKJ%2CiBwFLK%3BAAAD%2CYxFSJ%2CcwFTK%3BAAAD%2CcxFSJ%2CcwFTK%3BEACG%2CmBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3B%3BAAGJ%2CgBAAmB%3BEACf%2CqBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CUAAW%3BAAC3B%2CYAAY%2CIAAI%2CUAAW%3BAAC3B%2CYAAY%2CIAAI%2CUAAW%3BAAC3B%2CYAAY%2CIAAI%2CUAAW%3BEAEnB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYATQ%2CIAAI%2CUAAW%2CiBASnB%3BAAAJ%2CYARQ%2CIAAI%2CUAAW%2CcAQnB%3BAAAJ%2CYAPQ%2CIAAI%2CUAAW%2CoBAOnB%3BAAAJ%2CYANQ%2CIAAI%2CUAAW%2CiBAMnB%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAfQ%2CIAAI%2CUAAW%2CiBAenB%2CQAAK%3BAAAT%2CYAdQ%2CIAAI%2CUAAW%2CcAcnB%2CQAAK%3BAAAT%2CYAbQ%2CIAAI%2CUAAW%2CoBAanB%2CQAAK%3BAAAT%2CYAZQ%2CIAAI%2CUAAW%2CiBAYnB%2CQAAK%3BEACL%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYA7BQ%2CIAAI%2CUAAW%2CiBA6BtB%2CQAAW%2CQAAK%3BAAAjB%2CYA5BQ%2CIAAI%2CUAAW%2CcA4BtB%2CQAAW%2CQAAK%3BAAAjB%2CYA3BQ%2CIAAI%2CUAAW%2CoBA2BtB%2CQAAW%2CQAAK%3BAAAjB%2CYA1BQ%2CIAAI%2CUAAW%2CiBA0BtB%2CQAAW%2CQAAK%3BEACb%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CYAAY%2CIAAI%2CUAAW%2CiBAAgB%2CQAAW%2CQAAK%3BAAC3D%2CYAAY%2CIAAI%2CUAAW%2CoBAAmB%2CQAAW%2CQAAK%3BEAC1D%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CUAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CUAAW%2CcAAgB%2CQAAK%3BAAChD%2CYAAY%2CIAAI%2CUAAW%2CiBAAmB%2CQAAK%3BEAC%5C%2FC%2CkBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CUAAW%2CcAAa%2CQAAW%2CQAAK%3BAACxD%2CYAAY%2CIAAI%2CUAAW%2CiBAAgB%2CQAAW%2CQAAK%3BEACvD%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CUAAW%3BEAEnB%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAVQ%2CIAAI%2CUAAW%2CWAUtB%3BEACG%2CmBAAA%3B%3BAAIR%2CYAAY%2CIAAI%2CUAAW%2CWAAW%3BEAClC%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CUAAW%2CWAAU%2CGAAI%3BEACrC%2CUAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CUAAW%3BAAC3B%2CYAAY%2CIAAI%2CUAAW%3BAAC3B%2CYAAY%2CIAAI%2CUAAW%3BEACvB%2CaAAA%3B%3BACnKJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEAEQ%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CmBAAC%3BAACD%2CmBAAC%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAAC%2CYAAY%3BAACb%2CmBAAC%2CWAAW%3BEACR%2CaAAA%3B%3BAA9BR%2CmBAiCI%3BEAEQ%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CmBAZJ%2CeAYK%3BEACG%2CqBAAA%3B%3BAAIR%2CmBAAC%2CMAAS%2CsBAAC%3BEACP%2CmBAAA%3B%3BAAGJ%2CmBAAC%2CgBAAmB%2CsBAAC%3BEACjB%2CmBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CmBAAC%2CUAAW%3BEACR%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CmBAAC%2COAAQ%3BEACL%2C%2B%5C%2FBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CmBAAC%2CUAAW%3BEACR%2CcAAA%3B%3BAAGJ%2CmBAAC%2CgBAAiB%3BEACd%2CcAAA%3B%3BAAGJ%2CmBAAC%2COAAQ%3BEACL%2CcAAA%3B%3BAAKJ%2COADG%2CQACF%3BAACD%2COAFG%2CQAEF%3BAzFhDL%2CgByF%2BCK%3BAzF%5C%2FCL%2CgByFgDK%3BAzF5CL%2CayF2CK%3BAzF3CL%2CayF4CK%3BEACG%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAPG%2CQAOF%3BAzFrDL%2CgByFqDK%3BAzFjDL%2CayFiDK%3BEACG%2CkBAAA%3B%3BAAGJ%2COAXG%2CQAWF%3BAzFzDL%2CgByFyDK%3BAzFrDL%2CayFqDK%3BEACG%2CWAAA%3B%3BAC5GR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEHhBA%2C4BAAA%3BEGoBQ%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CaAAA%3B%3BAAnBR%2CoBAsBI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CoFAAA%3B%3BAAnCR%2CoBAsCI%2CeAAc%3BEACV%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxCR%2CoBA2CI%3BAA3CJ%2CoBA4CI%3BAA5CJ%2CoBA6CI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAhDR%2CoBAmDI%3BEACI%2CiBAAA%3B%3BAApDR%2CoBAuDI%3BEACI%2CaAAA%3B%3BAAxDR%2CoBA2DI%3BEACI%2CgBAAA%3B%3BAA5DR%2CoBA%2BDI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAApER%2CoBAuEI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAAzER%2CoBA4EI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAAhFR%2CoBAmFI%3BEACI%2CaAAA%3B%3BAAIR%2CoBAAqB%2CgBAAe%3BEAE5B%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAARR%2CoBAAqB%2CgBAAe%2CaAWhC%3BEHzHJ%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEG0HQ%2CSAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAlBiB%2CgBAAe%2CaAkB%5C%2FB%2CMAAO%3BEACJ%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEAEb%2CsBAAA%3B%3BAAFR%2CoBAAqB%2CiBAKjB%3BEAEQ%2CWAAA%3B%3BAAGJ%2CoBAVa%2CiBAKjB%2CgBAKK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAKZ%2CoBAAqB%3BEAEb%2CWAAA%3B%3BAAGJ%2CoBALiB%3BAAArB%2CoBAAqB%2CaAMjB%3BAANJ%2CoBAAqB%2CaAOjB%2CUAAS%3BEACL%2CgBAAA%3B%3BAARR%2CoBAAqB%2CaAWjB%3BEACI%2CiBAAA%3B%3BAAZR%2CoBAAqB%2CaAejB%3BEACI%2CeAAA%3B%3BAAIR%2CcACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAHR%2CcAMI%2CmBAAkB%3BEACd%2CaAAA%3B%3BAAIR%2CoBAAoB%2CYAAa%3BEAEzB%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CoFAAA%3BEACA%2CkBAAA%3B%3BAANR%2CoBAAoB%2CYAAa%2CkBAS7B%3BAATJ%2CoBAAoB%2CYAAa%2CkBAU7B%3BAAVJ%2CoBAAoB%2CYAAa%2CkBAW7B%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAbR%2CoBAAoB%2CYAAa%2CkBAgB7B%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAlBR%2CoBAAoB%2CYAAa%2CkBAqB7B%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACvMR%2CaAAa%3BEACT%2CgBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAa%2CcAAe%3BAAC5B%2CaAAa%2CcAAe%3BAAC5B%2CaAAa%2CcAAe%3BEAEpB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAhBS%2CcAAe%2CcAgBvB%3BAAAD%2CaAfS%2CcAAe%2CaAevB%3BAAAD%2CaAdS%2CcAAe%2CaAcvB%3BEAEO%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAvBK%2CcAAe%2CcAgBvB%2CMAOI%3BAAAD%2CaAtBK%2CcAAe%2CaAevB%2CMAOI%3BAAAD%2CaArBK%2CcAAe%2CaAcvB%2CMAOI%3BEACG%2CcAAA%3B%3BAAGJ%2CaA3BK%2CcAAe%2CcAgBvB%2CMAWI%3BAAAD%2CaA1BK%2CcAAe%2CaAevB%2CMAWI%3BAAAD%2CaAzBK%2CcAAe%2CaAcvB%2CMAWI%3BEACG%2CcAAA%3B%3BAAIR%2CaAhCS%2CcAAe%2CcAgCvB%3BAAAD%2CaA%5C%2FBS%2CcAAe%2CaA%2BBvB%3BAAAD%2CaA9BS%2CcAAe%2CaA8BvB%3BEACG%2CqBAAA%3B%3BAAGJ%2CaApCS%2CcAAe%2CcAoCvB%3BAAAD%2CaAnCS%2CcAAe%2CaAmCvB%3BAAAD%2CaAlCS%2CcAAe%2CaAkCvB%3BEACG%2CiBAAA%3B%3BAAGJ%2CaAxCS%2CcAAe%2CcAwCvB%3BAAAD%2CaAvCS%2CcAAe%2CaAuCvB%3BAAAD%2CaAtCS%2CcAAe%2CaAsCvB%3BEACG%2CkBAAA%3B%3BAAGJ%2CaA5CS%2CcAAe%2CcA4CvB%3BAAAD%2CaA3CS%2CcAAe%2CaA2CvB%3BAAAD%2CaA1CS%2CcAAe%2CaA0CvB%3BEACG%2CkBAAA%3B%3BAAIR%2CaAAa%2CcAAe%2CSAAQ%3BEAChC%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAa%2CcAAe%3BAAC5B%2CaAAa%2CcAAe%2CUAAY%2CSAAM%3BAAC9C%2CaAAa%2CcAAe%2CUAAY%2CUAAU%2CSAAM%3BEAEhD%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaATS%2CcAAe%2COASvB%3BAAAD%2CaARS%2CcAAe%2CUAAY%2CSAAM%2CWAQzC%3BAAAD%2CaAPS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAOnD%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAdS%2CcAAe%2COAcvB%3BAAAD%2CaAbS%2CcAAe%2CUAAY%2CSAAM%2CWAazC%3BAAAD%2CaAZS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAYnD%3BEACG%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAnBS%2CcAAe%2COAmBtB%3BAAAF%2CaAlBS%2CcAAe%2CUAAY%2CSAAM%2CWAkBxC%3BAAAF%2CaAjBS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAiBlD%3BEACE%2CcAAA%3B%3BAAGJ%2CaAvBS%2CcAAe%2COAuBtB%3BAAAF%2CaAtBS%2CcAAe%2CUAAY%2CSAAM%2CWAsBxC%3BAAAF%2CaArBS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAqBlD%3BEACE%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaA5BS%2CcAAe%2COA4BvB%2CaAAgB%3BAAAjB%2CaA3BS%2CcAAe%2CUAAY%2CSAAM%2CWA2BzC%2CaAAgB%3BAAAjB%2CaA1BS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWA0BnD%2CaAAgB%3BEACb%2CgBAAA%3B%3BAAGJ%2CaAhCS%2CcAAe%2COAgCpB%3BAAAJ%2CaA%5C%2FBS%2CcAAe%2CUAAY%2CSAAM%2CWA%2BBtC%3BAAAJ%2CaA9BS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWA8BhD%3BEAEI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAGJ%2CaA5CK%2CcAAe%2COAgCpB%2CSAYC%3BAAAD%2CaA3CK%2CcAAe%2CUAAY%2CSAAM%2CWA%2BBtC%2CSAYC%3BAAAD%2CaA1CK%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWA8BhD%2CSAYC%3BAACD%2CaA7CK%2CcAAe%2COAgCpB%2CSAaC%3BAAAD%2CaA5CK%2CcAAe%2CUAAY%2CSAAM%2CWA%2BBtC%2CSAaC%3BAAAD%2CaA3CK%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWA8BhD%2CSAaC%3BAACD%2CaA9CK%2CcAAe%2COAgCpB%2CSAcC%3BAAAD%2CaA7CK%2CcAAe%2CUAAY%2CSAAM%2CWA%2BBtC%2CSAcC%3BAAAD%2CaA5CK%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWA8BhD%2CSAcC%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CaAvDS%2CcAAe%2COAuDvB%2CQAAW%3BAAAZ%2CaAtDS%2CcAAe%2CUAAY%2CSAAM%2CWAsDzC%2CQAAW%3BAAAZ%2CaArDS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAqDnD%2CQAAW%3BAACZ%2CaAxDS%2CcAAe%2COAwDvB%2CaAAgB%3BAAAjB%2CaAvDS%2CcAAe%2CUAAY%2CSAAM%2CWAuDzC%2CaAAgB%3BAAAjB%2CaAtDS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAsDnD%2CaAAgB%3BAACjB%2CaAzDS%2CcAAe%2COAyDvB%2CQAAW%3BAAAZ%2CaAxDS%2CcAAe%2CUAAY%2CSAAM%2CWAwDzC%2CQAAW%3BAAAZ%2CaAvDS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAuDnD%2CQAAW%3BEACR%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAhES%2CcAAe%2COAgEvB%2CQAAW%3BAAAZ%2CaA%5C%2FDS%2CcAAe%2CUAAY%2CSAAM%2CWA%2BDzC%2CQAAW%3BAAAZ%2CaA9DS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWA8DnD%2CQAAW%3BEACR%2CcAAA%3B%3BAAIR%2CaAAa%2CcAAe%2CIAAG%2CWAAW%3BEACtC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAa%2CcAAe%2CaAAY%2CgBAAmB%3BEAEnD%2CkBAAA%3B%3BAAGJ%2CaALS%2CcAAe%2CaAAY%2CgBAAmB%2CyBAKtD%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqxBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAKR%2CaAAa%2CcAAe%2CMAAK%3BAACjC%2CaAAa%2CcAAe%2CMAAK%3BEAEzB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CaATS%2CcAAe%2CMAAK%2CeAS5B%3BAAAD%2CaARS%2CcAAe%2CMAAK%2CYAQ5B%3BEACG%2CaAAA%3B%3B%3BAAMR%2CaAAc%3BEACV%2CoBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CaAAA%3B%3BAAGJ%2CaAAc%3BEAEN%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CaAPM%2CoBAOL%3BAACD%2CaARM%2CoBAQL%3BEACG%2CaAAA%3B%3BAAIR%2CaAbU%2CoBAaT%2CgBAAiB%3BEACd%2CqBAAA%3B%3BAAGJ%2CaAjBU%2CoBAiBT%2CUAAW%3BEACR%2CqBAAA%3B%3BAAGJ%2CaArBU%2CoBAqBT%2COAAQ%3BEACL%2CqBAAA%3B%3BAAIR%2CaAAc%3BEACV%2CcAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3B%3BACnNJ%2CaAAa%2CcAAe%3BAAC5B%2CaAAa%2CcAAe%3BAAC5B%2CaAAa%2CcAAe%3BEAEpB%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAVS%2CcAAe%2CcAUvB%3BAAAD%2CaATS%2CcAAe%2CaASvB%3BAAAD%2CaARS%2CcAAe%2CaAQvB%3BEACG%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAjBS%2CcAAe%2CcAiBvB%3BAAAD%2CaAhBS%2CcAAe%2CaAgBvB%3BAAAD%2CaAfS%2CcAAe%2CaAevB%3BEACG%2CqBAAA%3B%3BAAGJ%2CaArBS%2CcAAe%2CcAqBvB%3BAAAD%2CaApBS%2CcAAe%2CaAoBvB%3BAAAD%2CaAnBS%2CcAAe%2CaAmBvB%3BEACG%2CcAAA%3B%3BAAEJ%2CaAxBS%2CcAAe%2CcAwBvB%3BAAAD%2CaAvBS%2CcAAe%2CaAuBvB%3BAAAD%2CaAtBS%2CcAAe%2CaAsBvB%3BEACG%2CcAAA%3B%3BAAEJ%2CaA3BS%2CcAAe%2CcA2BvB%3BAAAD%2CaA1BS%2CcAAe%2CaA0BvB%3BAAAD%2CaAzBS%2CcAAe%2CaAyBvB%3BEACG%2CcAAA%3B%3BAAEJ%2CaA9BS%2CcAAe%2CcA8BvB%3BAAAD%2CaA7BS%2CcAAe%2CaA6BvB%3BAAAD%2CaA5BS%2CcAAe%2CaA4BvB%3BEACG%2CcAAA%3B%3BAAIR%2CaAAa%2CcAAe%2CMAAK%2CaAAa%3BEAC1C%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CaAAa%2CcAAe%2CMAAK%3BAACjC%2CaAAa%2CcAAe%2CMAAK%3BEAEzB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CaATS%2CcAAe%2CMAAK%2CeAS5B%3BAAAD%2CaARS%2CcAAe%2CMAAK%2CYAQ5B%3BEACG%2CaAAA%3B%3BAAIR%2CaAAa%2CcAAe%2CIAAG%2CWAAW%3BEACtC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAa%2CcAAe%2COAAO%3BAACnC%2CaAAa%2CcAAe%2CUAAY%2CSAAM%2CWAAY%3BAAC1D%2CaAAa%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAAc%3BEAClE%2CgBAAA%3B%3BAAGJ%2CaAAa%2CcAAe%3BEACxB%2CcAAA%3B%3BAAGJ%2CaAAa%2CcAAe%3BEACxB%2CmBAAA%3B%3B%3BAAKJ%2CaAAc%3BEACV%2CmBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CgBAAA%3B%3BAAIA%2CaADU%2CoBACT%3BAACD%2CaAFU%2CoBAET%3BEACG%2CaAAA%3B%3BAAGJ%2CaANU%2CoBAMN%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAVU%2CoBAUT%2CUAAU%3BEACP%2CcAAA%3B%3BAAGJ%2CaAdU%2CoBAcT%2CUAAW%3BEACR%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CaAAc%2CaAAa%2CQAAO%3BAAAlC%2CaAAc%2Ca5F5Dd%3BA4F4DA%2CaAAc%2Ca5FxDd%3BE4FyDI%2CyBAAA%3BEACA%2CgBAAA%3B%3BAC9HJ%2CYAAa%3BEACT%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CYAAc%2CeAAe%3BEACzB%2CkBAAA%3B%3BAAGJ%2CYAAa%2CeAAe%3BEACxB%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAa%2CeAAe%2CqBAAqB%3BEAC7C%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAAa%2CeAAe%2CqBAAqB%3BEAEzC%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CYANS%2CeAAe%2CqBAAqB%2CoBAM5C%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CYAAa%2CeAAe%3BAAC5B%2CYAAa%2CeAAe%3BEACxB%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAAa%2CeAAe%3BEACxB%2CWAAA%3B%3BAAGJ%2CYAAa%2CeAAe%2CoBAAoB%2CKAAI%3BAACpD%2CYAAa%2CeAAe%2CoBAAoB%2CKAAI%3BEAChD%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAGJ%2CYAAa%2CeAAe%2CoBAAoB%2CKAAI%3BEAChD%2CWAAW%2CcAAX%3B%3BAAGJ%2CYAAa%2CeAAe%3BEACxB%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CYAAa%2CeAAe%2CwBAAwB%3BEAChD%2CSAAA%3BEACA%2CgCAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAa%2CeAAe%2CwBAAwB%3BEAE5C%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAPS%2CeAAe%2CwBAAwB%2CGAO%5C%2FC%3BAACD%2CYARS%2CeAAe%2CwBAAwB%2CGAQ%5C%2FC%3BEACG%2CgBAAA%3B%3BAAGJ%2CYAZS%2CeAAe%2CwBAAwB%2CGAY%5C%2FC%3BEACG%2CkBAAA%3B%3BAAGJ%2CYAhBS%2CeAAe%2CwBAAwB%2CGAgB%5C%2FC%3BEACG%2CmBAAA%3B%3BAAIR%2CYAAa%2CeAAe%2CwBAAwB%2CGAAE%2CYAAa%3BEAC%5C%2FD%2CiBAAA%3B%3BAAGJ%2CYAAa%2CgBAAgB%2CwBAAwB%2CGAAG%3BEAEhD%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAXS%2CgBAAgB%2CwBAAwB%2CGAAG%2CEAWnD%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAhBS%2CgBAAgB%2CwBAAwB%2CGAAG%2CEAgBnD%3BEACG%2CmBAAA%3B%3BAAGJ%2CYApBS%2CgBAAgB%2CwBAAwB%2CGAAG%2CEAoBnD%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BACxHR%2CeAAe%2CIAAI%3BEPFnB%2C4BAAA%3BEOMQ%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAnBW%2CIAAI%2CUAmBd%3BAACD%2CeApBW%2CIAAI%2CUAoBd%3BAACD%2CeArBW%2CIAAI%2CUAqBd%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeA3BW%2CIAAI%2CUA2Bd%3BAACD%2CeA5BW%2CIAAI%2CUA4Bd%3BEP9BL%2C4BAAA%3B%3BAOkCI%2CeAhCW%2CIAAI%2CUAgCd%3BEAEO%2CoBAAA%3B%3BAAGJ%2CeArCO%2CIAAI%2CUAgCd%2CUAKI%3BEACG%2CoBAAA%3B%3BAAKZ%2CeAAe%3BAAiBf%2CeAAe%3BAA%2BCf%2CeAAe%3BAArBf%2CeAAe%3BEAzCP%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeARW%2COAQV%3BAACD%2CeATW%2COASV%3BAACD%2CeAVW%2COAUV%3BAAOL%2CeAAe%2CSATV%3BAASL%2CeAAe%2CSARV%3BAAQL%2CeAAe%2CSAPV%3BAAsDL%2CeAAe%2CWAxDV%3BAAwDL%2CeAAe%2CWAvDV%3BAAuDL%2CeAAe%2CWAtDV%3BAAiCL%2CeAAe%2COAnCV%3BAAmCL%2CeAAe%2COAlCV%3BAAkCL%2CeAAe%2COAjCV%3BEACG%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CeAAe%3BAA0Bf%2CeAAe%3BEAtBP%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAZW%2CSAYV%3BAAcL%2CeAAe%2COAdV%3BEACG%2CyBAAA%3B%3BAAGJ%2CeAhBW%2CSAgBV%3BAAUL%2CeAAe%2COAVV%3BEACG%2CyBAAA%3BEACA%2CgDAAA%3B%3BAAGJ%2CeArBW%2CSAqBV%3BAAKL%2CeAAe%2COALV%3BEACG%2CyBAAA%3B%3BAAIR%2CeAAe%3BEAIP%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeATW%2COASV%3BAACD%2CeAVW%2COAUV%3BEACG%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CeAfW%2COAeV%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CeAAe%3BEAIP%2CkBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAAPR%2CeAAe%2CWAUT%3BEACE%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAfW%2CWAeV%3BEACG%2CsBAAA%3B%3BAAGJ%2CeAnBW%2CWAmBV%3BEACG%2CUAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CeAxBW%2CWAwBV%3BEACG%2CcAAA%3B%3BAAGJ%2CeA5BW%2CWA4BV%2COAAU%3BEACP%2CcAAA%3B%3BAAGJ%2CeAhCW%2CWAgCV%2COAAU%2CgBAAa%3BAACxB%2CeAjCW%2CWAiCV%2CQAAQ%3BEACL%2CcAAA%3B%3BAAIR%2CeAAe%2CWAAW%3BEAElB%2CaAAA%3BEACA%2CYAAA%3B%3BAAHR%2CeAAe%2CWAAW%2COAMpB%3BEACE%2CSAAA%3B%3BAC7HZ%2CQA%5C%2FB%2BB%3BEACvB%2C6BAA8B%2CmBAAmB%2CcAAc%2CsBAC3D%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEALR%2C6BAA8B%2CmBAAmB%2CcAAc%2CsBAQ3D%3BIACI%2CWAAA%3B%3BEATR%2C6BAA8B%2CmBAAmB%2CcAAc%2CsBAY3D%3BIACI%2CWAAA%3B%3BEAIR%2C6BAA8B%2CmBAAmB%2CcAAa%2COAC1D%2CoBAAmB%3BIACf%2CaAAA%3B%3BEAFR%2C6BAA8B%2CmBAAmB%2CcAAa%2COAK1D%2CsBAAsB%3BIAClB%2CUAAA%3B%3BEANR%2C6BAA8B%2CmBAAmB%2CcAAa%2COAQ1D%2CsBAAsB%3BIAClB%2CWAAA%3B%3B%3BAC3BZ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CkBAII%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAPR%2CkBAUI%3BEACI%2CWAAA%3B%3BACXR%2CmBACM%3BEACE%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAANR%2CmBASI%2CcAAc%3BEACV%2CaAAA%3B%3BAAVR%2CmBAaI%3BEACI%2CmBAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAPR%2CoBAUI%3BEAEQ%2CYAAA%3B%3BAAGJ%2CoBALJ%2CYAKK%2CYAAY%3BEACT%2CmBAAA%3B%3BAAhBZ%2CoBAoBI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA1BR%2CoBA6BI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAjCR%2CoBAoCI%3BAApCJ%2CoBAqCI%2CYAAY%3BEACR%2CWAAA%3B%3BAAIR%2CmBACI%3BEACI%2CSAAA%3B%3BAC9DR%2CaACI%3BEACI%2CaAAA%3B%3BAAFR%2CaAKI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAbR%2CaAgBI%3BEACI%2CaAAA%3B%3BACjBR%3BEAEQ%2CaAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C2BAMI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAVR%2C2BAaI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAnBR%2C2BAsBI%2CmBAAkB%3BAAtBtB%2C2BAuBI%2CmBAAkB%3BEACd%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3BR%2C2BA8BI%2CyBAAwB%2CSACpB%3BEACI%2CkBAAA%3B%3BAAhCZ%2C2BA8BI%2CyBAAwB%2CSAKpB%2CmBAAkB%3BEACd%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAvCZ%2C2BA2CI%3BEACI%2CmBAAA%3B%3BAA5CR%2C2BA%2BCI%2CmBAAkB%3BEACd%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlDR%2C2BAqDI%2CmBAAkB%3BEACd%2CyBAAA%3BEACA%2C%2BBAAA%3B%3BACjDR%3BEAEQ%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAANR%2CiBASI%3BEACI%2CWAAA%3B%3BAAGJ%2CiBAAC%2CMAAM%2CIAAI%3BAACX%2CiBAAC%2CMAAM%2CIAAI%3BEACP%2CqBAAA%3BEACA%2CgBAAA%3B%3BAChBR%3BEAEQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CkBAAC%3BAACD%2CkBAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CkBAAC%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CkBAAC%3BEAEO%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAZH%2CMAYI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2CkBAAC%2COAAO%3BEACJ%2CoSAAA%3B%3BAAGJ%2CkBAAC%2COAAO%3BEACJ%2CwnBAAA%3B%3BAAGJ%2CkBAAC%3BEAEO%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkBAbH%2CSAaI%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAlBH%2CSAkBI%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAvBH%2CSAuBI%3BEACG%2CYAAA%3B%3BACzDZ%2CsBACM%2CSAAM%3BEAEA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBATF%2CSAAM%2CcASH%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2Ck4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAIR%2CsBAAC%2COAAU%2CSAAM%2CcAAc%3BEAC3B%2C83BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%2CsBAAsB%2CMAChB%2CSAAM%3BEAEA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CsBAPc%2CMAChB%2CSAAM%2CcAMH%3BEACG%2CSAAS%2CEAAT%3B%3BAAKZ%2CsBAAsB%2CUAAa%2CSAAM%3BEACrC%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAqB%2CUAAW%2CeAAc%3BEAC1C%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAGJ%2CuBACM%2CoBAAkB%3BEAChB%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CuBAMI%3BEACI%2CWAAA%3B%3BAAPR%2CuBAUI%2CeAAiB%3BEACb%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEAEQ%2CeAAA%3B%3BAAFR%2C0BAMM%2CUAAO%3BAACT%2CkBAAmB%2C2BAAI%2CUAAO%3BAAC9B%2CkBAAmB%2C2BAAI%2CQAAK%3BAARhC%2C0BASM%2CQAAK%3BEACH%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAXR%2C0BAcM%2CUAAO%3BAACT%2CkBAAmB%2C2BAAI%2CUAAO%3BEAC1B%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAjBR%2C0BAoBM%2CUAAO%2CeAAe%3BAACxB%2CkBAAmB%2C2BAAI%2CUAAO%2CeAAe%3BEACzC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2Ck4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2C0BAAC%2CUAAa%2CUAAO%3BAACrB%2C0BAAC%2CUAAa%2CQAAK%3BEACf%2CgBAAA%3B%3BAAGJ%2C0BAAC%2CUAAa%2CUAAO%2CeAAe%3BAACpC%2CkBAAmB%2C2BAAC%2CUAAa%2CUAAO%2CeAAe%3BEACnD%2CWAAW%2CiBAAiB%2CeAA5B%3B%3BAAKR%3BEAEQ%2CaAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CkBAAA%3BEACA%2C6BAAA%3B%3BAC7JZ%2CyBACI%2CSAAW%3BEACP%2CUAAA%3B%3BACOJ%2CuBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CuBAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CaAAA%3B%3BAAGJ%3BEAQQ%2CyBAAA%3BEACA%2CYAAA%3B%3BAATR%2CgBACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3B%3BAAUR%2CkBAAmB%2C8BAA8B%2CiBAAgB%2CIAAI%3B%3BEAY7D%2CcAAA%3B%3BAAZR%2CkBAAmB%2C8BAA8B%2CiBAAgB%2CIAAI%2CqBAEjE%2CSAAW%2CIAAC%2CIAAI%3BEACZ%2CaAAA%3B%3BAAHR%2CkBAAmB%2C8BAA8B%2CiBAAgB%2CIAAI%2CqBAOjE%2CSAAQ%2CIAAI%3BEACR%2CaAAA%3B%3BACjBZ%3BACGI%2CSAmBI%2CcAAc%3BAAnBlB%2CSAkDI%2COAAO%3BAAlDX%2CSAmDI%2CcAAc%3BEDpDd%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BAAAN%2CKCHA%2CUAmBI%2CcAAc%3BADhBlB%2CKCHA%2CUAkDI%2COAAO%3BAD%5C%2FCX%2CKCHA%2CUAmDI%2CcAAc%3BED%5C%2FCd%2CqBAAA%3B%3BAEvBJ%2CQAAS%2CQAAO%3BEACZ%2CeAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CWAAA%3B%3BAAGJ%2CkBACI%2CeAAe%3BEACX%2CWAAA%3B%3BAAFR%2CkBAKI%3BEACI%2CeAAA%3B%3BAAIR%2CmBAAmB%2COAAQ%2CeAAc%2CUAAU%3BEAC%5C%2FC%2CSAAS%2CEAAT%3B%3BACzBA%2CWAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAPR%2CWAUI%3BEAEQ%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWARJ%2COAQK%3BEACG%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CWAdJ%2COAcK%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAA7BZ%2CWAiCI%2COAAM%3BEACF%2CUAAA%3BEACA%2CWAAW%2CYAAX%3B%3BAAnCR%2CWAsCI%2COAAM%3BEAEE%2CUAAA%3B%3BAAGJ%2CWALJ%2COAAM%2CKAKD%3BEACG%2CSAAA%3BEACA%2CoCAAA%3B%3BAAGJ%2CWAVJ%2COAAM%2CKAUD%3BEACG%2CoCAAA%3B%3BAAjDZ%2CWAqDI%2COAAM%3BEAEE%2CWAAA%3B%3BAAGJ%2CWALJ%2COAAM%2CMAKD%3BEACG%2CUAAA%3BEACA%2CmCAAA%3B%3BAAGJ%2CWAVJ%2COAAM%2CMAUD%3BEACG%2CmCAAA%3B%3BAAhEZ%2CWAoEI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvER%2CWA0EI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7ER%2CWAiFI%2CoBAAoB%3BEAChB%2CaAAA%3B%3BAF7DR%2CSAAU%3BEACN%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEQ%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CSAMI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3B%3BAARR%2CSAWI%2CkBAAoB%3BEAChB%2CkBAAA%3B%3BAAZR%2CSAeI%3BEACI%2CgBAAA%3B%3BAAhBR%2CSAmBI%2CcAAc%3BEAGV%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3BR%2CSA8BI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAlCR%2CSAqCI%3BEACI%2CmBAAA%3B%3BAAtCR%2CSAyCI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAA3CR%2CSA8CI%2CeAAe%3BEACX%2CYAAA%3B%3BAA%5C%2FCR%2CSAkDI%2COAAO%3BAAlDX%2CSAmDI%2CcAAc%3BEAGV%2CeAAA%3BEACA%2CgBAAA%3B%3BAAvDR%2CSA0DI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAA7DR%2CSAgEI%3BEACI%2CYAAA%3B%3BAAIR%2CSAAU%3BAACV%2CSAAU%3BEAEF%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAjBM%2CoBAiBL%3BAAAD%2CSAhBM%2CoBAgBL%3BEACG%2CyBAAA%3B%3BAAGJ%2CSArBM%2CoBAqBL%3BAAAD%2CSApBM%2CoBAoBL%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CSAzBM%2CoBAyBL%3BAAAD%2CSAxBM%2CoBAwBL%3BEACG%2CyBAAA%3B%3BAAGJ%2CSA7BM%2CoBA6BL%3BAAAD%2CSA5BM%2CoBA4BL%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CSACI%3BEACI%2CYAAA%3BEACA%2CqTAAA%3B%3BAAHR%2CSAMI%3BEACI%2CWAAA%3BEACA%2CyTAAA%3B%3BAAKR%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAS%3BEAED%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAJR%2CSAAS%2CgBAOL%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAATR%2CSAAS%2CgBAYL%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAfR%2CSAAS%2CgBAkBL%3BE7E7KA%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3BE6EqKQ%2CYAAA%3BEACA%2CcAAA%3B%3BAAvBZ%2CSAAS%2CgBAkBL%2CsBAQI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA7BZ%2CSAAS%2CgBAiCL%3BEAEQ%2CoBAAA%3B%3BAAnCZ%2CSAAS%2CgBAiCL%2COAKI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxCZ%2CSAAS%2CgBA4CL%3BEACI%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAKR%2CSAAU%3BEAEF%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAATR%2CSAAU%2COAYN%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAhBR%2CSAAU%2COAmBN%2CeAAc%3BAAnBlB%2CSAAU%2COAoBN%2CeAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3B%3BAAzBR%2CSAAU%2COA4BN%2CeAAc%2CoBAAqB%3BEAC%5C%2FB%2CmBAAA%3B%3BAA7BR%2CSAAU%2COAgCN%2CuBAAuB%3BEACnB%2CYAAA%3B%3BAAKJ%2C4BAAC%3BEACG%2CYAAA%3BEACA%2C4BAAA%3B%3BAAHR%2C4BAMI%3BEACI%2CqBAAA%3B%3BAAKR%2CSAAU%3BEAEF%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAJR%2CSAAU%2CcAON%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BAATR%2CSAAU%2CcAYN%2CsBAAsB%3BEAClB%2CYAAA%3B%3BAAbR%2CSAAU%2CcAgBN%2CsBAAqB%2CoBAAqB%3BEACtC%2CmBAAA%3B%3BAAjBR%2CSAAU%2CcAoBN%2CsBAAqB%3BAApBzB%2CSAAU%2CcAqBN%2CsBAAqB%3BEACjB%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4CAAA%3B%3BAAzBR%2CSAAU%2CcA4BN%2CuBAAuB%3BEACnB%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CSAAU%2CcAAa%3BAACvB%2CSAAU%2COAAM%3BEACZ%2CqBAAA%3B%3BAAGJ%2CkBACI%3BEACI%2CQAAA%3B%3BAAFR%2CkBAKI%3BEACI%2COAAA%3B%3BAANR%2CkBASI%3BAATJ%2CkBAUI%3BEACI%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAbR%2CkBAgBI%2CoBAAmB%3BAAhBvB%2CkBAiBI%2CoBAAmB%3BEACf%2CUAAA%3BEACA%2CyBAAA%3B%3BAAKR%2CSAAU%2CcAAc%2CsBAAqB%2CIAAI%3BAACjD%2CSAAU%2CcAAc%2CuBAAsB%2CIAAI%3BAAClD%2CSAAU%2COAAO%2CeAAc%2CIAAI%3BEAC%5C%2FB%2CaAAA%3B%3BAAYR%2CmBATiD%2CwCAAuC%3BEAChF%3BIACI%2CWAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CWAAA%3B%3B%3BAGtVA%2CMADJ%2CSACK%2CcACG%2CQAAO%3BEAEC%2COAAO%2C8BAAP%3B%3BAAHZ%2CMADJ%2CSACK%2CcACG%2CQAAO%2CMAKH%3BEACI%2CWAAA%3B%3BAAPZ%2CMADJ%2CSACK%2CcAWG%3BAAXJ%2CMADJ%2CSACK%2CcAYG%3BErLuRZ%2CkBAAA%3BEqLrRgB%2COAAO%2C8BAAP%3B%3BAAhBhB%2CMACI%2CSAmBI%2COAAM%3BEACF%2CYAAA%3BErLgRZ%2CgBAAA%3B%3BAqL1QA%2CEAAE%2CiBACE%3BErLyQJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BAqLnQA%2CiBACI%3B%3BErLkQJ%2CgBAAA%3B%3BAqLhQQ%2CiBAFJ%2CuBAEK%2CSAAU%2COAAM%3BErLgQzB%2CmBAAA%3B%3BAqLnQA%2CiBAUI%2CeACI%3BEACI%2CcAAA%3B%3B%3BAAQR%2CaAAC%3B%3B%3BAAAD%2CaAAC%2CsBAEK%3BAAFN%2CaAAC%2CsBAIK%3BEACE%2CkBAAA%3B%3BAAKZ%2CkBAAmB%2CuBAAuB%3BEACtC%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CkBAJe%2CuBAAuB%2CuBAIrC%3BEACG%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAGJ%2CkBAVe%2CuBAAuB%2CuBAUrC%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CQAAA%3B%3BACpER%3BEACI%2CcAAA%3B%3BACIJ%2CaAAc%3BEACV%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CYAAA%3B%3BAAIR%2CcAEI%3BAAFJ%2CcAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CcAQI%2CYAAW%3BAARf%2CcASI%2CYAAW%3BEACP%2C%2BBAAA%3B%3BAAVR%2CcAaI%3BEACI%2CWAAA%3B%3BAAdR%2CcAiBI%3BEACI%2CYAAA%3B%3BAAlBR%2CcAqBI%3BEACI%2CqBAAA%3B%3BAAIA%2CcADJ%2CYAAY%3BAAER%2CcAFJ%2CYAAY%2COAEP%3BAADD%2CcADJ%2CYnL6OJ%2CqBA4NI%2CiBAKM%3BAmL5cF%2CcAFJ%2CYnL6OJ%2CqBA4NI%2CiBAKM%2CUmL5cD%3BEACG%2CkCAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAjCZ%2CcAqCI%3BEACI%2CmBAAA%3B%3BAAGJ%2CcAAC%2CaAAc%2CaAAY%3BAAC3B%2CcAAC%2CaAAc%2CaAAY%3BEACvB%2C4YAAA%3B%3BAAIR%3BEAEQ%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAANR%2CkBASM%3BEACE%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CqBAAsB%2CmBAAkB%3BEACpC%2Cy%2BDAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3BEACA%2CYAAA%3B%3BAAHR%2CmBAMI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAATR%2CmBAYI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAfR%2CmBAkBI%2CkBAAkB%3BEACd%2CeAAA%3BEACA%2C6BAAA%3B%3BAApBR%2CmBAuBI%2CiBAAiB%3BEACb%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA1BR%2CmBA6BI%2CwBAA0B%3BEACtB%2CWAAA%3B%3BAAIR%3BEvLxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuLqHA%3BEAEQ%2CaAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CqBAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CyBAAC%3BEACG%2CgBAAgB%2CUAAhB%3BEACA%2CQAAQ%2CUAAR%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAcZ%2CwBAT0C%3BEACtC%2CmBAAoB%2CoBACd%2CIAAC%3BEADP%2CmBAAoB%2CoBAEd%2CIAAC%3BIACC%2CUAAA%3B%3B%3BAC1LR%3BEAEQ%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CUAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CaAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CsBAeI%3BEACI%2CcAAA%3B%3BAAhBR%2CsBAmBI%3BAAnBJ%2CsBAoBI%3BAApBJ%2CsBAqBI%3BEACI%2CkBAAA%3B%3BAAtBR%2CsBAyBI%2CqBAAqB%3BEACjB%2CiBAAA%3B%3BAA1BR%2CsBA6BI%3BEACI%2CaAAA%3B%3BAA9BR%2CsBA6BI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlCZ%2CsBA6BI%2CsBAQI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzCZ%2CsBA6CI%3BEAEQ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CsBAVJ%2CcAUK%3BEACG%2CgBAAA%3B%3BAAxDZ%2CsBA4DI%2CcAAc%2CUAAU%3BEACpB%2CmBAAA%3B%3BAA7DR%2CsBAgEI%2CcAAc%2CUAAU%2COAAO%3BEAC3B%2CkBAAA%3B%3BAAjER%2CsBAoEI%3BEACI%2CmBAAA%3B%3BAArER%2CsBAwEI%3BEAEQ%2C6RAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAnBJ%2CeAmBK%3BEACG%2CUAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CsBAxBJ%2CeAwBK%3BEACG%2C%2BBAAA%3B%3BAAjGZ%2CsBAqGI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvGR%2CsBA0GI%2CcAAa%3BEACT%2CmBAAA%3B%3BAA3GR%2CsBA8GI%2CcAAa%2CUAAW%3BEACpB%2CiBAAA%3B%3BAA%5C%2FGR%2CsBAkHI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApHR%2CsBAuHI%3BEACI%2CSAAA%3B%3BAAxHR%2CsBA2HI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBALJ%2CYAKK%3BEACG%2C%2BBAAA%3B%3BAAjIZ%2CsBAqII%2CcAAa%3BEACT%2CmBAAA%3B%3BAAGJ%2CsBAAC%2CsBACG%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAAC%2CsBAKG%2CoBAAoB%3BEAChB%2CiBAAA%3B%3BAAgBhB%2CwBAV2C%2CwBAAuB%3BEAC9D%2CgBAAiB%3BIACb%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3BAAeR%2CwBAX0C%3BEACtC%2CgBAAiB%3BIACb%2CcAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3BAAoBR%2CwBAhB0C%3BEACtC%2CgBAAiB%3BIACb%2CwBAAA%3B%3BEAIJ%2CgBAAiB%3BEACjB%2CgBAAiB%3BIACb%2CwBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BACxNJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CaAOI%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAVR%2CaAOI%2CmBAKI%3BEACI%2CqBAAA%3B%3BAAbZ%2CaAOI%2CmBASI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAClBZ%2CuBAAwB%2COAAM%2COAAO%3BEACjC%2CYAAA%3B%3BACMJ%2CQAAQ%3BEACJ%2CcAAA%3B%3BAtFmBR%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BA7B1CJ%2CWAAY%3BEAEJ%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWANQ%2COAMP%3BEACG%2CoCAAA%3B%3BAAGJ%2CWAVQ%2COAUP%3BEACG%2CoCAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CgBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CsBACI%2CeAAc%3BAADlB%2CsBAEI%2CkBAAiB%2CKAAM%3BAAF3B%2CsBAGI%2CkBAAiB%2CaAAc%3BEAC3B%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAIR%2CoBAAqB%2CsBAAqB%3BEACtC%2CeAAA%3B%3BAAGJ%2CMAAM%2CiBAAkB%3BEACpB%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEoHII%2CsBAAA%3BEACA%2CqBAAA%3BEvFdA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsEAAA%3B%3BAAlBJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAuF0BJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAvFPJ%2CgBAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAGJ%2CgBAAC%2CIAAI%3BAACL%2CgBAAC%2CIAAI%2CUAAU%3BEACX%2CgBAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BA7BfJ%3BEoHAI%2CsBAAA%3BEACA%2CqBAAA%3BEvFdA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsEAAA%3BE7BQA%2CgBAAA%3BEACA%2CUAAA%3B%3BA6B3BJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAuF0BJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAvFPJ%2CaAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAGJ%2CaAAC%2CIAAI%3BAACL%2CaAAC%2CIAAI%2CUAAU%3BEACX%2CgBAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CaAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BA7BRJ%2CKAAK%2CaAAa%2CgBAAgB%2CIAAI%3BEAClC%2CYAAA%3B%3BAAGJ%3BEAEQ%2CaAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CkBAMI%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAXR%2CkBAcM%3BEACE%2CmBAAA%3B%3BAAfR%2CkBAkBM%2CQAAK%3BEACH%2C6BAAA%3B%3BAAnBR%2CkBAsBI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CeAAgB%3BEAER%2CoBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CeANY%2CmBAMX%3BEACG%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CeAAgB%3BEAER%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CeAAgB%2CgBAMZ%3BEACI%2CSAAA%3BEACA%2CqBAAA%3B%3BAARR%2CeAAgB%2CgBAWZ%3BEACI%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CqFAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAnBR%2CeAAgB%2CgBAsBZ%2CwBAAwB%3BEAEhB%2CgBAAA%3B%3BAAGJ%2CeA3BQ%2CgBAsBZ%2CwBAAwB%2CGAKnB%3BEACG%2CSAAA%3B%3BAAKZ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CeAAgB%2CwBAAwB%2CgBAAgB%2CGAAE%2CcAAe%3BEACrE%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAAqB%2CqBAAoB%2COAAQ%3BEAC7C%2CkBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CGAAE%3BEAC3C%2CUAAA%3B%3BAAGJ%2COAAQ%2C0BAAyB%2CIAAI%2C2BAA4B%3BEAC7D%2CaAAA%3B%3BAAGJ%2CGAAG%3BEACC%2CaAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C8BAA%2BB%3BEAC3B%2CmCAAA%3B%3BAAGJ%2CeAAgB%2CmBAAmB%3BEAC%5C%2FB%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEAER%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAANR%2CeAAgB%2CSASZ%3BEACI%2CkBAAA%3B%3BAAVR%2CeAAgB%2CSAaZ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAhBR%2CeAAgB%2CSAmBZ%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CeAAgB%2CSAwBZ%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAIR%2CuBAAwB%3BEAEhB%2CqBAAA%3B%3BAAGJ%2CuBALoB%2CmBAKnB%2CMAAO%3BEACJ%2CgBAAA%3B%3BAANR%2CuBAAwB%2CmBASlB%2CSAAM%3BEACJ%2CaAAA%3B%3BAAKR%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BAA4B%2CeAAc%3BEACtC%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBAAC%2CMAAM%3BEACH%2CgBAAA%3B%3BAAFR%2CsBAKI%2CgBAAgB%2CMAAK%3BEACjB%2CgBAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2C0CAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2C2BAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CoBAAC%2CQAAS%2C4BAA2B%3BEACjC%2CWAAW%2CcAAX%3B%3BAARR%2CoBAWI%3BAAXJ%2CoBAYI%3BEACI%2CiBAAA%3B%3BAAbR%2CoBAgBI%3BEACI%2CeAAA%3B%3BAAIR%2CoBAAqB%3BEAEb%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3B%3BAAVR%2CoBAAqB%2CsBAajB%3BEACI%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA5BR%2CoBAAqB%2CsBA%2BBjB%2CcAAa%3BEACT%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3BAAlCR%2CoBAAqB%2CsBAqCjB%2CcAAgB%3BEACZ%2CMAAM%2CgBAAN%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CeAAgB%2CmBAAmB%3BE6B3W%5C%2FB%2CaAAA%3BEAYA%2CmBAAA%3BEAIA%2CeAAA%3BE7B%2BVI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CeAAgB%2CmBAAmB%2CMAQ%5C%2FB%3BAAoBJ%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAOnE%2CMAAK%3BAANT%2CeAAgB%2C4BAA8B%2COAAK%2CMAM%5C%2FC%2CMAAK%3BAAPT%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAQnE%2CMAAK%3BAAPT%2CeAAgB%2C4BAA8B%2COAAK%2CMAO%5C%2FC%2CMAAK%3BEA3BD%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAZR%2CeAAgB%2CmBAAmB%2CMAe%5C%2FB%2CkBAAoB%3BEAChB%2CUAAA%3B%3BAAhBR%2CeAAgB%2CmBAAmB%2CMAmB%5C%2FB%2CkBAAoB%3BEAChB%2CkBAAA%3B%3BAAIR%2CeAAgB%2C4BAA8B%2COAAK%3BEAC%5C%2FC%2CeAAA%3B%3BAAGJ%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%3BAACvE%2CeAAgB%2C4BAA8B%2COAAK%3BEAE3C%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAYnE%2CkBAAoB%3BAAXxB%2CeAAgB%2C4BAA8B%2COAAK%2CMAW%5C%2FC%2CkBAAoB%3BAAZxB%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAanE%2CkBAAoB%2CQAAK%3BAAZ7B%2CeAAgB%2C4BAA8B%2COAAK%2CMAY%5C%2FC%2CkBAAoB%2CQAAK%3BAAb7B%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAcnE%2CkBAAoB%2CQAAK%3BAAb7B%2CeAAgB%2C4BAA8B%2COAAK%2CMAa%5C%2FC%2CkBAAoB%2CQAAK%3BAAd7B%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAenE%2CkBAAoB%2CQAAK%2CiBAAoB%3BAAdjD%2CeAAgB%2C4BAA8B%2COAAK%2CMAc%5C%2FC%2CkBAAoB%2CQAAK%2CiBAAoB%3BEACzC%2CUAAA%3B%3BAAIR%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMACtE%2CgBAAe%3BEACX%2CkBAAA%3B%3BAAQR%2CkBAAmB%3BAAVnB%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAKtE%3BE6BhaA%2CaAAA%3BEAYA%2CmBAAA%3BE7B6ZI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CkBATe%2CkBASd%3BAAnBL%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAKtE%2CkBAcC%3BAAAD%2CkBqHzHA%2CcAAC%3BErH0HG%2CSAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEAEQ%2CmCAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAC%3BAqH7ID%2CaAAC%3BErH%2BIG%2CwFAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAC%2CQAAQ%3BEACL%2CSAAS%2CEAAT%3BEACA%2CWAAW%2CcAAX%3B%3BAAIR%3BEAEQ%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CqBAOI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAATR%2CqBAYI%2CIAAG%2CIAAI%3BEAEH%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%2CwBACI%3BEACI%2CsBAAA%3B%3BAAFR%2CwBAKI%3BEACI%2CmBAAA%3B%3BAANR%2CwBASI%2CeAAc%3BE6Btfd%2CaAAA%3BEAYA%2CmBAAA%3BE7B6eI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CwBAiBI%3BE6B9fA%2CaAAA%3BE7BkgBQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBARJ%2CsBAQK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAAM%2CyBAZV%2CsBAYW%3BEACH%2CiBAAA%3B%3BAA9BZ%2CwBAkCI%3BEACI%2CYAAA%3B%3BAAnCR%2CwBAsCI%3BE6BnhBA%2CaAAA%3BEAYA%2CmBAAA%3B%3BA7BieJ%2CwBA0CI%2CuBAAuB%2CmBAAmB%3BEACtC%2CSAAA%3B%3BAA3CR%2CwBA8CI%3BE6B3hBA%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3BE7BmhBQ%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKAAM%2CyBAVV%3BEAWQ%2C2BAAA%3B%3BAAGJ%2CwBAdJ%2CiBAcK%2CMAAM%3BAACP%2CwBAfJ%2CiBAeK%2CMAAM%3BEACH%2CyBAAA%3B%3BAAGJ%2CwBAnBJ%2CiBAmBK%2CMAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CwBAvBJ%2CiBAuBK%3BAACD%2CwBAxBJ%2CiBAwBK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAhCJ%2CiBAgCK%3BEACG%2CWAAW%2CaAAX%3B%3BAAGJ%2CwBApCJ%2CiBAoCK%3BEACG%2CWAAW%2CcAAX%3B%3BAAnFZ%2CwBAuFI%3BEACI%2CiBAAA%3B%3BAAxFR%2CwBA2FI%3BE6BxkBA%2CaAAA%3BEAYA%2CmBAAA%3BE7B%2BjBI%2CgBAAA%3B%3BAA9FR%2CwBAiGI%3BEACI%2CiBAAA%3B%3BAAIR%2CYAAa%3BAACb%2CYAAa%2CkBAAkB%3BEAC3B%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CavEnfiB%2CkBuEmfjB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAa%2CkBAAkB%3BEAC3B%2CsBAAA%3B%3BAAGJ%2CYAAa%2CwBAAwB%2CgBAAgB%2CGAAE%2CaAAc%2CMAAK%3BEACtE%2CWAAA%3BEACA%2CavE9fiB%2CkBuE8fjB%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAwB%2C4BAA4B%3BEAChD%2CsBAAA%3B%3BAsH9mBJ%2CcACI%2CyBAAwB%2CeACpB%2CeAAc%3BEzFKlB%2CaAAA%3BEAYA%2CmBAAA%3BEyFdQ%2CsBAAA%3B%3BAALZ%2CcACI%2CyBAAwB%2CeAOpB%3BEACI%2CaAAA%3B%3BAATZ%2CcACI%2CyBAAwB%2CeAWpB%3BEACI%2CsBAAA%3B%3BAAbZ%2CcACI%2CyBAAwB%2CeAepB%2CgBAAgB%3BEACZ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAApBZ%2CcAwBI%2CwBAAwB%3BEACpB%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CsCAAA%3B%3BAAhCR%2CcAmCI%2CcAAgB%3BEACZ%2CYAAA%3B%3BAApCR%2CcAuCI%3BEACI%2CUAAA%3B%3BAAxCR%2CcA2CI%2CcAAa%3BEACT%2CcAAA%3B%3BACwBR%2CoBAAqB%2CwBAAwB%3BEAErC%2CcAAA%3B%3BAAGJ%2CsBAAuB%2CqBALN%2CwBAAwB%3BAAA7C%2CoBAAqB%2CwBAAwB%2CyBAMvC%2CSAAM%2CIAAI%2CiBAAiB%2CIAAI%3BAANrC%2CoBAAqB%2CwBAAwB%2CyBAOzC%3BEACI%2CSAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3B%3BAAFR%2C0BAKI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2C0BADJ%2CWACK%2CIAAI%3BEACD%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C0BANJ%2CWAMK%3BAACD%2C0BAPJ%2CWAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAArBZ%2C0BAyBI%2CWAAW%3BEACP%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FBR%2C0BAkCI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApCR%2C0BAuCI%2CkBAAiB%2CeAAkB%3BAAvCvC%2C0BAwCI%2CkBAAiB%2CgBAAmB%3BEAChC%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA1CR%2C0BA6CI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAA1DR%2C0BA6DI%2CkBAAkB%3BEAtGlB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAgGI%2CkBAAkB%2CwBAhGrB%3BAACD%2C0BA%2BFI%2CkBAAkB%2CwBA%5C%2FFrB%3BEACG%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAW%2CoCAAX%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAkFI%2CkBAAkB%2CwBAlFrB%3BEACG%2CmBAAA%3B%3BAAsFJ%2C0BAA0B%2CSACtB%3BEAEQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BARkB%2CSACtB%2CWAOK%3BAACD%2C0BATkB%2CSACtB%2CWAQK%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAdkB%2CSACtB%2CWAaK%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAlBkB%2CSACtB%2CWAiBK%3BEACG%2CWAAA%3B%3BAAnBZ%2C0BAA0B%2CSAuBtB%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAzBR%2C0BAA0B%2CSA4BtB%2CWAAW%3BEAEH%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAMR%2CoBAAqB%2CwBAAwB%2CsBAD3B%3BEAEd%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CyBAAyB%2CsBANpD%3BEAOd%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CyBAAwB%2CYAAa%2CsBAVhE%3BEAWd%2CgBAAA%3B%3BAAGJ%2CsBAAuB%2CsBAdL%3BEAed%2CgBAAA%3B%3BAAfR%2CqBAAsB%2CkBAkBhB%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAArBR%2CqBAAsB%2CkBAwBlB%3BEACI%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAhCR%2CqBAAsB%2CkBAmChB%3BEACE%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAtCR%2CqBAAsB%2CkBAyChB%3BEAEM%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBA%5C%2FCc%2CkBAyChB%2CgBAMG%2CIAAI%3BAACL%2CqBAhDc%2CkBAyChB%2CgBAOG%3BEACG%2CgBAAA%3B%3BAAKZ%2CuBAAwB%3BEACpB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CkBACtC%3BAADJ%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CkBAEtC%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2CUAKtB%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BAZkB%2CUAKtB%2CWAOK%3BAACD%2C0BAbkB%2CUAKtB%2CWAQK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAnBkB%2CUAKtB%2CWAcK%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAvBkB%2CUAKtB%2CWAkBK%3BEACG%2CWAAA%3B%3BAAxBZ%2C0BAA0B%2CUA4BtB%3BEACI%2CWAAA%3B%3BAA7BR%2C0BAA0B%2CUAgCtB%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2CYAKtB%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BCAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BAdkB%2CYAKtB%2CWASK%3BAACD%2C0BAfkB%2CYAKtB%2CWAUK%3BEACG%2CaAAA%3B%3BAAhBZ%2C0BAA0B%2CYAoBtB%3BEACI%2CmBAAA%3BEACA%2C%2BCAAA%3BEACA%2CWAAA%3B%3BAAvBR%2C0BAA0B%2CYA0BtB%2CWAAW%3BEAEH%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAlCkB%2CYA0BtB%2CWAAW%2CkBAQN%3BEACG%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAW%2CoCAAX%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CUAAA%3B%3BAA5CZ%2C0BAA0B%2CYAgDtB%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAlDR%2C0BAA0B%2CYAqDtB%3BEACI%2CUAAA%3B%3BAAtDR%2C0BAA0B%2CYAyDtB%3BEACI%2CgBAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2COAKtB%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BAZkB%2COAKtB%2CWAOK%3BAACD%2C0BAbkB%2COAKtB%2CWAQK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAnBkB%2COAKtB%2CWAcK%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAvBkB%2COAKtB%2CWAkBK%3BEACG%2CWAAA%3B%3BAAxBZ%2C0BAA0B%2COA4BtB%3BEACI%2CWAAA%3B%3BAA7BR%2C0BAA0B%2COAgCtB%2CWAAW%3BEAEH%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAAzCZ%2C0BAA0B%2COA6CtB%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FCR%2C0BAA0B%2COAkDtB%3BEACI%2CqBAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2CMAKtB%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BAZkB%2CMAKtB%2CWAOK%3BAACD%2C0BAbkB%2CMAKtB%2CWAQK%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAlBkB%2CMAKtB%2CWAaK%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAtBkB%2CMAKtB%2CWAiBK%3BEACG%2CWAAA%3B%3BAAvBZ%2C0BAA0B%2CMA2BtB%3BEACI%2CWAAA%3B%3BAA5BR%2C0BAA0B%2CMA%2BBtB%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAFtbR%2CoBAAqB%3BEAEb%2CmBAAA%3B%3BAAFR%2CoBAAqB%2CwBAKjB%2CmBAAmB%2CeAAc%3BAALrC%2CoBAAqB%2CwBAMjB%2CkBAAiB%2CKAAM%2CeAAc%3BAANzC%2CoBAAqB%2CwBAOjB%2CkBAAiB%2CaAAc%2CeAAc%3BEACzC%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAVR%2CoBAAqB%2CwBAajB%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CoBAAqB%2CwBAoBjB%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%3BAApBnC%2CoBAAqB%2CwBAqBjB%3BAArBJ%2CoBAAqB%2CwBAsBjB%3BEACI%2CcAAA%3B%3BAAvBR%2CoBAAqB%2CwBA0BjB%3BEACI%2CaAAA%3B%3BAA3BR%2CoBAAqB%2CwBA8BjB%2COAAO%3BEACH%2CcAAA%3BEACA%2CUAAA%3B%3BAAhCR%2CoBAAqB%2CwBAmCjB%3BEACI%2CoBAAA%3BEACA%2CeAAA%3B%3BAArCR%2CoBAAqB%2CwBAwCjB%2CwBAAwB%3BEACpB%2CSAAA%3BEACA%2CUAAA%3B%3BAA1CR%2CoBAAqB%2CwBA6CjB%2CwBAAwB%3BEACpB%2CiBAAA%3B%3BAA9CR%2CoBAAqB%2CwBAiDjB%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAArDR%2CoBAAqB%2CwBAwDjB%2CgBAAgB%2CkBAAkB%2C4BAA2B%3BEACzD%2CuBAAA%3B%3BAAIR%2CsBAAuB%2CqBAAqB%3BEAEpC%2CoBAAA%3B%3BAAFR%2CsBAAuB%2CqBAAqB%2CwBAKxC%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%3BAALnC%2CsBAAuB%2CqBAAqB%2CwBAMxC%3BAANJ%2CsBAAuB%2CqBAAqB%2CwBAOxC%3BAAPJ%2CsBAAuB%2CqBAAqB%2CwBAQxC%3BEACI%2CSAAA%3B%3BAAIR%2CeACI%2CMAAK%2CgBAAgB%2CaAAa%2CQAAS%3BEACvC%2CaAAA%3B%3BAAFR%2CeAKI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CeAUI%2COAAO%2CgBAAe%3BEAClB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAbR%2CeAgBI%2COAAM%2CiBAAkB%2CMAAK%2CaAAc%2CgBAAe%2CSAAU%2CMAAM%3BEACtE%2CkBAAA%3B%3BAAjBR%2CeAoBI%2COAAM%2CgBAAiB%2CMAAK%2CaAAc%2CgBAAe%3BEACrD%2CeAAA%3B%3BAArBR%2CeAwBI%2COAAO%2CgBAAe%2CSAAU%3BEAC5B%2CaAAA%3B%3BAAzBR%2CeA4BI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FBR%2CeAkCI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAApCR%2CeAuCI%3BEACI%2CwBAAA%3B%3BAAxCR%2CeA2CI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAvDR%2CeA0DI%2COAAM%3BAA1DV%2CeA2DI%2CkBAAkB%2CGAAE%3BEAChB%2CSAAA%3B%3BAA5DR%2CeA%2BDI%2CkBAAiB%2CiBAAkB%3BEAE3B%2CMAAA%3B%3BAAGJ%2CeALJ%2CkBAAiB%2CiBAAkB%2CkBAK9B%3BAAAD%2CeALJ%2CkBAAiB%2CiBAiKjB%2CcAAC%3BEA3JO%2COAAA%3BEACA%2CcAAA%3B%3BAAtEZ%2CeA0EI%2CkBAAkB%2CMAAM%2CEAAC%3BEACrB%2CkBAAA%3B%3BAA3ER%2CeA8EI%2CkBAAiB%2CgBAAiB%2CMAAQ%2CoBAAoB%2CIAAC%3BEAC3D%2CkBAAA%3B%3BAA%5C%2FER%2CeAkFI%2CkBAAkB%3BEACd%2CqBAAA%3BEACA%2CoBAAA%3B%3BAApFR%2CeAuFI%2CwBAAwB%3BEACpB%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAzFR%2CeA4FI%3BEACI%2CgBAAA%3B%3BAA7FR%2CeAgGI%2CmBAAkB%2CiBAAkB%2CMAAM%3BAAhG9C%2CeAiGI%2C4BAA2B%2CkBAAkB%2CiBAAkB%2CMAAK%2CIAAI%2C6BAA8B%2CMAAK%3BAAjG%5C%2FG%2CeAkGI%2C4BAA8B%2COAAK%2CkBAAkB%2CMAAM%2CMAAK%3BAAlGpE%2CeAmGI%2CkBAAkB%2CMAAK%3BEACnB%2CaAAA%3B%3BAApGR%2CeAuGI%2CmBAAkB%2CiBAAkB%3BEAChC%2CUAAA%3B%3BAAxGR%2CeA2GI%2CqBAAqB%2COAAM%2CgBAAiB%2CMAAK%2CeAAe%2CIAAI%3BAA3GxE%2CeA4GI%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%2CmCAAsC%2CQAAK%3BEACtE%2CiBAAA%3B%3BAAIR%2CuBAAwB%2CWAAW%2COAAM%2CgBAAiB%3BEAElD%2CkBAAA%3B%3BAAFR%2CuBAAwB%2CWAAW%2COAAM%2CgBAAiB%2CMAKtD%3BEACI%2CkBAAA%3B%3BAAIR%2CeAAgB%3BEAER%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAPY%2CcAOX%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeAZY%2CcAYX%3BAACD%2CeAbY%2CcAaX%3BEACG%2CcAAA%3B%3BAAKJ%2CuBADoB%2CMAAM%2CEACzB%3BEACG%2C6BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CuBANoB%2CMAAM%2CEAMzB%2CMAAO%3BEACJ%2CcAAA%3B%3BAAGJ%2CuBAVoB%2CMAAM%2CEAUzB%3BAACD%2CuBAXoB%2CMAAM%2CEAWzB%2COAAQ%3BEACL%2CcAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CuBACI%2CMAAK%3BEACD%2CaAAA%3B%3BAAFR%2CuBAKI%2CMAAK%3BEACD%2CgBAAA%3B%3BAANR%2CuBASI%2CMAAQ%3BEACJ%2CcAAA%3B%3BAAVR%2CuBAaI%2COAAM%2CiBAAkB%2CMAAQ%2CQAAK%3BEACjC%2CaAAA%3B%3BAAdR%2CuBAiBI%2COAAM%2CiBAAkB%3BAAjB5B%2CuBAkBI%2CeAAc%2CSAAY%3BEACtB%2CcAAA%3B%3BAAnBR%2CuBAsBI%2COAAM%2CiBAAkB%2CwBAAwB%3BAAtBpD%2CuBAuBI%2CeAAc%2CSAAY%2C0BAAwB%3BEAC9C%2CcAAA%3B%3BAAKJ%3BAACA%2CuBAAwB%3BEACpB%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAuB%2CwBAAwB%3BEAC3C%2CeAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CkBAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CuBAAwB%2CcAAC%3BEACrB%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CuBAAwB%2CcAAC%3BEACrB%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAC%3BEAGG%2CMAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA9CR%2CaAiDI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%2CsBAAsB%3BEACnB%2CWAAW%2CcAAX%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAAGJ%2CMAAM%2CuBAAuB%2CIAAI%2CiBAAoB%2CQAAQ%3BEACzD%2CgBAAA%3B%3BAAGJ%2CeAAgB%2COAAM%2CIAAI%2CiBAAiB%2CgBAAmB%2CQAAK%2CaAC%5C%2FD%2CgBAAe%3BEACX%2CeAAA%3B%3BAAFR%2CeAAgB%2COAAM%2CIAAI%2CiBAAiB%2CgBAAmB%2CQAAK%2CaAK%5C%2FD%2CgBAAe%2CSAAU%2CMAAK%3BEAC1B%2CiBAAA%3B%3BAAIR%2CsBAAuB%3BAACvB%2CuBAAwB%3BEACpB%2CqBAAA%3B%3BAAGJ%2CeAAgB%2C0BAAyB%2CMAAS%2CmBAAgB%3BEAC9D%2CqBAAA%3B%3BAAGJ%2CeAAgB%2COAAM%2CgBAAiB%2C0BAAyB%3BEAExD%2CcAAA%3B%3BAAFR%2CeAAgB%2COAAM%2CgBAAiB%2C0BAAyB%2CMAK5D%3BEACI%2CcAAA%3B%3BAG3WJ%2CsBAAC%3BAAyBL%2CsBAAuB%2COAAM%2CsBAAuB%2CMAgBhD%3BEAxCI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqFAAA%3B%3BAANR%2CsBASI%3BEACI%2CWAAA%3B%3BAAVR%2CsBAaI%2CgBAAe%2CIAAI%3BEACf%2CaAAA%3B%3BAAdR%2CsBAiBI%3BE3FIJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BA2F7BA%2CsBAqBI%2CUAAS%2CcAAiB%3BEACtB%2CaAAA%3B%3BAAIR%2CsBAAuB%2COAAM%2CsBAAuB%3BEAE5C%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBAZmB%2COAAM%2CsBAAuB%2CMAY%5C%2FC%3BEACG%2CyBAAA%3B%3BAAbR%2CsBAAuB%2COAAM%2CsBAAuB%2CMAgBhD%3BEAGI%2CkBAAA%3BEACA%2CYAAA%3B%3BAApBR%2CsBAAuB%2COAAM%2CsBAAuB%2CMAuB9C%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA5BR%2CsBAAuB%2COAAM%2CsBAAuB%2CMA%2BBhD%3BEAEQ%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBArCe%2COAAM%2CsBAAuB%2CMA%2BBhD%2C2BAMK%3BEACG%2C6BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBA1Ce%2COAAM%2CsBAAuB%2CMA%2BBhD%2C2BAWK%2CMAAS%3BEACN%2CcAAA%3B%3BAA3CZ%2CsBAAuB%2COAAM%2CsBAAuB%2CMA%2BChD%2CiBAAgB%2CMAAM%3BAA%5C%2FC1B%2CsBAAuB%2COAAM%2CsBAAuB%2CMAgDhD%2C2BAA0B%2CMAAS%2CmBAAgB%3BEAC%5C%2FC%2CqBAAA%3B%3BACrER%3BEAEQ%2CeAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CSAAA%3B%3BAAIR%3BEAEQ%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CeAeM%3BEACE%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAApBR%2CeAuBM%2CYAAS%3BEACP%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBClDe%2CiEDkDf%3BEACA%2CsBAAA%3B%3BAA5BR%2CeA%2BBM%3BEACE%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CKAAM%2CgBAAI%3BEACN%2CaAAA%3B%3BAE7DR%3BEAEQ%2CUAAA%3B%3BAAFR%2C2BAKI%2CUAAS%3BEACL%2CkBAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3B%3BAARR%2CuBAWM%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBD%5C%2FBe%2CkEC%2BBf%3BEACA%2CWAAW%2CqBAAX%3B%3BACpCR%3BEpMqBA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqM5BA%3BEACI%2CgBAAA%3B%3BAAGJ%2CyBAAyB%3BEAEjB%2CgBAAA%3B%3BAAFR%2CyBAAyB%2COAKrB%2C2BAA0B%2CSAAU%3BEAChC%2CoBAAA%3B%3BAANR%2CyBAAyB%2COASrB%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAXR%2CyBAAyB%2COAcrB%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAjBR%2CyBAAyB%2COAoBrB%3BEAEQ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CyBA3BiB%2COAoBrB%2CgBAOK%3BEACG%2CmBAAA%3B%3BAAGJ%2CyBA%5C%2FBiB%2COAoBrB%2CgBAWK%2CQAAQ%3BEACL%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAApCZ%2CyBAAyB%2COAwCrB%3BEACI%2CiBAAA%3B%3BAAzCR%2CyBAAyB%2COA4CrB%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BACHZ%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACvDJ%2CuBAAwB%3BEACpB%2CmBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CuBAAuB%2CWAAc%2C0BAAuB%3BEACxD%2CkBAAA%3BEACA%2CUAAA%3B%3BACoBJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAyB%3BEAEjB%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBArBqB%2CiBAqBpB%3BEACG%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBA3BqB%2CiBA2BpB%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CwBAnCqB%2CiBAmCpB%3BEACG%2CaAAA%3B%3BAAGJ%2CwBAvCqB%2CiBAuCpB%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CwBA7CqB%2CiBA6CpB%3BEACG%2CiBAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2ComBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CsBAmBI%3BEACI%2C4hBAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA9BR%2CsBAiCI%2CgBAAe%2CIAAI%3BEACf%2CaAAA%3B%3BAAIR%2CsBAAuB%3BEAIf%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAFpJR%2CsBEoIuB%2CgBFpItB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBE6HuB%2CgBF7HtB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBEqHuB%2CgBFrHtB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBE6GuB%2CgBF7GtB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CsBEqGmB%2CgBFtGtB%2CMACI%3BEACG%2CcAAA%3B%3BAAEJ%2CsBEkGmB%2CgBFtGtB%2CMAII%3BEACG%2CcAAA%3B%3BAAEJ%2CsBE%2BFmB%2CgBFtGtB%2CMAOI%3BEACG%2CcAAA%3B%3BAAEJ%2CsBE4FmB%2CgBFtGtB%2CMAUI%3BEACG%2CcAAA%3B%3BAE8GJ%2CsBAnBmB%2CgBAmBlB%3BAACD%2CsBApBmB%2CgBAoBlB%3BEACG%2CqBAAA%3B%3BAAGJ%2CUAAW%2CuBAxBQ%2CgBAwBP%3BAACZ%2CsBAzBmB%2CgBAyBlB%2CIAAI%2CYAAY%3BEACb%2CgBAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CqFAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAAC%2CIAAI%3BEACD%2CaAAA%3B%3BAAlBR%2C0BAqBM%3BEAEM%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAVF%2CiBAUG%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C0BAfF%2CiBAeG%3BEACG%2CyBAAA%3B%3BAAKZ%3BEAEQ%2CUAAW%2CuBADQ%2CgBACP%2CIAAI%3BEAChB%2CsBAFmB%2CgBAElB%2CIAAI%3BIACD%2CuBAAA%3B%3B%3BACrMZ%2CsBAAuB%3BEAEf%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAALR%2CsBAAuB%2CiBAQnB%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAZR%2CsBAAuB%2CiBAenB%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CgBAAiB%3BEAET%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CgBAPa%2CqBAOZ%3BEACG%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAZa%2CqBAYZ%2CSAAU%3BEACP%2CiBAAA%3B%3BAAbR%2CgBAAiB%2CqBAgBb%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CkFAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAA3BR%2CgBAAiB%2CqBA8Bb%2CgBAAe%3BAA9BnB%2CgBAAiB%2CqBA%2BBb%2CgBAAe%3BEACX%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAjCR%2CgBAAiB%2CqBAoCb%2CgBAAe%3BEACX%2CoCAAA%3BEACA%2CqBAAA%3B%3BAAtCR%2CgBAAiB%2CqBAyCb%3BEACI%2CcAAA%3B%3BAA1CR%2CgBAAiB%2CqBA6Cb%3BEAEQ%2CcAAA%3B%3BAAGJ%2CgBAlDS%2CqBA6Cb%2CgBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CgBAtDS%2CqBA6Cb%2CgBASK%3BEACG%2CSAAS%2CGAAT%3B%3BAAvDZ%2CgBAAiB%2CqBA2Db%3BEHjDA%2CqBAAA%3BEACA%2CsBAAA%3BEGmDI%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAHvDR%2CKAAM%2CiBGdW%2CqBA2Db%3BEH5CA%2CqBAAA%3B%3BAG0DJ%2CoBAAqB%3BEAEb%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAALR%2CoBAAqB%2CsBAQf%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CgBAAiB%3BEACb%2CcAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CqBAAA%3BEACA%2CkBAAA%3B%3BAC9HJ%3BAACA%2CmBAAoB%3BEAChB%2CaAAA%3B%3BACXJ%2CgBAAgB%2CSACZ%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAEA%2CgBALQ%2CSACZ%2CqBAIK%3BEACG%2CqBAAA%3B%3BAANZ%2CgBAAgB%2CSAUZ%2CoBAAmB%3BEACf%2CeAAA%3B%3BAAXR%2CgBAAgB%2CSAUZ%2CoBAAmB%2CaAGf%3BEACI%2CcAAA%3B%3BAAdZ%2CgBAAgB%2CSAkBZ%2C2BAA2B%3BEACvB%2CmBAAA%3B%3BAAnBR%2CgBAAgB%2CSAsBZ%3BAAtBJ%2CgBAAgB%2CSAuBZ%3BEACI%2CyBAAA%3B%3BAAEA%2CgBA1BQ%2CSAsBZ%2CoBAIK%3BAAAD%2CgBA1BQ%2CSAuBZ%2CoBAGK%3BE3MuQT%2C%2BBAAA%3B%3BA4M3RA%3BEAEQ%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CeAMI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAVR%2CeAaI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAjBR%2CeAoBI%3BE5MuQJ%2CcAAA%3BE4MpQQ%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAzBR%2CeA4BI%3BAA5BJ%2CeA6BI%2CaAAY%3BEACR%2Cs1CAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAlCR%2CeAqCI%2CIAAG%3BEACC%2CaAAA%3B%3BAAIR%2CSAAS%2CKACL%2CgBACI%3BEACI%2CkBAAA%3B%3BAAHZ%2CSAAS%2CKAOL%2CgBAAe%2CMAAM%2CIAAI%3BEACrB%2CsBAAA%3B%3BAARR%2CSAAS%2CKAWL%2COAAM%3BEACF%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CaAAA%3B%3BAAGJ%2CMAAM%2CgBAAiB%3BEACnB%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeAAgB%2CiBAAiB%2CMAAK%3BEAClC%2CeAAA%3BEACA%2CkBAAA%3B%3BAhBzCR%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAiB5DJ%3BEAEQ%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CWAAA%3B%3BAAIR%2COAAO%3BEACH%2CeAAA%3B%3BAAGJ%3BEACI%2C4%5C%2FBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CuBAcI%3BEACI%2CkBAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CcAAA%3B%3BAAIR%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CuBASI%2CgBAAe%3BEACX%2CgBAAA%3B%3BAAIR%2CaAAc%3BEACV%2CUAAA%3B%3BAAGJ%2CYAAa%2CwBAAuB%3BEAChC%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEAEQ%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAJR%2CyBAOM%3BEjB9CF%2CsBAAA%3BEACA%2CqBAAA%3B%3BAvFxBJ%2CKAAM%2C0BwGqEA%3BExGpEF%2CqBAAA%3B%3BAuF0BJ%2CKAAM%2C0BiB0CA%3BEjBzCF%2CqBAAA%3B%3BAiBkCJ%2CyBAWI%2CkBAAoB%3BEAChB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CyBAiBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAApBR%2CyBAuBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzBR%2CyBA4BI%3BEACI%2CgBAAA%3B%3BAA7BR%2CyBAgCI%2CyBAA2B%3BEACvB%2CkBAAA%3B%3BAAIR%3BEACI%2COAAO%2CwCAAP%3BEACA%2CgBAAA%3B%3BAjBpEJ%3BEkBlFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAlBiFJ%3BEkBtFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAlBqFJ%3BEkB1FA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAlByFJ%3BEkB9FA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAlB6FJ%3BEkBlGA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BACKJ%3BEAEQ%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAC%3BEAEO%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAPH%2CMAOI%3BAACD%2CgBARH%2CMAQI%3BEACG%2CQAAQ%2CeAAR%3B%3BAAIR%2CgBAAC%3BEAEO%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBARH%2COAQI%3BAACD%2CgBATH%2COASI%3BAACD%2CgBAVH%2COAUI%3BEACG%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CgBAAC%3BEACG%2CyRAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2C6mBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%3BEACG%2CqBAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CylDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CyUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CgBAAC%3BEAEO%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAVH%2CSAUI%3BEACG%2CmBAAA%3B%3BAAGJ%2CgBAdH%2CSAcI%3BEACG%2CmBAAA%3B%3BAAIR%2CgBAAC%3BEAEO%2CkBAAkB%2C4CAAlB%3BEACA%2CcAAc%2C4CAAd%3BEACA%2COAAO%2C8CAAP%3B%3BAAGJ%2CgBAPH%2CQAOI%3BEACG%2CYAAY%2CkDAAZ%3BEACA%2CcAAc%2CkDAAd%3B%3BAAGJ%2CgBAZH%2CQAYI%3BEACG%2CYAAY%2CkDAAZ%3BEACA%2CcAAc%2CkDAAd%3B%3BAAIR%2CgBAAC%3BEAEO%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAdH%2CYAcI%3BEACG%2CmRAAA%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAvBH%2CYAuBI%3BEACG%2CyBAAA%3B%3BAAGJ%2CgBA3BH%2CYA2BI%3BEACG%2CyBAAA%3B%3BACrIZ%3BEAEQ%2CsBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CwBADJ%2CeACK%3BAACD%2CwBAFJ%2CeAEK%3BEACG%2C6BAAA%3B%3BAATZ%2CwBAMI%2CeAMI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CwBAAC%3BEACG%2CUAAA%3B%3BAApBR%2CwBAuBI%3BEAEQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAA3BZ%2CwBAuBI%2CYAOM%2CKAAE%3BEAEI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBArBR%2CYAOM%2CKAAE%2CqBAcC%3BAACD%2CwBAtBR%2CYAOM%2CKAAE%2CqBAeC%3BEACG%2CmBAAA%3B%3BAAGJ%2CwBA1BR%2CYAOM%2CKAAE%2CqBAmBC%2CaAAc%3BAAAf%2CwBA1BR%2CYAOM%2CKAAE%2CqBAmBC%2Ca5M4Ob%2CqBA4NI%2CiBAKM%3BE4M5cM%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAnDhB%2CwBAuBI%2CYAgCM%2CKAAE%2CqBAAsB%3BAAvDlC%2CwBAuBI%2CYAgCM%2CKAAE%2CqB5MsOZ%2CqBA4NI%2CiBAKM%3BE4MrcM%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBA1CR%2CYAgCM%2CKAAE%2CqBAAsB%2COAUrB%3BAAAD%2CwBA1CR%2CYAgCM%2CKAAE%2CqB5MsOZ%2CqBA4NI%2CiBAKM%2CU4M7bG%3BEACG%2CaAAA%3B%3BAAlEhB%2CwBAuEI%2COAAM%3BAAvEV%2CwB5M6RA%2CqBA4NI%2CiBAKM%2CU4MvbA%3BEACF%2CqBAhFqB%2C2YAgFrB%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FER%2CwBAkFI%2COAAM%2CYAAY%3BAAlFtB%2CwB5M6RA%2CqBA4NI%2CiBAKM%2CU4M5aA%2CYAAY%3BEACd%2C%2BBAAA%3B%3B%3BAC7FR%3BEACI%2CeAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEAEQ%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3B%3BAATR%2C0BAYI%3BEACI%2CiBAAA%3B%3BAAbR%2C0BAgBI%3BEAEQ%2COAAO%2CmCAAP%3B%3BAAGJ%2C0BALJ%2CeAKK%3BEACG%2COAAO%2CyCAAP%3B%3BAAtBZ%2C0BA0BI%3BEACI%2CoBAAA%3B%3BAA3BR%2C0BA8BI%2CeAAe%3BEACX%2CoBAAA%3B%3BAA%5C%2FBR%2C0BAkCI%2CeAAe%3BEACX%2CqBAAA%3B%3BAAnCR%2C0BAsCI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA1CR%2C0BA6CI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAlDR%2C0BAqDI%3BEAEQ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C0BAVJ%2CeAUK%3BEACG%2CYAAY%2CoCAAZ%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAfJ%2CeAeK%2CIAAI%2CQAAS%3BEACV%2CaAAA%3B%3BAArEZ%2C0BAyEI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA7ER%2C0BAgFI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAnFR%2C0BAsFI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAxFR%2C0BA2FI%2CQAAO%3BErB7BP%2CsBAAA%3BEACA%2CqBAAA%3BEqB%2BBI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BA5G5DR%2CKAAM%2C2B4GoDF%2CQAAO%3BE5GnDP%2CqBAAA%3B%3BAuF0BJ%2CKAAM%2C2BqByBF%2CQAAO%3BErBxBP%2CqBAAA%3B%3BAqBnEJ%2C0BAuGI%2CcAAc%3BEAEN%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FGZ%2C0BAuGI%2CcAAc%2CuBAWV%3BAAlHR%2C0BAuGI%2CcAAc%2CuBAYV%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAArHZ%2C0BAyHI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAA3HR%2C0BA8HI%3BEAEQ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAlIZ%2C0BA8HI%2CmBAOI%2CiBAAgB%3BEACZ%2CWAAA%3B%3BAAtIZ%2C0BA8HI%2CmBAWM%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2C0BAA0B%2CMACtB%3BEACI%2CWAAA%3B%3BAAFR%2C0BAA0B%2CMAKtB%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAPR%2C0BAA0B%2CMAUtB%3BEACI%2CuBAAA%3B%3BAAXR%2C0BAA0B%2CMActB%3BEACI%2CkBAAA%3B%3BAAIR%2C0BAA0B%2CMACtB%3BEACI%2CoBAAA%3BEACA%2CWAAA%3B%3BAAHR%2C0BAA0B%2CMACtB%2CgBAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAIR%2C0BAXsB%2CMAWrB%2CIAAI%2CUAAW%3BEACZ%2CeAAA%3BEACA%2CcAAA%3B%3BACtLJ%2C6BADyB%2CkBACxB%2CQAAS%2C4BAA2B%3BEACjC%2CWAAW%2CeAAe%2CkBAA1B%3B%3BAAFR%2C6BAA6B%2CkBAKzB%3BEAEQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C6BAZqB%2CkBAKzB%2C4BAOK%3BEACG%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CcAAc%2CkBAAzB%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BACpBZ%3BEAEQ%2CsBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAPR%2CsBAUI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAfR%2CsBAkBI%3BEAEQ%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBANJ%2CeAMK%2CUAAW%3BEACR%2CoBAAA%3B%3BAAzBZ%2CsBA6BI%2CeAAe%2CgBAAe%3BEAC1B%2CSAAS%2CIAAT%3B%3BAA9BR%2CsBAiCI%3BEAEQ%2CgBAAA%3B%3BAAGJ%2CsBALJ%2CgBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CsBATJ%2CgBASK%3BEACG%2CSAAS%2CGAAT%3B%3BAC3CZ%2CsBAAuB%3BEAEf%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CsBAAuB%2CeAMnB%2CcAAa%2CIAAI%2CeAAe%3BEAC5B%2CgtBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEAEQ%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CqBAMM%2CQAAK%2CKAAK%2CQAAQ%2CIAAI%3BEACpB%2CaAAA%3B%3BAAPR%2CqBAUI%3BEAEQ%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBANJ%2COAMK%2COACG%3BEACI%2CaAAA%3B%3BAAFR%2CqBANJ%2COAMK%2COAKG%3BEACI%2CmBAAA%3B%3BAAtBhB%2CqBA2BI%2CMAAK%3BEACD%2CaAAA%3B%3BAA5BR%2CqBA%2BBI%2CMAAK%2CQAAQ%3BEACT%2CcAAA%3B%3BAAhCR%2CqBAmCI%2CMAAK%3BEAEG%2CsBAAA%3B%3BAAGJ%2CqBALJ%2CMAAK%2CMAKA%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CqBAVJ%2CMAAK%2CMAUA%3BEACG%2CkBAAA%3B%3BAC9DR%2CYAAC%2CIAAI%2CsBAAuB%3B%3BEPOhC%2C2DAAA%3BEACA%2CmDAAA%3B%3BAOTA%2CYAMI%3BEACI%2CQAAA%3B%3BAAIR%3BEzBRI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiDAAA%3BEACA%2CqBAAA%3BEyBSI%2CkBAAkB%2CsCAAlB%3BEACA%2CiBAAA%3BEACA%2CcAAc%2CyCAAd%3BEACA%2CkBAAA%3BEACA%2CiFAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAzBpBR%2CwBAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAyBLJ%2CwBzBQA%3BEACI%2C8BAAA%3B%3BAAIA%2CwBAAC%3BEACG%2CUAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CUAAA%3B%3BAyBlBR%2CwBzBqBI%3BEACI%2CUAAA%3B%3BAyBDJ%2CwBAAC%3BEACG%2CaAAA%3B%3BAAtBR%2CwBAyBI%3BEAEQ%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAPJ%2CuBAOK%3BEACG%2CaAAA%3B%3BAC5CZ%2CsBAAsB%3BEAEd%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBANkB%2CSAMjB%3BEACG%2CaAAA%3B%3BAAPR%2CsBAAsB%2CSAUlB%2CeAAc%2CYAAY%3BEACtB%2CeAAA%3BEACA%2CWAAA%3B%3BAAZR%2CsBAAsB%2CSAelB%3BEACI%2CWAAA%3B%3BAAhBR%2CsBAAsB%2CSAmBlB%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BACtBR%2CYAAa%3BEACT%2CWAAA%3B%3BAAGJ%3BEAEQ%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAC%2COACG%2CiBAAgB%3BEACZ%2CUAAA%3BEACA%2CWAAA%3B%3BAAHR%2CuBAAC%2COAMG%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAfZ%2CuBAmBI%3BEAEQ%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAPJ%2CgBAOK%3BEAEO%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAbR%2CgBAOK%2CMAMI%3BAACD%2CuBAdR%2CgBAOK%2CMAOI%3BEACG%2CkBAAA%3B%3BAAIR%2CuBAnBJ%2CgBAmBK%3BAACD%2CuBApBJ%2CgBAoBK%3BEACG%2CWAAA%3B%3BAAKJ%2CuBADJ%2CiBACK%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CuBAVJ%2CiBAUK%3BEACG%2CSAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAC%5C%2FDZ%2CIAAI%2CyBACA%3BAADJ%2CIAAI%2CyBAEA%3BEACI%2CUAAA%3B%3BAAKR%2CYAAY%2CoBAAoB%3BEAC5B%2CWAAA%3B%3BAAGJ%3BEAEQ%2C%2BBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAXR%2CuBAcI%3BEACI%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACjCR%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CaAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAAC%2CMAAO%2CEAAC%3BEACL%2COAAO%2CyCAAP%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADH%2CiBACI%2CIAAI%2CUAAW%3BEACZ%2CoBAAA%3B%3BAAFR%2CwBAAC%2CiBAKG%3BEACI%2CeAAA%3B%3BAANR%2CwBAAC%2CiBASG%3BEAEQ%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBArBP%2CiBASG%2CeAYK%3BEACG%2CkBAAkB%2CoCAAlB%3B%3BAAtBZ%2CwBAAC%2CiBASG%2CeAgBI%3BEACI%2CiBAAA%3B%3BAA1BZ%2CwBAAC%2CiBA8BG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAAC%2CkBAAmB%3BEAChB%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAC%2CkBAAmB%3BEAChB%2CaAAA%3B%3BAAGJ%2CwBAAC%2CQAAS%3BEACN%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FDR%2CwBAkEI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAArER%2CwBAwEI%3BEACI%2CiBAAA%3B%3BAAzER%2CwBA4EI%3BEAEQ%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAjFZ%2CwBA4EI%2CeAQI%3BEAEQ%2COAAO%2CmCAAP%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBAnBR%2CeAQI%2CeAWK%3BEACG%2CYAAY%2CoCAAZ%3BEACA%2COAAO%2CyCAAP%3B%3BAAGJ%2CwBAxBR%2CeAQI%2CeAgBK%3BEACG%2CYAAY%2C0CAAZ%3BEACA%2COAAO%2CyCAAP%3B%3BAClHhB%3BEAEQ%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAJR%2CuBAOM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CuBAaM%3BEAEM%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAZF%2CiBAYG%3BEACG%2CmBAAA%3B%3BAAGJ%2CuBAhBF%2CiBAgBG%3BAACD%2CuBAjBF%2CiBAiBG%3BEACG%2CqBAAA%3B%3BAA%5C%2FBZ%2CuBAmCI%3BEACI%2CcAAA%3B%3BAC5BR%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%2CYACI%2CiBAAgB%3BEACZ%2CqBAAA%3BEACA%2CQAAQ%2CeAAR%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAY%2CoBACR%2CQAAO%3BEACH%2CgBAAA%3B%3BAAFR%2CYAAY%2CoBAKR%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CYAAY%2CoBAcR%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAhBR%2CYAAY%2CoBAmBR%2CiBAAgB%3BEACZ%2CYAAA%3B%3BAApBR%2CYAAY%2CoBAuBR%3BEACI%2CaAAA%3B%3BAAxBR%2CYAAY%2CoBA2BR%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjCR%2CYAAY%2CoBAoCR%2CiBAAgB%3BEACZ%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA1CR%2CYAAY%2CoBA6CR%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlDR%2CYAAY%2CoBAqDR%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAvDR%2CYAAY%2CoBA0DR%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAY%2CoBAAoB%3BEAExB%2CaAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYAAY%2CoBAAoB%2CQAM5B%2COAAM%3BEACF%2CaAAA%3B%3BAAPR%2CYAAY%2CoBAAoB%2CQAU5B%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAjBR%2CYAAY%2CoBAAoB%2CQAoB5B%3BEACI%2CaAAA%3B%3BAArBR%2CYAAY%2CoBAAoB%2CQAwB5B%3BEACI%2CqBAAA%3B%3BAAzBR%2CYAAY%2CoBAAoB%2CQA4B5B%2CiBAAgB%3BEACZ%2CoBAAA%3B%3BACnIZ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAACJ%2CIAAK%3BEACD%2CsBAAA%3BEACA%2C2BAAA%3B%3BAACJ%3BEACI%2CaAAA%3B%3BAACJ%3BEACI%2CkBAAA%3B%3BAACJ%2CIAAK%3BAAAO%2CIAAK%2CMAAK%3BAAAa%2CIAAK%2CMAAK%3BEACzC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAACJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAACJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAACJ%3BEACI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C0BAAA%3B%3BAACJ%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3B%3BAACJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3B%3BAACJ%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CQAH0B%3BEACtB%3BIACI%2CmBAAA%3B%3B%3BAACR%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAACJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAACJ%3BEACI%2CiBAAA%3BEACA%2CaAAA%3B%3BAACJ%3BEACI%2CWAAA%3B%3BAACJ%2CaAAa%3BEACT%2CqCAAA%3B%3BAACJ%3BAAAgB%3BAAAoB%3BEAChC%2CsBAAA%3B%3BAACJ%3BAAAgB%3BEACZ%2CiBAAA%3B%3BAACJ%2CoBAAqB%3BAAAO%2CoBAAqB%2CMAAK%3BAAAa%2CoBAAqB%2CMAAK%3BAAAY%2CwBAAyB%3BAAAO%2CwBAAyB%2CMAAK%3BAAAa%2CwBAAyB%2CMAAK%3BEAC9M%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAACJ%2CoBAAqB%3BAAAsB%2CwBAAyB%3BEAChE%2CWAAA%3BEACA%2COAAA%3B%3BAACJ%2CoBAAqB%2CqBAAoB%3BEACrC%2CeAAA%3B%3BAACJ%2CoBAAqB%2CqBAAoB%2CMAAO%3BEAC5C%2CqCAAA%3B%3BAACJ%2CoBAAqB%2CMAAK%2CUAAa%2CuBAAoB%3BAAC3D%2CoBAAqB%2CMAAK%2CUAAa%2CuBAAoB%3BEACvD%2CeAAA%3B%3BAACJ%2CoBAAqB%2CMAAK%2CUAAa%2CuBAAoB%2CMAAO%3BAAClE%2CoBAAqB%2CMAAK%2CUAAa%2CuBAAoB%2CMAAO%3BEAC9D%2C6BAAA%3B%3BAACJ%2CwBAAyB%3BEACrB%2CqCAAA%3B%3BAACJ%2CwBAAyB%3BEACrB%2CgBAAA%3B%3BAACJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAACJ%2CeAAe%3BEACX%2CeAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAACJ%2CUAAU%3BEACN%2CWAAA%3B%3BAACJ%2CUAAU%3BEACN%2CWAAA%3B%3BAACJ%2CUAAU%3BEACN%2CWAAA%3B%3BAACJ%2CUAAU%3BEACN%2CWAAA%3B%3BAACJ%2CUAAU%3BEACN%2CWAAA%3B%3BAACJ%2CUAAU%3BEACN%2CWAAA%3B%3BAAIJ%2CQAH0C%2CqCAA2B%3BEACjE%3BIACI%2C4BAAA%3B%3B%3BAACR%2CUAAU%3BEACN%2CYAAA%3BEACA%2C4BAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C8BAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C8BAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C8BAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C8BAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CWAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAACJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CgCAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2C0CAAtB%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3B%3BAAKJ%2CQAJ0C%2CqCAA2B%3BEACjE%3BIACI%2CsBAAsB%2C6CAAtB%3B%3B%3BAAER%2CUAAU%3BEACN%2C6BAAA%3B%3BAC15BA%2CoBAAqB%3BAAAG%2CkBAAmB%3BAAAG%2CmCAAoC%3BEAC9E%2CYAAA%3B%3B%3B%3B%3BACHR%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CKAAK%2C4BACC%3BEACE%2CiBAAA%3B%3BAAGR%2CIAAI%2C4BACE%3BEACE%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3BArNIJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BEToRX%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BASxRA%2CyBAQI%3BEACI%2CaAAA%3B%3BAATR%2CyBAgBI%3BEACI%2CmBAAA%3B%3BAAjBR%2CyBAoBI%2CQAAO%3BEACH%2CmBAAA%3B%3BAArBR%2CyBAwBI%2CWACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3BZ%2CyBAmCI%3BETqPJ%2CmBAAA%3BESlPQ%2CkBAAA%3B%3BAAtCR%2CyBAmCI%2CsBAKM%2CSAAS%3BETgPnB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BASxRA%2CyBAmCI%2CsBASI%3BEACI%2CgBAAA%3B%3BAAEA%2CyBAZR%2CsBASI%2CgBAGK%3BEACG%2CaAAA%3B%3BAAhDhB%2CyBAmCI%2CsBASI%2CgBAOM%3BETqOd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BESnOgB%2CcAAA%3B%3BAArDhB%2CyBAmCI%2CsBAsBI%2CQAAO%2CMAGD%3BEACE%2CmBAAA%3B%3BAA7DhB%2CyBAmCI%2CsBA8BI%2CYACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApEhB%2CyBAmCI%2CsBAyCI%2CqBACM%3BEAEE%2CmBAAA%3B%3BAA%5C%2FEhB%2CyBAmFI%2CQACI%2COAAM%3BEToMd%2CgBAAA%3B%3BASxRA%2CyBAmFI%2CQACI%2COAAM%2CIACF%3BETmMZ%2CgBAAA%3BEAAA%2CeAAA%3BEShMgB%2CqBAAA%3B%3BAAxFhB%2CyBA%2BFI%2CEAAC%3BETyLL%2CcAAA%3B%3BASxRA%2CyBAmGI%3BEACI%2CWAAA%3B%3BAC7FR%3BEACI%2CcAAA%3B%3BAAIA%2CQAAC%3BEACG%2CYAAA%3B%3BAAIJ%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CcAAe%2CSAJlB%3BEAKO%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAGJ%2CQAXH%2CKAWI%2CUAAU%3BEACP%2CcAAA%3B%3BAAKJ%2CQAjBH%2CKAiBI%3BEAEG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQA5BH%2CKA4BI%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2CSAhCtB%2CKA4BI%3BEAKO%2CYAAA%3B%3BAAIR%2CQArCH%2CKAqCI%3BEACG%2CYAAA%3B%3BAADJ%2CQArCH%2CKAqCI%2CQAGK%3BEACE%2CiBAAA%3B%3BAAJR%2CQArCH%2CKAqCI%2CQAOG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CQArCH%2CKAqCI%2CQAOG%2CmBAKM%2CSAAM%3BAAZhB%2CQArCH%2CKAqCI%2CQAOG%2CmBNkOZ%2CuBA4NI%2CiBAKM%2CUM9bc%3BEL6JxB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CQK1NK%2CKAqCI%2CQAOG%2CmBAKM%2CSAAM%2COLyKvB%3BAACD%2CQK3NK%2CKAqCI%2CQAOG%2CmBAKM%2CSAAM%2COL0KvB%3BAADD%2CQK1NK%2CKAqCI%2CQAOG%2CmBNkOZ%2CuBA4NI%2CiBAKM%2CUM9bc%2COLyKvB%3BAACD%2CQK3NK%2CKAqCI%2CQAOG%2CmBNkOZ%2CuBA4NI%2CiBAKM%2CUM9bc%2COL0KvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQKhOK%2CKAqCI%2CQAOG%2CmBAKM%2CSAAM%2COL%2BKvB%3BAAAD%2CQKhOK%2CKAqCI%2CQAOG%2CmBNkOZ%2CuBA4NI%2CiBAKM%2CUM9bc%2COL%2BKvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQKrOK%2CKAqCI%2CQAOG%2CmBAKM%2CSAAM%2COLoLvB%3BAACD%2CQKtOK%2CKAqCI%2CQAOG%2CmBAKM%2CSAAM%2COLqLvB%3BAACD%2CQAAQ%2CUAAW%2CSKvOd%2CKAqCI%2CQAOG%2CmBAKM%2CSAAM%3BALoLxB%2CQKrOK%2CKAqCI%2CQAOG%2CmBNkOZ%2CuBA4NI%2CiBAKM%2CUM9bc%2COLoLvB%3BAACD%2CQKtOK%2CKAqCI%2CQAOG%2CmBNkOZ%2CuBA4NI%2CiBAKM%2CUM9bc%2COLqLvB%3BAACD%2CQAAQ%2CUAAW%2CSKvOd%2CKAqCI%2CQAOG%2CmBNkOZ%2CuBA4NI%2CiBAKM%2CUM9bc%3BELuLpB%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAUlOQ%2CQArCH%2CKAqCI%2CQAOG%2CmBASM%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGA%2CQA3Df%2CKAqCI%2CQAOG%2CmBASM%2CUAMG%3BEACG%2CSAAA%3B%3BAAvBhB%2CQArCH%2CKAqCI%2CQAgCG%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CQA3EH%2CKA2EI%3BEACG%2CcAAA%3B%3BAA5ER%2CQAAC%2CKA%2BEG%2CyBACI%3BEACI%2CiBAAA%3B%3BAAjFZ%2CQAAC%2CKA%2BEG%2CyBAKI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAtFZ%2CQAAC%2CKA0FG%3BEACI%2CmBAAA%3B%3BAA3FR%2CQAAC%2CKA0FG%2CWAGI%3BEV0KZ%2CiBAAA%3BEUxKgB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAhGZ%2CQAAC%2CKA0FG%2CWASI%3BEACI%2CeAAA%3B%3BAAEA%2CQAtGX%2CKA0FG%2CWASI%2CaAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAvGhB%2CQAAC%2CKA4GG%2CeAEI%3BAA9GR%2CQAAC%2CKA6GG%2CeACI%3BEVyJZ%2CiBAAA%3BEUvJgB%2CgBAAA%3B%3BAAhHZ%2CQAAC%2CKA4GG%2CeAOI%3BAAnHR%2CQAAC%2CKA6GG%2CeAMI%3BEACI%2CqBAAA%3B%3BAApHZ%2CQAAC%2CKA4GG%2CeAWI%2CqBAAuB%3BAAvH%5C%2FB%2CQAAC%2CKA6GG%2CeAUI%2CqBAAuB%3BEACnB%2CcAAA%3B%3BAAxHZ%2CQAAC%2CKA4HG%3BEACI%2CcAAA%3B%3BAA7HR%2CQAAC%2CKAgIG%2CWACI%3BEACI%2CgBAAA%3B%3BAAlIZ%2CQAAC%2CKAsIG%2CeACI%3BEACI%2CaAAA%3B%3BAAxIZ%2CQAAC%2CKA4IG%2CeACI%3BEACI%2CcAAA%3B%3BAA9IZ%2CQAAC%2CKAkJG%3BEACI%2CeAAA%3B%3BAAnJR%2CQAAC%2CKAkJG%2CoBAGI%3BEVkHZ%2CcAAA%3BEAAA%2CiBAAA%3B%3BAUvQI%2CQAAC%2CKAkJG%2CoBAQI%3BEACI%2CgBAAA%3B%3BAA3JZ%2CQAAC%2CKA%2BJG%3BAA%5C%2FJJ%2CQAAC%2CKAgKG%3BAAhKJ%2CQAAC%2CKAiKG%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAnKR%2CQAAC%2CKAsKG%3BAAtKJ%2CQAAC%2CKAuKG%3BEACI%2CSAAA%3B%3BAAxKR%2CQAAC%2CKAiLG%3BEACI%2CmBAAA%3B%3BAAKZ%2CgBACI%3BEV%2BEJ%2CiBAAA%3B%3BAUhFA%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%3BEViEjC%2CiBAAA%3B%3BAU5DQ%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAG%2CiBAAiB%2CIAA7B%3B%3BAAGJ%2CgBALJ%2CMAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAIA%2CgBAVR%2CMASM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAQR%2CcADJ%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcALR%2CSACK%2CKAII%3BEACG%2CkBAAA%3B%3BAAGJ%2CcATR%2CSACK%2CKAQI%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcAhBR%2CSACK%2CKAeI%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAuDhQhB%2CcACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAQR%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CiBAMI%3BEACI%2CaAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CoBAHxB%3BEAIQ%2CcAAA%3B%3BAAVZ%2CiBAcI%2CSACI%3BEACI%2CqBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAJR%2COAOI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEjE0NJ%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BA8BmDA%2Cc9B%2BME%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CcAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC7OY%2COpC6OZ%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcADH%2CMACI%3BEnC2PL%2CWAAA%3B%3BAiE7MQ%2COADJ%2CWACK%3BEACG%2CS7BhCE%2CO6BgCF%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAIA%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3B%3BAtDrER%3BAACA%2CIAAI%3BEACA%2C6BAAA%3B%3BAAOY%2CYAHZ%2CiBACI%2CqBACM%2CuBACG%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CYAPZ%2CiBACI%2CqBACM%2CuBAKG%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAATpB%2CYACI%2CiBAaI%2CMAAK%3BEACD%2CeAAA%3B%3BAAfZ%2CYACI%2CiBAaI%2CMAAK%2CYAGD%3BEXuOZ%2CiBAAA%3B%3BAWnOY%2CYApBR%2CiBAaI%2CMAAK%2CYAOA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3B%3BAAMhB%3BEACI%2CgBAAA%3B%3BAAOJ%2CeACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%3BAACA%3BEACI%2CmBAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CQAAQ%2CMAKJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAANR%2CQAAQ%2CMASJ%3BEX8JJ%2CcAAA%3BEAAA%2CiBAAA%3BEW3JQ%2CcAAA%3B%3BAAZR%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAhBR%2CQAAQ%2CMAmBJ%2COAAM%3BEXoJV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAYGA%2CQAAQ%2CMAmBJ%2COAAM%2COZhBR%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAYLJ%2CQAAQ%2CMAmBJ%2COAAM%2COAGF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAIT%3BEACI%2CWAAA%3B%3BAALR%2CQAAQ%2CKAAK%2CSAIT%2CuBR%5C%2FBF%2CQAGI%2CKACI%3BAQuBV%2CQAAQ%2CKAAK%2CSAIT%2CuBR9BF%2CQAEI%2CKACI%3BAQuBV%2CQAAQ%2CKAAK%2CSAIT%2CuBR7BF%2CQACI%2CKACI%3BEHiKV%2C2BAAA%3B%3BAW1IA%2CQAAQ%2CKAAK%2CSAIT%2CuBR%5C%2FBF%2CQAGI%2CKAII%3BAQoBV%2CQAAQ%2CKAAK%2CSAIT%2CuBR9BF%2CQAEI%2CKAII%3BAQoBV%2CQAAQ%2CKAAK%2CSAIT%2CuBR7BF%2CQACI%2CKAII%3BEH8JV%2C0BAAA%3B%3BAW3HA%2CkBACI%2CoBACI%3BEACI%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CkBADJ%2COACK%3BAACD%2CkBAFJ%2COAEK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CkBAFR%2CSACK%2CUACI%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3BEXoGhB%2CcAAA%3B%3BAWtGY%2CkBAFR%2CSACK%2CUACI%2CIAKK%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAARR%2CkBAFR%2CSACK%2CUACI%2CIAWG%3BEACI%2CiBAAA%3B%3BAAIR%2CkBAlBR%2CSACK%2CUAiBI%3BEACG%2CcAAA%3B%3BAAIR%2CkBAvBJ%2CSAuBK%3BEACG%2CcAAA%3B%3BAA3CZ%2CkBA%2BCI%3BEACI%2CgBAAA%3B%3BAAhDR%2CkBAmDI%2CyBAAyB%3BEXwE7B%2CiBAAA%3B%3BAWnEA%2CwBACI%2CgCACI%3BEXiER%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEW7DY%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAATZ%2CwBACI%2CgCAYI%2CMAAK%2CgBACC%2CSAAM%3BEACJ%2CgBAAA%3B%3BAAOA%2CwBArBZ%2CgCAkBK%2CSAEG%2CQACK%3BAAAD%2CwBArBZ%2CgCAmBK%2CUACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BEX4CpB%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAWnEA%2CwBAsCI%2COACI%3BEACI%2CcAAA%3B%3BAASZ%2CkBAEI%2CWACI%2CqBAAuB%3BAAF%5C%2FB%2CuBACI%2CWACI%2CqBAAuB%3BAAH%5C%2FB%2CkBAEI%2CWAEI%2CMAAQ%3BAAHhB%2CuBACI%2CWAEI%2CMAAQ%3BAAJhB%2CkBAEI%2CWAGI%3BAAJR%2CuBACI%2CWAGI%3BEXaR%2CiBAAA%3BEWXY%2CiBAAA%3BEACA%2CkBAAA%3B%3BAARZ%2CkBAEI%2CWACI%2CqBAAuB%2CuBAOnB%3BAATZ%2CuBACI%2CWACI%2CqBAAuB%2CuBAOnB%3BAAVZ%2CkBAEI%2CWAEI%2CMAAQ%2CuBAMJ%3BAATZ%2CuBACI%2CWAEI%2CMAAQ%2CuBAMJ%3BAAVZ%2CkBAEI%2CWAGI%2CMAKI%3BAATZ%2CuBACI%2CWAGI%2CMAKI%3BEXQZ%2CiBAAA%3BEWNgB%2CgBAAA%3B%3BAAZhB%2CkBAEI%2CWAcI%2CeAAe%3BAAfvB%2CuBACI%2CWAcI%2CeAAe%3BEXEvB%2CiBAAA%3BEWAY%2CgBAAA%3B%3BAAlBZ%2CkBAEI%2CWAmBI%3BAApBR%2CuBACI%2CWAmBI%3BEACI%2CmBAAA%3B%3BAAtBZ%2CkBA0BI%3BAAzBJ%2CuBAyBI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA5BR%2CkBA0BI%2CeAII%3BAA7BR%2CuBAyBI%2CeAII%3BEXZR%2CiBAAA%3B%3BAWlBA%2CkBA0BI%2CeAQI%2CaAAe%3BAAjCvB%2CuBAyBI%2CeAQI%2CaAAe%3BEACX%2CqBAAA%3B%3BAAOA%2CkBAHR%2CWAEI%2CaACK%3BAAAD%2CuBAHR%2CWAEI%2CaACK%3BAAAD%2CkBAFR%2CeACI%2CaACK%3BAAAD%2CuBAFR%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAA3ChB%2CkBAgDI%3BAA%5C%2FCJ%2CuBA%2BCI%3BEACI%2CcAAA%3B%3BAAjDR%2CkBAgDI%2CYAGI%2COAAM%3BAAlDd%2CuBA%2BCI%2CYAGI%2COAAM%3BEACF%2CmBAAA%3B%3BAApDZ%2CkBAgDI%2CYAOI%2CYAAW%3BAAtDnB%2CuBA%2BCI%2CYAOI%2CYAAW%3BEAEP%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3DZ%2CkBAgDI%2CYAcI%3BAA7DR%2CuBA%2BCI%2CYAcI%3BEACI%2CkBAAA%3B%3BAA%5C%2FDZ%2CkBAuEI%3BAAtEJ%2CuBAsEI%3BEACI%2CcAAA%3B%3BAAxER%2CkBA2EI%2CQAAO%3BAA1EX%2CuBA0EI%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAIR%3BEX%5C%2FDA%2CmBAAA%3BEWkEI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CYAMI%3BEACI%2CqBAAA%3B%3BAAPR%2CYAUI%3BAAVJ%2CYAWI%3BAAXJ%2CYAYI%3BEACI%2CqBAAA%3B%3BAAbR%2CYAUI%2CqBAKI%3BAAfR%2CYAWI%2CqBAII%3BAAfR%2CYAYI%2CMAGI%3BEX9ER%2CiBAAA%3BEWgFY%2CgBAAA%3B%3BAAKZ%3BEXrFA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BANvDA%2CyBAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEL%2BEnB%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAMmKJ%2CMAAM%2CQACF%2CQAAO%3BEACH%2CaAAA%3B%3BAAQR%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CQACI%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAATZ%2CQACI%2CeAMI%2CmBAII%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAdhB%2CQACI%2CeAiBI%3BEACI%2CaAAA%3B%3BAAnBZ%2CQACI%2CeAqBI%3BEACI%2CkBAAA%3B%3BAAvBZ%2CQACI%2CeAyBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA5BZ%2CQACI%2CeA8BI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAjCZ%2CQACI%2CeAmCI%3BEACI%2CiBAAA%3B%3BAArCZ%2CQACI%2CeAuCI%3BEX3IR%2CcAAA%3BEAAA%2CiBAAA%3BEW8IY%2CmBAAA%3B%3BAA3CZ%2CQACI%2CeA6CI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAjDhB%2CQACI%2CeA6CI%2CUAMI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAMR%2CQADJ%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAMA%2CQAFR%2CgBACI%2CQACK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CQAFR%2CeACI%2CQACK%3BEACG%2CcAAA%3B%3BAA%5C%2FEhB%2CQA4FI%3BEAEI%2CiBAAA%3B%3BAA9FR%2CQA4FI%2CsBAII%3BEAEI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAnGZ%2CQA2GI%2CqBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAA9GZ%2CQA2GI%2CqBAMI%3BEACI%2CSAAA%3B%3BAASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BEACH%2CmBAAA%3B%3BAA2KR%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAUI%2CMAAK%3BAAVT%2CiBAWI%2CGAAE%3BEACE%2C4BAAA%3B%3BAAZR%2CiBAeI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAjBR%2CiBAeI%2CMAII%2CWAAU%3BEACN%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBATJ%2CMASK%2CQAAQ%3BAACT%2CiBAVJ%2CMAUK%2CQAAQ%3BEACL%2C6BAAA%3B%3BAAGJ%2CiBAdJ%2CMAcK%2CMACG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CiBAtBJ%2CMAsBK%3BEX7bT%2CiBAAA%3B%3BAW6bQ%2CiBAtBJ%2CMAsBK%2CUAEG%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAzChB%2CiBA8CI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAhDR%2CiBAmDI%3BEACI%2CcAAA%3B%3BAApDR%2CiBAuDI%3BAAvDJ%2CiBAwDI%3BAAxDJ%2CiBAyDI%2CSAAQ%3BAAzDZ%2CiBA0DI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA5DR%2CiBA%2BDI%3BEACI%2CgBAAA%3B%3BAAhER%2CiBA%2BDI%2CqBAGI%2CQAAO%3BAAlEf%2CiBA%2BDI%2CqBAII%2CQAAO%3BEX3df%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAWwZA%2CiBA%2BDI%2CqBAQI%2CQAAO%3BEACH%2CUAAA%3B%3BAAxEZ%2CiBA4EI%2CMAAK%3BEACD%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FER%2CiBAsFI%2CsBACM%2CmBACI%3BEACE%2CgBAAA%3B%3BAAMR%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BEX7fX%2CgBAAA%3BEW%2BfI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAKI%2CcAAc%3BEACV%2CiBAAA%3B%3BAAIA%2CcADJ%2CQACK%3BEAEG%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAfZ%2CcA2BI%3BEACI%2CgBAAA%3B%3BAoN1zBR%3BE%5C%2FNwRA%2CmBAAA%3BEAAA%2CWAAA%3BE%2BNrRI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BE%5C%2FN2QR%2CiBAAA%3BE%2BNzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BE%5C%2FNqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAgO9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BE%5C%2FN6PR%2CiBAAA%3BE%2BN3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BE%5C%2FNwPR%2CeAAA%3BE%2BNtPY%2CcAAA%3BEACA%2CyBAAA%3B%3BAAnCZ%2CqBAuCI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAzCR%2CqBAuCI%2COAII%3BAA3CR%2CqBAuCI%2COAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CqBAuCI%2COAUI%3BE%5C%2FNuOR%2CiBAAA%3B%3BA%2BNxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BE%5C%2FN2Nb%2CiBAAA%3BE%2BNzNgB%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%3BApNNZ%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2COAGF%3BEACI%2CmBAAA%3B%3BAAJR%2CMAAM%2COAGF%2CcAGI%3BEACI%2CeAAA%3B%3BAAKZ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CmBAAA%3B%3BAAFR%2CeAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeAJJ%2CcAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAVZ%2CeAcM%3BEACE%2CmBAAA%3B%3BAAUR%3BEACI%2CSAAA%3B%3BAADJ%2CeAGI%3BEZkPJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEYhPQ%2CgBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CeASI%3BEACI%2CgBAAA%3B%3BAAVR%2CeASI%2CwBAGI%3BEACI%2CkBAAA%3B%3BAAbZ%2CeAiBI%3BEZoOJ%2CcAAA%3B%3BAYjOQ%2CeAHJ%2COAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CeAPJ%2COAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAASZ%2CSACI%3BEACI%2CcAAA%3B%3BAAFR%2CSAKI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CSAKI%2CMAKI%3BEACI%2CgBAAA%3B%3BAAXZ%2CSAKI%2CMASI%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAIR%2CSAAI%3BEACA%2CmBAAA%3B%3BAYnGJ%2CcAAC%2CQAEG%3BAADJ%2CcAAC%2CQACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CcAAC%2CQAEG%2CGAII%3BAALR%2CcAAC%2CQACG%2CGAII%3BEACI%2CWAAA%3B%3BAACA%2CcARX%2CQAEG%2CGAII%2CEAEK%3BAAAD%2CcAPX%2CQACG%2CGAII%2CEAEK%3BEACG%2CqBAAA%3B%3BAAThB%2CcAAC%2CQAcG%2CGAAE%3BAAbN%2CcAAC%2CQAaG%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CcAAC%2CQAmBG%3BAAlBJ%2CcAAC%2CQAkBG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CcAAC%2CQAmBG%2CaAII%2CeACI%3BAAvBZ%2CcAAC%2CQAkBG%2CaAII%2CeACI%3BEACI%2CiBAAA%3B%3BAAzBhB%2CcAAC%2CQAmBG%2CaAII%2CeAKI%3BAA3BZ%2CcAAC%2CQAkBG%2CaAII%2CeAKI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9BhB%2CcAAC%2CQAmBG%2CaAII%2CeAUI%3BAAhCZ%2CcAAC%2CQAkBG%2CaAII%2CeAUI%3BEACI%2CgBAAA%3B%3BAAlChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%3BAApCZ%2CcAAC%2CQAkBG%2CaAII%2CeAcI%3BEACI%2CcAAA%3B%3BAAtChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAGI%3BAAvChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1CpB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAQI%3BAA5ChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAQI%3BEACI%2CgBAAA%3B%3BAA9CpB%2CcAAC%2CQAoDG%2CgBACI%3BAApDR%2CcAAC%2CQAmDG%2CgBACI%3BEACI%2CaAAA%3B%3BAAtDZ%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeACI%3BAAxDhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeACI%3BEACI%2CWAAA%3B%3BAA1DpB%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeAKI%3BAA5DhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FDxB%2CcAsEI%3BEACI%2CmBAAA%3B%3BAAvER%2CcAsEI%2COAGI%3BEACI%2CgBAAA%3B%3BAA1EZ%2CcA8EI%3BEACI%2CgBAAA%3B%3BAA%5C%2FER%2CcA8EI%2CeAGI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAlFZ%2CcA8EI%2CeAOI%2CKACI%3BEACI%2CqBAAA%3B%3BAAWJ%2CcApBR%2CeAOI%2CKAaK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAA9GhB%2CcAmHM%3BEACE%2CgBAAA%3B%3BAApHR%2CcAuHI%2CiBACM%3BEACE%2CcAAA%3B%3BAAzHZ%2CcAuHI%2CiBACM%2CaAGE%3BEACI%2CmBAAA%3B%3BAAEA%2CcAPZ%2CiBACM%2CaAGE%2CQAGK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAhIpB%2CcAuHI%2CiBAcM%3BEACE%2CkBAAA%3B%3BAAtIZ%2CcA8II%3BEACI%2CgBAAA%3B%3BAAuBgB%2CcAfpB%2COAGI%2CkBACI%2CcACI%2CUASM%2CSACG%3BEACG%2CaAAA%3B%3BAAvK5B%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUASM%2CSAKE%3BEACI%2CqBAAA%3B%3BAA3K5B%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BEAEX%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAvLR%2CcAmLI%2CaAMI%3BAAzLR%2CcAoLI%2CeAAe%2COAKX%3BEACI%2CgBAAA%3B%3BAA1LZ%2CcAmLI%2CaAMI%2COAGI%3BAA5LZ%2CcAoLI%2CeAAe%2COAKX%2COAGI%3BExBoGZ%2CcAAA%3B%3BAwBhSA%2CcAkMI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BExBqFvB%2CiBAAA%3B%3BAwBtFI%2CcAAC%2CaAKG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAPZ%2CcAAC%2CaAWG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAzNZ%2CcA6NI%2CWACI%3BEACI%2CkBAAA%3B%3BAA%5C%2FNZ%2CcA6NI%2CWAKM%3BEACE%2CSAAA%3B%3BAAnOZ%2CcAuOI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAzOZ%2CcA6OI%2CoBACI%3BEACI%2CSAAA%3B%3BAA%5C%2FOZ%2CcA6OI%2CoBACI%2CUAGI%2CQAAO%3BEACH%2CeAAA%3B%3BAAlPhB%2CcA2PI%2CiBAAiB%2COAAM%3BExBqC3B%2CiBAAA%3BEwBnCQ%2CmBAAA%3B%3BAA7PR%2CcA2PI%2CiBAAiB%2COAAM%2COAInB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAMI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAyM%5C%2FQJ%2CcAAC%3BEACG%2CmBAAA%3B%3BACPR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BArLCR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAAgB%3BAAChB%2CaAAc%3BEACV%2CcAAA%3B%3BAALR%2COAQI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAc%2CQACR%3BEACE%2CgBAAA%3B%3BAd7BZ%2CcAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CcAgBI%2CqBAGM%3BE%5C%2FB2QV%2CiBAAA%3BE%2BBzQY%2CgBAAA%3B%3BAArBZ%2CcAgBI%2CqBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAWA%2CcAPR%2C2BACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CcAXR%2C2BACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CcAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CcAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAAMZ%3BEAEI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAoM1EA%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%3BA3K9FJ%2CYACI%3BEACI%2CgBAAA%3B%3BA4KyDA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BEpO6NhC%2CcAAA%3BEoO3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BEpOkNT%2CcAAA%3BEoOhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BEpOsM3C%2CcAAA%3BEoOpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BEpOwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BAoOpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BEpOoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAoO3KI%2COAAC%3BEpO2KL%2CyBAAA%3BEoOzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COAdH%2COAcI%3BEACG%2C%2BBAAA%3B%3BAAGJ%2COAlBH%2COAkBI%3BEpOyJT%2CmBAAA%3BEAAA%2CcAAA%3BEoOtJY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BEpO%2BIb%2CsBAAA%3B%3BAoO1IQ%2COAjCH%2COAiCI%3BEpO0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAoOpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BEpOoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BAoO5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BEpO4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BAoOtHQ%2COArDH%2COAqDI%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEA%2COA1DP%2COAqDI%2CSAKI%3BEAEG%2CYAAY%2C0NAAZ%3BEACA%2CYAAY%2C%2BNAAZ%3BEACA%2CYAAY%2C8NAAZ%3BEACA%2CYAAY%2C6NAAZ%3BEACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAAyC%2C0BAAyC%2C0BAAuC%2C0BAAuC%2C0BAAyC%2C0BAAyC%2CyCAAyC%2CyCAAza%3BEACA%2CYAAY%2CkOAAZ%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAQ%2C4GAAR%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIR%2COA5EH%2COA4EI%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEA%2COAjFP%2COA4EI%2CSAKI%3BEpOkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BEoOvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BEpO6ET%2CawF3RgC%2CyBxF2RhC%3B%3BAoOzEQ%2COAlGH%2COAkGI%3BEpOyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEoOrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2COA%5C%2FGP%2COAkGI%2CQAeO%3BAADJ%2COAhHP%2COAkGI%2CQAcI%2CQACG%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAvHf%2COAkGI%2CQAeO%2CQAMK%3BAAAD%2COAvHf%2COAkGI%2CQAcI%2CQACG%2CQAMK%3BAACD%2COAxHf%2COAkGI%2CQAeO%2CQAOK%3BAAAD%2COAxHf%2COAkGI%2CQAcI%2CQACG%2CQAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAjIf%2COAkGI%2CQAeO%2CQAgBK%3BAAAD%2COAjIf%2COAkGI%2CQAcI%2CQACG%2CQAgBK%3BEACG%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAxIf%2COAkGI%2CQAeO%2CQAuBK%3BAAAD%2COAxIf%2COAkGI%2CQAcI%2CQACG%2CQAuBK%3BEACG%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2COA%5C%2FGP%2COAkGI%2CQA8CO%3BAAhCJ%2COAhHP%2COAkGI%2CQAcI%2CQAgCG%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2COAxJP%2COAkGI%2CQAsDI%3BEpOmBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEoOfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BEpOQZ%2CcAAA%3BEoONgB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COA7KH%2COA6KI%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAlLP%2COA6KI%2CaAKI%2CMAAS%3BEpOPtB%2C%2BBAAA%3B%3BAoOWY%2COAtLP%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2COAAC%3BEACG%2CcAAA%3B%3BAAEA%2COAHH%2CIAGI%3BEACG%2CmBAAA%3B%3BAAIR%2COAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BACpUJ%2CsBACI%3BErO6QJ%2CmBAAA%3BEqO3QQ%2CeAAA%3B%3BAAHR%2CsBAKI%3BEACI%2CeAAA%3B%3BAACA%2CsBAFJ%2CMAEK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAKI%2CMAMI%3BAAXR%2CsBAKI%2CMAOM%3BEACE%2CkCAAA%3BErOiQZ%2CcAAA%3BEqO%5C%2FPY%2CcAAA%3BEACA%2C0BAAA%3B%3BAAhBZ%2CsBAKI%2CMAcI%3BEACI%2CqBAAA%3B%3BAAEA%2CsBAjBR%2CMAcI%2CEAGK%3BErOwPb%2CmBAAA%3B%3BAqOnPQ%2CsBAtBJ%2CMAsBK%2CQACG%3BAADJ%2CsBAtBJ%2CMAsBK%2CQAEK%3BErOiPd%2CqBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3B%3BAqOnPQ%2CsBAtBJ%2CMAsBK%2CQAQG%3BErO2OZ%2CqBAAA%3B%3BAqO9QA%2CsBAKI%2CMAmCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAxNnBZ%3BEbsPA%2CsBAAA%3B%3BAalPA%3BEbsWA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEazYJ%2CiBAAA%3B%3BAAGJ%3BEbwWA%2CoBAAA%3BEACQ%2CYAAA%3B%3BAajWR%3BEAEI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAIA%2COAAC%3BEAEG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CKAOI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CgBAAA%3B%3BAAUR%2COALG%2CKAKF%3BEbwLL%2CmBAAA%3BEAAA%2CaAAA%3BEarLQ%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAGJ%2CQALI%2COAKH%3BAACD%2CQANI%2COAMH%3BEb4JL%2CgBAAA%3BEAAA%2C4BAAA%3BEiFnQA%2CcAAA%3BEjFmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEa1JQ%2CSAAA%3B%3BAAHJ%2CQALI%2COAKH%2CSoE9EL%3BApE%2BEI%2CQANI%2COAMH%2COoE%5C%2FEL%3BEjF2OA%2CcAAA%3B%3BAiFxOI%2CQpEsEI%2COAKH%2CSoE9EL%2CEAGK%3BAAAD%2CQpEsEI%2COAMH%2COoE%5C%2FEL%2CEAGK%3BEjFwOL%2CcAAA%3B%3BAiFpOI%2CQpEkEI%2COAKH%2CSoE9EL%2CEAOK%3BAAAD%2CQpEkEI%2COAMH%2COoE%5C%2FEL%2CEAOK%3BEjFoOL%2CcAAA%3B%3BAavJI%2CQAXI%2COAWH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQAXI%2COAWH%2COAOG%3BEACI%2CgBAAA%3B%3BAAIR%2CQAvBI%2COAuBH%3BEb2IL%2CgBAAA%3BEAAA%2C4BAAA%3BEiFnQA%2CcAAA%3BEjFmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEazIQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAvBI%2COAuBH%2CKoEhGL%3BEjF2OA%2CcAAA%3B%3BAiFxOI%2CQpEsEI%2COAuBH%2CKoEhGL%2CEAGK%3BEjFwOL%2CcAAA%3B%3BAiFpOI%2CQpEkEI%2COAuBH%2CKoEhGL%2CEAOK%3BEjFoOL%2CcAAA%3B%3BAahIA%3BEAEI%2CgBAAA%3B%3BAAIA%2COAAC%3BEACG%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2COAAC%2CQAUG%2COACM%3BEACE%2CeAAA%3B%3BAAZZ%2COAAC%2CQAgBG%3BEACI%2CgBAAA%3B%3BAAlBZ%2COAsBI%3BAAtBJ%2COAuBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CYAAa%2COAAM%2CQAEf%3BAADJ%2CYACI%3BEACI%2CkBAAA%3B%3BAAHR%2CYAAa%2COAAM%2CQAEf%2CUAGI%3BAAJR%2CYACI%2CUAGI%3BEqB1JR%2CqBAAA%3BEACA%2CkBAAA%3B%3BAlCFA%2CYasJa%2COAAM%2CQAEf%2CUAGI%2CSb3JP%3BAAAD%2CYawJI%2CUAGI%2CSb3JP%3BAACD%2CYaqJa%2COAAM%2CQAEf%2CUAGI%2CSb1JP%3BAAAD%2CYauJI%2CUAGI%2CSb1JP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYagJa%2COAAM%2CQAEf%2CUAGI%2CSbrJP%3BAAAD%2CYakJI%2CUAGI%2CSbrJP%3BEACG%2CWAAA%3B%3BAa%2BIJ%2CYAAa%2COAAM%2CQAEf%2CUAGI%2CSqBvJR%3BArBmJA%2CYACI%2CUAGI%2CSqBvJR%3BElCgPA%2CUAAA%3BEkC9OI%2CeAAA%3BElC8OJ%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAtBkIA%2CYAAa%2COAAM%2CQAEf%2CUAGI%2CSqBvJR%2CeCoOE%3BAtBjFF%2CYACI%2CUAGI%2CSqBvJR%2CeCoOE%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CYtB4Ha%2COAAM%2CQAEf%2CUAGI%2CSqBvJR%2CeCsBC%3BAAAD%2CYtB8HI%2CUAGI%2CSqBvJR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYtB%2BGS%2COAAM%2CQAEf%2CUAGI%2CSqBvJR%2CeCkCC%2CMACI%3BAAAD%2CYtBiHA%2CUAGI%2CSqBvJR%2CeCkCC%2CMACI%3BEnC6ML%2CcAAA%3B%3BAmCvMI%2CYtByGS%2COAAM%2CQAEf%2CUAGI%2CSqBvJR%2CeCwCC%2COACI%3BAAAD%2CYtB2GA%2CUAGI%2CSqBvJR%2CeCwCC%2COACI%3BEnCuML%2CcAAA%3B%3BAkCqEA%2CYrBnKa%2COAAM%2CQAEf%2CUAGI%2CSqBvJR%2CeAqTC%3BAAAD%2CYrBjKI%2CUAGI%2CSqBvJR%2CeAqTC%3BElCrED%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BADqSA%2CYrBnKa%2COAAM%2CQAEf%2CUAGI%2CSqBvJR%2CeAqTC%2COCjFC%3BADiFF%2CYrBjKI%2CUAGI%2CSqBvJR%2CeAqTC%2COCjFC%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CYtB4Ha%2COAAM%2CQAEf%2CUAGI%2CSqBvJR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CYtB8HI%2CUAGI%2CSqBvJR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC%5C%2FNM%2COpC%2BNN%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYtB%2BGS%2COAAM%2CQAEf%2CUAGI%2CSqBvJR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CYtBiHA%2CUAGI%2CSqBvJR%2CeAqTC%2COCnRA%2CMACI%3BEnC6ML%2CcAAA%3B%3BAmCvMI%2CYtByGS%2COAAM%2CQAEf%2CUAGI%2CSqBvJR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CYtB2GA%2CUAGI%2CSqBvJR%2CeAqTC%2COC7QA%2COACI%3BEnCuML%2CcAAA%3B%3BAa9FA%2CYAAa%2COAAM%2CQAEf%2CUAGI%2CSqBgCR%3BArBpCA%2CYACI%2CUAGI%2CSqBgCR%3BElCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEkChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BElC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAa9FA%2CYAAa%2COAAM%2CQAEf%2CUAGI%2CSqBgCR%2CYAsBI%3BArB1DJ%2CYACI%2CUAGI%2CSqBgCR%2CYAsBI%3BElCmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAkC3BQ%2CYrBnEK%2COAAM%2CQAEf%2CUAGI%2CSqBgCR%2CYAsBI%2CGAQK%3BAAAD%2CYrBjEJ%2CUAGI%2CSqBgCR%2CYAsBI%2CGAQK%3BElC2BT%2CmBAAA%3BEkCzBY%2CeAAA%3B%3BAAuTZ%2CYrB5Xa%2COAAM%2CQAEf%2CUAGI%2CSqBgCR%2CYAuVC%3BAAAD%2CYrB1XI%2CUAGI%2CSqBgCR%2CYAuVC%3BAACD%2CYrB7Xa%2COAAM%2CQAEf%2CUAGI%2CSqBgCR%2CYAwVC%3BAAAD%2CYrB3XI%2CUAGI%2CSqBgCR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CYrBtYa%2COAAM%2CQAEf%2CUAGI%2CSqBgCR%2CYAiWC%3BAAAD%2CYrBpYI%2CUAGI%2CSqBgCR%2CYAiWC%3BEACG%2CiBAAA%3BElCzSJ%2CsDAAA%3BEkC2SI%2CWAAA%3B%3BAAGJ%2CYrB5Ya%2COAAM%2CQAEf%2CUAGI%2CSqBgCR%2CYAuWC%3BAAAD%2CYrB1YI%2CUAGI%2CSqBgCR%2CYAuWC%3BEACG%2CiBAAA%3BElC%5C%2FSJ%2CsDAAA%3BEkCiTI%2CWAAA%3B%3BAAzDJ%2CYrBtVa%2COAAM%2CQAEf%2CUAGI%2CSqBgCR%2CYAiTC%3BAAAD%2CYrBpVI%2CUAGI%2CSqBgCR%2CYAiTC%3BElCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAkC6PA%2CYrB3Va%2COAAM%2CQAEf%2CUAGI%2CSqBgCR%2CYAsTC%3BAAAD%2CYrBzVI%2CUAGI%2CSqBgCR%2CYAsTC%3BElC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAkCZA%2CYrBlFa%2COAAM%2CQAEf%2CUAGI%2CSqB6EP%3BAAAD%2CYrBhFI%2CUAGI%2CSqB6EP%3BEACG%2CiBAAA%3B%3BAADJ%2CYrBlFa%2COAAM%2CQAEf%2CUAGI%2CSqB6EP%2COAGG%3BAAHJ%2CYrBhFI%2CUAGI%2CSqB6EP%2COAGG%3BEACI%2CcAAA%3B%3BArBtFR%2CYAAa%2COAAM%2CQAEf%2CUAGI%2CSAYI%2CGAAE%2CSACE%3BAAjBhB%2CYACI%2CUAGI%2CSAYI%2CGAAE%2CSACE%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAEA%2CYAtBP%2COAAM%2CQAEf%2CUAGI%2CSAYI%2CGAAE%2CSACE%2CEAIK%3BAAAD%2CYApBhB%2CUAGI%2CSAYI%2CGAAE%2CSACE%2CEAIK%3BEACG%2CqBAAA%3B%3BAAvBxB%2CYAAa%2COAAM%2CQAEf%2CUA2BI%3BAA5BR%2CYACI%2CUA2BI%3BEACI%2CeAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FBZ%2CYAAa%2COAAM%2CQAEf%2CUAoCI%3BAArCR%2CYACI%2CUAoCI%3BEACI%2CgBAAA%3B%3BAAgBZ%3BEACI%2CWAAA%3B%3BAAOJ%2CYAEI%2CQAAO%3BAADX%2CYACI%2CQAAO%3BEb6BX%2CcAAA%3B%3BAahBA%2CcACI%3BEACI%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAyNvRJ%2CSACI%3BEACI%2CkBAAA%3BEtO8RR%2CiBAAA%3B%3BAsO3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BAhMbR%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2COACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAXpB%2COACI%2CgBACI%2CUAGI%2CQASI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjBpB%2COACI%2CgBAqBI%3BEAEI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAA1BZ%2COACI%2CgBA4BI%2CKACI%2CKAGM%3BEACE%2CWAAA%3B%3BAAlCpB%2COACI%2CgBAsCI%2CeAOI%3BEACI%2CWAAA%3BEtCiPhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2COsC3CI%2CgBAsCI%2CeAOI%2CiBtCFX%3BAACD%2COsC5CI%2CgBAsCI%2CeAOI%2CiBtCDX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2COsCjDI%2CgBAsCI%2CeAOI%2CiBtCIX%3BEACG%2CWAAA%3B%3BAsCnDJ%2COACI%2CgBAsCI%2CeAOI%2CiBiMuDZ%3BEACI%2CWAAA%3B%3BAjMtGJ%2COACI%2CgBAsCI%2CeAOI%2CiBiM9BZ%3BAjMhBA%2COACI%2CgBAsCI%2CeAOI%2CiBiM7BZ%3BEACI%2CqBAAA%3B%3BAjMlBJ%2COACI%2CgBAsCI%2CeAOI%2CiBiM9BZ%2CSAQI%2CEAAC%3BAjMxBL%2COACI%2CgBAsCI%2CeAOI%2CiBiM7BZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BAjMzBR%2COACI%2CgBAsCI%2CeAOI%2CiBiMhBZ%2CSACI%3BEvOiQJ%2CkBAAA%3B%3BAsChSA%2COACI%2CgBAsCI%2CeAOI%2CiBiMNZ%2CWAKI%2CEAAC%3BEvOmPL%2CeAAA%3B%3BAsChSA%2COACI%2CgBAsCI%2CeAOI%2CiBiMUZ%3BAjMxDA%2COACI%2CgBAsCI%2CeAOI%2CiBiMWZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAjM3DJ%2COACI%2CgBAsCI%2CeAOI%2CiBAQM%3BEACE%2CgBAAA%3B%3BAAMR%2COA5DR%2CgBA2DI%2CQACK%3BEtCmOb%2CqBAAA%3BEmC9QA%2CqBAAA%3BEGiDgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2COA5DR%2CgBA2DI%2CQACK%2CIHuNX%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2COGvBI%2CgBA2DI%2CQACK%2CIHrCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoCpOU%2COpCoOV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COGpCA%2CgBA2DI%2CQACK%2CIHzBZ%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2COG1CA%2CgBA2DI%2CQACK%2CIHnBZ%2COACI%3BEnCqPL%2CcAAA%3B%3BAsChSA%2COACI%2CgBAwEI%3BEACI%2CaAAA%3B%3BAA1EZ%2COACI%2CgBA4EI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CkBAII%3BEtCuMJ%2CiBAAA%3B%3BAsC3MA%2CkBAII%2CaAGI%3BEACI%2CgBAAA%3B%3BAARZ%2CkBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CkBAYI%2CSAGI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAkM3FJ%2C8BADJ%2CSACK%3BEACG%2CiBAAA%3B%3BA1NFZ%3BEACI%2CgBAAA%3B%3BAAGI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAALZ%2CaASI%3BEACI%2CgBAAA%3B%3BAAVR%2CaAaI%3BEqBLJ%2CqBAAA%3BErBgBQ%2CqBAAA%3BEACA%2CYAAA%3B%3BAAzBR%2CaAaI%2COqB6PF%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CarBDI%2COqBCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC3OU%2COpC2OV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CarBdA%2COqBaH%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CarBpBA%2COqBmBH%2COACI%3BEnCqPL%2CWAAA%3B%3BAc3PQ%2CaAdJ%2COAcK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA9BpB%2CaAoCI%2CQAAO%3BEACH%2CaAAA%3B%3BAArCR%2CaAwCI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA5CR%2CaA%2BCI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAlDR%2CaAqDI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CoBAQI%3BEdoNJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAevCQ%2CoBAHJ%2CGAGK%2CIAAI%3BEdiNb%2CgBAAA%3BEAAA%2CyBAAA%3BEc9MY%2CaAAA%3B%3BAAdZ%2CoBAQI%2CGASI%3BEd2MR%2C6BAAA%3BEczMY%2CeAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAlBR%2CGASI%2CGASK%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAtBR%2CGASI%2CGAaK%3BAACD%2CoBAvBR%2CGASI%2CGAcK%3BEd6Lb%2CmBAAA%3B%3BAc5NA%2CoBAQI%2CGASI%2CGAkBI%3BEdyLZ%2CWAAA%3BEcvLgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAWJ%2CKALP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKALP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COACK%2CYAGG%3BEACI%2CmBAAA%3B%3BAAEA%2CKAXf%2COAAO%2CSAGR%2CQAAO%2CMACH%2COACK%2CYAGG%2CSAGK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CKAvBP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAvBP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmBK%2CWAGG%2CIAAG%2CWAAW%3BEACV%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CKAjCP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COA6BK%2CWACG%3BEACI%2CmBAAA%3B%3BAAnCpB%2CKAAK%2COAAO%2CSA6CR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%3BEAEI%2CgBAAA%3B%3BAAFJ%2CaAIM%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COAAO%3BEACH%2CmBAAA%3B%3BAC9KJ%2CoBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAYR%3BEfmQA%2CmBAAA%3BEehQI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CaAMM%3BEf6PN%2CiBAAA%3BEe3PQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAVR%2CaAaI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CgBAAA%3B%3BAAhBhB%2CaAaI%2COAOI%3BEACI%2CgBAAA%3B%3BAArBZ%2CaAaI%2COAWI%3BEACI%2CgBAAA%3B%3BAAEA%2CaAdR%2COAWI%2COAGK%3BEACG%2CaAAA%3B%3BAA5BhB%2CaAaI%2COAmBI%2CiBACM%3BEACE%2CgBAAA%3B%3BAAlChB%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%3BAApCvB%2CaAaI%2COAmBI%2CiBACM%2CWyDCd%3BAzDlCA%2CaAaI%2COAmBI%2CiBACM%2CWyDKd%3BEzDAoB%2CWAAA%3B%3BAAtCpB%2CaAaI%2COAsCI%2COACI%3BEf%2BMZ%2CiBAAA%3BEe7MgB%2CgBAAA%3B%3BAAtDhB%2CaAaI%2COA6CI%3BEACI%2CgBAAA%3B%3BAA3DZ%2CaAaI%2COA6CI%2CcAGI%2COACI%3BEACI%2CWAAA%3B%3BAA%5C%2FDpB%2CaAaI%2COA6CI%2CcAGI%2COAKI%2COACM%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAOpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAA%5C%2FEZ%2CaAmFI%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAvFR%2CaAmFI%2CwBAMI%2CQAAO%2CQAAQ%3BAAzFvB%2CaAmFI%2CwByDjDJ%2CiBzDuDuB%3BAAzFvB%2CaAmFI%2CwByD7CJ%2CczDmDuB%3BEAEX%2CWAAA%3B%3BAA3FZ%2CaAmFI%2CwBAWI%3BEACI%2CmBAAA%3B%3BAAEA%2CaAdR%2CwBAWI%2CMAGK%3BEACG%2CgBAAA%3B%3BAAlGhB%2CaAuGI%3BEACI%2CkBAAA%3B%3BAAxGR%2CaAuGI%2CSAGM%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BAAQZ%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%2CMASI%2CMACI%3BEACI%2CSAAA%3B%3BAAZhB%2CKAAC%2CcACG%2CMAeM%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CKAAC%2CcAsBG%3BEACI%2CiBAAA%3B%3BAAEA%2CKAzBP%2CcAsBG%2CKAGK%3BAACD%2CKA1BP%2CcAsBG%2CKAIK%3BAACD%2CKA3BP%2CcAsBG%2CKAKK%3BEACG%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CKAjCP%2CcAsBG%2CKAWK%3BEACG%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CKAjCP%2CcAsBG%2CKAWK%2CIAQG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7ChB%2CKAAC%2CcAsBG%2CKA2BM%3BEfmFd%2CcAAA%3BEAAA%2CiBAAA%3BEehFgB%2CgBAAA%3B%3BAApDZ%2CKAAC%2CcAwDG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA7DZ%2CKAAC%2CcAiEG%2CMACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAtEZ%2CKAAC%2CcA0EG%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAA9ER%2CKAAC%2CcA0EG%2CiBAMM%3BAAhFV%2CKAAC%2CcA0EG%2CiBAOM%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEfgDhB%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BApB0II%2CKAAC%2CcA0EG%2CiBAMM%2CeoBwCZ%3BApBxHE%2CKAAC%2CcA0EG%2CiBAOM%2CiBoBuCZ%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CKpBoIK%2CcA0EG%2CiBAMM%2CeoBpNb%3BAAAD%2CKpBoIK%2CcA0EG%2CiBAOM%2CiBoBrNb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSIjQQ%2COJiQR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CKpBuHC%2CcA0EG%2CiBAMM%2CeoBxMb%2CMACI%3BAAAD%2CKpBuHC%2CcA0EG%2CiBAOM%2CiBoBzMb%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CKpBiHC%2CcA0EG%2CiBAMM%2CeoBlMb%2COACI%3BAAAD%2CKpBiHC%2CcA0EG%2CiBAOM%2CiBoBnMb%2COACI%3BEnCqPL%2CcAAA%3B%3BAepII%2CKAAC%2CcA0EG%2CiBAsBM%3BEAEE%2CQAAA%3B%3BAoBvIhB%2CKpBqCK%2CcA0EG%2CiBAsBM%2CiBoBrIb%3BEnCyKD%2CSoC5PS%2COpC4PT%3B%3BAepII%2CKAAC%2CcAyGG%3BEACI%2CkBAAA%3B%3BAAEA%2CKA5GP%2CcAyGG%2CQAGK%3BEACG%2CeAAA%3B%3BAAGJ%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAvHP%2CcAsHG%2CSACK%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKAjIP%2CcAsHG%2CSAWK%3BEfGb%2CiBAAA%3BEeDgB%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CKAzIP%2CcAwIG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA1IZ%2CKAAC%2CcA%2BIG%3BEACI%2CgBAAA%3B%3BAAhJR%2CKAAC%2CcAqJG%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAAtJR%2CKAAC%2CcAoKG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAtKR%2CKAAC%2CcAyKG%2CMAAM%3BEACF%2CgBAAA%3B%3BAAMZ%3BEACI%2C6BAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAEM%3BAADN%2CKAAM%2CeACA%3BEACE%2CcAAA%3B%3BAAIR%2CKAAK%2CcAED%2CKAAI%3BAADR%2CYAAY%2CcACR%2CKAAI%3BAAFR%2CKAAK%2CcAGD%2CKAAI%3BAAFR%2CYAAY%2CcAER%2CKAAI%3BAAHR%2CKAAK%2CcAID%2CKAAI%3BAAHR%2CYAAY%2CcAGR%2CKAAI%3BAAJR%2CKAAK%2CcAKD%2CKAAI%3BAAJR%2CYAAY%2CcAIR%2CKAAI%3BEACA%2CiBAAA%3B%3BAAuHJ%2CMAAC%3BEf5LL%2CeAAA%3BEe8LQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAIG%3BEACI%2CYAAA%3B%3BAYndZ%2CeACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeACI%2CaAII%3BEACI%2CgBAAA%3B%3BAANZ%2CeAUI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAASI%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxBpB%2CeA8BI%3BEACI%2CaAAA%3B%3BAAEA%2CeAHJ%2CUAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAA3CZ%2CeA%2BCI%2CeACM%3BEACE%2CgBAAA%3B%3BAAjDZ%2CeA%2BCI%2CeACM%2CWAGI%3BEACE%2CkBAAA%3B%3BAApDhB%2CeA%2BCI%2CeACM%2CWAOI%3BEACE%2CmBAAA%3B%3BAAGI%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BAAAD%2CeAZhB%2CeACM%2CWAOI%2CW6CNd%3BA7CUoB%2CeAZhB%2CeACM%2CWAOI%2CW6CFd%3BE7CQwB%2CcAAA%3BEACA%2CWAAA%3B%3BAA9DxB%2CeA%2BCI%2CeACM%2CWAmBE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArEhB%2CeA0EI%3BAA1EJ%2CeA2EI%3BAA3EJ%2CeA4EI%3BAA5EJ%2CeA6EI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEOpDA%2CqBAAA%3BEACA%2CkBAAA%3BEPkEI%2CYAAA%3B%3BA3BpEJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BA2B8CJ%2CiBOjDA%3BEAEI%2CeAAA%3BElC8OJ%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC%5C%2FOQ%2COpC%2BOR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CiBDKJ%2CiBCNC%2COACI%3BEnCqPL%2CcAAA%3B%3BAkCqEA%2CiBArTA%2CiBAqTC%3BElCrED%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC%5C%2FOQ%2COpC%2BOR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BEnCqPL%2CcAAA%3B%3BA2B%5C%2FLA%2CiBOsIA%3BElCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEkChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BElC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BA2B%5C%2FLA%2CiBOsIA%2CgBAsBI%3BElCmCJ%2CSAAA%3B%3BAkC3BQ%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%3BElCzSJ%2CsDAAA%3BEkC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BElC%5C%2FSJ%2CsDAAA%3BEkCiTI%2CWAAA%3B%3BAAzDJ%2CiBAjTA%2CgBAiTC%3BElCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAkC6PA%2CiBAtTA%2CgBAsTC%3BElC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAkCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAPvLR%2CiBAiBI%3BE3B8KJ%2CkBAAA%3BE2B5KQ%2CQAAA%3BEACA%2CYAAA%3B%3BAApBR%2CiBAiBI%2CgBAKI%3BEACI%2CaAAA%3B%3BAAGJ%2CiBATJ%2CgBASK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAdJ%2CgBAcK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAjCZ%2CiBAoCI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAvCZ%2CiBAoCI%2CSACI%2CSAIM%3BAAzCd%2CiBAoCI%2CSACI%2CSAKM%3BEACE%2CeAAA%3B%3BAAEA%2CiBATZ%2CSACI%2CSAIM%2CWAIG%2CIAAI%3BAAAL%2CiBATZ%2CSACI%2CSAKM%2CaAGG%2CIAAI%3BEACD%2CkBAAA%3B%3BAAOZ%2CiBADJ%2CQACK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEtB4EZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BA9BiOA%2CiBsB9FI%2CQACK%2CMtB6FR%3BAACD%2CiBsB%5C%2FFI%2CQACK%2CMtB8FR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBsBpGI%2CQACK%2CMtBmGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBsBzGI%2CQACK%2CMtBwGR%3BAACD%2CiBsB1GI%2CQACK%2CMtByGR%3BAACD%2CQAAQ%2CUAAW%2CkBsB3Gf%2CQACK%3BEtB2GL%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA2B1IQ%2CiBADJ%2CQACK%2CMQ8HP%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CiBR6HI%2CQACK%2CMQ9HR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC1OU%2COpC0OV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBRgHA%2CQACK%2CMQlHR%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2CiBR0GA%2CQACK%2CMQ5GR%2COACI%3BEnCqPL%2CcAAA%3B%3BA2B1HQ%2CiBAjBJ%2CQAiBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%3BE3BmHpB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BE2B9GgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBAtCZ%2CQAiBK%2CSAOG%2CSAAQ%2CIAcH%3BEACG%2CaAAA%3B%3BAAtBZ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%2CIAkBJ%2CQACM%3BE3BgGtB%2CeAAA%3B%3BA2B%5C%2FLA%2CiBA2GI%3BEACI%2CgBAAA%3B%3BAAIR%3BE3B%2BEA%2CsBAAA%3BEAAA%2CeAAA%3BE2B5EI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BE3BsEA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA4BoGA%2CeAEI%3BEACI%2CeAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BE3BiEb%2C0BAAA%3B%3BA2B7DQ%2CeAPJ%2CcAOK%3BEACG%2CcAAA%3B%3BAAVZ%2CeAsBI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3B%3BAAzBZ%2CeA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CeAiCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CeAiCI%2CmBAII%3BE3BiCR%2CcAAA%3B%3BA2BtEA%2CeA0CI%3BEACI%2CkBAAA%3B%3BAA3CR%2CeA0CI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAA9CZ%2CeA0CI%2CsBAOI%3BAAjDR%2CeA0CI%2CsBAQI%3BEACI%2CaAAA%3B%3BAAnDZ%2CeA0CI%2CsBAYI%2CMAAK%3BE3BgBb%2CiBAAA%3B%3BA2BtEA%2CeA0CI%2CsBAmBI%3BEACI%2CgBAAA%3B%3BAA9DZ%2CeAkEI%2CSACM%3BAAnEV%2CeAkEI%2CSAEM%3BEACE%2CWAAA%3B%3BAArEZ%2CeAkEI%2CSAMI%3BEAOI%2CSAAA%3BEACA%2CqBAAA%3B%3BAANA%2CeARR%2CSAMI%2CQAEK%3BE3BJb%2CcAAA%3BE2BMgB%2CiBAAA%3BEACA%2CgBAAA%3B%3BAQvKhB%2CeR4JI%2CSAiBI%2CQACM%2CUQ9Kb%3BEnCgKD%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BA2BsBQ%2CeA1BJ%2CSA0BK%3BEACG%2CeAAA%3B%3BAAKI%2CeAhCZ%2CSA8BK%2CQACG%2CQACK%3BE3B5BjB%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAR4PgB%2CeAhCZ%2CSA8BK%2CQACG%2CQACK%2CQQxCf%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CeRsNI%2CSA8BK%2CQACG%2CQACK%2CQQtPhB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAR%5C%2FCQ%2CeA9BJ%2CSA8BK%2CQAiBG%3BEACI%2CaAAA%3B%3BAAlHhB%2CeA8HI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjIR%2CeAoII%3BE3B9DJ%2CiBAAA%3BE2BgEQ%2CmBAAA%3B%3BAAtIR%2CeAyII%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BE3BzET%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BARsVQ%2CeADJ%2CQACK%2CKQpFP%3BARqFM%2CeAFJ%2CQAEK%2COQrFP%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CeR%2BUI%2CQACK%2CKQhVR%3BAAAD%2CeR%2BUI%2CQAEK%2COQjVR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSIjQQ%2COJiQR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeRkUA%2CQACK%2CKQpUR%2CMACI%3BAAAD%2CeRkUA%2CQAEK%2COQrUR%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CeR4TA%2CQACK%2CKQ9TR%2COACI%3BAAAD%2CeR4TA%2CQAEK%2COQ%5C%2FTR%2COACI%3BEnCqPL%2CcAAA%3B%3BAmCzKA%2CeRgPI%2CQAcK%2COQ9PR%3BEnCyKD%2CSoC5PS%2COpC4PT%3B%3BAgBtQA%3BEhBsQA%2CgBAAA%3B%3BAgBjQA%3BEhBiQA%2CgBAAA%3B%3BAgBjQA%2CYAOI%3BEhB0PJ%2C6BAAA%3B%3BAgBjQA%2CYAYI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CcAAA%3B%3BAkDlDR%3BElE2RA%2CmBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BEkEpRI%2CkBAAA%3B%3BAAPJ%2CsBASI%3BElEkRJ%2CeAAA%3BEkEhRQ%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CsBASI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAOA%2CsBAHR%2CkBACI%2COAEK%2COAAO%3BAAAR%2CsBAHR%2CkB9D8QJ%2CqBA4NI%2CiBAKM%2CU8D5eG%2COAAO%3BE7D2MpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CsB6D1NI%2CkBACI%2COAEK%2COAAO%2CS7DuNnB%3BAACD%2CsB6D3NI%2CkBACI%2COAEK%2COAAO%2CS7DwNnB%3BAADD%2CsB6D1NI%2CkB9D8QJ%2CqBA4NI%2CiBAKM%2CU8D5eG%2COAAO%2CS7DuNnB%3BAACD%2CsB6D3NI%2CkB9D8QJ%2CqBA4NI%2CiBAKM%2CU8D5eG%2COAAO%2CS7DwNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB6DhOI%2CkBACI%2COAEK%2COAAO%2CS7D6NnB%3BAAAD%2CsB6DhOI%2CkB9D8QJ%2CqBA4NI%2CiBAKM%2CU8D5eG%2COAAO%2CS7D6NnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB6DrOI%2CkBACI%2COAEK%2COAAO%2CS7DkOnB%3BAACD%2CsB6DtOI%2CkBACI%2COAEK%2COAAO%2CS7DmOnB%3BAACD%2CQAAQ%2CUAAW%2CuB6DvOf%2CkBACI%2COAEK%2COAAO%3BA7DkOpB%2CsB6DrOI%2CkB9D8QJ%2CqBA4NI%2CiBAKM%2CU8D5eG%2COAAO%2CS7DkOnB%3BAACD%2CsB6DtOI%2CkB9D8QJ%2CqBA4NI%2CiBAKM%2CU8D5eG%2COAAO%2CS7DmOnB%3BAACD%2CQAAQ%2CUAAW%2CuB6DvOf%2CkB9D8QJ%2CqBA4NI%2CiBAKM%2CU8D5eG%2COAAO%3BE7DqOhB%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAkEjQgB%2CsBANZ%2CkBACI%2COAEK%2COAAO%2CSAGH%3BAAAD%2CsBANZ%2CkB9D8QJ%2CqBA4NI%2CiBAKM%2CU8D5eG%2COAAO%2CSAGH%3BElEiQjB%2CWAAA%3B%3BAiB7PA%3BEAEI%2CaAAA%3B%3BAqDxBA%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BEtE2QR%2CiBAAA%3B%3BAsEtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BEtEkQZ%2CqBAAA%3B%3BA8C1RA%2CqBACI%2CaAOI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAXpB%2CqBACI%2CaAeI%2CcACI%3BEAEI%2CeAAA%3B%3BA2LEhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BEzO%2BPL%2CYAAA%3B%3BAyO%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BEzOuPb%2CWAAA%3B%3BAyOrQA%2CcAoBI%3BEzO3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyOAA%2CcAwBI%3BEzO6OJ%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAsMSA%2CcAwBI%2CsBtMiOF%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CcsM2BI%2CsBtM3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSoC7NQ%2COpC6NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcsMcA%2CsBtMfH%2CMACI%3BEnC2PL%2CWAAA%3B%3BAyOnOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BEzO%2BNT%2CYAAA%3B%3BAyO9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BEzOuNjB%2CWAAA%3B%3BAyOrQA%2CcAqDI%3BEzOgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEyOzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BEzO8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BEyOxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BEzOkLT%2C2BAAA%3B%3BAyO9KQ%2CcAlCJ%2CuBAkCK%3BEzO8KT%2C2BAAA%3BEyO5KY%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%3BIzOwHrC%2CyBAAA%3B%3BEyOrHA%2CcAAe%2CuBAAsB%3BIzOqHrC%2C4BAAA%3BIyOnHI%2CQAAA%3B%3B%3BA1L1IJ%2CYAMI%3BAANJ%2CYAOI%3BE%5C%2FCsPJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA%2BC7PA%2CYAMI%2CYAII%2CUACI%2COACI%3BAAZhB%2CYAOI%2CuBAGI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAbpB%2CYAMI%2CYAII%2CUAOI%3BAAjBZ%2CYAOI%2CuBAGI%2CUAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnBhB%2CYAwBI%3BEACI%2CYAAA%3B%3BAAzBR%2CYA4BI%3BE%5C%2FCiOJ%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CaAAA%3BE%2BCxNQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BE%5C%2FCmNT%2CqBAAA%3B%3BA%2BChNY%2CYAjBR%2CuBAcK%2CcAGI%3BE%5C%2FCgNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CSoChPa%2COpCgPb%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BE%2BCzMgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAA%5C%2FDhB%2CYA0EI%3BEACI%2CgBAAA%3B%3BAAGI%2CYAJR%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAhFhB%2CYAqFI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvFR%2CYA0FI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BAAAD%2CiBAFR%2CiByBrFJ%3BAzBuFY%2CiBAFR%2CiByBjFJ%3BEzBqFgB%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAOI%2CMACI%3BE%5C%2FC0HR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BA%2BCrHY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C%2BBAdR%2CMAaI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAAvBpB%2C%2BBAOI%2CMAqBI%3BEACI%2CgBAAA%3B%3BAA7BZ%2C%2BBAOI%2CMAyBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAgB1LhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BE%5C%2FDgRR%2CcAAA%3BE%2BD9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BE%5C%2FDmQR%2CYAAA%3BE%2BD%5C%2FPY%2CSAAA%3B%3BAfdZ%3BEhD6QA%2CeAAA%3B%3BAgD7QA%2C%2BBAGI%3BEhD0QJ%2C6BAAA%3BEgDvQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BEhDoQR%2CSAAA%3BEAAA%2CqBAAA%3BEmC9QA%2CqBAAA%3BEasBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CabwPN%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2C%2BBaFI%2C4BAMI%2CabJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSIjQQ%2COJiQR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBafA%2C4BAMI%2CabQP%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2C%2BBarBA%2C4BAMI%2CabcP%2COACI%3BEnCqPL%2CcAAA%3B%3BAgD7QA%2C%2BBA2BI%3BEhDkPJ%2CiBAAA%3B%3BAgD7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BAqBrCR%3BErE8QA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BAqE9QA%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BErE6PR%2CWAAA%3BEqE3PY%2CcAAA%3B%3BAAKJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BErEmPhB%2CiBAAA%3BEqEjPgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAMI%3BAAPR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAKI%3BEACI%2CgBAAA%3B%3BAAhCpB%2CkBAsCI%3BEACI%2CkBAAA%3B%3BAAvCR%2CkBA%2BCI%2CeACM%3BEACE%2C6BAAA%3BErE6NZ%2CyBAAA%3BEqE3NY%2CeAAA%3BErE2NZ%2CcAAA%3BEmChOA%2CqBAAA%3BEkCeY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9DZ%2CkBA%2BCI%2CeACM%2CSlCkNR%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CkBkCLI%2CeACM%2CSlCIT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAkCvRY%2CkBAjBR%2CeACM%2CSAgBG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAnEhB%2CkBA%2BCI%2CeACM%2CSAsBE%3BErEwMZ%2CiBAAA%3BEqEtMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BAlCqChB%2CkBkC%5C%2FDI%2CeA8BK%2COACK%2CSlCgCb%3BEnCgKD%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BAqE9QA%2CkBA%2BCI%2CeAuCI%3BEACI%2CkBAAA%3B%3BAAvFZ%2CkBA4FI%3BErEkLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEqE9KQ%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAtGZ%2CkBA0GI%2CcACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA9GZ%2CkBA0GI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApHZ%2CkBA0GI%2CcAaI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAzHZ%2CkBA0GI%2CcAkBI%3BErEkJR%2CiBAAA%3BEqEhJY%2CgBAAA%3B%3BAAIA%2CkBAxBR%2CcAuBI%2CqBACQ%2CuBACA%3BErE2IhB%2CeAAA%3B%3BAiDtRA%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAQR%2CqBACI%3BEjD6PJ%2CiBAAA%3BEiD3PQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CqBACI%2CaAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CqBAWI%2COACI%3BEACI%2CgBAAA%3B%3BAAbZ%2CqBAiBI%3BEACI%2CkBAAA%3B%3BAAlBR%2CqBAiBI%2CiBAGM%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CqBA%2BBI%2COAAM%3BEACF%2CSAAA%3B%3BAAhCR%2CqBA%2BBI%2COAAM%2COAGF%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApCZ%2CqBA%2BBI%2COAAM%2COAQF%2COACI%3BAAxCZ%2CqBA%2BBI%2COAAM%2COAQF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBAhBJ%2COAAM%2COAgBE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAAM%2COAgBE%2CSAMC%3BEjDyMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEiDpMgB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAC3FhB%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAPJ%2CgBAOK%2CQACG%3BEACI%2CcAAA%3B%3BAAIR%2CwBAbJ%2CgBAaQ%2CkBACA%3BElD8PZ%2C0BAAA%3B%3BAkDlRA%2CwBAsCI%3BElD4OJ%2CeAAA%3BEkD1OQ%2CSAAA%3B%3BAAxCR%2CwBAsCI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA7CZ%2CwBAsCI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAlDZ%2CwBAsDI%3BEACI%2CaAAA%3BElD2NR%2CsBAAA%3B%3BAkDxNY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAAnEhB%2CwBAwEI%3BAAxEJ%2CwBAyEI%3BElDyMJ%2CgBAAA%3B%3BAkDlRA%2CwBA6EI%3BEACI%2CgBAAA%3B%3BAA9ER%2CwBAiFI%3BEACI%2CgBAAA%3B%3BAAlFR%2CwBAiFI%2C0BAGI%2CSACI%3BEACI%2CeAAA%3B%3BAAtFhB%2CwBAiFI%2C0BAaI%3BElDoLR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BAkD7KQ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAAtGZ%2CwBAgHI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAnHR%2CwBAsHI%3BEACI%2CcAAA%3B%3BAO%5C%2FGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSrB0ClB%2COqB1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BEzDwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BAyD%5C%2FQA%2CwBAuBI%2CsBAII%3BEzDoPR%2CcAAA%3BEAAA%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAAMA%2CwBsB9BI%2CsBAII%2CetB0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBsB3CA%2CsBAII%2CetBsCP%2CMACI%3BEnC6ML%2CWAAA%3B%3BAmCvMI%2CwBsBjDA%2CsBAII%2CetB4CP%2COACI%3BEnCuML%2CcAAA%3B%3BAyD%5C%2FQA%2CwBA0CI%3BEzDqOJ%2CsBAAA%3B%3BAyD%5C%2FQA%2CwBA8CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FCR%2CwBAkDI%3BEACI%2CUAAA%3B%3BAAnDR%2CwBAkDI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBARR%2CmBAEI%2CMAMK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBARR%2CmBAEI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAhBR%2CmBAEI%2CMAcK%3BEACG%2CYAAA%3B%3BAAnEhB%2CwBAkDI%2CmBAEI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAzEhB%2CwBAkDI%2CmBA2BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAA%5C%2FEZ%2CwBAmFI%2COAKI%2CQACM%3BEACE%2CiBAAA%3B%3BAA1FhB%2CwBAmFI%2COAKI%2CQAKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FFhB%2CwBAmFI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAArGhB%2CwBAmFI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAA3GhB%2CwBAmFI%2COA4BI%2CQACI%3BEACI%2CYAAA%3B%3BAAjHhB%2CwBAmFI%2COAkCM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAxHhB%2CwBAmFI%2COAyCI%2CKACI%3BEACI%2CcAAA%3B%3BAA9HhB%2CwBAmFI%2COAyCI%2CKAKI%3BEACI%2CWAAA%3B%3BAAIR%2CwBAnDJ%2COAmDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BAvC3JxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BElB%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAkB9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BElBiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAkBhSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAWpCI%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BE7B0QR%2CiBAAA%3B%3BAMiwBA%2CgBuBrgCI%2CUvBqgCH%3BENjwBD%2CgBAAA%3BEM8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BENjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA6BjQQ%2CgBAHJ%2CUAGK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACA%2CQAGG%3BEACG%2CgBAAA%3B%3BAANhB%2CqBACI%2COAAM%2CUASF%2CMAAK%3BEACD%2CeAAA%3B%3BAAaZ%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBACI%2CmBACI%2CQACI%3BEACI%2CWAAA%3B%3BAAgBhB%2CQACI%2CoBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2CQAOI%3BEACI%2CmBAAA%3B%3BAARR%2CQAWI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAZR%2CQAWI%2CQAAO%2CKAGH%3BEACI%2CaAAA%3B%3BAAfZ%2CQAuBI%3BEACI%2CgBAAA%3B%3BAAxBR%2CQA2BI%3BE7BoKJ%2CmBAAA%3BE6BlKQ%2CgCAAA%3B%3BAAEA%2CQAJJ%2CeAIK%3BEACG%2CgBAAA%3B%3BAA0BI%2CQAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CuBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CiBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BE7BqIjB%2CcAAA%3B%3BA6B7GQ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAQI%3BEAOI%2CmBAAA%3B%3BAAfR%2CMAQI%2COACI%3BE7BuGR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA6B7FQ%2CMADJ%2CEACK%3BEACG%2CSAAA%3B%3BAApBZ%2CMAwBI%3BEACI%2CeAAA%3B%3BAAYR%2CMAAM%2CSACF%3BE7B8LJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BA6BrOR%2CMAAM%2CSACF%2CSAII%3BE7BsOR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA6B7OT%2CMAAM%2CSACF%2CSAQI%3BE7BkOR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA6B9NT%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%3BAAKZ%2CQAAQ%3BE7BOR%2CgBAAA%3B%3BA6BPA%2CQAAQ%2CcAGJ%3BEACI%2CsBAAA%3B%3BAAcR%3BEACI%2CkBAAA%3B%3BA6B5SJ%2CcAKI%3BE1D2RJ%2CiBAAA%3BEAAA%2CiBAAA%3BE0DxRQ%2CqBAAA%3BEACA%2CiBAAA%3B%3BACTR%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C4BAMI%2CQAAO%3BE3D0RX%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAAMA%2C4BwBlBI%2CQAAO%2CSxBkBV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSkF7QY%2COlF6QZ%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAwB3VA%2C0BACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHR%2C0BAOI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAAcR%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAIR%2CMAAM%3BEACF%2CmBAAA%3B%3BAAEA%2C0BAA2B%2CkBAAkB%2CyBAAyB%2COAHpE%2CUAGwE%3BEACtE%2CWAAA%3B%3BAAJR%2CMAAM%2CUAOF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMAXF%2CUAOF%2CiBAIK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAbZ%2CMAAM%2CUAiBF%3BEACI%2CeAAA%3B%3BAAEA%2CMApBF%2CUAiBF%2CqBAGK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CMAxBF%2CUAiBF%2CqBAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAAzBZ%2CMAAM%2CUA6BF%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BE3DiNR%2CiBAAA%3B%3BA2DhPA%2CMAAM%2CUAmCF%2COAAM%3BEAEF%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA5CR%2CMAAM%2CUAmCF%2COAAM%2COAWF%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CMAtDF%2CUAqDF%2COACK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAxDZ%2CMAAM%2CUA4DF%2CQAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CMAhEE%2CUAgED%2CIACG%3BE3D%2BKR%2CcAAA%3BEAAA%2CqBAAA%3BE2D7KY%2CeAAA%3B%3BA5D4BZ%2CM4D%5C%2FFM%2CUAgED%2CIACG%2CO5D8BP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CM4DpGM%2CUAgED%2CIACG%2CO5DmCP%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CM4DzGM%2CUAgED%2CIACG%2CO5DwCP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BA2DhLI%2CMAhEE%2CUAgED%2CIAMG%3BEACI%2CUAAA%3B%3BAAIR%2CMA3EE%2CUA2ED%2CwBACG%2COAAM%3BEACF%2CeAAA%3B%3BAC5HZ%2CsBACI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAANR%2CsBACI%2CiBAOI%2COAAM%3BEACF%2CoBAAA%3B%3BAATZ%2CsBAaI%2CmBACI%2CWACI%3BEACI%2CeAAA%3B%3BAAIA%2CsBAPZ%2CmBACI%2CWAKI%2CiBACK%2CYACK%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAZpB%2CmBACI%2CWAKI%2CiBACK%2CYACK%2COAIG%3BEACG%2CgBAAA%3B%3BAANZ%2CsBAPZ%2CmBACI%2CWAKI%2CiBACK%2CYAUG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CsBAzBR%2CmBACI%2CWAwBQ%2CYAAS%3BEACT%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAxChB%2CsBAaI%2CmBA%2BBI%3BEACI%2CWAAA%3B%3BAA7CZ%2CsBAiDI%3BEACI%2CcAAA%3B%3BAAlDR%2CsBAqDI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAxDR%2CsBAqDI%2CkBAKI%2CyBAAyB%2COAAM%2CIAAI%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA5DZ%2CsBAgEI%2CUAAS%3BEACL%2CWAAA%3B%3BAAjER%2CsBAoEI%3BEACI%2CmBAAA%3B%3BAArER%2CsBAwEI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAC9ER%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAKI%2CsBACI%2CUAAS%3BEACL%2CmBAAA%3B%3BAASZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAGI%3BEACI%2CgBAAA%3B%3BAALZ%2CYAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CYAaI%2CuBAGI%3BEACI%2CgBAAA%3B%3BAVhBZ%2CaACI%2COACI%3BEnD6QR%2CWAAA%3BEAAA%2CgBAAA%3B%3BAmDpQQ%2CKAFH%2CcACD%2CWACK%3BEnDoQT%2C6BAAA%3B%3BAmDtQA%2CKAAK%2CcACD%2CWAKI%3BEACI%2CeAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CaAGI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BEnD%2BOA%2CgBAAA%3BEmD7OI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CaAEI%2CiBACM%2CaACE%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAANhB%2CaAWI%3BAAXJ%2CaAYI%3BEnDwNJ%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAgB0CA%2CaAWI%2CahB6MF%3BAgBxNF%2CaAYI%2CehB4MF%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CagB%2BCI%2CahB%5C%2FCH%3BAAAD%2CagBgDI%2CehBhDH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSIjQQ%2COJiQR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CagBkCA%2CahBnCH%2CMACI%3BAAAD%2CagBmCA%2CehBpCH%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CagB4BA%2CahB7BH%2COACI%3BAAAD%2CagB6BA%2CehB9BH%2COACI%3BEnCqPL%2CcAAA%3B%3BAmCzKA%2CagBnCI%2CehBmCH%3BEnCyKD%2CSoC5PS%2COpC4PT%3B%3BAmDrMA%2CaAEI%3BAADJ%2CKAAK%2CcAAe%2CcAChB%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAQR%2CKAAK%2CcACD%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEA%2CKATH%2CcACD%2CcAQK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAASZ%3BEnDmKA%2CgCAAA%3BEmDjKI%2CSAAA%3B%3BAAIQ%2CgBAFP%2CQACG%2COACK%3BEnD6Jb%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BAmDnKA%2CgBAYI%3BEnDuJJ%2CcAAA%3BEmDrJQ%2CeAAA%3BEnDqJR%2CcAAA%3BEmChOA%2CqBAAA%3BEgBsFQ%2CSAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAhBlFR%2CgBgBmEI%2COhBnEH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBgBsDA%2COhBvDH%2CMACI%3BEnC6ML%2CWAAA%3B%3BAmDnKA%2CgBA8BI%3BEAEI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAcI%2CoBALR%2CoBAII%2CGACK%3BAAAD%2CoBAJR%2CkCAGI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAPhB%2CoBACI%2CoBAcI%3BAAfR%2CoBAEI%2CkCAaI%3BEACI%2CWAAA%3B%3BAAhBZ%2CoBACI%2CoBAkBI%2CcACI%3BAApBZ%2CoBAEI%2CkCAiBI%2CcACI%3BEnDsGZ%2CgBAAA%3BEmDpGgB%2CcAAA%3B%3BAAoBhB%3BAACA%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BA1BtNJ%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%3BEzBsQX%2CcAAA%3B%3BAyBjQA%2CyBAKI%3BEzB4PJ%2CkBAAA%3BEyB1PQ%2CWAAA%3B%3BAAKJ%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAAc%2CMADb%2CaAAc%2CUAKX%3BEACI%2CgBAAA%3B%3BAALR%2CaAAc%2CMADb%2CaAAc%2CUAKX%2COAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAsBhB%3BEACI%2CmBAAA%3B%3BAAQQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAoBhB%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CgCASI%2CMACI%3BEACI%2CSAAA%3B%3BAAXZ%2CgCAeI%3BEACI%2C6BAAA%3B%3BAAhBR%2CgCAmBI%3BEACI%2CuBAAA%3B%3BAApBR%2CgCAmBI%2CKAGI%3BEACI%2CqBAAA%3B%3BAAvBZ%2CgCAmBI%2CKAOI%3BEzBgJR%2CiBAAA%3BEyB9IY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CgCAwCI%2CSACI%3BEAGI%2CSAAA%3B%3BAAGJ%2CgCAPJ%2CSAOK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgCAbJ%2CSAaK%3BEzBqHT%2CiBAAA%3BEyBnHY%2CcAAA%3BEACA%2CeAAA%3B%3BA2B7JZ%3BEpD%2BQA%2CgBAAA%3BEoD7QI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAMI%3BEpDmQJ%2CmBAAA%3BEAAA%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAiBzCA%2CmBAMI%2CUjBuPF%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CmBiBzCI%2CUjByCH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSkF3QW%2COlF2QX%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAiBhUQ%2CmBAZJ%2CUAYK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CeAAA%3B%3BAAKI%2CmBAFP%2CQACG%2CKACK%3BEpD8Nb%2CsBAAA%3BEoD5NgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlBhB%2CmBAuBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CoBAGI%3BEAEI%2CoBAAA%3BEpDsMR%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAiBmEA%2CoBAGI%2CejB4LF%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CoBiBgEI%2CejBhEH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC5PS%2COpC4PT%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoBiBmDA%2CejBpDH%2CMACI%3BEnC2PL%2CWAAA%3B%3BAmCrPI%2CoBiB6CA%2CejB9CH%2COACI%3BEnCqPL%2CcAAA%3B%3BAoDzLA%2CqBACI%2CUACI%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CYACI%2CUAAS%2CaAAc%2COAAM%3BEACzB%2CUAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAa%2CMAAK%2CMAEd%3BAADJ%2CkBACI%3BEACI%2CgBAAA%3B%3BAAHR%2CYAAa%2CMAAK%2CMAEd%2CeAEI%3BAAHR%2CkBACI%2CeAEI%3BEACI%2CWAAA%3B%3BAALZ%2CYAAa%2CMAAK%2CMAEd%2CeAMI%3BAAPR%2CkBACI%2CeAMI%3BEAEI%2CSAAA%3B%3BAAVZ%2CYAAa%2CMAAK%2CMAEd%2CeAMI%2CSAIM%3BAAXd%2CkBACI%2CeAMI%2CSAIM%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAEI%3BAADJ%2CaACI%3BEACI%2CiBAAA%3B%3BAAIA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAARZ%2CaAMI%2CeAKI%3BAAVR%2CaAKI%2CeAKI%3BEACI%2CgBAAA%3B%3BAbjKZ%2CcAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CMAAM%2CQACF%2CgBACM%3BEACE%2CaAAA%3B%3BAAHZ%2CMAAM%2CQAOF%2CKAAI%3BEACA%2CUAAA%3B%3BAARR%2CMAAM%2CQAWF%2CKAAI%3BEACA%2CUAAA%3B%3BAAZR%2CMAAM%2CQAqBF%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBR%2CMAAM%2CQA2BF%2CWACI%3BEACI%2CSAAA%3B%3BAA7BZ%2CMAAM%2CQA2BF%2CWAKI%3BEACI%2CgBAAA%3B%3BAAjCZ%2CMAAM%2CQA2BF%2CWASI%2CWACI%3BEACI%2CmBAAA%3B%3BAAtChB%2CMAAM%2CQA2CF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CqBACI%2CmBACI%3BEACI%2CWAAA%3B%3BAc1DZ%2CqBASI%3BAATJ%2CqBAUI%2COAAM%3BErDqRV%2CgBAAA%3B%3BAqDhRQ%2CqBADJ%2CQACK%3BEACG%2CQAAA%3B%3BAAGJ%2CqBALJ%2CQAKK%3BErD4QT%2CqBAAA%3BEmC9QA%2CqBAAA%3BEkBQY%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBALJ%2CQAKK%2CIlBgQP%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CqBkBTI%2CQAKK%2CIlBIR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoCpOU%2COpCoOV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBkBtBA%2CQAKK%2CIlBgBR%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2CqBkB5BA%2CQAKK%2CIlBsBR%2COACI%3BEnCqPL%2CcAAA%3B%3BAmE%5C%2FRA%2CkBAAkB%2CMACd%2CQAAO%3BEnE8RX%2CSAAA%3B%3BAmEzRA%3BEnEyRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE0OlJA%2CaAAA%3BEACA%2CUAAA%3BEvK%5C%2FHI%2CsBAAA%3B%3BAATJ%2CUuK0EA%3BE1O%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAmEzRA%2CUuK0EA%2CcAGI%3BE1O4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmEzRA%2CUuKgGA%2CeACI%2CQAAO%3BE1OwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAmEzRA%2CUuKgGA%2CeACI%2CQAAO%2CMvM4KT%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CUuM%2BEA%2CeACI%2CQAAO%2CMvMhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC1OU%2COpC0OV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUuMkEJ%2CeACI%2CQAAO%2CMvMpEV%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2CUuM4DJ%2CeACI%2CQAAO%2CMvM9DV%2COACI%3BEnCqPL%2CcAAA%3B%3BAK7CA%2CUqO5IA%2CeACI%2CQAAO%2CMrO2IV%3BAACD%2CUqO7IA%2CeACI%2CQAAO%2CMrO4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUqOlJA%2CeACI%2CQAAO%2CMrOiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUqOvJA%2CeACI%2CQAAO%2CMrOsJV%3BAACD%2CUqOxJA%2CeACI%2CQAAO%2CMrOuJV%3BAACD%2CQAAQ%2CUAAW%2CWqOzJnB%2CeACI%2CQAAO%3BErOyJP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA0O%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BAvK3IJ%2CUAWI%3BEAEI%2CgBAAA%3B%3BAAbR%2CUAWI%2CgBAII%3BEACI%2CgBAAA%3B%3BAAGI%2CUARZ%2CgBAII%2CWAGI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOZ%2CUADJ%2CQACK%3BAAAD%2CUK6BR%3BAL7BQ%2CUKiCR%3BELhCY%2CkBAAA%3B%3BAA5BZ%2CUAgCI%3BEACI%2CmBAAA%3B%3BAAjCR%2CUAoCI%3BEACI%2CkBAAA%3B%3BAArCR%2CUAwCI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAGI%3BEACI%2C6BAAA%3B%3BAAIR%3BAACA%2CaAAc%3BAACd%2CmBAAoB%3BEAChB%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcAAC%2CIAAI%3BAAAL%2CaALU%2CeAKT%2CIAAI%3BAAAL%2CmBAJgB%2CeAIf%2CIAAI%3BEACD%2CkBAAA%3B%3BAAIR%2CuBAAwB%2CWAEpB%2CWACI%2CiBAAmB%3BAAF3B%2CmBAAoB%2CWAChB%2CWACI%2CiBAAmB%3BEACf%2CeAAA%3B%3BAAKZ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAlC3EJ%2CSAAC%2CMAAM%3BECsIX%2CqBAAA%3BEACA%2CkBAAA%3BEDzHQ%2CgBAAA%3BEACA%2CsBAAA%3B%3BAjCkBR%2CSiCjCK%2CMAAM%2COjCiCV%3BAACD%2CSiClCK%2CMAAM%2COjCkCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSiCvCK%2CMAAM%2COjCuCV%3BEACG%2CWAAA%3B%3BAiCxCA%2CSAAC%2CMAAM%2COCsbX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BADxbA%2CSAAC%2CMAAM%2COC2bX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAD7bA%2CSAAC%2CMAAM%2COCoJX%3BElCiIA%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BAFrDI%2CSAAC%2CMAAM%2COCoJX%2CeCqHE%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CSF3DK%2CMAAM%2COCoJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSFxEC%2CMAAM%2COCoJX%2CeC7EC%2CMACI%3BEnC6ML%2CWAAA%3B%3BAmCvMI%2CSF9EC%2CMAAM%2COCoJX%2CeCvEC%2COACI%3BEnCuML%2CcAAA%3B%3BAkCuHA%2CSD5YK%2CMAAM%2COCoJX%2CeAwPC%3BElCvHD%2CqBAAA%3BEmChOA%2CqBAAA%3B%3BADuVA%2CSD5YK%2CMAAM%2COCoJX%2CeAwPC%2COCnIC%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CSF3DK%2CMAAM%2COCoJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC%5C%2FNM%2COpC%2BNN%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSFxEC%2CMAAM%2COCoJX%2CeAwPC%2COCrUA%2CMACI%3BEnC6ML%2CWAAA%3B%3BAmCvMI%2CSF9EC%2CMAAM%2COCoJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BEnCuML%2CcAAA%3B%3BAiCrRI%2CSAAC%2CMAAM%2COC4NX%3BElCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEkChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BElC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAiCrRI%2CSAAC%2CMAAM%2COC4NX%2COAsBI%3BElCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAkC3BQ%2CSD1PH%2CMAAM%2COC4NX%2COAsBI%2CGAQK%3BElC2BT%2CmBAAA%3BEkCzBY%2CeAAA%3B%3BAAuTZ%2CSDnjBK%2CMAAM%2COC4NX%2COAuVC%3BAACD%2CSDpjBK%2CMAAM%2COC4NX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSD7jBK%2CMAAM%2COC4NX%2COAiWC%3BEACG%2CiBAAA%3BElCzSJ%2CsDAAA%3BEkC2SI%2CWAAA%3B%3BAAGJ%2CSDnkBK%2CMAAM%2COC4NX%2COAuWC%3BEACG%2CiBAAA%3BElC%5C%2FSJ%2CsDAAA%3BEkCiTI%2CWAAA%3B%3BAAzDJ%2CSD7gBK%2CMAAM%2COC4NX%2COAiTC%3BElCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAkC6PA%2CSDlhBK%2CMAAM%2COC4NX%2COAsTC%3BElC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAkCZA%2CSDzQK%2CMAAM%2COCyQV%3BEACG%2CiBAAA%3B%3BAADJ%2CSDzQK%2CMAAM%2COCyQV%2COAGG%3BEACI%2CcAAA%3B%3BAD7QJ%2CSAAC%2CMAAM%2COAkBH%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CSA1BP%2CMAAM%2COAuBD%2CUAGG%3BEAKG%2CiBAAA%3B%3BAE6EhB%2CSF5GK%2CMAAM%2COAuBD%2CUAGG%2CMEkFZ%3BEnCyKD%2CSoChQiB%2COpCgQjB%3B%3BAiCpPgB%2CSAjCX%2CMAAM%2COAuBD%2CUAGG%2CMAOI%3BEACG%2CSAAA%3BEACA%2CWAAA%3B%3BAAIR%2CSAvCP%2CMAAM%2COAuBD%2CUAgBG%3BAACD%2CSAxCP%2CMAAM%2COAuBD%2CUAiBG%3BAACD%2CSAzCP%2CMAAM%2COAuBD%2CUAkBG%3BEjC4Ob%2CWAAA%3B%3BAiCtOY%2CSA%5C%2FCP%2CMAAM%2COA8CD%2CUAAO%2COACJ%3BEACG%2C8BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAeR%2CKAAK%2CcAAe%2CUAnEvB%2CMAAM%3BEAoEC%2CwBAAA%3B%3BAAGI%2CKAJH%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUACG%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAIA%2CKAXP%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAOG%2COACI%3BEjCuMrB%2CcAAA%3B%3BAiClMgB%2CKAhBH%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAaG%3BAACD%2CKAjBH%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAcG%3BEjCiMjB%2CcAAA%3B%3BAiC%5C%2FLoB%2CKAnBP%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAaG%2CMAGI%3BAAAD%2CKAnBP%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAcG%2COAEI%3BEACG%2CaAAA%3B%3BAAQpB%2CSAAC%2COAAO%3BEjCsLZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE0OlJA%2CaAAA%3BEACA%2CUAAA%3BEzMnCQ%2CsBAAA%3B%3BAAFJ%2CSAAC%2COAAO%2CMyMzBZ%3BE1O%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAiCtLI%2CSAAC%2COAAO%2CMyMzBZ%2CcAGI%3BE1O4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAiCtLI%2CSAAC%2COAAO%2CMyMHZ%2CeACI%2CQAAO%3BE1OwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAiCtLI%2CSAAC%2COAAO%2CMyMHZ%2CeACI%2CQAAO%2CMvM4KT%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CSFkFK%2COAAO%2CMyMHZ%2CeACI%2CQAAO%2CMvMhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC1OU%2COpC0OV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSFqEC%2COAAO%2CMyMHZ%2CeACI%2CQAAO%2CMvMpEV%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2CSF%2BDC%2COAAO%2CMyMHZ%2CeACI%2CQAAO%2CMvM9DV%2COACI%3BEnCqPL%2CcAAA%3B%3BAK7CA%2CS4BzIK%2COAAO%2CMyMHZ%2CeACI%2CQAAO%2CMrO2IV%3BAACD%2CS4B1IK%2COAAO%2CMyMHZ%2CeACI%2CQAAO%2CMrO4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS4B%5C%2FIK%2COAAO%2CMyMHZ%2CeACI%2CQAAO%2CMrOiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS4BpJK%2COAAO%2CMyMHZ%2CeACI%2CQAAO%2CMrOsJV%3BAACD%2CS4BrJK%2COAAO%2CMyMHZ%2CeACI%2CQAAO%2CMrOuJV%3BAACD%2CQAAQ%2CUAAW%2CU4BtJd%2COAAO%2CMyMHZ%2CeACI%2CQAAO%3BErOyJP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA0O%5C%2FIA%2CSzMvCK%2COAAO%2CMyMuCX%3BEACG%2CUAAA%3B%3BAzMpCI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEjC6KL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BE0OhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSzMpDK%2CQyMoDJ%3BE1OyHD%2CYAAA%3BE0OrHQ%2CyBAAA%3B%3BAzMtDA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAAUR%2CSAAC%2CSAAS%2CKAEN%2CQAAO%3BAADX%2CSAAC%2CSAAS%2CKACN%2CQAAO%3BEjC8Jf%2CcAAA%3B%3BAiCxJA%2CuBAOI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXZ%2CuBAOI%2CiBACM%2CWAKE%2CQAAO%3BEACH%2CYAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAAMY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAOZ%2C0BAZJ%2CUAYK%3BEACG%2CmBAAA%3B%3BAADJ%2C0BAZJ%2CUAYK%2CMAGG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BArBJ%2CUAqBK%3BEjC4GT%2CcAAA%3BEiC1GY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C0BA1BR%2CUAqBK%2COAKI%3BEjCuGb%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAAMA%2C0BFuII%2CUAqBK%2COAKI%2CQEjKZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSkF5QW%2COlF4QX%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CiBAAA%3BEAAA%2C2BAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAFpKY%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%3BEjCqDJ%2CmBAAA%3BEiCnDQ%2CgBAAA%3B%3BAAUR%2C8BASI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%3BEjC0BJ%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAiC3BA%2C0BACI%2CaAIM%3BEACE%2CgBAAA%3B%3BAANZ%2C0BAUI%3BEACI%2CWAAA%3B%3BAAXR%2C0BAcI%3BEACI%2CiBAAA%3B%3BAAfR%2C0BAkBI%3BEACI%2CWAAA%3B%3BAAEA%2C0BAHJ%2CmBAGK%2CMACG%3BEACI%2CmBAAA%3B%3BAAvBhB%2C0BA4BI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9BR%2C0BAiCI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAApCR%2C0BAuCI%2CmBACI%3BEjCbR%2CcAAA%3B%3BAiCmBQ%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BA6BzTZ%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%3BE9D4QR%2CqBAAA%3BEmC9QA%2CqBAAA%3BE2BeY%2CcAAA%3B%3BA3BTZ%2CM2BtBM%2CWAeF%2COAGI%2CS3BIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoCnOY%2COpCmOZ%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA2B5UY%2CMA3BN%2CWAeF%2COAGI%2CSASK%3BEACG%2CkBAAA%3B%3BAA5BhB%2CMAAM%2CWAmCF%3BEACI%2CkBAAA%3B%3BAApCR%2CMAAM%2CWAuCF%3BEACI%2CaAAA%3B%3BAAxCR%2CMAAM%2CWA%2BCF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAlDR%2CMAAM%2CWAqDF%2CQAAO%3BEACH%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BApBnDR%2CKAAK%2COAAQ%3BE1CyRb%2CcAAA%3B%3BA0CtRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BEiMsEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAjMvEA%2CeiM0EA%3BE3OmMA%2CWAAA%3BE2OjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BE3O2FA%2CcAAA%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE2OxEA%2CSvMnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuMmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAjM7LA%2CeiM0EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE3O2FA%2CcAAA%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE2OxEA%2CSvMnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuMmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAjM7LA%2CeiM0EA%2CeAsBM%2COAiBE%3BE3OhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CJA%2CwBAEI%2CgBiMmHJ%3BAjMpHA%2CcACI%2CgBiMmHJ%3BE3OxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CGA%3BEiMrBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BE3OqRD%2CcAAA%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE2O1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSvMnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuMmLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAjMMJ%2CoBiMHA%2CMAAK%3BE3OPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2OMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAjMJhB%2CoBiMUA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAjMbJ%2CoBiMUA%2CMAKI%3BE3OzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2OsBI%2CoBATJ%2CMASK%3BE3O%2BOL%2CcAAA%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE2O1GA%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%3BAjMpChB%2CoBiM6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvMnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuMmLR%3B%3BAjM1LA%2CoBiM6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvMnLQ%2CQAAA%2CQAAA%2CQAAA%2COuMmLR%3B%3BAjM1LA%2CoBiM6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvMnLQ%2CQAAA%2CQAAA%2COuMmLR%3B%3BAjM1LA%2CoBiM6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvMnLQ%2CQAAA%2COuMmLR%3B%3BAjM1LA%2CoBiM6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvMnLQ%2COuMmLR%3B%3BAjMxLI%2CoBAAC%3BEiMwLL%2CSzJtMc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COyJsMd%3B%3BAjM5KI%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COANH%2CQAMI%3BEACG%2CaAAA%3B%3BAAPR%2COAAC%2CQAUG%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAdR%2COAAC%2CQAiBG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CKACG%2CQAAO%2COAAO%3BE1CuNtB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE0CpNY%2CSAAA%3B%3BArCyQZ%2COqC7QK%2CKACG%2CQAAO%2COAAO%2CQrC4QrB%3BAACD%2COqC9QK%2CKACG%2CQAAO%2COAAO%2CQrC6QrB%3BELtDD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAK4DA%2COqCpRK%2CKACG%2CQAAO%2COAAO%2CQrCmRrB%3BEL5DD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA0CxNI%2COAAC%2CKAOG%2CiBAAiB%3BEACb%2CUAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEAWA%2CmBAAA%3B%3BAAdJ%2CSAAU%2CQAAC%2COAAO%2COAKd%3BEACI%2CSAAA%3B%3BAANR%2CSAAU%2CQAAC%2COAAO%2COASd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CSAAU%2CQAAC%2CcACL%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIR%2COAAC%2CaAAc%2CMAAK%3BAACpB%2COAAC%2CaAAa%3BEACV%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAFR%2COAAC%2CaAKG%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAADJ%2COAAC%2CKAGG%2CaACI%3BE1C4JZ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA0CtJI%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BA1CtFR%2CO0CkFK%2CK1ClFJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BA0CqFI%2COANH%2CKAMI%3BEACG%2CeAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAGG%3BEACI%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CeAAA%3B%3BAAOJ%2COAAC%3BE1CoHL%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BE0ClHQ%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3B%3BAAGR%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAA0DZ%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CSAAS%2COAAO%2CKACZ%2CQAAO%3BAADX%2CSAAS%2COAAO%2CKAEZ%2CSAAQ%2CQAAQ%3BAAFpB%2CSAAS%2COAAO%2CKAGZ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAEA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAJR%2CwBAOI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAATR%2CwBAYI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAfR%2CwBAYI%2CiBAKI%2CEAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAQZ%2CkBAEI%3BAADJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAkCR%2CwBACI%2COACI%3BE1CjCR%2CmBAAA%3B%3BA0CmCY%2CwBAHR%2COACI%2CMAEK%3BEACG%2CgBAAA%3B%3BAALhB%2CwBAUI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAFJ%2CcAEK%2CIAAI%3BE1C3Cb%2CkBAAA%3B%3BA0C%2BBA%2CwBAiBI%2CgBACI%3BE1CjDR%2CgBAAA%3BEAAA%2CkBAAA%3B%3BA0CwDA%2CcAEI%3BAADJ%2CwBACI%3BE1C1DJ%2CgBAAA%3B%3BA0C%2BDA%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAqCR%2CgBASI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAbR%2CgBAmBI%3BEACI%2CSAAA%3B%3BAApBR%2CgBAmBI%2CgBAOI%3BE1CjIR%2CmBAAA%3B%3BA0CuGA%2CgBAmBI%2CgBAOI%2CwBAEI%3BE1CnIZ%2CmBAAA%3B%3BA0CsIgB%2CgBAZZ%2CgBAOI%2CwBAEI%2CMAGK%3BEACG%2CgBAAA%3B%3BAAhCpB%2CgBAmBI%2CgBAoBI%3BE1C9IR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA0CuGA%2CgBAmBI%2CgBA0BI%3BEACI%2CSAAA%3BE1CrJZ%2CmBAAA%3B%3BA0CuGA%2CgBAmBI%2CgBA%2BBI%3BE1CzJR%2CcAAA%3B%3BA4OhSA%2CkBACI%3BE5O%2BRJ%2CiBAAA%3BE4O7RQ%2CmBAAA%3B%3BAAMA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAVZ%2CkBAMI%2CcAOI%3BAAbR%2CkBAOI%2CcAMI%3BAAbR%2CkBAQI%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BA5MfZ%2CoBAAoB%2CIAChB%3BEACI%2CaAAA%3B%3BAAFR%2CoBAAoB%2CIAChB%2CaAGM%3BEACE%2CaAAA%3B%3BAASJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAALZ%2CmBASI%2COAAM%3BEACF%2CgBAAA%3B%3BAAYR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAMI%3BEACI%2CgBAAA%3B%3BAARZ%2CuBACI%2CkBAUI%3BEACI%2CmBAAA%3B%3BAAEA%2CuBAbR%2CkBAUI%2CGAGK%3BEACG%2CgBAAA%3B%3BAAfhB%2CuBAoBI%3BEACI%2CmBAAA%3B%3BAAuBR%2CyBACI%2CaACI%2CMACI%3BEhCiNZ%2CuBAAA%3BEAAA%2CkBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BANvDA%2CyBiClEI%2CaACI%2CMACI%2CEjCgEX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBiCvEI%2CaACI%2CMACI%2CEjCqEX%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBiC5EI%2CaACI%2CMACI%2CEjC0EX%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CyB2B3HI%2CaACI%2CMACI%2CE3ByHX%3BAACD%2CyB2B5HI%2CaACI%2CMACI%2CE3B0HX%3BAACD%2CyB2B7HI%2CaACI%2CMACI%2CE3B2HX%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyB2BlII%2CaACI%2CMACI%2CE3BgIX%3BAACD%2CyB2BnII%2CaACI%2CMACI%2CE3BiIX%3BAACD%2CQAAQ%2CUAAW%2C0B2BpIf%2CaACI%2CMACI%3BEhCiNZ%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BActNJ%2CYACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYACI%2CMAII%3BEnB2RR%2CmBAAA%3BEmBzRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAVZ%2CYACI%2CMAYI%3BEnBmRR%2CmBAAA%3BEAAA%2CcAAA%3BEmBhRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYApBR%2CMAYI%2CEAQK%3BEnB2Qb%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAmBnQA%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAHJ%2CoBAKI%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CoBAKI%2CaAIM%3BEnB0PV%2CiBAAA%3BEmBxPY%2CgBAAA%3B%3BAAXZ%2CoBAKI%2CaASI%3BEACI%2CqBAAA%3B%3BAAfZ%2CoBAmBI%3BEACI%2CSAAA%3B%3BAApBR%2CoBAmBI%2CeAGM%3BEACE%2CaAAA%3B%3BAAGJ%2CoBAPJ%2CeAOK%2CIAAI%3BEACD%2CmBAAA%3B%3BAA3BZ%2CoBA%2BBI%2CmBACM%2CQAAQ%2CKAAK%3BEACX%2C6BAAA%3B%3BAAIA%2CoBANR%2CmBAKI%2CMACQ%3BEACA%2C0BAAA%3B%3BAAGJ%2CQAAS%2CqBAVjB%2CmBAKI%2CMAMQ%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CgBAAA%3B%3BAA3CpB%2CoBA%2BBI%2CmBAKI%2CMAWI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CoBAtBZ%2CmBAKI%2CMAgBI%2CKACK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBA5BZ%2CmBAKI%2CMAgBI%2CKAOK%3BEACG%2CiBAAA%3B%3BAA5DpB%2CoBA%2BBI%2CmBAKI%2CMA4BM%2CeACE%3BEACI%2CmBAAA%3B%3BAAlEpB%2CoBA%2BBI%2CmBAKI%2CMA4BM%2CeAKI%2CKAAG%3BEACD%2CgBAAA%3B%3BAAtEpB%2CoBA%2BBI%2CmBAKI%2CMAsCI%2CwBAAwB%3BEACpB%2CoBAAA%3BEACA%2CcAAA%3B%3BAA5EhB%2CoBA%2BBI%2CmBAiDI%3BEACI%2CgBAAA%3B%3BAAjFZ%2CoBAoFI%3BEACI%2CSAAA%3B%3BAArFR%2CoBAoFI%2CcAGI%3BEACI%2CSAAA%3B%3BAAxFZ%2CoBAoFI%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%3BAA5GhB%2CoBAiHI%2CMACI%2CKAAI%3BEACA%2CkBAAA%3B%3BAAUJ%2CoBANJ%2CKAMK%3BEACG%2CiBAAA%3B%3BAAgBJ%2CoBADJ%2CQACK%3BEnBqHT%2CqBAAA%3BEmChOA%2CqBAAA%3BEnCgOA%2CWAAA%3B%3BAmBrHQ%2CoBADJ%2CQACK%2CKgByGP%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmC2CA%2CoBhBoGI%2CQACK%2CKgBrGR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoC9NQ%2COpC8NR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoBhB0CI%2CQACK%2CKAWI%2CSgBtDZ%3BEnCgKD%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BAmBnQA%2CoBAkKI%3BEnBiGJ%2CiBAAA%3B%3BAmBnQA%2CoBAsKI%2CWAEI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBAPR%2CWAMI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOZ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAGG%3BEACI%2CgBAAA%3B%3BAAJR%2CoBAAC%2CSAOG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CeAAe%3BEACX%2CmBAAA%3B%3BAAFR%2CoBAAC%2CKAKG%3BEACI%2CgBAAA%3B%3BAANR%2CoBAAC%2CKASG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAZhB%2CoBAAC%2CKASG%2CaACI%2CgBAKI%3BEACI%2CSAAA%3B%3BAAhBhB%2CoBAAC%2CKASG%2CaACI%2CgBAKI%2CSAGM%3BEACE%2CgBAAA%3B%3BAAEA%2CoBArBnB%2CKASG%2CaACI%2CgBAKI%2CSAGM%2CSAGG%3BEACG%2CSAAS%2CIAAT%3B%3BAASpB%2COAAO%2CKAAM%2CqBAAqB%2CqBADrC%3BEAEO%2CgBAAA%3B%3BAAFR%2CoBAAC%2CaAKK%3BEACE%2CaAAA%3B%3BAAKZ%3BEAKI%2CSAAA%3BEACA%2CeAAA%3B%3BAALA%2CYAAe%3BEACX%2C6BAAA%3B%3BAAFR%2CeAQI%3BEACI%2CqBAAA%3B%3BAATR%2CeAYI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBAHJ%2CQAGK%3BEAEG%2CaAAA%3BEACA%2CSAAA%3B%3BAAkBJ%2CmBADJ%2COACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CcAKI%3BEACI%2CcAAA%3B%3BAANR%2CcASI%3BEACI%2CqBAAA%3B%3BAAVR%2CcAaI%2CcAKI%2COAAM%3BEACF%2CqBAAA%3B%3BAgBvNZ%2CqBmBnHsB%2CQAAO%2COAAO%2COnBmHnC%3BEnCyKD%2CSoCnOY%2COpCmOZ%3B%3BA6OhSA%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BExOkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBwO9OI%2CQAAO%2COxO8OV%3BAACD%2CgBwO%5C%2FOI%2CQAAO%2COxO%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBwOpPI%2CQAAO%2COxOoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBwOzPI%2CQAAO%2COxOyPV%3BAACD%2CgBwO1PI%2CQAAO%2COxO0PV%3BAACD%2CQAAQ%2CUAAW%2CiBwO3Pf%2CQAAO%3BExO4PP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CgB8O1II%2CQAAO%2CO9O0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgB8O%5C%2FII%2CQAAO%2CO9O%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgB8OpJI%2CQAAO%2CO9OoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CgBwOnMI%2CQAAO%2COxOmMV%3BAACD%2CgBwOpMI%2CQAAO%2COxOoMV%3BAACD%2CgBwOrMI%2CQAAO%2COxOqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBwO1MI%2CQAAO%2COxO0MV%3BAACD%2CgBwO3MI%2CQAAO%2COxO2MV%3BAACD%2CQAAQ%2CUAAW%2CiBwO5Mf%2CQAAO%3BE7O2RX%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAwO3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BExOuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEwOnLQ%2CkBAAA%3B%3BAxOgOR%2CsBwOnOI%2CQAAO%2CUxOmOV%3BAACD%2CsBwOpOI%2CQAAO%2CUxOoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBwOzOI%2CQAAO%2CUxOyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBwO9OI%2CQAAO%2CUxO8OV%3BAACD%2CsBwO%5C%2FOI%2CQAAO%2CUxO%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBwOhPf%2CQAAO%3BExOiPP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CsB8O%5C%2FHI%2CQAAO%2CU9O%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsB8OpII%2CQAAO%2CU9OoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsB8OzII%2CQAAO%2CU9OyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CsBwOxLI%2CQAAO%2CUxOwLV%3BAACD%2CsBwOzLI%2CQAAO%2CUxOyLV%3BAACD%2CsBwO1LI%2CQAAO%2CUxO0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBwO%5C%2FLI%2CQAAO%2CUxO%2BLV%3BAACD%2CsBwOhMI%2CQAAO%2CUxOgMV%3BAACD%2CQAAQ%2CUAAW%2CuBwOjMf%2CQAAO%3BE7OgRX%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA8B%5C%2FFJ%2CqBK7GI%2CQAAO%2CWL6GV%3BAAAD%2CqBK7GI%2CQAAO%2CWL6GV%3BAAAD%2CaK7GI%2CQAAO%2CWL6GV%3BAAAD%2CiBK7GI%2CQAAO%2CWL6GV%3BEnCyKD%2CSoChQiB%2COpCgQjB%3B%3BAwC7QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrC%2BIjC%2CQAGI%2CKACI%3BAqCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrCgJjC%2CQAEI%2CKACI%3BAqCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrCiJjC%2CQACI%2CKACI%3BAqCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrC%2BIjC%2CQAGI%2CKAEI%3BAqCpJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrCgJjC%2CQAEI%2CKAEI%3BAqCpJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrCiJjC%2CQACI%2CKAEI%3BEHyHV%2C0BAAA%3B%3BAwC7QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrC0JjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAqC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrC2JjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAqC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrC4JjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAqC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrC0JjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAqC%5C%2FJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrC2JjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAqC%5C%2FJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrC4JjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAqChKZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrCqKjC%2CQAAQ%3BEHwGV%2C0BAAA%3B%3BAwC7QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAK%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAANR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAS%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2C6BAAA%3B%3BAAVR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAa%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%3BEACI%2CcAAA%3B%3BAAnBR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BEACI%2CsBAAA%3B%3BAAMJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAGJ%2CQAhCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKAKK%3BEACG%2CgBAAA%3B%3BAAGJ%2CQApCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKASK%3BEACG%2CeAAA%3B%3BAArCZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CcAAA%3B%3BAA1CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSA6C%5C%2FB%2CYAAW%3BEACP%2CmBAAA%3B%3BAA9CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAiD%5C%2FB%2CQAAO%3BAAjDX%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSgC4CnC%3BAhC5CA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSgCgDnC%3BEhCEQ%2CmBAAA%3B%3BAAlDR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAqD%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CKAAK%2CSACD%3BExCkNJ%2CcAAA%3BEwChNQ%2CmBAAA%3B%3BAAEA%2CKALH%2CSACD%2CSAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKATH%2CSACD%2CSAQK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CeASI%3BEACI%2CkBAAA%3B%3BAAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcARE%2CSACV%2CSACK%2CKAMI%3BEACG%2CaAAA%3B%3BAAPR%2CcAFM%2CSACV%2CSACK%2CKAUG%3BEACI%2CSAAA%3B%3BAASJ%2CcAtBE%2CSACV%2CSACK%2CKAoBI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcA5BE%2CSACV%2CSACK%2CKA0BI%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CcAhCN%2CSACV%2CSACK%2CKA0BI%2CQACK%2CIAGG%3BEACG%2CeAAA%3B%3BApB3IxB%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BA0NfR%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAA%3B%3BAAIR%2CMAAM%2COACF%2CeAAe%3BEACX%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CMALF%2COACF%2CeAAe%2CcAIV%2CUAAU%3BEACP%2CcAAA%3B%3BAANZ%2CMAAM%2COAUF%3BEACI%2CWAAA%3B%3BAAXR%2CMAAM%2COAcF%3BEACI%2CUAAA%3B%3BAAfR%2CMAAM%2COAcF%2COAGI%3BEACI%2CWAAA%3BE9OgQZ%2CiBAAA%3B%3BA8OlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BAzN5CR%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%3BErB4QhB%2CqBAAA%3BEmC9QA%2CqBAAA%3B%3BAdFY%2CYAVR%2CeAGO%2CUAOE%2CScoQX%3BAdnQU%2CYAXR%2CeAGO%2CUAQE%2CQcmQX%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CYdlBI%2CeAGO%2CUAOE%2CScQZ%3BAAAD%2CYdlBI%2CeAGO%2CUAQE%2CQcOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoCzOQ%2COpCyOR%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CsBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAd5UgB%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%3BAc%2BEhB%2CYdjHI%2CeAGO%2CUA6BE%2CQciFZ%3BEnCyKD%2CSoCxPQ%2COpCwPR%3B%3BAqBtPgB%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%3BErB6NZ%2CmBAAA%3BEqB3NgB%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%3BErB2MpB%2CiBAAA%3BEqBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BErBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAsBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BErB6LpB%2CiBAAA%3BEqB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BErBuLxB%2CiBAAA%3B%3BAqBhSA%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%3BErBwKzB%2CiBAAA%3BEqBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BErBiKpB%2CiBAAA%3BEqB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BErB4JpB%2CiBAAA%3B%3BAqBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%2CmBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BEAEG%2CcAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAKG%2CUAAS%3BEACL%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAUG%3BEACI%2CcAAA%3B%3BAAIR%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEhBtHrB%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCtLqB%2CkBDsLrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEgBqGwB%2CgBAAA%3B%3BAhBpFxB%2CYgB1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBjFpB%3BAACD%2CYgB3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBhFpB%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CYgBvCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBpEpB%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CYgBnDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBxDpB%3BAACD%2CYgBpDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMhBvDpB%3BAACD%2CQAAQ%2CUAAW%2CagBrDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BErB2HrB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAgBwDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BA0NvKxB%2CmBAAC%3BAAAD%2CeAAC%3BE%5C%2FO4RL%2CmBAAA%3B%3BA%2BO1RQ%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%3BAxMTR%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2CQACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BEAEG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%2CKAEM%3BEACE%2CWAAA%3B%3BAAxBhC%2CQACI%2CgBACI%2CUAGI%2CQAyBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjCpB%2CQACI%2CgBAqCI%2CeACI%3BEACI%2CmBAAA%3B%3BAAxChB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%3BEACI%2CgBAAA%3B%3BAA3CpB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%2CSAGI%3BEACI%2CWAAA%3B%3BAA9CxB%2CQACI%2CgBAqCI%2CeACI%2CiBAWI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CQAzDR%2CgBAwDI%2CQACK%3BEzCsOb%2CqBAAA%3BEmC9QA%2CqBAAA%3BEM8CgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIN0NX%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CQMvBI%2CgBAwDI%2CQACK%2CINlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoCpOU%2COpCoOV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQMpCA%2CgBAwDI%2CQACK%2CINtBZ%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2CQM1CA%2CgBAwDI%2CQACK%2CINhBZ%2COACI%3BEnCqPL%2CcAAA%3B%3BAyC3NY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BEzCiNb%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAyCjNY%2CQA9ER%2CgBAwDI%2CQAsBK%2CONqMX%3BEnChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCHA%2CQMvBI%2CgBAwDI%2CQAsBK%2CONvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEnC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSoC1OU%2COpC0OV%3BEAAA%2CaCvRe%2CYDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEmCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQMpCA%2CgBAwDI%2CQAsBK%2CON3CZ%2CMACI%3BEnC2PL%2CcAAA%3B%3BAmCrPI%2CQM1CA%2CgBAwDI%2CQAsBK%2CONrCZ%2COACI%3BEnCqPL%2CcAAA%3B%3BAK7CA%2CQoClPI%2CgBAwDI%2CQAsBK%2COpCoKZ%3BAACD%2CQoCnPI%2CgBAwDI%2CQAsBK%2COpCqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQoCxPI%2CgBAwDI%2CQAsBK%2COpC0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQoC7PI%2CgBAwDI%2CQAsBK%2COpC%2BKZ%3BAACD%2CQoC9PI%2CgBAwDI%2CQAsBK%2COpCgLZ%3BAACD%2CQAAQ%2CUAAW%2CSoC%5C%2FPf%2CgBAwDI%2CQAsBK%3BEpCkLT%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3B%3BAkPvSJ%2CiBAAkB%2CeAAe%3BEAC%5C%2FB%2CWAAA%3B%3BAAGF%2CwBAAwB%2CKAAM%2CEAAC%3BEAC7B%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CwBAAwB%2CIAAI%2CkBAAmB%3BEAC7C%2CcAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGF%2CwBAAwB%3BEACtB%2CiBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%2CIAAI%2CUAAW%2CmBAAkB%3BEAC%5C%2FB%2CkCAAA%3B%3BAAGF%2CwBAAyB%3BEACvB%2CeAAA%3BEACA%2CiBAAA%3B%3BAAgCF%2CQA7B0B%3BEAExB%2CiBAAkB%3BEAAoB%2CiBAAkB%3BIACtD%2CyBAAA%3B%3BEAGF%2CkBAAmB%3BIACjB%2CyBAAA%3B%3BEAGF%2CwBAAwB%2CQAAS%3BIAC%5C%2FB%2CkBAAA%3B%3BEAGF%2CwBAAwB%2COAAQ%3BIAC9B%2CkBAAA%3B%3BEAGF%2CwBAAwB%2CQAAS%2CmBAAmB%3BEAAkB%2CwBAAwB%2CQAAS%2CmBAAmB%3BIACxH%2CiBAAA%3B%3BEAGF%3BEAAiB%2COAAQ%2CgBAAe%3BIACtC%2CgBAAgB%2CgBAAhB%3BIACA%2CQAAQ%2CgBAAR%3B%3B%3BAAOH%2CmBAFoC%3BEACnC%2CIAAI%2CUAAW%2CyBAAyB%2CqBAAqB%2CkBAAkB%3BIAAqB%2CsBAAA%3B%3B%3BACxClG%2CwBAJ%2BC%3BEvNujC%5C%2FC%2CeACI%2CaACI%3BIACI%2CiBAAA%3B%3BEAHZ%2CeACI%2CaAKI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAKZ%2CWACI%2CcACI%3BEAFR%2CWACI%2CcAEI%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAKZ%2COACI%2CGACI%2CEACM%3BIACE%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEANhB%2COACI%2CGACI%2CEACM%2CiBAKE%3BIACI%2COAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEA%2COAdhB%2CGACI%2CEACM%2CiBAKE%2CuBAOK%3BEACD%2COAfhB%2CGACI%2CEACM%2CiBAKE%2CuBAQK%3BIACG%2CYAAA%3BIACA%2CWAAA%3B%3BEAaJ%2CQAJhB%2CQAAO%2CKACH%2COAAM%2CqBAAqB%2CIAAI%2CSAC3B%2CeACI%2CKACK%3BIACG%2CmBAAA%3B%3BEAQxB%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEADJ%2CyBAGI%3BIACI%2CmBAAA%3B%3BEAGJ%2CyBAAC%2CSACG%3BIACI%2CWAAA%3B%3BEpBl6BJ%2CgCADJ%2COACK%2CUAAW%3BIACR%2CgBAAA%3B%3BEAHZ%2CgCACI%2COAKI%2CeACI%3BIACI%2CYAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEA%2CgCAbZ%2COAKI%2CeACI%2CuBAOK%3BEACD%2CgCAdZ%2COAKI%2CeACI%2CuBAQK%3BIACG%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCApBZ%2COAKI%2CeACI%2CuBAcK%3BIACG%2CsBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CgCAzBZ%2COAKI%2CeACI%2CuBAmBK%3BIACG%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3B%3BEiOvIpB%2CcACI%3BIzOqJJ%2CYAAA%3BIAAA%2CSAAA%3BIyOlJQ%2CUAAA%3B%3B%3BAUnHR%2CwBAJqD%3BE5N4DrD%3BEZkcA%2CkBAAmB%2CYACf%2CSACI%2CQAAO%3BINxTf%2CWAAA%3B%3BEkBkSA%3BIvB7eA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BE6BgcD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ca7BxcX%3BE6BicD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ca7BvcX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BE6B2bD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ca7BlcX%3BIACG%2CWAAA%3B%3BEuB22BJ%3BEUxiBQ%2C0BA5CJ%2CUA4CK%2CIAAI%2CKACD%3BIjCvFZ%2CcAAA%3BImC9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEF8VO%2C0BA5CJ%2CUA4CK%2CIAAI%2CKACD%2CKE%5C%2FVX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSoCpOU%2COpCoOV%3BIAAA%2CaCvRe%2CYDuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEZ4lBA%3BE8Mj3BA%2CsBAOI%3BEpMiPI%2C0BAFJ%2CUAEK%2COAEG%3BIVwnBR%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIvB3qBJ%2CcAAA%3BImChOA%2CqBAAA%3B%3BEAMA%2C0BAAC%3BEkMcD%2CsBAOI%2COlMrBH%3BEFsQO%2C0BAFJ%2CUAEK%2COAEG%2CeExQX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSoC9NQ%2COpC8NR%3BIAAA%2CaCvRe%2CYDuRf%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEZ4mBI%2C0BAAC%3BE8Mj4BL%2CsBAOI%2CO9M03BC%3BEUzoBG%2C0BAFJ%2CUAEK%2COAEG%2CeVuoBP%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEYx1BR%2C0BZ21BK%2COY31BJ%3BEkM5CD%2CsBAOI%2CO9Mg4BC%2COY31BJ%3BEF4MO%2C0BAFJ%2CUAEK%2COAEG%2CeV6oBP%2COY31BJ%3BInCgKD%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BEuB8uBA%2CyBACI%3BEADJ%2CyBAEI%3BEAFJ%2CyBAGI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAqGR%2C%2BBACI%3BIACI%2CkBAAA%3B%3BEAIA%2C%2BBADJ%2CQACK%3BEACD%2C%2BBAFJ%2CQAEK%3BEACD%2C%2BBAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAGJ%2C%2BBAPJ%2CQAOK%3BEACD%2C%2BBARJ%2CQAQK%3BIACG%2CcAAA%3B%3BEAgHZ%3BEkN5mCA%2CcACI%3BIzOqJJ%2CYAAA%3BIAAA%2CSAAA%3BIuBs7BA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BEkN%5C%2FkCD%2CcACI%2CuBlN6kCH%3BEkN9kCD%2CcACI%2CuBlN8kCH%3BIvB34BD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIuBg8BI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BEkN3lCD%2CcACI%2CuBlN0lCH%3BIvBr8BD%2CyBAAA%3B%3BEuBy8BA%2CiDAAC%3BEkN%5C%2FlCD%2CcACI%2CuBlN8lCH%3BIvBz8BD%2C4BAAA%3BIuB28BI%2CQAAA%3B%3BE6CtsCJ%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%3BEACA%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CQAAS%3BEACT%2CmBAAoB%3BIAChB%2CiBAAA%3BIACA%2CkBAAA%3B%3BEedR%3BIACI%2CUAAA%3B%3BEADJ%2CWAGI%2CQACI%3BInFmPR%2CcAAA%3BImChOA%2CqBAAA%3BIgDZY%2CkBAAA%3B%3BEhDkBZ%2CWgD1BI%2CQACI%2CWhDyBP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSoC9NQ%2COpC8NR%3BIAAA%2CaCvRe%2CYDuRf%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEgDnTY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEhDuEhB%2CWgDpFI%2CQACI%2CWAeK%2CgBhDoEZ%3BInCgKD%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BEmF1NA%3BIACI%2CiCAAA%3BInFyMN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BImFvNI%2CYAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEARJ%2CaAUI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAfR%2CaAUI%2CUAOI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CaAZJ%2CUAYK%3BIACG%2CgCAAA%3B%3BEAvBZ%2CaA2BI%2CkBACI%3BInF8LR%2CcAAA%3BImChOA%2CqBAAA%3BIgDyCY%2CkBAAA%3B%3BEhDnCZ%2CagD2BI%2CkBACI%2COhD5BP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSoC9NQ%2COpC8NR%3BIAAA%2CaCvRe%2CYDuRf%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEgD9PY%2CaAVR%2CkBACI%2COASK%3BIACG%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEhDkBhB%2CagD%5C%2FBI%2CkBAiBK%2COAAQ%2COhDchB%3BInCgKD%2CSoC%5C%2FNM%2COpC%2BNN%3B%3BEmF1NA%2CaAoDI%3BInFsKJ%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIoFMQ%2CaAAA%3BIACA%2CeAAA%3B%3BEAIA%2CaADJ%2CkBACK%2COACG%3BIACI%2CcAAA%3B%3BEA7DhB%2CaAkEI%2CQAAO%3BInFwJX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIoFoBQ%2CgCAAA%3B%3BEApER%2CaAkEI%2CQAAO%2CMAIH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CaARR%2CQAAO%2CMAIH%2CGAIK%2CMAAM%3BIACH%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA7EhB%2CaAkEI%2CQAAO%2CMAIH%2CGAUM%3BIACE%2C6BAAA%3B%3BEAjFhB%2CaAkEI%2CQAAO%2CMAmBH%3BEArFR%2CaAkEI%2CQAAO%2CMAoBH%2CEAAC%3BInFoIT%2CcAAA%3BIAAA%2CqBAAA%3BImFjIY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA3FZ%2CaAkEI%2CQAAO%2CMA4BH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CgBAKI%3BInFiGN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BImF%5C%2FGQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAVR%2CgBAaI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CMAAM%2CiBAAN%3B%3BEAFR%2CSAKI%3BInF4EN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BImFzFQ%2COAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C8BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BEnFjLJ%2CmBAAC%3BEACD%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CWAAA%3B%3BEmF6KJ%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CwBAAC%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CwBADJ%2C0BACK%3BIACG%2CqBAAA%3B%3BEAKZ%3BIAEI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIAMA%2CeAAA%3B%3BEnFvNJ%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BEmF4MA%2C0BAAC%3BIACG%2CcAAA%3B%3BEiKnNR%3BIpPmPA%2CmBAAA%3BIoPhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BIpPoOR%2CiBAAA%3BIAAA%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CkBAAA%3B%3BEoPnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BIpP4NL%2CcAAA%3BIAAA%2CqBAAA%3B%3BEoPnPA%2CWA4BI%3BIpPuNJ%2C6BAAA%3BIAAA%2CiBAAA%3B%3BEoPnPA%2CWA4BI%2CQAIM%3BIpPmNV%2CgBAAA%3BIAAA%2C0BAAA%3BIAAA%2CyBAAA%3BIoP7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BIpP4Mb%2CWAAA%3B%3BEoPvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BIpPqMhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BIoP7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BIpPwLV%2CgBAAA%3B%3BEoPpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BIpPkLnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BEoPpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BIpP0KxB%2CiBAAA%3B%3BEoPlKQ%2CWADJ%2CGAAE%2COACG%3BIpPkKT%2CgCAAA%3B%3BEoPnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BIpPyJjB%2CWAAA%3B%3BEoPnJQ%2CWAVJ%2CSAUK%2CIAAI%3BIpPmJb%2CgBAAA%3BIAAA%2CgBAAA%3BIoP7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BIpPqIlB%2CkBAAA%3B%3BEoPjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BIpP2HhB%2CkBAAA%3B%3BEoPnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BIpPqHpB%2CcAAA%3BIoPhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BIpP8GzB%2CWAAA%3B%3BEoPvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BIpPgGlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3B%3BEoPpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BIpPmFtB%2CiBAAA%3B%3BE0F3QA%2CQAAQ%2CKAAK%3BICkIb%2CSAAA%3BIACA%2CUAAA%3B%3BEDnIA%2CQAAQ%2CKAAK%2CMCqIX%2CQAAK%3BIACH%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEDxIJ%2CQAAQ%2CKAAK%2CMCqIX%2CQAAK%2CMAKD%3BIACE%2CcAAA%3B%3BED3IR%2CQAAQ%2CKAAK%2CMC%2BIX%2CQAAK%3BIAEH%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BE3F7HJ%2CQ0FvBQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQ3FxHN%3BEACD%2CQ0FxBQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQ3FvHN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ0F7BQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQ3FlHN%3BIACG%2CWAAA%3B%3BE2FwHA%2CQDtJI%2CKAAK%2CMC%2BIX%2CQAAK%2CQAOF%3BIACG%2CcAAA%3B%3BEDvJR%2CQAAQ%2CKAAK%2CMCuMP%2CQAAK%3BI3FoEX%2CSAAA%3B%3BE0F3QA%2CQAAQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%3BI3F0DN%2C0BAAA%3BIAAA%2CYAAA%3BIAAA%2C0BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEDjJA%2CQ2F1HQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CU5FvFL%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CQ2F%5C%2FHQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CU5FlFL%3BIC4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEDvIA%2CQ2FpIQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CU5F7EL%3BICuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE2FzBI%2CQDlPI%2CKAAK%2CMCgNX%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDnPI%2CKAAK%2CMCgNX%2CQAAK%2CMAmCF%2COAAU%3BEACX%2CQDpPI%2CKAAK%2CMCgNX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BEAClB%2CQDrPI%2CKAAK%2CMCgNX%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BI3FsBtB%2CWAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3B%3BE0F3QA%2CQAAQ%2CKAAK%2CMC6PX%2CQAAK%3BI3FcP%2CmBAAA%3BIAAA%2CSAAA%3BIAAA%2CuBAAA%3B%3BE0F3QA%2CQAAQ%2CKAAK%2CMAGT%2CMAAK%3BIACD%2CcAAA%3B%3BEAJR%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACC%3BIACE%2CqBAAA%3B%3BEATZ%2CQAAQ%2CKAAK%2CMAaP%2CQAAK%3BIACH%2CuBAAA%3B%3BEOgNJ%2CYAAC%3BIjG6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEiG5NA%2CYA%2BKK%2CYA%5C%2FKJ%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEA4KZ%2CYAAC%2CYAxKL%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BEAgKA%2CYAAC%2CYAGG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3B%3BECzIZ%3BID9EA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BIjGsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEiGpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC2DhB%2CaDvDA%3BIjGwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIiGrOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECwChB%2CaDpCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BECgCA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAUI%3BIlGuKJ%2CyBAAA%3BIkGrKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BIlGyJR%2CwCAAA%3B%3BEkGnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BIlGgJzB%2CyBAAA%3B%3BEkG3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BIlG%2BHJ%2CeAAA%3BIAAA%2CgBAAA%3B%3BEqC2hBA%2CoBACI%2CoBAAoB%3BIAChB%2CaAAA%3B%3BEAFR%2CoBAKI%2CMAAK%2CKAAM%3BIACP%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEARR%2CoBAKI%2CMAAK%2CKAAM%2CwBAKP%2CyBAAyB%3BIACrB%2CUAAA%3B%3BEAEA%2CoBARR%2CMAAK%2CKAAM%2CwBAKP%2CyBAAyB%2CQAGpB%2COAAU%3BIrCpzBvB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEqCgyBA%2CoBAmBI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAzBR%2CoBAmBI%2CwBAQI%2CyBAAyB%2CQAAO%3BIrCtjBxC%2CiBAAA%3BIAAA%2CqBAAA%3BImC9QA%2CqBAAA%3BIE60BY%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3B%3BEF10BZ%2CoBEszBI%2CwBAQI%2CyBAAyB%2CQAAO%2COF9zBvC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqCvRiB%2COrCuRjB%3BIAAA%2CamGvRuB%2CenGuRvB%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CoBEyyBA%2CwBAQI%2CyBAAyB%2CQAAO%2COFlzBvC%2CMACI%3BInC2PL%2CWAAA%3B%3BEqCokBY%2CoBAtBR%2CwBAQI%2CyBAAyB%2CQAAO%2COAc3B%3BEACD%2CoBAvBR%2CwBAQI%2CyBAAyB%2CQAAO%2COAe3B%3BEACD%2CoBAxBR%2CwBAQI%2CyBAAyB%2CQAAO%2COAgB3B%3BIrCtkBb%2CWAAA%3B%3BEqC0kBY%2CoBA5BR%2CwBAQI%2CyBAAyB%2CQAAO%2COAoBxB%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAjDhB%2CoBAmBI%2CwBAkCI%3BIACI%2CuBAAA%3B%3BEAtDZ%2CoBA0DI%2CwBAA0B%3BIACtB%2CgBAAA%3B%3BEAIR%2CKAAK%3BIACD%2CiBAAA%3B%3BEMjqBJ%2CuBAAuB%2CYAAY%3BEACnC%2CsBAAsB%2CYAAY%3BIAC9B%2COAAA%3B%3BEAGJ%2CuBAGI%3BEAFJ%2CsBAEI%3BIACI%2CiBAAA%3B%3BEAJR%2CuBAGI%2CkBAGI%2CGAAE%3BEALV%2CsBAEI%2CkBAGI%2CGAAE%3BIACE%2CYAAA%3B%3BEAPZ%2CuBAGI%2CkBAOI%2CsCAAsC%2COAClC%3BEAVZ%2CsBAEI%2CkBAOI%2CsCAAsC%2COAClC%3BEAXZ%2CuBAGI%2CkBAOI%2CsCAAsC%2COAElC%3BEAXZ%2CsBAEI%2CkBAOI%2CsCAAsC%2COAElC%3BEAZZ%2CuBAGI%2CkBAOI%2CsCAAsC%2COAGlC%3BEAZZ%2CsBAEI%2CkBAOI%2CsCAAsC%2COAGlC%3BEAbZ%2CuBAGI%2CkBAOI%2CsCAAsC%2COAIlC%3BEAbZ%2CsBAEI%2CkBAOI%2CsCAAsC%2COAIlC%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAnBhB%2CuBAGI%2CkBAOI%2CsCAAsC%2COAYlC%3BEArBZ%2CsBAEI%2CkBAOI%2CsCAAsC%2COAYlC%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEAMhB%3BIACI%2CUAAA%3B%3BE4DxMJ%3BIACI%2CcAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CaAAA%3B%3BEAJR%2CiBAOI%3BEAPJ%2CiBAQI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BECgIR%2C0BACI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAHR%2C0BAKI%2CUAAS%3BIACL%2CmBAAA%3B%3BEKtIR%3BIACI%2CwCAAA%3B%3BEADJ%2C2BAGI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEQ7DR%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEgIXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BE1HgBJ%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%3BE9BseJ%2CUACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CUACI%2C6BAGI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEARZ%2CUAWI%2C6BACI%2CKACI%3BEAbZ%2CUAWI%2C6BACI%2CKAEI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEAhBhB%2CUAWI%2C6BACI%2CKAMI%3BIACI%2CoBAAA%3B%3BEAKhB%2CGAAG%2C8BACC%3BIACI%2CWAAA%3B%3BEAGR%2CQAAQ%2CoBAAoB%3BIACxB%2CgBAAA%3B%3BEADJ%2CQAAQ%2CoBAAoB%2CMAExB%3BIACI%2CgBAAA%3B%3BEAHR%2CQAAQ%2CoBAAoB%2CMAKxB%3BIACI%2CmBAAA%3B%3BEAGR%2CkCACI%2CWACI%3BIACI%2CkBAAA%3B%3BE2KnkBZ%2CGAAG%3BIACC%2CSAAA%3B%3BEtFqKJ%2CIAAI%2CIAAI%2CeAAgB%3BIAEhB%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CIANA%2CIAAI%2CeAAgB%2CoBAMnB%2CIAAI%2CaAAa%3BEAClB%2CIAPA%2CIAAI%2CeAAgB%2CoBAOnB%3BIACG%2CSAAS%2CEAAT%3BIACA%2CUAAA%3B%3BEAGJ%2CIAZA%2CIAAI%2CeAAgB%2CoBAYnB%2CYAAY%3BIACT%2CaAAA%3B%3BEAGJ%2CIAhBA%2CIAAI%2CeAAgB%2CoBAgBnB%3BIACG%2CYAAY%2CoDAAZ%3B%3BEAGJ%2CIApBA%2CIAAI%2CeAAgB%2CoBAoBnB%2CgBAAmB%2COApBpB%2CIAAI%2CeAAgB%2CoBAoBC%2CeAAe%3BIAChC%2CaAAA%3B%3BEAGJ%2CIAxBA%2CIAAI%2CeAAgB%2CoBAwBnB%3BEACD%2CIAzBA%2CIAAI%2CeAAgB%2CoBAyBnB%2CgBAAmB%3BEACpB%2CIA1BA%2CIAAI%2CeAAgB%2CoBA0BnB%2CgBAAmB%2COA1BpB%2CIAAI%2CeAAgB%2CoBA0BC%2CeAAe%3BEACpC%2CIA3BA%2CIAAI%2CeAAgB%2CoBA2BnB%2CMAAM%2CeAAe%3BIAClB%2CcAAA%3B%3BEAGJ%2CIA%5C%2FBA%2CIAAI%2CeAAgB%2CoBA%2BBnB%2CgBAAgB%2CIAAI%2CaAAa%3BEAClC%2CIAhCA%2CIAAI%2CeAAgB%2CoBAgCnB%2CMAAM%2CIAAI%2CaAAa%3BIACpB%2CYAAY%2CoEAAZ%3B%3BEAGJ%2CIApCA%2CIAAI%2CeAAgB%2CoBAoCnB%2CgBAAmB%2COApCpB%2CIAAI%2CeAAgB%2CoBAoCC%2CIAAI%2CYAAY%3BIACjC%2CYAAY%2CmEAAZ%3B%3BEAGJ%2CIAxCA%2CIAAI%2CeAAgB%2CoBAwCnB%2CgBAAgB%3BEACjB%2CIAzCA%2CIAAI%2CeAAgB%2CoBAyCnB%2CgBAAmB%2CsBAAmB%3BEACvC%2CIA1CA%2CIAAI%2CeAAgB%2CoBA0CnB%2CMAAM%2CeAAe%2CGAAG%3BIACrB%2CmBAAA%3B%3BEEWR%2CaAAc%3BIACV%2CeAAA%3B%3BEAGJ%2CaAAc%3BIAEN%2CcAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CaAPU%2CoBAOT%2CgBAAmB%2CgBAPV%2CoBAOW%2CeAAe%3BIAChC%2CcAAA%3B%3BEAIR%2CaAAc%3BIACV%2CeAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CaAAa%2CcAAgB%2CUAAY%2CSAAM%3BEAC%5C%2FC%2CaAAa%2CcAAgB%2CUAAY%2CUAAU%2CSAAM%3BIAEjD%2CeAAA%3B%3BEAGJ%2CaANS%2CcAAgB%2CUAAY%2CSAAM%2CWAM1C%3BEAAD%2CaALS%2CcAAgB%2CUAAY%2CUAAU%2CSAAM%2CWAKpD%3BEACD%2CaAPS%2CcAAgB%2CUAAY%2CSAAM%2CWAO1C%3BEAAD%2CaANS%2CcAAgB%2CUAAY%2CUAAU%2CSAAM%2CWAMpD%3BIACG%2CeAAA%3B%3BECxGR%2CaAAc%3BIACV%2CoBAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CcAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CSAAA%3BIACA%2CgCAAA%3B%3BEAEA%2CaAJU%2CoBAIT%3BEACD%2CaALU%2CoBAKT%3BIACG%2CaAAA%3B%3BEAGJ%2CaATU%2CoBASN%3BIACA%2CSAAA%3B%3BEAGJ%2CaAbU%2CoBAaT%3BIACG%2CqBAAA%3B%3BEAGJ%2CaAjBU%2CoBAiBT%3BIACG%2CqBAAA%3B%3BEAGJ%2CaArBU%2CoBAqBT%3BIACG%2CqBAAA%3B%3BEK5GJ%3BEADJ%2CoBAEI%3BEAFJ%2CoBAGI%3BEAHJ%2CoBAII%3BEAJJ%2CoBAKI%3BIACI%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEARR%2CoBAWI%3BIACI%2CiBAAA%3B%3BEAZR%2CoBAeI%3BIACI%2CgBAAA%3B%3BEckHR%2CmBAAoB%3BIAChB%2CgBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CiBAAA%3B%3BEOzJJ%2CcAAe%2CQAAO%2COAAQ%2CgBAAe%2CeAAe%2CwBAA2B%3BIACnF%2CUAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CcAAe%2CQAAO%2COAAQ%2CgBAAe%3BIAErC%2CkBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CcANW%2CQAAO%2COAAQ%2CgBAAe%2CwBAMrC%3BIACA%2CUAAA%3B%3BEAPR%2CcAAe%2CQAAO%2COAAQ%2CgBAAe%2CwBAUzC%3BIACI%2CaAAA%3BIACA%2CiBAAA%3B%3BEAZR%2CcAAe%2CQAAO%2COAAQ%2CgBAAe%2CwBAezC%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CcAAe%2CQAAO%2COAClB%2CqBAAqB%3BEADzB%2CcAAe%2CQAAO%2COAElB%3BEAFJ%2CcAAe%2CQAAO%2COAGlB%2CQAAQ%3BEAHZ%2CcAAe%2CQAAO%2COAIlB%2CqBAAqB%3BEAJzB%2CcAAe%2CQAAO%2COAKlB%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAPR%2CcAAe%2CQAAO%2COAUlB%2CsBAAqB%3BIACjB%2CWAAA%3B%3BED8RR%2CuBAAwB%2CWAAW%2COAAM%2CgBAAiB%2CMAAM%3BIAC5D%2CkBAAA%3B%3BEAGJ%2CeACI%2CmBAAmB%2CMAAM%2CkBAAoB%3BEADjD%2CeAEI%2CmBAAmB%3BIACf%2CkBAAA%3B%3BEAHR%2CeAMI%2COAAM%2CIAAI%2CiBAAiB%2CgBAAmB%2CQAAK%2CaAAc%2CgBAAe%2CSAAU%2CMAAK%3BEANnG%2CeAOI%2CqBAAqB%2COAAM%2CgBAAiB%2CMAAK%2CeAAe%2CIAAI%3BEAPxE%2CeAQI%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%2CmCAAsC%2CQAAK%3BIACtE%2CiBAAA%3B%3BEAIR%2CoBAAqB%2CwBAAwB%2COAAO%3BIAChD%2CcAAA%3B%3BEAGJ%2CkBAAmB%3BEACnB%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAAM%3BErHgBhF%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAKtE%3BIqHpBA%2CaAAA%3B%3BEAGJ%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAEnE%2CkBAAoB%3BEADxB%2CeAAgB%2C4BAA8B%2COAAK%2CMAC%5C%2FC%2CkBAAoB%3BEAFxB%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAGnE%2CkBAAoB%2CQAAK%3BEAF7B%2CeAAgB%2C4BAA8B%2COAAK%2CMAE%5C%2FC%2CkBAAoB%2CQAAK%3BEAH7B%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAInE%2CkBAAoB%2CQAAK%3BEAH7B%2CeAAgB%2C4BAA8B%2COAAK%2CMAG%5C%2FC%2CkBAAoB%2CQAAK%3BEAJ7B%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAKnE%2CkBAAoB%2CQAAK%2CiBAAoB%3BEAJjD%2CeAAgB%2C4BAA8B%2COAAK%2CMAI%5C%2FC%2CkBAAoB%2CQAAK%2CiBAAoB%3BIACzC%2CUAAA%3B%3BEAIR%2CeACI%2COAAM%2CiBAAkB%2CMAAK%2CaAAc%2CgBAAe%2CSAAU%2CMAAM%3BEAD9E%2CeAEI%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAAM%2CgBAAe%3BEAFnF%2CeAGI%2CqBAAqB%2COAAO%2CgBAAe%3BEAH%5C%2FC%2CeAII%2CkBAAkB%2CMAAM%2CEAAC%3BIACrB%2CkBAAA%3B%3BEALR%2CeAQI%2CkBAAiB%2CgBAAiB%2CMAAQ%2CoBAAoB%2CIAAC%3BIAC3D%2CkBAAA%3B%3BEATR%2CeAYI%2CkBAAiB%2CiBAAkB%3BIAC%5C%2FB%2CaAAA%3B%3BEAIR%2CiBAAiB%3BEArHb%2CaAAC%3BIAsHD%2CWAAA%3B%3BEAIA%2CeADY%2CQAAQ%2CcACnB%3BIACG%2CWAAA%3B%3BEAGJ%2CeALY%2CQAAQ%2CcAKnB%3BIACG%2CmBAAA%3B%3BEG%5C%2FVR%3BIAEQ%2CmBAAA%3B%3BEAFR%2CsBAKI%2COAAM%2CsBAAuB%2CMAAQ%3BIACjC%2CkBAAA%3B%3BEwDRR%2CeAAgB%2CMAAK%3BInJ9DrB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIAEA%2CQAAA%3BImJZI%2CkBAAA%3B%3BEAGJ%2CeA%2BDgB%2CMAAK%2CiBA%5C%2FDjB%3BI5DyCA%2CsBAAA%3BIACA%2CqBAAA%3BI4DvCA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEnJOJ%2CKAAM%2CgBmJ6CU%2CMAAK%2CiBA%5C%2FDjB%3BInJmBA%2CqBAAA%3B%3BEuF0BJ%2CKAAM%2CgB4DkBU%2CMAAK%2CiBA%5C%2FDjB%3BI5D8CA%2CqBAAA%3B%3BE4DhCJ%2CeAiDgB%2CMAAK%2CiBAjDjB%2CmBAAgB%3BEACpB%2CeAgDgB%2CMAAK%2CiBAhDjB%2CmBAAgB%3BIAChB%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAGJ%2CeAoCgB%2CMAAK%2CiBApCjB%2CmBAAgB%3BIAChB%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CeA%2BBgB%2CMAAK%2CiBA%5C%2FBjB%2CmBAAgB%3BIAChB%2CioCAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CeA0BgB%2CMAAK%2CiBA1BjB%2CmBAAgB%2CMAAM%3BEAC1B%2CeAyBgB%2CMAAK%2CiBAzBpB%2CQAAW%2CmBAAgB%3BIACxB%2CqBAAA%3B%3BEAGJ%2CeAqBgB%2CMAAK%2CiBArBpB%2CQAAW%2CmBAAgB%3BIACxB%2CSAAS%2CEAAT%3B%3BEAKA%2CUAAW%2CgBAeC%2CMAAK%2CiBAjBpB%2COAAU%2CmBAAgB%3BEAEvB%2CUAAW%2CgBAeC%2CMAAK%2CiBAhBpB%2CMAAS%2CmBAAgB%3BEAEtB%2CeAcY%2CMAAK%2CiBAjBpB%2COAAU%2CmBAAgB%3BEAGvB%2CeAcY%2CMAAK%2CiBAhBpB%2CMAAS%2CmBAAgB%3BIAGlB%2CqBAAA%3B%3BEAIR%2CeASgB%2CMAAK%2CiBATpB%2CIAAI%2CUAAU%2CWAAc%2CmBAAgB%3BIACzC%2CqBAAA%3B%3BE5CkCJ%2CSAAU%3BIACN%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAgB%3BIACZ%2CgBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3B%3BEjM4XJ%2CqBACI%2CQAAO%3BIXvHX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEWgFR%2CqBAMI%2CSAAQ%3BIXhFZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEW2FT%2CMAAM%2CQACF%2CQAAO%3BIACH%2CcAAA%3BIACA%2CaAAA%3B%3BEAIR%3BEACA%2CoBAAqB%2CQAAO%3BEAC5B%2CqBAAsB%2CmBAAqB%2CUAAO%3BIAC9C%2CaAAA%3B%3BEqN9gBJ%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEpN0EZ%2CiBACI%2CSACI%3BIZgVR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwBqBT%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAKI%3BIACI%2CiBAAA%3B%3BE6MzYR%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEALJ%2CsBAWI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAEA%2CsBAJJ%2CSAIK%3BIACG%2CcAAA%3B%3BE%5C%2FLqCZ%2CkBACI%3BIACI%2CmBAAA%3B%3BEvB6PR%2CeACI%2CWACI%2CSAAQ%3BIACJ%2CkBAAA%3B%3BEAKZ%3BIACI%2C6BAAA%3B%3BEAIA%2CKAAC%3BIACG%2C0BAAA%3B%3BEAGQ%2CKAJX%2CcAEG%2CMACI%2CKACK%3BEACD%2CKALX%2CcAEG%2CMACI%2CKAEK%3BEACD%2CKANX%2CcAEG%2CMACI%2CKAGK%3BEACD%2CKAPX%2CcAEG%2CMACI%2CKAIK%3BEACD%2CKARX%2CcAEG%2CMACI%2CKAKK%3BIACG%2CaAAA%3B%3BEAMR%2CKAfP%2CcAcG%2CKACK%3BEACD%2CKAhBP%2CcAcG%2CKAEK%3BEACD%2CKAjBP%2CcAcG%2CKAGK%3BEACD%2CKAlBP%2CcAcG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CKAzBX%2CcAcG%2CKACK%2CIAUI%3BEAAD%2CKAzBX%2CcAcG%2CKAEK%2CMASI%3BEAAD%2CKAzBX%2CcAcG%2CKAGK%2CSAQI%3BEAAD%2CKAzBX%2CcAcG%2CKAIK%2CKAOI%3BIACG%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2CKAjCP%2CcAcG%2CKAmBK%3BIACG%2CmBAAA%3B%3BEAlCZ%2CKAAC%2CcAsCG%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEAvCR%2CKAAC%2CcA0CG%2CMAAQ%2CKAAK%2CKAAE%3BIACX%2CSAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAII%3BIACI%2CaAAA%3B%3BEALR%2CYAQI%2CQACI%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BIAC5B%2CSAAA%3B%3BE%2BB1aZ%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAKI%3BIACI%2CgBAAA%3B%3BE2L6FhB%2CcACI%3BIzOqJJ%2CYAAA%3BIAAA%2CSAAA%3BIyOlJQ%2CUAAA%3B%3BEvLOR%2CwBACI%3BIlD0IJ%2CeAAA%3B%3BEkD3IA%2CwBAKI%3BIlDsIJ%2CaAAA%3B%3BEkD3IA%2CwBASI%3BIlDkIJ%2CoBAAA%3B%3BEkD3IA%2CwBAaI%2C0BACI%3BIACI%2CgBAAA%3B%3BEOKZ%2CwBACI%3BIzDsHJ%2CeAAA%3B%3BEyDvHA%2CwBACI%2CgBAGI%3BIzDmHR%2CaAAA%3B%3BEyDvHA%2CwBACI%2CgBAOI%3BIzD%2BGR%2CoBAAA%3B%3BE6BuMQ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%2CMAAK%3BIACD%2CmBAAA%3B%3BEAFR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAGM%3BIACE%2CYAAA%3BI7BxNpB%2CeAAA%3B%3BE6B6MA%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%3BI7B9NhB%2CmBAAA%3B%3BE6BgOoB%2CQAdhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAQxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BI7B3OR%2CmBAAA%3B%3BE6BgPA%2CuBACI%3BIACI%2CkBAAA%3B%3BE%2BBhbR%2CcACI%2CUAAU%3BIACN%2CoBAAA%3B%3BEAFR%2CcAKI%2CiBACI%3BIACI%2CYAAA%3B%3BEAKZ%2CMAAM%3BIACF%2CWAAA%3B%3BEAGJ%2CsBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BETwGZ%2CaACI%2CiBACI%3BInD%2BDR%2CeAAA%3BImD7DY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIACI%2CgBAAA%3BInDsDJ%2C6BAAA%3B%3BEmDlDQ%2CgBADJ%2COACK%3BInDkDT%2CiBAAA%3BImDhDY%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEATZ%2CgBAaI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3BEAGJ%2CKAAK%2CcACD%3BInD%2BBJ%2CqBAAA%3BImChOA%2CqBAAA%3B%3BEgBgMA%2CKAAK%2CcACD%2CahBmBF%3BInChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmC2CA%2CKgB0LK%2CcACD%2CahB3LH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkF3QW%2COlF2QX%3BIAAA%2CaCvRe%2CYDuRf%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKgB6KC%2CcACD%2CahB%5C%2FKH%2CMACI%3BInC6ML%2CWAAA%3B%3BEmCvMI%2CKgBuKC%2CcACD%2CahBzKH%2COACI%3BInCuML%2CcAAA%3B%3BEmDnBQ%2CKAbH%2CcACD%2CaAYK%3BIACG%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C4BAAA%3BIACA%2C0BAAA%3B%3BEAEA%2CKAnBP%2CcACD%2CaAYK%2CQAMI%3BIACG%2CWAAA%3B%3BEApBhB%2CKAAK%2CcAyBD%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAKJ%2CuBAAI%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BE1BzDR%2CKAAK%2CcACD%3BIzBmDJ%2CqBAAA%3BImC9QA%2CqBAAA%3B%3BEV0NA%2CKAAK%2CcACD%2CqBUuCF%3BInChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmCHA%2CKVoNK%2CcACD%2CqBUrNH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkF1QiB%2COlF0QjB%3BIAAA%2CaCvRe%2CYDuRf%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKVuMC%2CcACD%2CqBUzMH%2CMACI%3BInC2PL%2CWAAA%3B%3BEmCrPI%2CKViMC%2CcACD%2CqBUnMH%2COACI%3BInCqPL%2CcAAA%3B%3BEoDjHA%3BIpDiHA%2CgCAAA%3BIoD%5C%2FGI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%2CsBACM%3BIACE%2CgBAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEAGJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAIR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEbjFhB%2CcAAc%3BIvCmKd%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEmEhMA%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BElC6NR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEADJ%2C0BAFJ%2CUAEK%2COAEG%3BIjC9CZ%2CiBAAA%3B%3BEiCmDY%2C0BATR%2CUAEK%2COAOI%3BIACG%2C6BAAA%3BIjCpDhB%2CmBAAA%3BIiCsDgB%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2C0BAfZ%2CUAEK%2COAOI%2CMAMI%3BIACG%2CcAAA%3B%3BEAPR%2C0BATR%2CUAEK%2COAOI%2CMAUG%3BIACI%2CeAAA%3B%3BEAEA%2C0BAtBhB%2CUAEK%2COAOI%2CMAUG%2CMAGK%3BIACG%2CaAAA%3B%3BEAGJ%2C0BA1BhB%2CUAEK%2COAOI%2CMAUG%2CMAOK%3BIACG%2CaAAA%3B%3BEAlBZ%2C0BATR%2CUAEK%2COAOI%2CMAUG%2CMAWI%3BIjCxEpB%2CWAAA%3BIiC0EwB%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BApCpB%2CUAEK%2COAOI%2CMAUG%2CMAWI%2CEAMK%3BIjC9EzB%2CmBAAA%3B%3BEiC6FQ%2C0BAnDJ%2CUAmDK%2CMACG%3BIjC9FZ%2CiBAAA%3B%3BEiCoGQ%2C0BA1DJ%2CUA0DK%3BIACG%2CmBAAA%3B%3BEAKA%2C0BAhER%2CUA%2BDK%2CQACI%3BEACD%2C0BAjER%2CUA%2BDK%2CQAEI%3BIACG%2CmBAAA%3B%3BEASJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAIA%2CuBAAwB%2CeAV1B%2CSACV%2CSACK%2CKAOI%3BIAEO%2CiBAAA%3B%3BEAQJ%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAaI%3BEAIG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAcI%3BEAGG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAeG%3BEAEI%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAgBI%3BIAEO%2CkBAAA%3B%3BEApBpB%2CcAAc%2CSA0BV%3BIACI%2CaAAA%3B%3BEO9PR%2CcAAc%3BIACV%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAGI%2CcALM%2CSAIV%2CSACK%3BIACG%2C4BAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CcATE%2CSAIV%2CSACK%2CKAII%3BIACG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAdE%2CSAIV%2CSACK%2CKASI%3BIxCmGb%2CiBAAA%3B%3BEwC%5C%2FFY%2CcAlBE%2CSAIV%2CSACK%2CKAaI%3BIACG%2CcAAA%3B%3BEADJ%2CcAlBE%2CSAIV%2CSACK%2CKAaI%2CQAGG%3BIACI%2CkBAAA%3B%3BEAEA%2CcAxBN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAGK%3BIACG%2CeAAA%3B%3BEAGJ%2CcA5BN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAOK%3BIACG%2CWAAA%3B%3BEAGJ%2CcAhCN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAWK%3BIACG%2CYAAA%3B%3BEAGJ%2CcApCN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAeK%3BEACD%2CcArCN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAgBK%3BIACG%2CeAAA%3B%3BEAKZ%2CcA3CE%2CSAIV%2CSACK%2CKAsCI%3BEACD%2CcA5CE%2CSAIV%2CSACK%2CKAuCI%3BEAvCL%2CcALM%2CSAIV%2CSACK%2CKAwCG%3BEACA%2CcA9CE%2CSAIV%2CSACK%2CKAyCI%3BIACG%2CiBAAA%3B%3BEA1CR%2CcALM%2CSAIV%2CSACK%2CKA6CG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FCR%2CcALM%2CSAIV%2CSACK%2CKA6CG%2CYAII%3BIACI%2CeAAA%3B%3BEAlDZ%2CcALM%2CSAIV%2CSACK%2CKAsDG%3BEAtDJ%2CcALM%2CSAIV%2CSACK%2CKAuDG%2COAAM%3BIACF%2CaAAA%3B%3BEAIR%2CcAjEM%2CSAIV%2CSA6DK%3BIACG%2CeAAA%3B%3BEAOJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEAEA%2CqBAJR%2CSACK%2CKAGI%3BIACG%2CWAAA%3B%3BEAMhB%2CKAAK%2CcACD%3BIxC6BJ%2CqBAAA%3BImC9QA%2CqBAAA%3B%3BEKgPA%2CKAAK%2CcACD%2CmBLiBF%3BInChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmCHA%2CKK0OK%2CcACD%2CmBL3OH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSoChQiB%2COpCgQjB%3BIAAA%2CaCvRe%2CYDuRf%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKK6NC%2CcACD%2CmBL%5C%2FNH%2CMACI%3BInC2PL%2CWAAA%3B%3BEmCrPI%2CKKuNC%2CcACD%2CmBLzNH%2COACI%3BInCqPL%2CcAAA%3B%3BE8OxOA%2CQAAS%2C4BACL%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CQANH%2C4BACL%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAPhB%2CQAAS%2C4BACL%2CeAUI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAbZ%2CQAAS%2C4BACL%2CeAeI%3BIACI%2CSAAA%3B%3BEAjBZ%2CQAAS%2C4BACL%2CeAmBI%3BIACI%2CkBAAA%3B%3B%3BAK9CZ%2CwBAJqD%3BE5NgerD%3BEoCxWQ%2C4BADJ%2CKAAI%2CMACC%3BElCgDD%2CyBADJ%2CKAAI%2CQACC%3BIzB%5C%2FKT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEuBgwBD%2C0BACI%2CMAAM%2CGvBlwBT%3BEuBiwBD%2C0BACI%2CMAAM%2CGvBjwBT%3BE%2BEsCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CG%5C%2FE3CnB%3BE%2BEuCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CG%5C%2FE1CnB%3BEyBoJD%2CyBACI%2CKAAI%2CQzBtJP%3BEyBqJD%2CyBACI%2CKAAI%2CQzBrJP%3BEwBwQG%2CcAAC%2CaAkBG%2CMAAK%2CMDueT%2CMAAM%2CGvBlwBT%3BEwByQG%2CcAAC%2CaAkBG%2CMAAK%2CMDueT%2CMAAM%2CGvBjwBT%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEuB2vBD%2C0BACI%2CMAAM%2CGvB5vBT%3BE%2BEiCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CG%5C%2FErCnB%3BEyB%2BID%2CyBACI%2CKAAI%2CQzBhJP%3BEwBmQG%2CcAAC%2CaAkBG%2CMAAK%2CMDueT%2CMAAM%2CGvB5vBT%3BIACG%2CWAAA%3B%3BEuB4vBI%2C0BADJ%2CMAAM%2CGACD%2CIAAI%3BEC1fT%2CcAAC%2CaAkBG%2CMAAK%2CMDueT%2CMAAM%2CGACD%2CIAAI%3BIACD%2C6BAAA%3B%3BEAOI%2C0BATZ%2CMAAM%2CGAOF%2CKACK%2CKACI%3BEClgBb%2CcAAC%2CaAkBG%2CMAAK%2CMDueT%2CMAAM%2CGAOF%2CKACK%2CKACI%3BIACG%2CaAAA%3B%3BEAIR%2C0BAdR%2CMAAM%2CGAOF%2CKAOK%3BEACD%2C0BAfR%2CMAAM%2CGAOF%2CKAQK%3BEACD%2C0BAhBR%2CMAAM%2CGAOF%2CKASK%3BECzgBT%2CcAAC%2CaAkBG%2CMAAK%2CMDueT%2CMAAM%2CGAOF%2CKAOK%3BECvgBT%2CcAAC%2CaAkBG%2CMAAK%2CMDueT%2CMAAM%2CGAOF%2CKAQK%3BECxgBT%2CcAAC%2CaAkBG%2CMAAK%2CMDueT%2CMAAM%2CGAOF%2CKASK%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2C0BAvBZ%2CMAAM%2CGAOF%2CKAOK%2CIASI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CGAOF%2CKAQK%2CMAQI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CGAOF%2CKASK%2CSAOI%2CSAAS%3BEChhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMDueT%2CMAAM%2CGAOF%2CKAOK%2CIASI%2CSAAS%3BEChhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMDueT%2CMAAM%2CGAOF%2CKAQK%2CMAQI%2CSAAS%3BEChhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMDueT%2CMAAM%2CGAOF%2CKASK%2CSAOI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA5BpB%2C0BACI%2CMAAM%2CGAgCF%3BECzhBJ%2CcAAC%2CaAkBG%2CMAAK%2CMDueT%2CMAAM%2CGAgCF%3BIACI%2CSAAA%3B%3BEAoKZ%3BEwDr7BoB%2CcAhBhB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAaA%2CsBACG%2CMACI%3BE5D4V5B%2CoBAqCI%2CmBAAmB%3BE4BpXf%2CYAdJ%2CuBAcK%2CcAmBG%3BIxBy4BZ%2CaAAA%3B%3BEAoDA%2C2BACI%3BEADJ%2C2BAEI%3BEAFJ%2C2BAGI%3BIACI%2CmBAAA%3B%3BEwDv%5C%2FBR%3BI5EsUA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BI4ExUI%2CkBAAA%3B%3BEAKY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%3BI5EscrB%2CYAAA%3BIACA%2CcAAA%3B%3BE4EvcgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB5EycnB%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BE4E1cY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB5E6cnB%3BIACE%2CcAAA%3B%3BE4E9cY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB5E6cnB%2CQAGI%3BIACE%2CcAAA%3B%3BE4EjdQ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB5E6cnB%2CQAGI%2CKAGE%3BE4EndQ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB5E6cnB%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CiBAAA%3B%3BEG0OY%2Cc4E5dR%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB5E6cnB%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2Cc4E5dR%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB5E6cnB%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BE%2BE%5C%2FOgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmB5EkVnB%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BE%2BE%5C%2FOgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAGD%2CMAAQ%2CKACF%2CKAAE%3BIACA%2CiBAAA%3B%3BEALZ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAGD%2CMAAQ%2CKAKF%2CKAAE%3BIACA%2CoBAAA%3B%3BEAWI%2CcAvB5B%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAaA%2CsBACG%2CMAKI%2CGACK%3BIACG%2CYAAA%3BIACA%2CgBAAA%3B%3BEAYxB%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%3BIACI%2CcAAA%3B%3BEAFR%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAGA%2CcAVpB%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGAIK%2CYACG%3BEADJ%2CcAVpB%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGAIK%2CYAEG%3BIACI%2CiBAAA%3B%3BEAXpB%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAeI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAtBZ%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAwBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAQxB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMAAM%3BEATV%2C2BAUI%2CMAAM%3BIACF%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BE1CowBoB%2CkCANxB%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGACK%3BIACG%2CgCAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CkCAXxB%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAMK%3BIACG%2CWAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CkCAhBxB%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAWK%3BEACD%2CkCAjBxB%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAYK%3BIACG%2CmBAAA%3B%3BEAEA%2CkCApB5B%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAWK%2CaAII%3BEAAD%2CkCApB5B%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAYK%2CQAGI%3BIACG%2CaAAA%3B%3BEAIR%2CkCAzBxB%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAoBK%3BIACG%2CaAAA%3B%3BEAGJ%2CkCA7BxB%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAwBK%3BIACG%2CeAAA%3B%3BEA5BpB%2CkCAFR%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKA8BE%3BEAhCZ%2CkCAFR%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKA%2BBE%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAkBI%2CmCAR5B%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGACK%2CgBAEI%3BEAAD%2CmCAR5B%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAEK%2CWACI%3BIACG%2CaAAA%3B%3BEAIR%2CmCAbxB%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAQK%3BIACG%2CgCAAA%3B%3BEAWpB%2CmCAFR%2CWACI%2CGACK%2CYACG%3BIACI%2CqBAAA%3B%3BEA5BpB%2CmCAwBI%2CWACI%2CGAOM%3BIACE%2CeAAA%3B%3BEAMA%2CmCAfZ%2CWAaK%2CqBACG%2CGACK%3BIACG%2CSAAS%2CEAAT%3B%3BEAKZ%2CmCArBJ%2CWAqBK%2CWACG%3BIACI%2CmBAAA%3B%3BEA%5C%2FChB%2CmCAoDI%3BIACI%2CYAAA%3B%3BEArDR%2CmCAwDI%3BIACI%2CkBAAA%3B%3BEAzDR%2CmCA4DI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAFJ%2C6BAII%2CwBACI%3BIrCztBR%2CiBAAA%3B%3BEqCotBA%2C6BAUI%3BIACI%2CWAAA%3BIACA%2CqBAAA%3B%3BEAZR%2C6BAeI%3BEAfJ%2C6BAgBI%3BIACI%2CqBAAA%3B%3BEAjBR%2C6BAoBI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAvBR%2C6BA0BI%3BIACI%2CcAAA%3B%3BEAGI%2C6BAJR%2C6BAGI%2COACK%2COACG%3BEADJ%2C6BAJR%2C6BjCvuBJ%2CqBA4NI%2CiBAKM%2CUiC0gBG%2COACG%3BIACI%2CaAAA%3B%3BEAGJ%2C6BATZ%2C6BAGI%2COACK%2COAKI%3BEAAD%2C6BATZ%2C6BjCvuBJ%2CqBA4NI%2CiBAKM%2CUiC0gBG%2COAKI%3BIACG%2CSAAS%2CuBAAT%3B%3BEAOpB%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CiBAKI%3BEALJ%2CiBAMI%3BIACI%2CkBAAA%3B%3BEAGI%2CiBALR%2CMAII%2CKACK%2CIACG%3BEADJ%2CiBAJR%2CMAGI%2CKACK%2CIACG%3BIACI%2CcAAA%3B%3BEAZpB%2CiBAKI%2CMAII%2CKAOI%3BEAhBZ%2CiBAMI%2CMAGI%2CKAOI%3BIACI%2CeAAA%3B%3BEAjBhB%2CiBAKI%2CMAII%2CKAWI%3BEApBZ%2CiBAMI%2CMAGI%2CKAWI%3BIACI%2CYAAA%3BIACA%2CmBAAA%3B%3BEAtBhB%2CiBAKI%2CMAII%2CKAWI%2CiBAIM%3BEAxBlB%2CiBAMI%2CMAGI%2CKAWI%2CiBAIM%3BIACE%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEA3BpB%2CiBAKI%2CMAII%2CKAWI%2CiBAUM%3BEA9BlB%2CiBAMI%2CMAGI%2CKAWI%2CiBAUM%3BIACE%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAjCpB%2CiBAKI%2CMAII%2CKA4BI%3BEArCZ%2CiBAMI%2CMAGI%2CKA4BI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAvChB%2CiBAKI%2CMAII%2CKAiCI%2CqBACI%3BEA3ChB%2CiBAMI%2CMAGI%2CKAiCI%2CqBACI%3BIACI%2CeAAA%3B%3BEA5CpB%2CiBAkDI%3BIACI%2CaAAA%3B%3BEAnDR%2CiBAsDI%3BIACI%2CmBAAA%3B%3BEAvDR%2CiBA0DI%2CKACI%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAKZ%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CoBAAC%3BIACG%2CmBAAA%3B%3BEAIR%2C4BAEI%3BEADJ%2CyBACI%3BEAFJ%2C4BAGI%3BEAFJ%2CyBAEI%3BIACI%2CwBAAA%3B%3BEAJR%2C4BAOI%3BEANJ%2CyBAMI%3BIACI%2CiBAAA%3B%3BEAMA%2CwBADJ%2CQACK%3BIACG%2CWAAA%3B%3BEAKZ%2CkBACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAHR%2CkBAMI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CkBALJ%2CQAKK%2CIAAI%3BIACD%2CmBAAA%3B%3BEAKZ%2CsBACI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CsBADJ%2CyBACK%2COACG%3BIACI%2CQAAA%3B%3BEAEA%2CsBALZ%2CyBACK%2COACG%2COAGK%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAVZ%2CyBACK%2COACG%2COAQK%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEAOpB%2CmCACI%3BIACI%2CaAAA%3B%3BEAFR%2CmCAKI%3BIACI%2CcAAA%3B%3BEANR%2CmCASI%3BIACI%2CmBAAA%3B%3BEAVR%2CmCASI%2C8BAGI%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEAMA%2CmCAFR%2CkBACI%2CKACK%3BEACD%2CmCAHR%2CkBACI%2CKAEK%3BEACD%2CmCAJR%2CkBACI%2CKAGK%3BIACG%2CgBAAA%3B%3BEAvBhB%2CmCAkBI%2CkBACI%2CKAOI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEA5BhB%2CmCAiCI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAOoB%2CmCATxB%2CeAII%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGACK%3BIACG%2CgCAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CmCAdxB%2CeAII%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAMK%3BIACG%2CaAAA%3B%3BEAGJ%2CmCAlBxB%2CeAII%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAUK%3BEACD%2CmCAnBxB%2CeAII%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAWK%3BIACG%2CmBAAA%3B%3BEAEA%2CmCAtB5B%2CeAII%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAUK%2CaAII%3BEAAD%2CmCAtB5B%2CeAII%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAWK%2CQAGI%3BIACG%2CaAAA%3B%3BEAIR%2CmCA3BxB%2CeAII%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAmBK%3BIACG%2CaAAA%3B%3BEAGJ%2CmCA%5C%2FBxB%2CeAII%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAuBK%3BIACG%2CeAAA%3B%3BEA3BpB%2CmCALR%2CeAII%2COACK%2CIAAI%2COACC%2CQACI%2CKA6BE%3BEA%5C%2FBZ%2CmCALR%2CeAII%2COACK%2CIAAI%2COACC%2CQACI%2CKA8BE%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAmD5B%2CiBAAiB%2CSAAS%2CMAAM%2COAAO%3BIACnC%2CWAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CsBAAb%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CiBAAiB%2CSAAS%2CMAAM%2COAAU%2CUAAO%2COAAO%3BIACpD%2CcAAA%3B%3BETvXJ%3BIACI%2CaAAA%3B%3BEAIA%2CsBAAC%2CQACG%2CWACI%2CoBACI%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3B%3BEANpB%2CsBAYI%3BI5BlhBJ%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BE4BogBR%2CsBAYI%2CiCAGI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CsBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAGM%3BI5B1rBlB%2CeAAA%3BI4B4rBoB%2CYAAA%3B%3BEARpB%2CsBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAfpB%2CsBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeAMI%2CaACI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAtBxB%2CsBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeAcI%3BI5B9sBhB%2CmBAAA%3B%3BE4BitBoB%2CsBA5BhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeAcI%2CKAGK%3BIACG%2CgBAAA%3B%3BEAiBQ%2CoBAP5B%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGACK%2CWACI%3BEAAD%2CmBAP5B%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGACK%2CWACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CUAAA%3B%3BEAPxB%2CoBAFR%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAQM%3BEAXlB%2CmBAFR%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAQM%3BIACE%2CeAAA%3B%3BEAMA%2CoBApB5B%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKAcG%2CqBACG%2CGACK%3BEAAD%2CmBApB5B%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKAcG%2CqBACG%2CGACK%3BIACG%2CSAAS%2CEAAT%3B%3BEAvBpC%2CoBAiCI%3BEAhCJ%2CmBAgCI%3BIACI%2CgBAAA%3B%3BEAlCR%2CoBAqCI%3BEApCJ%2CmBAoCI%3BIACI%2CkBAAA%3B%3BEAWoB%2CcANxB%2COAAM%2CIAAI%2COACH%2CQACI%2CKACC%2CGACK%2CQACI%2CIACI%3BIACG%2CaAAA%3B%3BEAUhC%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEADJ%2CyBAGI%3BIACI%2CmBAAA%3B%3BEAGJ%2CyBAAC%2CSACG%3BIACI%2CWAAA%3B%3BEwE7%2BBZ%3BIpGkWA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEoGpWR%2CoBAGI%3BIACI%2CeAAA%3B%3BEAIR%3BIACI%2CqBAAA%3B%3BEAGJ%2C6BACI%2CqBACI%3BIACI%2CaAAA%3B%3BEhG6qDZ%3BIACI%2CgBAAA%3B%3BEAUwB%2C6BANxB%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGACK%2CYACG%3BIACI%2CqBAAA%3B%3BEAIR%2C6BAZxB%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAOK%3BIACG%2CgCAAA%3B%3BEAEA%2C6BAf5B%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAOK%2CWAGI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CUAAA%3B%3BEAfxB%2C6BAFR%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKACE%2CGAgBM%3BIACE%2CeAAA%3B%3BEAMA%2C6BA5B5B%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKAsBG%2CqBACG%2CGACK%3BIACG%2CSAAS%2CEAAT%3B%3BEAKZ%2C6BAlCpB%2CeACI%2COACK%2CIAAI%2COACC%2CQACI%2CKA8BG%2CWACG%3BIACI%2CmBAAA%3B%3BEArChC%2C6BA8CI%3BIACI%2CgBAAA%3B%3BEA%5C%2FCR%2C6BAkDI%3BIACI%2CkBAAA%3B%3BEAIR%2C4BACI%2CWACI%2CoBACI%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3B%3BEALhB%2C4BAUI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAbhB%2C4BAUI%2CaACI%2CcAKI%3BIACI%2CgBAAA%3B%3BEAjBhB%2C4BAUI%2CaACI%2CcASI%2CiBACM%3BIACE%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAxBpB%2C4BA8BI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEADJ%2CYAGI%2CMACM%2CKACI%3BIACE%2CmBAAA%3B%3BEAQA%2CYAHZ%2CMACM%2CKACI%2CKACG%3BIACG%2CcAAA%3B%3BEAfpB%2CYAqBI%2COACM%3BIACE%2CsBAAA%3B%3BEAOI%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBACC%2CQACI%2CKACE%3BEAHZ%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBACC%2CQACI%2CKAEE%3BIACI%2CiBAAA%3B%3BEAIA%2CYAZ5B%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBACC%2CQACI%2CKAME%2CGACK%3BIACG%2CmBAAA%3B%3BEAGJ%2CYAhB5B%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBACC%2CQACI%2CKAME%2CGAKK%3BIACG%2CYAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CYApBhC%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBACC%2CQACI%2CKAME%2CGAKK%2COAII%3BIACG%2CaAAA%3B%3BEAlBxB%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBACC%2CQACI%2CKAME%2CGAcI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYA7BhC%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBACC%2CQACI%2CKAME%2CGAcI%2CQAIK%3BIACG%2CaAAA%3B%3BEAKZ%2CYAnCxB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBACC%2CQACI%2CKA8BG%2CYACG%3BEADJ%2CYAnCxB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBACC%2CQACI%2CKA8BG%2CYAEG%3BIACI%2CiBAAA%3B%3BEAnCpB%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBACC%2CQAuCE%2CcACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CYAhD5B%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBACC%2CQAuCE%2CcACI%2CGAIK%3BIACG%2CaAAA%3B%3BEA9CpB%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQACI%2CKACE%3BEAtDZ%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQACI%2CKAEE%3BIACI%2CiBAAA%3B%3BEAxDhB%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQACI%2CKAME%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA%5C%2FDhB%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQACI%2CKAaE%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CYA5ExB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQACI%2CKAoBG%2CYACG%3BEADJ%2CYA5ExB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQACI%2CKAoBG%2CYAEG%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEALR%2CYA5ExB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQACI%2CKAoBG%2CYAQK%3BIACE%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAIR%2CYA3FxB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQACI%2CKAmCG%2CWACG%3BEADJ%2CYA3FxB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQACI%2CKAmCG%2CWAEG%3BIACI%2CsBAAA%3BIACA%2CgBAAA%3B%3BEA5FpB%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQA6CE%2CeAEI%3BEAnGZ%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQA8CE%2CaACI%3BIACI%2CYAAA%3B%3BEApGhB%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQA6CE%2CeAMI%3BEAvGZ%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQA8CE%2CaAKI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAMA%2CYAlH5B%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQAyDE%2CeACI%2CGACK%3BIACG%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEApHpB%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQAqEE%2CsBACI%3BIACI%2CYAAA%3B%3BEA3HhB%2CYAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQAqEE%2CsBAKI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAMA%2CYAzI5B%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAoDC%2CQAgFE%2CqBACI%2CGACK%3BIACG%2CaAAA%3B%3BEArKpC%2CYA%2BKI%3BEA%5C%2FKJ%2CYAgLI%3BIACI%2CqBAAA%3B%3BEAjLR%2CYAoLI%2CKACI%3BIACI%2CqBAAA%3B%3BEAMR%2CQAAC%2CoBACG%3BEADJ%2CQAAC%2CoBAEG%3BEAFJ%2CQAAC%2CoBAGG%3BIACI%2CcAAA%3B%3BEAJR%2CQAAC%2CoBACG%2CaAKM%3BEANV%2CQAAC%2CoBAEG%2CgBAIM%3BEANV%2CQAAC%2CoBAGG%2CmBAGM%3BIACE%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAXP%2CoBACG%2CaAUK%2COACK%3BEADN%2CQAXP%2CoBAEG%2CgBASK%2COACK%3BEADN%2CQAXP%2CoBAGG%2CmBAQK%2COACK%3BIACE%2CgCAAA%3B%3BEAOJ%2CQApBX%2CoBAkBG%2CMACK%2CQACI%3BIACG%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAKZ%2CQA3BH%2CoBA2BI%3BIACG%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%3BIACI%2CaAAA%3B%3BEAGJ%3BIJpzDA%2CiBAAA%3BIIszDI%2CmBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAIA%2CiBAAC%2CmBACG%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEALZ%2CiBASI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CiBAJJ%2CQAIK%2CmBAAoB%3BIACjB%2CaAAA%3B%3BEAGJ%2CiBARJ%2CQAQK%2CmBAAmB%3BIAChB%2CSAAS%2CuBAAT%3B%3BEAYgB%2C6BANvB%2CQACG%2CQACK%2CKACG%2COACK%2CyBACG%2CeACK%2CIAAI%2CSACD%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEAVpC%2C6BAoBI%3BIACI%2CaAAA%3B%3BEArBR%2C6BAwBI%3BIACI%2CcAAA%3B%3BEAzBR%2C6BA4BI%3BEA5BJ%2C6BA6BI%3BIACI%2CWAAA%3B%3BEAOQ%2C6BAJZ%2CqBACI%2CMAEI%2CKACK%3BEAAD%2C6BAJZ%2CqBAEI%2CMACI%2CKACK%3BEACD%2C6BALZ%2CqBACI%2CMAEI%2CKAEK%3BEAAD%2C6BALZ%2CqBAEI%2CMACI%2CKAEK%3BEACD%2C6BANZ%2CqBACI%2CMAEI%2CKAGK%3BEAAD%2C6BANZ%2CqBAEI%2CMACI%2CKAGK%3BEACD%2C6BAPZ%2CqBACI%2CMAEI%2CKAIK%3BEAAD%2C6BAPZ%2CqBAEI%2CMACI%2CKAIK%3BEACD%2C6BARZ%2CqBACI%2CMAEI%2CKAKK%3BEAAD%2C6BARZ%2CqBAEI%2CMACI%2CKAKK%3BEACD%2C6BATZ%2CqBACI%2CMAEI%2CKAMK%3BEAAD%2C6BATZ%2CqBAEI%2CMACI%2CKAMK%3BIACG%2CgBAAA%3B%3BEA3CpB%2C6BAiCI%2CqBACI%2CMAEI%2CKAUI%3BEA9ChB%2C6BAiCI%2CqBAEI%2CMACI%2CKAUI%3BIACI%2CgBAAA%3B%3BEA%5C%2FCpB%2C6BAiCI%2CqBACI%2CMAEI%2CKAcI%3BEAlDhB%2C6BAiCI%2CqBAEI%2CMACI%2CKAcI%3BIACI%2CaAAA%3B%3BEAnDpB%2C6BAiCI%2CqBACI%2CMAqBI%3BEAvDZ%2C6BAiCI%2CqBAEI%2CMAoBI%3BIACI%2CYAAA%3B%3BEAxDhB%2C6BAiCI%2CqBA2BI%2CoBACI%3BIACI%2CgBAAA%3B%3BEASI%2C6BAJhB%2CaACI%2CoBACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBACC%2CQACI%2CKACE%3BIACI%2CaAAA%3B%3BEA3EpC%2C6BAqFI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAvFR%2C6BA0FI%3BIACI%2CWAAA%3B%3BEASY%2CoBAJhB%2CmBACI%2CMACQ%2CKACI%2COACC%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBARhB%2CmBACI%2CMACQ%2CKACI%2COAKC%3BIACG%2CgBAAA%3B%3BEAQxB%3BEACA%3BIACI%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEoG9hEJ%2C0BACI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAHR%2C0BAKI%2CUAAS%3BIACL%2CmBAAA%3B%3BEAGR%3BIACI%2CaAAA%3B%3BE5BoXY%2CoBAHX%2C0BACG%2COAAM%2C2BACF%2CMACK%3BIACG%2C6BAAA%3B%3BEACA%2CoBALf%2C0BACG%2COAAM%2C2BACF%2CMACK%2CKAEI%3BIACG%2CgBAAA%3B%3BEAOxB%2CkCACI%2CWACI%3BIACI%2CaAAA%3B%3BEAHZ%2CkCAMI%3BIACI%2CWAAA%3BIACA%2CoBAAA%3B%3BEAGR%2CsBACI%2CQAAO%3BIACH%2CWAAA%3BIACA%2CcAAA%3B%3BEAGA%2CsBADJ%2CyBACK%2COACG%3BIACI%2COAAA%3BIACA%2CWAAA%3B%3BEACA%2CsBALZ%2CyBACK%2COACG%2COAGK%3BEACD%2CsBANZ%2CyBACK%2COACG%2COAIK%3BIACG%2CWAAA%3B%3BEAEJ%2CsBATZ%2CyBACK%2COACG%2COAOK%3BIACG%2CUAAA%3B%3BEAEJ%2CsBAZZ%2CyBACK%2COACG%2COAUK%3BIACG%2CUAAA%3B%3BEAMpB%2CmCACI%3BIACI%2CgBAAA%3B%3BEAGR%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CcAAA%3BIACA%2CWAAA%3B%3BEZjbJ%2CuBACI%2CQACI%2CgBACI%2CUACI%3BIACI%2CgCAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEARpB%2CuBACI%2CQACI%2CgBACI%2CUACI%2CQAMI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CuBAdpB%2CQACI%2CgBACI%2CUACI%2CQAMI%2COAKK%3BIACG%2CqBAAA%3B%3BEADJ%2CuBAdpB%2CQACI%2CgBACI%2CUACI%2CQAMI%2COAKK%2CIAGG%3BIACI%2CqBAAA%3B%3BEAnBhC%2CuBACI%2CQACI%2CgBAwBI%3BIACI%2CWAAA%3B%3BEA3BhB%2CuBACI%2CQACI%2CgBAwBI%2CkBAGI%3BIACI%2CcAAA%3B%3BEA9BpB%2CuBACI%2CQACI%2CgBAgCI%3BIACI%2CaAAA%3B%3BEAnChB%2CuBACI%2CQACI%2CgBAoCI%2CgBACI%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAzCpB%2CuBACI%2CQACI%2CgBAoCI%2CgBAMI%3BIACI%2CYAAA%3B%3BElCxJZ%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BEyHtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEpDgDR%2CsBACI%3BInGsXJ%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEmGzXR%2CsBACI%2CkCAGI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BE0GmFZ%2C2BAA4B%2C%2BBAA%2BB%3BIACvD%2CcAAA%3BIACA%2CYAAA%3B%3B%3B%3BEiBjIJ%2CuBACM%3BIACE%2C2BAAA%3B%3BEpN2PJ%2CcADW%2CSACV%3BIACG%2CmBAAA%3B%3BEAEA%2CcAJO%2CSACV%2CKAGI%3BIACG%2CsBAAA%3BIACA%2CUAAA%3B%3BEcEA%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CkBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CmBAAA%3B%3BEAGJ%2CcALJ%2CeAAe%2CKAKV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAPpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAOI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEArCxB%2CcAgDI%2CiBACI%3BIACI%2CmBAAA%3B%3BEAlDZ%2CcAgDI%2CiBAKM%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEyM1TZ%2CmBACI%3BIACI%2CWAAA%3B%3BElMmEA%2C0BADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2C0BAOI%3BIACI%2CqBAAA%3B%3BEOaR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2COAPR%2CgBAMI%2CQACK%3BItCuKb%2CqBAAA%3BIKzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BILgDA%2CgBAAA%3B%3BEsCvKY%2COAPR%2CgBAMI%2CQACK%2COH2JX%3BInChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmCHA%2COG0FI%2CgBAMI%2CQACK%2COHjGZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSoC5PS%2COpC4PT%3BIAAA%2CaCvRe%2CYDuRf%3BIAAA%2CgBAAA%3BIAAA%2CmBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COG6EA%2CgBAMI%2CQACK%2COHrFZ%2CMACI%3BInC2PL%2CcAAA%3B%3BEmCrPI%2COGuEA%2CgBAMI%2CQACK%2COH%5C%2FEZ%2COACI%3BInCqPL%2CcAAA%3B%3BEK7CA%2COiCjII%2CgBAMI%2CQACK%2COjC0HZ%3BEACD%2COiClII%2CgBAMI%2CQACK%2COjC2HZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COiCvII%2CgBAMI%2CQACK%2COjCgIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COiC5II%2CgBAMI%2CQACK%2COjCqIZ%3BEACD%2COiC7II%2CgBAMI%2CQACK%2COjCsIZ%3BEACD%2CQAAQ%2CUAAW%2CQiC9If%2CgBAMI%2CQACK%3BIjCwIT%2CoBAAA%3BIL%2BBJ%2CYAAA%3B%3BEchGA%3BIACI%2CgBAAA%3B%3BEC8KJ%2CKACI%2COAAM%2CMAMF%2CKAAI%3BIACA%2CkBAAA%3B%3BEYkBZ%3BIACI%2CgBAAA%3B%3BEXzUJ%2CYACI%3BIhB8NJ%2CeAAA%3BIgB5NQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAOI%3BIhBwNJ%2CgBAAA%3B%3BE%2BClFA%2CYACI%3BEADJ%2CYAEI%3BEAFJ%2CYAGI%3BI%5C%2FC%2BEJ%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CkBAAA%3B%3BE%2BClFA%2CYASI%2CYACM%3BI%5C%2FCwEV%2CiBAAA%3B%3BE%2BClFA%2CYAeI%3BI%5C%2FCmEJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3B%3BE%2BC7DQ%2CYANJ%2CuBAMK%3BI%5C%2FC6DT%2C4BAAA%3BI%2BC3DY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BI%5C%2FCyDZ%2CWAAA%3B%3BE%2BClFA%2CYA%2BBI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlCR%2CYAqCI%3BIACI%2CWAAA%3B%3BEAtCR%2CYAyCI%3BI%5C%2FCyCJ%2C6BAAA%3BI%2BCvCQ%2CiBAAA%3B%3BEA3CR%2CYA8CI%3BI%5C%2FCoCJ%2CqBAAA%3BImC9QA%2CqBAAA%3BIYoPQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEA3DR%2CYA8CI%2CmBZwBF%3BInChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmCHA%2CYYoOI%2CmBZpOH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSIjQQ%2COJiQR%3BIAAA%2CaCvRe%2CYDuRf%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYYuNA%2CmBZxNH%2CMACI%3BInC2PL%2CWAAA%3B%3BEmCrPI%2CYYiNA%2CmBZlNH%2COACI%3BInCqPL%2CcAAA%3B%3BE%2BDnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BI%5C%2FD6OR%2CYAAA%3BI%2BD3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BEfIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEqBoGR%2CkBACM%3BIACE%2CgBAAA%3BIrE2HR%2CeAAA%3BIqEzHQ%2CmBAAA%3BIACA%2CiBAAA%3B%3BExC4SR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BE8B%5C%2FUR%2C0BAA2B%3BIACvB%2CmBAAA%3B%3BEAGJ%2C4BACI%3BIACI%2CcAAA%3BI3DkJR%2CkBAAA%3B%3BE2DvIA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BElCiCJ%2CyBAQI%2COAAM%3BEARV%2CyBASI%2COAAM%3BIACF%2CqBAAA%3B%3BEAIR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAIR%2C2BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C2BAKI%3BIACI%2CgBAAA%3B%3BEAIR%2CgCACI%3BIACI%2CmBAAA%3B%3BEAFR%2CgCAKI%3BIACI%2CaAAA%3B%3BEc%5C%2FJR%2CMAAM%2CQACA%2CQACI%2CKACI%3BIvCuNd%2C6BAAA%3BIuCrNgB%2CmBAAA%3B%3BEALhB%2CMAAM%2CQAUA%3BIvCgNN%2C6BAAA%3B%3BEuC1NA%2CMAAM%2CQAUA%2CQAGI%2CKACI%3BIvC4Md%2CkBAAA%3BIuCzMgB%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%3BEc7EJ%2CqBADJ%2CQACK%3BIrDuPT%2CqBAAA%3BImC9QA%2CqBAAA%3B%3BEkBuBQ%2CqBADJ%2CQACK%2COlB2OP%3BInChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmCHA%2CqBkBgBI%2CQACK%2COlBjBR%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSoC5PS%2COpC4PT%3BIAAA%2CaCvRe%2CYDuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CqBkBGA%2CQACK%2COlBLR%2CMACI%3BInC2PL%2CcAAA%3B%3BEmCrPI%2CqBkBHA%2CQACK%2COlBCR%2COACI%3BInCqPL%2CcAAA%3B%3BE0CqKA%2CgBACI%3BI1CtKJ%2CkBAAA%3B%3BE0CqKA%2CgBAKI%2CyBACI%3BIACI%2CcAAA%3BI1C5KZ%2CkBAAA%3B%3BEgCpMA%2CmBACI%2CYACI%2COAAM%2CeAAe%3BIACjB%2CgBAAA%3B%3BEAHZ%2CmBACI%2CYAKI%2COAAM%3BIACF%2CgBAAA%3B%3BEAUZ%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEbyQxB%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%3BInBvIJ%2CgBAAA%3B%3BEmB4HA%2CoBAeI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CoBADJ%2CKACK%2CMAEG%3BEADJ%2CoBAFJ%2CKAEK%2CSACG%3BEAFJ%2CoBADJ%2CKACK%2CMAGG%3BEAFJ%2CoBAFJ%2CKAEK%2CSAEG%3BIACI%2CqBAAA%3B%3BEAzBhB%2CoBA8BI%2CMAAK%2CMAAO%2CKAAI%3BIACZ%2CoBAAA%3B%3BEACA%2CoBAFJ%2CMAAK%2CMAAO%2CKAAI%2CQAEX%3BIACG%2CaAAA%3B%3BEAUJ%2CoBAFJ%2CeAAiB%2C0BAEZ%3BEAAD%2CoBADJ%2CwBAA0B%2C0BACrB%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FCZ%2CoBAyCI%2CeAAiB%2C0BASb%3BEAlDR%2CoBA0CI%2CwBAA0B%2C0BAQtB%3BInB9KR%2CiBAAA%3BImBgLY%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%3BE0N1bhB%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%3BErMqHZ%2CcAAc%2CSACV%3BIACI%2CgCAAA%3B%3BEAEA%2CcAJM%2CSACV%2CcAGK%3BIACG%2C6BAAA%3B%3B%3BA2MrIZ%2CwBAJsD%3BE%5C%2FJkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BE%5C%2FC6sCR%2CoBAAqB%2CwBAAwB%2CyBAAyB%2CQAAO%3BIrCh%2BB7E%2CiBAAA%3B%3BEsBqDI%2CmBAAC%3BIACG%2CaAAA%3B%3BEsD4TR%2CeACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEjDlRR%2CiBAAkB%3BIACd%2CYAAA%3B%3BE8MpQJ%2CYACI%2CeACI%3BIzO8JR%2CYAAA%3B%3B%3BAmPrPJ%2CgBAJ2C%3BE5NyEvC%3BIAnBA%2CYAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEA%2BNJ%3BECwBQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BIDjFhB%2CcAAA%3B%3BEAyKA%3BIvB7LA%2CkBAAA%3B%3BEuBuOA%3BIvBnfA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEwB6SD%2CcAwDI%2CexBtWH%3BEwB8SD%2CcAwDI%2CexBrWH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEwBwSD%2CcAwDI%2CexBhWH%3BIACG%2CWAAA%3B%3BEuBoiBJ%3BEC7PA%2CcA8BI%2CgBACI%3BEA%5C%2FBR%2CcAwDI%2CeAEI%3BEA1DR%2CcAwDI%2CeAQI%3BID6KR%2CsBAAA%3B%3BEyEzgBI%2CUAAC%3BIACG%2CYAAA%3B%3BEoDPR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BE1I6OI%2CcAAe%2CSADlB%3BIAEO%2CmBAAA%3B%3BEAGJ%2CQALH%2CKAKI%3BIACG%2CcAAA%3B%3BEAEA%2CcAAe%2CSARtB%2CKAKI%3BIAIO%2CcAAA%3B%3BEAJR%2CQALH%2CKAKI%2CQAOG%2CiBAAmB%2CqBACb%3BIACE%2CmBAAA%3B%3BEAOpB%2CcAAe%3BIACX%2CmBAAA%3B%3BEAGJ%2CcAKI%2CeACI%3BEALR%2CoBAII%2CeACI%3BEAJR%2CqBAGI%2CeACI%3BEAHR%2CcAAc%2CoBAEV%2CeACI%3BEAFR%2CcAAc%2CqBACV%2CeACI%3BIACI%2CeAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcANR%2CeACI%2CcAKK%2CUAAU%3BEAAX%2CoBANR%2CeACI%2CcAKK%2CUAAU%3BEAAX%2CqBANR%2CeACI%2CcAKK%2CUAAU%3BEAAX%2CcARE%2CoBAEV%2CeACI%2CcAKK%2CUAAU%3BEAAX%2CcAPE%2CqBACV%2CeACI%2CcAKK%2CUAAU%3BIACP%2CcAAA%3B%3BEcgBhB%2CcACI%2CiBAKI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEATZ%2CcACI%2CiBAKI%2CWAKI%3BIACI%2CiBAAA%3B%3BEAEA%2CcAbZ%2CiBAKI%2CWAKI%2CQAGK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAhBpB%2CcAsBI%3BIACI%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CeAAe%3BIACX%2CgBAAA%3B%3BEA3BR%2CcA8BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CcA8BI%2CgBAOI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAQQ%2CcAlBhB%2CgBAOI%2CqBAKI%2CUAKI%2COACK%3BIACG%2CaAAA%3B%3BEAjDxB%2CcAwDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA7DZ%2CcAwDI%2CeAQI%3BIAEI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAQG%2CKAAI%3BIACA%2CUAAA%3B%3BEAzFZ%2CcA8FI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAGI%2CcALZ%2CiBACI%2CcAAgB%2CYAGZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEArGpB%2CcA8FI%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcApBR%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAQjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BEc1TR%2COAFR%2CgBACI%2CQACK%3BIjCmFb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BILgDA%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIK5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIiC%5C%2FCgB%2CgBAAA%3B%3BEjC4FhB%2COiCjGI%2CgBACI%2CQACK%2COjC%2BFZ%3BEACD%2COiClGI%2CgBACI%2CQACK%2COjCgGZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COiCvGI%2CgBACI%2CQACK%2COjCqGZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COiC5GI%2CgBACI%2CQACK%2COjC0GZ%3BEACD%2COiC7GI%2CgBACI%2CQACK%2COjC2GZ%3BEACD%2CQAAQ%2CUAAW%2CQiC9Gf%2CgBACI%2CQACK%3BIjC6GT%2CoBAAA%3BIL%2BBJ%2CYAAA%3B%3BEDjJA%2COuCGI%2CgBACI%2CQACK%2COvCLZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2COuCFI%2CgBACI%2CQACK%2COvCAZ%3BIC4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2COuCPI%2CgBACI%2CQACK%2COvCKZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEKxFA%2COiCtDI%2CgBACI%2CQACK%2COjCoDZ%3BEACD%2COiCvDI%2CgBACI%2CQACK%2COjCqDZ%3BEACD%2COiCxDI%2CgBACI%2CQACK%2COjCsDZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COiC7DI%2CgBACI%2CQACK%2COjC2DZ%3BEACD%2COiC9DI%2CgBACI%2CQACK%2COjC4DZ%3BEACD%2CQAAQ%2CUAAW%2CQiC%5C%2FDf%2CgBACI%2CQACK%3BItC4Ib%2CcAAA%3BIAAA%2CYAAA%3BIK5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEmO7LI%2C8BADJ%2CSACK%3BIACG%2CaAAA%3B%3BE9L0KR%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAOJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CeAAA%3B%3BEAIR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CeAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BEvB2PR%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEAEA%2CoBAJR%2CaACI%2CQAGK%3BIACG%2CYAAA%3B%3BEqBvNhB%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEsMjMZ%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CcAAA%22%7D */@charset "utf-8";
/* CSS Document */

/* CUSTOM FONT */


/* HEADER AND SETUP */
body.pixiedust { width:100%; position:relative; }
body.pixiedust a { color:#000; }
body.pixiedust .logo img { max-width:205px; }
.border-box { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box; }
body .panel.wrapper { border:none !important; }
body .panel.wrapper * { }
.phone-block { float:left; width:auto; padding-top:4px; }
body .header.content { padding:10px 0 25px !important; }
body.pixiedust .page-header .header.panel { padding:0px 0 0 !important; max-width:1200px; }

body.pixiedust #search_mini_form { position: relative; width:835px; max-width:100%; }
body.pixiedust #search_mini_form .amsearch-result-section { left:0; }
body.pixiedust .block-search .amsearch-input-wrapper { width:100% !important; }
body.pixiedust .amsearch-input-wrapper .amsearch-button.-loupe { display: none; }
body .block-search input#search { padding:5px 5px 5px 37px; height:46px; border:1px solid #bfbfbf !important; box-sizing: border-box; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/header-search.svg) no-repeat center left 5px / 30px !important; border-radius:5px; max-width:415px !important; }
body.pixiedust.-amsearch-overlay-opened .block-search input#search {  }
body .block-search input#search::placeholder { color:#7c7c7a; font-weight:400; }
body .block-search input#search:focus { box-shadow: none; border:none; background: #e1e1e1; }
body.pixiedust .amsearch-items-section { padding-top: 5px; }
body .block-search .amsearch-loader-block { left: 380px; background:url("../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-1.gif") no-repeat center / 100%; width:20px; height:20px; }
body.pixiedust .amsearch-input-wrapper .amsearch-button.-close { right:auto; left: 375px;}
body.pixiedust .amsearch-items-section:not(:first-child:last-child) div, body.pixiedust .amsearch-items-section:not(:first-child:last-child) { background:#f6f8fa; }
body.pixiedust .amsearch-products-section:not(:first-child) { border:0 !important; }
body.pixiedust .amsearch-item-container .amsearch-item .amsearch-link { color:#000; padding:0 20px; font-size: 12px; }
body.pixiedust .amsearch-item-container.-page a.amsearch-link{ color:#000; font-size: 12px; }
body.pixiedust .block-search .action.search:before { display:none; }
body.pixiedust .amsearch-item-container .amsearch-description { color:#000; padding:0 20px; font-size: 12px; }
body.pixiedust .amsearch-products-section.-grid:not(.-slider) .amsearch-item { background:none !important; }
body.pixiedust .amsearch-products-section .amsearch-item img { box-sizing: border-box; border:1px solid #f1f1f1; }
body.pixiedust .amsearch-products-section .amsearch-link { color:#000 !important; }
body.pixiedust  .amsearch-highlight { background:#e30613; color:#fff !important;  }
body.pixiedust .block-search .actions { position: absolute; top:0; left:0; z-index: 9999; width:30px; }
body.pixiedust .block-search .action.search > span { background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/header-search.svg) no-repeat center / 30px; width:20px; height:47px; font-size:0; display:block; position:static; transition: all 200ms ease; }
body.pixiedust .block-search .action.search:hover { background:none !important; }
body.pixiedust .block-search .action.search:hover span { }
body.pixiedust .block-search .action.search { display: block; padding: 0; border:none; background:none; right:0; }
body.pixiedust select { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrowx2.png) no-repeat center right 10px / 14px; }
body.pixiedust .amsearch-overlay-block { display:none !important; }

@media screen and (max-width:1200px) {
	body.pixiedust .amsearch-products-section.-grid { order:-2; }
	
}
@media screen and (max-width:767px) {
body.pixiedust .amsearch-products-section { border-top: 2px solid #e1e1e1; }
}

body .minicart-wrapper { margin-top:25px; }
body .minicart-wrapper.minicart-notlogged.active { text-align:right; }

.pixiedust .breadcrumbs .item:not(:last-child):after { font-family:inherit; content:'>'; font-size: 12px; }
body.pixiedust .blue { color:#2968f6 !important; }
body.pixiedust .red { color:#e30613 !important; }
body.pixiedust { font-family: 'Muli', sans-serif !important; font-weight:100; font-size:14px !important; color:#000 !important; background: #fff; }


body.pixiedust h1 {  font-size:36px; font-weight:400; }
body.pixiedust h1.smlr { font-size:20px; }
body.pixiedust h2 {  font-size:24px; }
body.pixiedust h3,body.pixiedust h4,body.pixiedust h5,body.pixiedust h6 { font-size:21px; }
body.pixiedust h3 { font-size:22px; }
body.pixiedust h4, body.pixiedust h5 { font-weight: 600; }
.italic { font-style:italic !important; text-align:center; }
h1,h2,h3,h4,h5,h6 { color:#000; font-weight: bold; }

body.pixiedust h4.fancy {  color:#000;font-size:20px;font-weight:normal; margin-bottom:5px; width:100%; float:left; text-align: center; }
.push-up { margin-top:60px;  }
.hp-title { margin-top:0; font-weight: 400 !important; font-size: 16px; width:100%; text-align: center; float: left; }
body.pixiedust ul li { break-inside: avoid; }
body.pixiedust select { appearance:none; }
.password-weak .password-strength-meter { background-color:#e30613; color:#fff; }
.password-medium .password-strength-meter { background-color:#fa5f00;color:#fff; }
.password-strong .password-strength-meter, .password-very-strong .password-strength-meter { background-color:#30a935;color:#fff; }

body.pixiedust span.xxlarge  { font-size:100px; line-height:1.1; font-weight:600; display:block; margin:0 0 20px; }
body.pixiedust span.xlarge  { font-size:68px; line-height:1.1; font-weight:600; display:block; margin:0 0 20px; }
body.pixiedust span.large { font-size:60px; line-height:1.1; font-weight:600; display:block; margin:0 0 20px; }
body.pixiedust span.xmedium  { font-size:32px; line-height:1.1; font-weight:400; display:block; margin:0 0 20px; }
body.pixiedust span.medium  { font-size:22px; line-height:1.1; font-weight:400; display:block; margin:0 0 20px; }
body.pixiedust span.small { font-size:14px; }
body.pixiedust .hide-desktop { display:none; }

body.pixiedust span.xxlargeclamp { font-size: clamp(40px,5vw,100px) !important; display:block; line-height:1.1; font-weight:600; margin-bottom: clamp(10px,2vw,20px) ; }
body.pixiedust span.xlargeclamp { font-size: clamp(32px,4.5vw,68px) !important; display:block; line-height:1.1; font-weight:600; margin-bottom: clamp(10px,2vw,20px); }
body.pixiedust span.largeclamp { font-size: clamp(26px,4.0vw,60px) !important; display:block; line-height:1.1; font-weight:600; margin-bottom: clamp(10px,2vw,20px); }
body.pixiedust span.mediumclamp { font-size: clamp(16px,1.6vw,22px) !important; line-height:1.1; margin-bottom: clamp(10px,2vw,30px) !important; }
body.pixiedust span.smallclamp { font-size: clamp(10px,1.2vw,14px) !important; line-height:1.1; margin-bottom: clamp(10px,2vw,30px) !important; }

body.pixiedust .outline { max-width:430px; margin:auto auto 30px !important; position: relative; }
body.pixiedust .outline:before { content:''; height:1px; width: 1000px; background:#000; left:-1020px; position:absolute; top: 50%; transform: translate(0,-50%); }
body.pixiedust .outline:after { content:''; height:1px; width: 1000px; background:#000; right:-1020px; position:absolute; top: 50%; transform: translate(0,-50%); }


body.pixiedust ul.ticks { list-style: none; padding: 0; margin: 0 0 20px; }
body.pixiedust ul.ticks li:before { content:''; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/checkmark-bulletpts.svg) no-repeat center / 12px; width:20px; height:20px; position: absolute; left:0; top: 50%; transform: translate(0,-50%); filter:invert(18%) sepia(99%) saturate(6916%) hue-rotate(352deg) brightness(87%) contrast(104%);; }
body.pixiedust ul.ticks li { position: relative; padding-left: 25px; box-sizing: border-box; }

body.pixiedust .page.messages { width:100%; float:left; display: block; }
body.pixiedust .message.success, body.pixiedust .message.error, body.pixiedust .message.notice, body.pixiedust .message.info, body.pixiedust .message.warning { background:#f6f8fa !important; box-sizing: border-box; width:100%; float:left !important; display:block; padding:15px 15px 15px 45px; font-size: 14px !important; border-radius: 2px; min-height: 10px; }
body.pixiedust .message.success, body.pixiedust .message.success a, body.pixiedust .message.success:visited { color:#30a935; text-decoration: none; font-weight: bold; }
body.pixiedust .message.success > *:first-child:before { content:''; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Checkmark-greenx2.png) no-repeat center / 19px; width:19px; height:19px; left:15px; top:26px; }
body.pixiedust .message.error, body.pixiedust .message.error a, body.pixiedust .message.error a:hover { color: #e30613; font-weight: bold; float:left; }
body.pixiedust .message.error > *:first-child:before { content:''; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Not-in-stock-productx2.png) no-repeat center / 19px; width:19px; height:19px; left:15px; top:26px; }
body.pixiedust .message.info, body.pixiedust .message.info a, body.pixiedust .message.info a:hover, body.pixiedust .message.warning, body.pixiedust .message.warning a, body.pixiedust .message.warning a:hover, body.pixiedust .message.notice, body.pixiedust .message.notice a, body.pixiedust .message.notice a:hover {  color:#fa5f00; font-weight: bold; }
body.pixiedust .message.info > *:first-child:before, body.pixiedust .message.notice > *:first-child:before, body.pixiedust .message.warning > *:first-child:before { content:''; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Cantfind-productx2.png) no-repeat center / 19px; width:19px; height:19px; left:15px; top:26px; }

body.pixiedust .product-item-details .message.notice > *:first-child:before { top:28px; }

body.pixiedust .modals-overlay { background-color: rgba(0, 0, 0, 0.75); }
body.pixiedust .validator.validator-email.validation-yes .feedback, body.pixiedust .validator.validator-phone.validation-yes .feedback { background-color:#30a935;}

body.pixiedust .message.global.cookie { position: static; background:#333333; text-align: center; color:#fff; }
body.pixiedust .message.global.cookie .content { max-width: 1200px; box-sizing: border-box; padding:10px; margin:auto; }
body.pixiedust .message.global.cookie .content a { color:#fff; text-decoration: underline; }
body.pixiedust .message.global.cookie .content button span { font-size:14px; font-weight: bold; }

body.pixiedust button,body.pixiedust button.action.primary { transition:all 300ms ease; }
body.pixiedust button span { color:#fff; text-transform: uppercase; font-weight: 600;}

.bluebutton { background:#4d80a4; color:#fff; font-weight: bold; padding:10px 40px; transition:all 200ms ease; font-size:16px; display:inline-block;}
.bluebutton:hover { text-decoration: none; background:#174069; }

.greenbutton { background:#86ad30; color:#fff; font-weight: bold; padding:10px 40px; transition:all 200ms ease; font-size:16px; display:inline-block;}
.greenbutton:hover { text-decoration: none; background:#467509; }

body.pixiedust .breadcrumbs .items {  font-weight: bold; color:#000; }
body.pixiedust .breadcrumbs a:visited { color:#000; }

@media screen and (min-width: 1200px) {
	body.pixiedust .logo { margin:18px 0 0; }
    body .block-search { display:block !important; width:35% !important; float:left !important; padding:0 !important; margin:21px 0 0 195px !important; z-index: 2000; left:0;}
	body .page-wrapper.fixedheader { transform: none !important; transition: none !important; }
	body .page-wrapper.fixedheader .panel.wrapper { display:none; }
	body .page-wrapper.fixedheader .page-header { position:fixed; width:100%; background:#fff; top:0; height:86px;  }
	body.catalog-product-view .page-wrapper.fixedheader .page-header { height:auto;}
	body .page-wrapper.fixedheader .header.content { padding:0 0 15px !important; }
	body .page-wrapper.fixedheader .sections.nav-sections { position: fixed; width:100%; background:#fff; z-index: 98; }

}
@media screen and (max-width: 1220px) {
    body.pixiedust h1 { font-size:28px;}
	body.pixiedust span.xxlarge  { font-size:70px; }
	body.pixiedust span.xlarge { font-size:60px;  }
	body.pixiedust span.large { font-size:52px;  }
	body.pixiedust span.xmedium  { font-size:28px; }
	body.pixiedust span.medium { font-size:20px;  }

}
@media screen and (max-width: 950px) {
	body.pixiedust span.xxlarge  { font-size:55px; }
    body.pixiedust span.xlarge { font-size:45px;  }
	body.pixiedust span.large { font-size:32px;  }
	body.pixiedust span.xmedium  { font-size:22px; }
	body.pixiedust span.medium { font-size:18px;  }
}

@media screen and (max-width: 600px) {
	body.pixiedust span.xxlarge  { font-size:40px; }
    body.pixiedust span.xlarge { font-size:38px;  }
	body.pixiedust span.large { font-size:26px;  }
	body.pixiedust span.xmedium  { font-size:20px; }
	body.pixiedust span.medium { font-size:16px;  }
}

@media screen and (max-width: 768px) {
	body.pixiedust h1 { font-size:22px;}
}

@media screen and (max-width:767px) {
	body.pixiedust .hide-desktop { display:block !important; }
	body.pixiedust .hide-mobile { display:none !important; }
}

@media screen and (max-width: 370px) {
	body.pixiedust span.xxlarge  { font-size:32px; }
    body.pixiedust span.xlarge { font-size:28px;  }
	body.pixiedust span.large { font-size:22px;  }
	body.pixiedust span.xmedium  { font-size:16px; }
	body.pixiedust span.medium { font-size:14px;  }
}

/* UPPER LINKS */
body.pixiedust .page-header .wrapper { background:#e30613; }
body.pixiedust header.page-header { z-index:10; background:#fff; }
body.pixiedust .nav-sections {  position:relative; overflow: visible; border-bottom:1px solid #bfbfbf; border-top:1px solid #bfbfbf;  z-index:10; background:#fff; margin-bottom:0; }
body.pixiedust.page-print .nav-sections { display:none; }
body.pixiedust .header ul.links li a { padding:5px; transition:all 200ms ease; }
body.pixiedust .header ul.links li a:hover { text-decoration:none; }
.phonecon, .top-links-left ul li.phonecon {   margin-left:0px !important; background:transparent url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/utility-help.svg) no-repeat left 2px / 22px; padding-left:27px;  }
body.pixiedust .noborder.logcon { padding-top: 0;  }
body.pixiedust .noborder.logcon a { padding-top: 8px !important; height: 23px; display: block; text-decoration: underline !important; color:#636363; }
body.pixiedust .welcomeli { color: #636363;  }
body.pixiedust .welcomeli span { position: static; }

.top-links-left { float:left; text-align:left; width:auto; }
.top-links-left ul { list-style:none;padding:3px 0 3px;margin:0; }
.top-links-left ul li { display:inline-block; margin:0; font-size:13px; color:#fff; }
.top-links-left .item.link.compare { margin-left: 5px; }
.top-links-left ul li a {  background:none; padding:5px 0px !important; display:block; color:#fff; }

.top-links-right { float:right; text-align:right; padding-top:0px; }
.top-links-right ul { list-style:none;padding:0px 0 0;margin:0; display:flex !important; align-items:center; gap: 20px; flex-wrap: wrap; }
.top-links-right ul li { display:flex; align-items: center; font-size:13px; position:relative; height:34px; margin:0; }
.top-links-right ul li span { padding:5px 0; color:#fff; }
li.noborder { border:none !important; background:none;   }
.tl-articles.noborder { padding-right:0; background:none; margin-right:0; display:flex; align-items: center; }
.top-links-right ul li.tl-nextday {  }
.top-links-right ul li.tl-nextday span { background:#e30613 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/utility-delivery.svg) no-repeat center left / 33px; padding-left:37px; }
.top-links-right ul li.tl-warranty {  }
.top-links-right ul li.tl-warranty span { background:#e30613 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/utility-warranty.svg) no-repeat center left / 23px; padding-left:24px; }
.top-links-right ul li.tl-returns {  }
.top-links-right ul li.tl-returns span { background:#e30613 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/utility-returns.svg) no-repeat center left / 21px; padding-left:24px; }
.top-links-right ul li.tl-trustpilot { width:190px; }
.top-links-right ul li.tl-trustpilot a { padding:0; margin:0; float:left; }
.top-links-right ul li.tl-trustpilot span { position:absolute; left:0%; top:50%; transform:translate(0%,-50%); -webkit-font-smoothing: subpixel-antialiased; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Trustpilot-bluex2.png) no-repeat center/ 100%; font-size:0; display:inline-block; width: 100%; height:38px; padding:0; }




.tl-currency ul { display:none; position: absolute; box-sizing: border-box; padding: 0; z-index: 99; background:#eef0f2; }
.tl-currency ul li { display:block; clear:both; text-align: left; padding: 0; margin:0 0 0px; padding:5px; background:none; transition:all 100ms ease; }
.tl-currency ul li:hover { background:#86ad30; color:#fff; }
.tl-currency ul li:hover a { color:#fff !important; }
.tl-currency:hover ul { display:block; }

.tl-currency #switcher-currency { color:#777; padding-right:14px !important; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/greyspc.gif) no-repeat center right; margin-right:5px;  }
.tl-currency #switcher-currency #switcher-currency-trigger { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrowx1.png) no-repeat center right 6px / 5px; padding-right: 15px; padding-left:5px; transition: all 200ms ease; }
.tl-currency #switcher-currency #switcher-currency-trigger:hover {  }
.switcher-option:hover a, .switcher-option a:hover { color:#777!important; }
.strap-line-touch { display:none; }

@media screen and (max-width: 1200px) {
	body.pixiedust h3, body.pixiedust h4, body.pixiedust h5, body.pixiedust h6 { font-size:18px; }
	.va-note .va-msg { float:none; display:inline-block; }
	.mycon { float:none; display:inline-block; }
	.va-note {  width:33.33%; }
	.van4 { display:none; }

	body.pixiedust header.page-header { border-bottom: 0; }
	body.pixiedust .va-note { padding:6px 10px 10px; }
	body.pixiedust .welcomeli { display:none !important; }
}

@media screen and (max-width: 950px) {

	body.pixiedust .valueadded-block { padding:5px 0;}
}
@media screen and (min-width: 1220px) {
.header.content {
    padding: 30px 0px 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main { padding-left:20px !important; padding-right:20px !important;
}
}
@media screen and (max-width: 860px) {
	.va-note {  width:50%; }
	.van3 { display:none; }
}
@media screen and (max-width: 680px) {
	.va-note {  width:100%; }
	.van2 { display:none; }
}

/* LOGIN POPUP */
.popup-authentication .modal-inner-wrap .welcome { width:100%; float:left; margin:0 0 5px; }
.popup-authentication .modal-inner-wrap .welcome span { font-size:26px; margin-right: 8px; }
.popup-authentication .modal-inner-wrap .welcome span.red { font-weight: bold; }
.popup-authentication { border-top: 0; }
.popup-authentication .form.form-login div.fieldset { margin:20px 0 0; }
.popup-authentication .head-login { box-sizing: border-box; padding:0; }
.popup-authentication .head-login .block.block-login { padding:0 45px; width:100%; }
.popup-authentication .modal-inner-wrap span.label { font-weight: bold; font-size:12px; margin:0 0 2px; width:100% !important; float:left !important;  }
.popup-authentication .actions a.f-left { float:right; color:inherit; width:auto; padding-top: 8px; }
.popup-authentication .actions button.button { color:#000; border:1px solid #000; background:#fff; box-shadow: none; padding:7px 30px; transition: all 200ms ease; }

.popup-authentication .actions { padding:25px 0 10px; }
.popup-authentication .actions button.button span { color:#000; font-size:12px; }
.head-login-out { position:absolute; z-index:999; width:100%; text-align:center; }
.head-login { width: 100%; margin: 0; background:#fff; padding:0px; position:relative; overflow:hidden; }
.touch .head-login { width:90%; margin:20px auto; }

.head-login .block-login { border:none; text-align:left; padding:20px; display:block;  }
.head-login .block-login input.input-text { width:100%; color:#000; font-size:14px; height:40px; background: #fff; }
.head-login .actions a { text-align:right; width:100%; text-decoration:underline; font-size:12px; }
.popup-authentication .head-login .block-login { height:auto; }
.modal-popup.popup-authentication .modal-content { padding:0; }
.popup-authentication .block-authentication { border-top:0 !important; }

.popup-authentication input.input-text:-webkit-autofill,
.popup-authentication input.input-text:-webkit-autofill:hover,
.popup-authentication input.input-text:-webkit-autofill:focus,
.popup-authentication input.input-text:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

body.pixiedust .modal-custom .action-close { padding: 10px 30px 10px 10px; }
body.pixiedust .modal-custom .action-close:before, body.pixiedust .modal-popup .action-close:before, body.pixiedust .modal-slide .action-close:before { color:#000; font-size:18px; }


.login-lower-block {  background:#d70100; padding:35px 45px; margin:20px 0px -0px; text-align:right; float:left; width:100%; box-sizing:border-box; color:#fff; }
a.regis { border:1px solid #fff !important; font-weight:bold; padding:7px 30px; margin-left:5px; border-radius:3px; line-height:18px; color:#fff; text-decoration: none; transition:all 200ms ease; background:#d70100; }
a.regis:hover { background:#ca0001; }
.login-lower-block span { float:left; padding-top: 8px; font-size: 12px; }
.login-lower-block a { float:right; }
.login-lower-block a span { float:none; color:#fff; font-size: 12px; }
.modal-header { background-color: #fff; }

@media screen and (min-width: 768px) {

.popup-authentication .modal-inner-wrap { max-width:600px; min-width: 120px !important; width:500px !important; border-radius: 5px; overflow: hidden;}
}
@media screen and (min-width: 1200px) {
	.popup-authentication .actions button.button:hover { background:#eef0f2; color:#666; border-color:#999 !important; }
}
@media screen and (min-width: 1025px) {
	.checkout-index-index .modal-popup .modal-inner-wrap { margin-left:-260px !important; }
}
@media screen and (max-width: 768px) {
	.popup-authentication .head-login .block.block-login { box-sizing: border-box; }
	.popup-authentication .modal-inner-wrap { background:#d70100 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Henry-smilex1.png) no-repeat center bottom -90px / 246px !important; }
	.checkout-index-index .modal-popup .modal-footer .action-hide-popup { display:none; }
	.checkout-index-index .modals-wrapper .modal-popup .modal-header { padding:13px 30px 15px; }
	.checkout-index-index .modals-wrapper .modal-popup h1.modal-title { padding:0; margin:0;}
	.checkout-index-index .modals-wrapper #shipping-new-address-form { padding-top:15px;}
}
@media screen and (max-width: 600px) {
.login-lower-block span { width:100%; text-align: center; }
	.login-lower-block { text-align: center; }
	.login-lower-block a { float: none; display:inline-block; margin-top: 15px; }

}

/* TOP NAV */
body.pixiedust .navigation { background:none; }
body.pixiedust .navigation ul { width:100%;  }
body.pixiedust .navigation ul li.level0 { text-align:center; margin:0 15px; }
body.pixiedust .navigation ul li.level0 .level-top { font-size:16px; color:#333; font-weight:400; display:inline-block; vertical-align:middle; text-align:center; line-height:20px; padding:12px 15px 13px; border-bottom: 0px solid #fff; text-decoration: none !important; transition:all 300ms ease; text-transform: uppercase;}
body.pixiedust .navigation ul li.level0:hover .level-top, body.pixiedust .navigation ul li.actived .level-top { color:#e30613;}
body.pixiedust .navigation ul li.level0.topcatref_57 a { color:#FA0A0D; text-decoration: underline; }
body.pixiedust #sidebarIn .navigation ul li.level0 a { color:#000; background:#fff; width:100%; text-align:left; padding:15px 22px; box-sizing:border-box; border-top:1px solid #7d7d7d; border-bottom:1px solid #7d7d7d; margin-top:-2px;  }
body.pixiedust #sidebarIn .navigation ul li.level0 a.all-link-top { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/starcon.png) no-repeat 15px / 17px; padding-left:37px; }

body.pixiedust #sidebarIn .navigation ul li.level0.mobileactive a { background:#fff; color:#d90000; }

body.pixiedust ul.pm-topmenu { padding:0;width:100%; text-align: center;}
body.pixiedust .sidebarinside  ul.pm-topmenu { border-top:none; }
body.pixiedust .navigation ul li .has-mega {  position:absolute; top:50%; margin-top:-5px; right:-4px; width:15px; height:9px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/nav-arrow-down-red.svg) no-repeat center / 18px; display:block; filter:grayscale(1); transition:all 200ms ease; }
body.pixiedust .panel.header b { font-weight: 600; }
body.pixiedust .navigation ul li.actived .has-mega { filter:none; }


/* MOBILE NAV */
body.pixiedust .sidebarinside .navigation ul li.level0 { font-weight: normal; }
body.pixiedust .sidebarinside .navigation ul li.level0 .level-top { padding:0; }
body.pixiedust .sidebarinside .navigation ul li.level0 .level-top { padding-left:0px; }
body.pixiedust .sidebarinside ul.pm-topmenu { display:block; position: relative; transition: all 200ms ease;}
body.pixiedust .sidebarinside ul.pm-topmenu li.placehold { background:#fff; color:#fff; text-align:left; padding:11px 15px; font-weight:bold; }
body.pixiedust .sidebarinside .navigation ul li.level0 .level-top { border-bottom:0; }
body.pixiedust .sidebarinside .navigation ul li.level0 { margin:0; }

.nav-slider { width:100%; position: relative; z-index: 999; }
body.pixiedust .sidebarinside ul ul { float:left; width:100%; border-bottom:1px dashed #808080; padding-bottom: 20px; margin-bottom:15px; }
.nav-orgini { position: relative; z-index: 2; }

/* MINI CART */
body.pixiedust .minicart-wrapper .action.showcart .counter.qty { background:none; color:#333; text-align:right; min-width:100%; height:45px; padding:12px 36px 0 0px; box-sizing: border-box; font-size:16px; display:inline-block; }
body.pixiedust .minicart-wrapper .action.showcart .counter.qty .counter-number { display:block;  }

body .minicart-wrapper .showcart { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/basketcon.jpg) no-repeat left 8px; width:auto; height:48px; padding-left:0px; min-width: 87px; }
body .minicart-wrapper .action.showcart:before { display:none; }
body.pixiedust .minicart-wrapper .action.showcart.active:before { display:none; }
body.pixiedust .minicart-wrapper a.loginklink { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/header-account.svg) no-repeat left top 7px / 30px; color:#333; font-size:16px; padding:11px 0 11px 33px; margin-left: 45px; /*height:20px;*/ margin-top:-5px; float:left; font-weight: 600; }

body.pixiedust .minicart-notlogged { margin-top:28px; }
.logbut { background:#80a327; color:#fff; box-sizing:border-box; padding:10px 20px; text-align:center; transition:all 200ms ease; }
.logbut span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Account1x.png) no-repeat center left; padding-left:15px; }
.lb1 { margin-right:10px; }
.lb2 span {background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Register1x.png) no-repeat center left; padding-left:19px;}
.logbut:hover { background:#406806; }
a.linkbut:hover { text-decoration:none !important;}

body.pixiedust .minicart-notlogged a.showcart { background:none !important; margin-top:-10px; border:none; position:relative; margin-right:0px; }
body.pixiedust .minicart-notlogged a.showcart span.logbut span { padding:0; background:none; font-weight: 600; }
body.pixiedust .minicart-notlogged span.cartitle span { padding-left: 3px !important; }
body.pixiedust .minicart-notlogged span.cartitle span.superf {  }

.baskcon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/header-basket.svg) no-repeat center; background-size:29px; position:absolute; right:0px; top:-2px; width:40px; height:55px; display:block; text-align:center; color:#fff; }
.baskcon span { width:100%; display:block; font-size:10px; background:#e30613; width:16px; height:16px; position:absolute; bottom:9px; right:0; border-radius:50%; margin:0; padding:0; }
.baskcon span span { position:absolute; width:auto; height:auto; color:#fff; background:none; left:50%; top:50%; transform:translate(-50%,-50%); margin:0; padding:0; line-height:13px; bottom:auto; }

@media screen and (min-width: 1200px) {
	body.pixiedust .minicart-notlogged { min-width:300px; text-align: right;}
}
@media screen and (max-width: 1200px) {
	body.pixiedust .minicart-notlogged span.cartitle span.superf { float:none; }
	body.pixiedust .baskcon { left:auto; right:0px; width:35px; }
	.minicart-wrapper .loginklink { display:none; }

	.lb2 { display:none; }
	body.pixiedust .minicart-notlogged { margin-top:5px; width:20%; right:30px !important; }
	body.pixiedust .columns { float:left; width:100%; }
	body .minicart-wrapper { width:20%; }
	body.pixiedust .minicart-notlogged a.showcart { margin-right:0; border:none; margin-top:20px; }
	body.pixiedust .minicart-notlogged a .baskcon { background-size:43px; top:-5px; }
	body.pixiedust .minicart-notlogged span.cartitle span { float:none; }

}

@media screen and (max-width: 1200px) and (min-width:768px) {
	body.pixiedust .minicart-notlogged { right:30px !important; }
}
@media screen and (max-width:768px) {
     body.pixiedust .minicart-notlogged span.cartitle { font-size:12px; }
}
@media screen and (max-width: 650px) {
	body.pixiedust .minicart-notlogged .superf { display:none; }

}


@media screen and (max-width: 600px) {
	body.pixiedust .loggies-buttons .logbut { background:none !important; padding:0 !important; margin:0; }
    body.pixiedust .loggies-buttons .logbut span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Account4x.png) no-repeat center left; padding:0px !important; background-size:30px; width:30px; height:34px; display:block; font-size:0; }
	body.pixiedust .minicart-notlogged.loggies-buttons { margin-top:-84px; }
}

/* HP GENERAL */
.cms-index-index .column.main { text-align: center; }
.cms-index-index .pm-fblock-wrap.pm-columns_style3 { margin-bottom:30px; margin-top:0; padding:50px 0 25px;  }
.cms-index-index .block.widget.pm-widget-wrap.block-products-list.grid { margin-bottom:0; }

/* PIXIE BANNERS */

.cms-index-index .message.success { margin:10px 0;  }
.columns .column.main { min-height: 0; }
.cms-index-index .columns .column.main { padding-bottom:0; max-width:100%; }
.pm-container { width:100%; margin-top:0px; position:relative; z-index: 1; overflow:hidden; }
.pm-banner-wrap { width:100%; }
.pm-banner-outer { width:100%; height:auto; }

.pm-banner-single img.pm-banner-switch-img-single { width:100% !important;  }

.pm-banner-container { width:100%; text-align:center; position:relative; overflow:hidden; z-index: 1; margin-top:0px; }
.pm-banner-container .pm-container { margin:auto; }
.pm-banner-container .pm-container .slick-initialized .slick-slide { padding:0 5px;}
.pm-container.main-page-banner { margin-bottom:-5px; }

.pm-banner-hide { display:none !important; }

.pm-banner-group-item.cycle-slide { display:block; width:100%; }
.pm-banner-group-item.cycle-slide img { width:100%; }

.pm-banner-container .pm-banner-outer { text-align:left; cursor:pointer;}
.pm-banner-container .pm-banner-outer img { display:inline; width:100%;  }

.pm-feature-wrapper .pm-container.main-page-banner .pm-banner-content, .pm-feature-wrapper .pm-banner-single .pm-banner-content {  position: relative; padding:0; }
.pm-feature-wrapper .pm-container.main-page-banner .pm-banner-content .pm-banner-position, .pm-feature-wrapper .pm-banner-single .pm-banner-content .pm-banner-position { width:100%; position:absolute; top:50%; left:0; transform: translate(0,-50%); text-align: left;  box-sizing: border-box; color:#000; padding:20px; }

.pm-feature-wrapper .content-align-right .pm-banner-position { left:auto !important; right:0; }
.pm-feature-wrapper .content-align-centre .pm-banner-position { left:50% !important; transform: translate(-50%,-50%) !important; text-align: center !important; }

.pm-feature-wrapper .pm-banner-content .mob-only { display:none; }

.pm-banner-single .pm-banner-content .pm-banner-position { width:100%; }
body.pixiedust .pm-banner-position h1.fancy, body.pixiedust .pm-banner-position h2.fancy, body.pixiedust .pm-banner-position h3.fancy { font-size:68px !important; color:#fff; margin:0 0 15px; padding:0; }
.pm-banner-position a.bluebutton { background: #04a4d8; color:#fff; padding:8px 35px; transition:all 200ms ease; float:left; margin-top: 30px; font-weight: bold; }
.pm-banner-position a.bluebutton:hover { background:#0069b7; text-decoration: none; }

.pm-banner-position a.greenbutton { background:#dfcd58; color:#333; padding:11px 20px; box-sizing: border-box; width:100%; text-align: center; transition:all 200ms ease; float:left; margin-top: 30px; font-weight: bold;}
.pm-banner-position a.greenbutton:hover { text-decoration: none; background:#c3a51e; }

.pm-banner-inner { width:100%; padding:0; margin:auto; box-sizing:border-box; line-height:0; position:absolute; top:0; left:0; height:100%; }
.pm-banner-content { line-height:1.42857143; cursor:pointer; max-width:1200px; margin:auto; color:#fff; padding-top:20px; }
.pm-banner-content span.fancy { display:block; color:#fff; font-size:35px; margin-bottom: 10px; }
.pm-banner-content h1 { font-size: 58px !important; margin:0 0 20px; }
.pm-banner-content h1, .pm-banner-content h2, .pm-banner-content h3, .pm-banner-content span, .pm-banner-content p { color:inherit; }
.pm-banner-content p { margin-bottom:20px; font-size:16px; }
.pm-banner-content span { display:block; font-size:14px;  }
span.banner-button {  background:#eb644f; padding:8px 15px; transition:all 300ms ease; color:#fff; border-radius: 2px; width:auto; text-shadow: none; display:inline-block; margin-top:25px; }
span.banner-button:hover { background-color:#d92718 !important; }
.pm-banner-control { width:100%; box-sizing:border-box; float:left; position:relative; margin-top:25px; padding-left:20px; }
.pm-banner-control a,.pm-banner-control a:hover { font-size:16px; color:#fff; text-decoration:underline; font-weight:bold; }
.pm-banner-inner a.redbutton { font-size:12px; }

.slick-dots { margin-top:10px; }
body.pixiedust .slick-dots li { display:inline; padding:0 4px; margin:0; }
body.pixiedust .slick-dots li button { border:1px solid #e9ebed; padding:0; background:#e9ebed; width:12px; height:12px; border-radius: 50%; font-size: 0; display: inline-block; margin:0 0px; cursor: pointer;}
body.pixiedust .slick-dots li.slick-active button,body.pixiedust .slick-dots li.slick-active button:hover { background:#888887; }
.valueadded-dots .slick-dots { margin-bottom: 10px; float:left; width:100%; text-align: center; margin-top:7px; }
.pm-container .banprev { position:absolute; width:30px;  height:30px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/LeftArrowx1w.png) no-repeat center / auto 30px; z-index: 999; left:0; top:50%; margin-top:-15px;cursor: pointer; opacity: 0.5; transition:all 200ms ease; }
.pm-container .banprev:hover { opacity: 1; }
.pm-container .bannext { position:absolute; width:30px;  height:30px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/RightArrowx1w.png) no-repeat center / auto 30px; z-index: 999; right:0; top:50%; margin-top:-15px; cursor: pointer; opacity: 0.5; transition:all 200ms ease;}
.pm-container .bannext:hover { opacity: 1; }
.whitebutton, .pm-banner-content .whitebutton { background:#fff; padding:10px 32px; margin-top:40px; color:#000 !important; font-weight: 600; font-size:12px; text-decoration: none !important; transition:all 200ms ease; }
.pm-banner-content .whitebutton  { display:inline-block; border-radius: 3px; }

.pm-banner-inner .banner-center { text-align: center; width:100%; }
.pm-banner-inner .banner-right { text-align: right; width:100%; }
.pm-banner-inner .banner-center a.bluebutton, .pm-banner-inner .banner-right a.bluebutton { float:none;}

@media screen and (min-width: 1200px) {
	.pm-banner-container .pm-banner-outer img { }
	.whitebutton:hover { background:#eef0f2; }
}

@media screen and (max-width: 780px) {

body.pixiedust .pm-banner-content .mob-only { display:block; }
body.pixiedust .pm-banner-content .desk-only { display:none; }
body.pixiedust .pm-banner-inner.mo-content-align-right .pm-banner-position { left:auto !important; right:0 !important; text-align: right !important; }
body.pixiedust .pm-banner-inner.mo-content-align-centre .pm-banner-position { left:50% !important; transform: translate(-50%,-50%) !important; text-align: center !important; margin-left: 0 !important; }
}

@media screen and (max-width: 768px) {
	.pm-container.main-page-banner, .pm-container.main-page-banner .pm-banner-wrap, .pm-container.main-page-banner .pm-banner-content {  }

}


/* FEATURE MODULE */
.pm-feature-wrapper .in-content { width:40%; position: absolute; top:50%; left:0; transform: translate(0%,-50%); text-align: left;}
.pm-feature-wrapper .in-content p, .pm-feature-wrapper .in-content span, .pm-feature-wrapper .in-content h1, .pm-feature-wrapper .in-content h2, .pm-feature-wrapper .in-content h3, .pm-feature-wrapper .in-content h4 { color:inherit; }
.pm-feature-wrapper .product-feature .in-content { position: absolute; }
.pm-feature-wrapper .product-feature.direction_right .in-content { left:auto; right:0; }
.pm-feature-wrapper .product-feature.direction_centre .in-content { left:50%; transform:translate(-50%,-50%); text-align: center; }
.pm-banner-wrap-out.pm-feature-wrapper { width:100%; float:left; }
.pm-banner-wrap-out.pm-feature-wrapper .product-feature { width:100%; }
.pm-feature-wrapper .in-content span.blackbox { background:#000; padding:3px 7px; font-size:12px; clear:both; margin-bottom:10px; display:inline-block; color:#fff;  }
.pm-feature-wrapper .in-content .nameandsku { width:100%; float:left; margin-bottom:20px; }
.pm-feature-wrapper .in-content .nameandsku h2, .pm-banner-content .feature .nameandsku h3, .pm-banner-.pm-feature-wrapper .in-content .nameandsku h4 { font-size:58px; color:inherit; display:inline; }
.pm-feature-wrapper .in-content .nameandsku .sku { font-size:18px; display: inline; color:inherit; margin-left:15px; }
.pm-feature-wrapper .in-content .reviewbox { width:100%; float:left; margin:-10px 0 20px; }
.pm-feature-wrapper .in-content .reviewbox img { float:left; }
.pm-feature-wrapper .in-content .reviewbox a { color:inherit; float:left; text-decoration: underline; margin:-2px 0 0 5px;}



.pm-feature-wrapper .in-content .highlightbox { border-top:1px solid #f0828a; border-bottom:1px solid #f0828a; padding:10px 0; width:70%; float:left; margin-bottom: 20px; }
.pm-feature-wrapper .in-content .highlightbox .content { width:16%; float:left; position: relative; }
.pm-feature-wrapper .in-content .highlightbox .content img { width:100%; float:left; }

.pm-feature-wrapper .in-content .highlightbox .content p { position: absolute; width:370%;top:50%; left:0%; transform: translate(33%,-50%); font-weight: 400; font-size:16px; }

.pm-feature-wrapper .in-content .quadbox { width:85%; float:left; }
.pm-feature-wrapper .in-content .duorow { width:100%; float:left; margin-bottom:10px; }
.pm-feature-wrapper .in-content .duorow .row { width:50%; float:left; }
.pm-feature-wrapper .in-content .duorow .row .content { width:16%; float:left; position: relative;}
.pm-feature-wrapper .in-content .duorow .row .content img { width:100%; float:left; }
.pm-feature-wrapper .in-content .duorow .row .content p { position: absolute; top:50%; left:0%; width:372%; transform:translate(40%,-50%);  margin:0; padding:0; line-height: 17px; font-size:14px; font-weight:600; }

.pm-feature-wrapper .in-content .blurb { width:65%; float:left; font-size:12px; margin:10px 0 20px; }
.pm-feature-wrapper .in-content .blurb p { font-size:14px; }
.pm-feature-wrapper .in-content .buttons { width:100%; float:left; }
.pm-feature-wrapper .in-content .buttons a { float:none; display:inline-block; margin-right:20px; }
.pm-feature-wrapper .in-content button.playbutton { border:1px solid #fff; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Play-iconx2.png) no-repeat center left 14px / 10px; padding:9px 20px 9px 30px; border-radius: 3px; text-decoration: none !important; float:left; margin-right:10px; box-shadow: none; height:38px; color:#fff; font-size:12px; line-height: 15px; transition: all 200ms ease; }

.pm-feature-wrapper .in-content button.playbutton span { color:#fff !important; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Play-iconx2.png) no-repeat center left / 10px; ; padding-left:17px; text-decoration: none !important; font-weight: 600; font-size:12px; }
.pm-feature-wrapper .in-content .buttons a.whitebutton { margin:0; height:18px; border-radius: 3px; line-height: 19px; text-decoration: none; }
a.whitebutton { transition:all 200ms ease; }

.product-feature .inner-content { text-align: right; }
.product-feature.direction_right .inner-content { text-align: left; }
.product-feature.direction_centre .inner-content { text-align: center; }
.product-feature .inner-content img.feature-img-switch { width:60%; margin:-40px 0; }

body.pixiedust .cycle-pager { width:100%; text-align: center; position: relative; z-index: 999; margin-top:-50px; float:left; height:15px; }
body.pixiedust .cycle-pager span { width:11px; height:11px; display: inline-block; background:#dbdddf; border-radius: 50%; margin:0 3px; font-size:0; cursor:pointer; }
body.pixiedust .cycle-pager span.cycle-pager-active { background:#8f040f; cursor:auto; }

.pm-banner-wrap .featuremovie { width:100%; height: 600px; position: absolute; object-fit: cover; left:0; top:0; }


.pm-banner-wrap .pm-banner-feature.pm-video-feature .inner-content { height:600px; }

@media screen and (min-width: 1200px) {
	.pm-feature-wrapper .inner-content { margin:auto; width:1200px; position: relative;}
	.pm-feature-wrapper .in-content button.playbutton:hover { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Play-iconx2.png) no-repeat center left 16px / 10px; }
	a.whitebutton:hover { background:#eef0f2; }
}

@media screen and (max-width: 1200px) {
	.pm-feature-wrapper .inner-content { margin:auto; width:100%; position: relative;}
	.product-feature .inner-content img.feature-img-switch { width:60%; padding:60px 0; }
	body.pixiedust .pm-feature-wrapper .product-feature .feature-content .in-content { width:70% !important; }
	body.pixiedust .pm-feature-wrapper .product-feature .feature-content .in-content h1, body.pixiedust .pm-feature-wrapper .product-feature .feature-content .in-content h2, body.pixiedust .pm-feature-wrapper .product-feature .feature-content .in-content h3 { font-size:24px !important; }
	.pm-feature-wrapper .in-content .blurb { width: 85%; }
	.pm-feature-wrapper .in-content .quadbox { width:85%; }
}

@media screen and (max-width: 1000px) {
	.product-feature .inner-content img.feature-img-switch { width:60%; padding:90px 0; }
	.pm-feature-wrapper .in-content .highlightbox { width:100%; }
	.pm-feature-wrapper .in-content .blurb { width:100%; }
	.pm-feature-wrapper .in-content .quadbox { width:100%; }
}

@media screen and (max-width: 768px) {
	.pm-feature-wrapper .in-content { width:100%; }
	.pm-feature-wrapper .in-content .pm-banner-position { transform: translate(0,0); left:0; top:5%; }
	.pm-feature-wrapper .in-content .highlightbox, .pm-feature-wrapper .in-content .quadbox, .pm-feature-wrapper .in-content .blurb { width:100%; }
	.product-feature .inner-content img.feature-img-switch { width:100%; padding:0; margin:0; }
	body.pixiedust .pm-feature-wrapper .product-feature.pm-notvideo-feature .feature-content .in-content { position: static; width:100% !important; padding:30px; margin:0; transform: none; }
	body.pixiedust .pm-feature-wrapper .product-feature.pm-video-feature .feature-content .in-content { width:90%; }
}

@media screen and (max-width: 450px) {

	.pm-feature-wrapper .in-content .blurb { display:none; }
	.pm-feature-wrapper .in-content .quadbox { margin-bottom:15px; }
}


/* SUB BANNERS */
.pm-container.pm-banners.pm-banners-sub { width:100%; float:left; background:#eef0f2; color:#333; font-weight: bold; font-size:16px; margin-top:-15px; padding:20px 0; }
.pm-container.pm-banners.pm-banners-sub .pm-banner-group-item { width:100%; height:50px; display:block;}
.pm-subbanner-underbanner { position: relative; z-index: 999; }
.pm-subbanner-underbanner .cycle-pager { float:none; text-align: center; margin-top:-35px; }
.pm-subbanner-underbanner .cycle-pager span { border:1px solid #878787; background:#878787; width:7px; height:7px; border-radius: 50%; font-size: 0; display: inline-block; margin:0 2px; cursor: pointer;}
.pm-subbanner-underbanner .cycle-pager span.cycle-pager-active { background:#fff; }

.pm-banner-wrap-sub .pm-banner-inner { max-width:100%; padding:0; margin:auto; box-sizing:border-box; line-height:0; position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); text-align: center; }
.pm-banner-wrap-sub .pm-banner-content { line-height:1.42857143; cursor:pointer; padding-top: 0; }
.pm-banner-wrap-sub .pm-banner-content span { display:block; font-size:14px; text-shadow: 0 0 5px #000; font-weight: 600; }
.pm-banner-wrap-sub .pm-banner-content p { margin:0; color:#333; font-weight: 600;  }


.pm-banner-single .pm-banner-content { text-align: center; color:#1a2453; line-height:1.42857143; cursor:pointer; padding-top: 0; }
.pm-banner-single .pm-banner-content h4.fancy { color:#fff; margin-bottom: 55px; }
.pm-banner-single .pm-banner-content h5 { font-size:40px; color:#1a2453; font-weight: normal;}
.pm-banner-single .pm-banner-content h6 { font-size:25px; color:#1a2453;  font-weight: normal;}

.pm-banner-single .pm-banner-inner { max-width:100%; padding:0; margin:auto; box-sizing:border-box; line-height:0; position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); text-align: center; }



.godown { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/ArrowBlueDownx1.png) no-repeat center; width:22px; height:21px; display:inline-block; cursor:pointer; margin:30px auto 0; }

.pm-banner-mob-img { display:none; }
.pm-banner-desk-img { width:100%;  max-width:3000px;}

@media screen and (max-width: 1205px) {

/*
body.pixiedust .pm-banner-content .pm-banner-position { width:100% !important; box-sizing: border-box !important; padding:0 20px !important; }
*/
.pm-container.main-page-banner .pm-banner-content .pm-banner-position h1, .pm-container.main-page-banner .pm-banner-content .pm-banner-position h2, .pm-container.main-page-banner .pm-banner-content .pm-banner-position h3 { font-size:40px !important; }
body.pixiedust .pm-banner-single .pm-banner-content h1, body.pixiedust .pm-banner-single .pm-banner-content h2, body.pixiedust .pm-banner-single .pm-banner-content h3 { font-size:24px !important; }
.pm-container.main-page-banner .pm-banner-content .pm-banner-position .fancy { font-size: 36px !important; }
body.pixiedust .pm-banner-position a.greenbutton, body.pixiedust .pm-banner-position a.bluebutton { margin-top:10px; }


}

@media screen and (max-width: 1200px) {
	.pm-banner-container { margin-top: 0; }
	}
@media screen and (max-width: 900px) {
	.pm-banner-content span.fancy { font-size:30px !important; }
	.pm-banner-container .pm-container { width:100%; margin-left:0%; }
	.pm-banner-container .pm-container .slick-initialized .slick-slide { padding:0px;}
	.pm-banner-inner { width:100%; }
}

@media screen and (max-width: 800px) {
	.cms-index-index .pm-container { float:left; }
	.pm-subbanner-underbanner { width:100%; float:left;  }

}
/*
@media screen and (max-width: 768px) {
	.pm-banner-mob-img { display:block; }
	.pm-banner-desk-img { display:none; }
	body.pixiedust .pm-banner-content .pm-banner-position { width:90% !important; margin-left: 5% !important; }
}
*/
@media screen and (max-width: 650px) {
	span.banner-button { font-size:12px; padding:5px 10px; margin-top:10px; }

    body.pixiedust .pm-banner-feature .pm-banner-position { transform: translate(0,0); left:0; top:20px; width:100% !important; margin:0 !important;  }

}
@media screen and (max-width: 370px) {
	.pm-banner-wrap-out .pm-banner-single.pm-banner-feature img.pm-banner-switch-img-single { height:640px;object-fit: cover; object-position: bottom; }

}

body.pixiedust .pm-container-small { margin-top:0; }
body.pixiedust .pm-container-small span.banner-button { background-color: rgba(51, 51, 51, 0.4); border:1px solid #F7F8FA; color:#fff; transition:all 200ms ease; margin:0; font-weight:bold; }
body.pixiedust .pm-container-small span.banner-button:hover {background-color: rgba(51, 51, 51, 0.7) !important;}

body.pixiedust .pm-container-small img { overflow: hidden; border-radius: 50%;}
.cycle-pager-small span { width:9px; height:9px; background:#c6c6c6; font-size:0; display:inline-block; margin:0 3px; border-radius: 50%; cursor:pointer; transition:all 200ms ease;}
.cycle-pager-small span:hover, .cycle-pager-small span.cycle-pager-active { background:#FA0A0D; }


/* PIXIE CATEGORY BLOCKS */
.pmcatblocks-outer { width:100%; float:left; margin-bottom:30px; position:relative;  }
.pmcatblocks-titles { width:100%; text-align:center; margin:10px 0 20px; }
.pmcatblocks-titles span { background:#f4f4f4; border:1px solid #cbcbcb; display:inline-block; box-sizing:border-box; padding:7px 10px; min-width:10%; margin:0 5px; transition:all 200ms ease; cursor:pointer; }
.pmcatblocks-titles span.active, .pmcatblocks-titles span:hover { background:#fff; }
.pmcatblocks-wrapper { width:100%; }
.pmcatblocks-container { width:100%; }
.pmcatblock { float:left; width:11.62%; margin-right:1%; margin-bottom:1%; box-sizing:border-box; }
.pmcatblock a, .pmcatblock img { width:100%; height:auto; border-radius:5px; }
.ic_8, .ic_16 { margin-right:0; }
.pmcatblocks-display { position:relative; }
.prev_arrow, .pm-prev {background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/LeftArrowx1.png) no-repeat center !important; background-size:25px auto; width:25px; height:10px; display:block; cursor:pointer; position:absolute; left:0px; top:50%; margin-top:-5px; }
.next_arrow, .pm-next {background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/RightArrowx1.png) no-repeat center !important; background-size:25px auto; width:25px; height:10px; display:block; cursor:pointer; position:absolute; right:0px; top:50%; margin-top:-5px; }
.slick-dots { padding:0; text-align:center; }

body.pixiedust .block.widget.pm-widget-wrap .category-carou .products-grid .pm-categories-cats { width:100%; float:left; margin-bottom: 60px; }
body.pixiedust .block.widget.pm-widget-wrap .category-carou .products-grid .pm-categories-cats .product-item { width:24%; margin:0 1.333% 0 0 !important; box-sizing: border-box; float:left; }
body.pixiedust .block.widget.pm-widget-wrap .category-carou .products-grid .pm-categories-cats .product-item.categories_block_4 { margin-right:0 !important; }

@media screen and (max-width: 1200px) {
	.pmcatblocks-container { text-align:center; }
	body.pixiedust .pmcatblocks-container .pmcatblock { margin:1% 1% 0 1%; float:none; display:inline-block; width:14%;  }
	.pmcatblocks-outer .prev_arrow { left:10px; z-index: 999; }
	.pmcatblocks-outer .next_arrow { right:10px;z-index: 999; }
	body.pixiedust .block.widget.pm-widget-wrap .category-carou .title-span { font-size:14px !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	body.pixiedust .block.widget.pm-widget-wrap .category-carou .floater { font-size:14px; }
}

@media screen and (max-width: 765px) {
	body.pixiedust .block.widget.pm-widget-wrap .category-carou .products-grid .pm-categories-cats .product-item { width:48%; margin:0 2% 2% 0 !important; }
	body.pixiedust .block.widget.pm-widget-wrap .category-carou .products-grid .pm-categories-cats .product-item.categories_block_2, body.pixiedust .block.widget.pm-widget-wrap .category-carou .products-grid .pm-categories-cats .product-item.categories_block_4 { margin-right:0 !important; }
	body.pixiedust .pmcatblocks-container .pmcatblock { margin:1% 1% 0 1%; float:none; display:inline-block; width:23%;  }
}

@media screen and (max-width: 450px) {
	body.pixiedust .block.widget.pm-widget-wrap .category-carou .products-grid .pm-categories-cats .product-item { width:100%; margin:0 0% 2% 0 !important; }
}



/* TESTIMONIALS */
.pm-testimonials-wrap { width:100%; float:left; margin-top:50px;  }
body.pixiedust .pm-testimonials-wrap .pm-testimonials { width:70%; margin:auto; }
.pm-testimonials-wrap a { color:inherit; text-decoration: underline; }
.pm-testimonials-wrap .pm-widget-wrap { margin-top:50px; }
.testimonial-slide p { color:#333; font-size:16px; }
body.pixiedust .pm-testimonials-wrap .oc-left, body.pixiedust .pm-testimonials-wrap .oc-right { top:-13px; }
.fivestars  { width:100%; text-align: center; margin:-20px 0 0; height:21px; }
.fivestars span  { font-size:0; display:inline-block; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/5StarPeachx1.png) no-repeat center; width:106px; height: 21px;  }


/* NEWSLETTER */
.pm-newsletter-out { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/newsletter-bg.jpg) no-repeat center top / 100%; margin-top:0px; float:left; width:100%;  }
.pm-newsletter-out #footer-newsletter { width:800px; margin:auto; text-align: center; }
.pm-newsletter-out .footer-float { float:left; width:100%; padding:70px 0 60px;  }
.pm-newsletter-out span.newstitle { color:#fff; display: block; font-size:30px; margin-bottom: 30px; }
.pm-newsletter-out .block.newsletter { width:100%;}
.pm-newsletter-out .block.newsletter input { padding:10px; height:50px; }
.pm-newsletter-out .block.newsletter label { color:#fff; font-size: 14px; }
.pm-newsletter-out .checker { width:100%; padding-top:30px; text-align: center;}
.checker input { height:11px !important; width:11px; padding:0 !important; margin:4px 5px 0 0; -webkit-appearance: none; background-color: none;	border: 1px solid #fff;	padding: 9px;	border-radius: 3px;	display: inline-block;	position: relative; }
.checker input:active, .checker input:checked:active, .checker input:checked { border: 1px solid #d8b396; background: #d8b396; 	 }

@media screen and (max-width: 1200px) {
	.pm-newsletter-out { background-size: auto 100%; }
}
@media screen and (max-width: 800px) {
	.pm-newsletter-out #footer-newsletter { width:90%; margin:auto; }

}

/* INSTA */
.instagram-feed-zone { width:100%; float:left; position: relative; overflow: hidden; text-align: center; height:400px; }
#instafeed img { object-fit: cover; width:100%; height:230px; }
#instafeed {  margin-top:0px; float: left; width:200%; margin-left:-50%; }
.insta-top { background:#d8b396; width:100%; color:#fff; font-size: 18px; font-weight: bold; padding:20px 0; text-align: center; display: block; text-transform: uppercase;}
.hover-link { opacity:0; transition: all 200ms; width:100%; background-color:rgba(255,255,255,0.8); height:200px; position: absolute; }
.hover-link  span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Instagram-blackx1.png) no-repeat center; width:80%; height:80px; padding-top:130px; margin-top:-10px; color:#000; display:block; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); text-align: center; }
.insta-box:hover .hover-link { opacity:1; }
.insta-box a { position: relative; overflow: hidden; }
.insta-box { width:100%; float:left; position: relative; overflow: hidden; height: 200px; box-sizing: border-box;  }
a.instashort { color:#04a4d8 !important; }
.insta-duo { width:200px; display: inline-block; }
.insta-duo.iterative_5 { width:600px; height:400px; }
.insta-duo.iterative_5 .insta-box { height:400px; }
.insta-duo.iterative_5 .insta-box:nth-child(2) { display:none; }
.insta-duo.iterative_5 img { height:400px !important; }
.insta-duo.iterative_5 .hover-link { height:400px; }

@media screen and (max-width: 1200px) {

	.hover-link { display: none !important; }
	.insta-box { height:125px; }
	.insta-duo { width:125px; }
	.insta-duo.iterative_5 { width:375px; height:250px;}
	.insta-duo.iterative_5 .insta-box { height:250px; }
	.insta-duo.iterative_5 img { height:250px !important; }
	.instagram-feed-zone { height:250px;}
	#instafeed  { width:400%; margin-left:-150%;}


}

@media screen and (max-width: 800px) {

	.insta-box { height:75px; }
	.insta-duo { width:75px; }
	.insta-duo.iterative_5 { width:225px; height:150px;}
	.insta-duo.iterative_5 .insta-box { height:150px; }
	.insta-duo.iterative_5 img { height:150px !important; }
	.instagram-feed-zone { height:150px;}


}
@media screen and (max-width: 568px) {
	.insta-box { height:50px; }
	.insta-duo { width:50px; }
	.insta-duo.iterative_5 { width:150px; height:100px;}
	.insta-duo.iterative_5 .insta-box { height:100px; }
	.insta-duo.iterative_5 img { height:100px !important; }
	.instagram-feed-zone { height:100px;}

	.insta-duo { display:none; }
	.insta-duo.iterative_1 { width:100%; display:block; }
	.insta-duo.iterative_1 .insta-box { width:50%; float:left; height:auto; }
	.instagram-feed-zone { height:auto; margin-bottom: -5px; }
	#instafeed { width:100%; margin:0; }
}

/* HENRY OWNER FEATURE */
.henry-owner-outer { width:100%; background:#000; float:left; margin-top:0px; padding:30px 0; }
.henry-owner-inner { max-width:1200px; margin:auto; }
.hoi-holder { width:100%; float:left; }
.hoi-intro { width:40%; float:left; position: relative; min-height: 200px; display:inline-block; }
.hoi-intro h5 { margin:0; padding:0; font-size:46px !important; color:#fff; position: absolute; top:50%; left:0; transform:translate(0%,-50%); }
.hoi-links { width:60%; float:left; padding-top:17px; }
.hoi-links .hoi { width:25%; float:left; text-align: center; }
.hoi-links .hoi:hover * { text-decoration: underline; }
.hoi-links .hoi .hoi-icon { width:55%;  margin:0 auto 10px; display:block;  }
.hoi-links .hoi .hoi-icon .hoi-image-holder { position: relative; overflow: hidden; float:left; z-index: 9; }
.hoi-links .hoi .hoi-icon .hoi-image-holder img { max-width:100%; float:left; position: relative; z-index: 99;}

.ie11 .hoi-links .hoi .hoi-icon .hoi-image-holder img, .ie10 .hoi-links .hoi .hoi-icon .hoi-image-holder img { float:none; width:100%; }

.hoi-links .hoi .hoi-icon .hoi-image-holder .hoi-colourup { position: absolute; width:100%; height:300px; bottom:0px; left:0; transition:all 300ms ease; background:000; }

.ie11 .hoi-links .hoi .hoi-icon .hoi-image-holder .hoi-colourup, .ie10 .hoi-links .hoi .hoi-icon .hoi-image-holder .hoi-colourup { bottom:auto; top:0; height:98px; }

.hoi-links .hoi:hover .hoi-icon .hoi-image-holder .hoi-colourup { background:#30a935; }
.hoi-links .hoi .hoi-title { color:#fff; font-size:14px; width:100%; box-sizing: border-box; padding:10px 20px 0;  float:left; }

@media screen and (max-width: 1205px) {
	.henry-owner-inner { box-sizing: border-box; padding: 0 20px; }
}

@media screen and (max-width: 768px) {
	.hoi-intro { width:100%; height:auto; padding:20px 0; min-height: 20px; }
	.hoi-intro h5 { display: block; text-align: center; width:100%;  }
	.hoi-links { width:100%; }
	.hoi-links .hoi { width:50%; margin-bottom: 15px; }

}

/* TRUST PILOT FEATURE - HOME PAGE */
.trust-pilot-feature-out { width:100%; float:left; background:#000032 /*url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/trustpilot-bckground.jpg) no-repeat center*/; background-size:cover; padding:70px 0 115px; }
.trust-pilot-feature-inner { max-width:1200px; margin:auto; text-align: center;}
.trust-pilot-feature-inner .intro { width:100%; text-align: center; float:left; }
.trust-pilot-feature-inner .intro p { color:#fff; font-size: 32px; margin:20px 0 35px; font-weight: bold; text-shadow: 0px 0px 9px #999; }
.tp-review-outer{ width:100%; float: left; margin-bottom:70px; position:relative; }
div.tp-review { background:#fff; box-sizing: border-box; width:300px; margin:0 10px; padding:10px; min-height: 100px; text-align: left; }
div.tp-review img { margin-bottom: 10px;}
div.tp-review .tp-who { font-weight: bold; color:#a6a6a6; width:100%; margin-bottom:7px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:12px;  }
div.tp-review .tp-who b { color:#333; }
div.tp-review .tp-review-content { width:100%; text-align: left; }
body.pixiedust .redbutton, .trust-pilot-feature-inner .redbutton { background:#e30613; color:#fff; display:inline-block; padding:10px 25px; font-weight: bold; border-radius:3px; transition: all 200ms ease; color:#fff; }
body.pixiedust .redbutton:hover, .trust-pilot-feature-inner .redbutton:hover { background:#ca0001; text-decoration: none;}
.trust-pilot-feature-inner .pm-prev { left:-26px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Trustpilot-arrow-leftx2.png) no-repeat center / 10px !important; margin-top:-11px; }
.trust-pilot-feature-inner .pm-next { right:-26px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Trustpilot-arrow-rightx2.png) no-repeat center / 10px !important; margin-top:-11px; }

.review-wrap { width:100%; float:left; margin-bottom:10px; }
.review-stars { width:125px; height:24px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/trust_stars_white.png) no-repeat center left / 100% auto; position: relative; }
.review-stars span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/trust_stars.png) no-repeat center left / 125px auto; height:24px; position: absolute; top:0; left:0; }

@media screen and (max-width: 1230px) {
	.trust-pilot-feature-out { padding-top:50px; padding-bottom: 55px; background-position: center left; }
	.tp-review-outer .tp-review-wrapper { width:88%; margin:auto;}
	.trust-pilot-feature-inner .pm-prev { left: 20px; }
	.trust-pilot-feature-inner .pm-next { right: 20px; }
	.trust-pilot-feature-inner .intro { box-sizing: border-box; padding:0 20px;  }
}

@media screen and (max-width: 768px) {
	.trust-pilot-feature-inner .pm-prev { left: 0px; }
	.trust-pilot-feature-inner .pm-next { right: 0px; }
}


/* SEPARATOR */
.sepsep { width:100%; border-bottom:1px solid #bfbfbf; margin:20px 0 30px; float:left;  }

/* PIXIE FEATURE BLOCKS */

.cms-index-index .pm-fblock-wrap.pm-columns_style4 { margin-bottom:0; }
.cms-index-index .pm-fblock-wrap.pm-columns_style4.pm-columns_style6 { margin-top:0px; }
.pm-fblock-wrap { width: 100%; float:left; position:relative; margin:0 0 42px; }
.pm-columns_2 .pm-fb { width:48.75%; display:inline-block; position:relative; }
.pm-columns_2 .pm-fb img { width:100%; height:auto; }
.pm-columns_2 .pm-fb_2 { margin-left:2.5%; }
.pm-fb .banner-button { position:absolute; bottom:20px; right:20px;}
.pm-columns_style2 .pm-fb-content h2, .pm-columns_style2 .pm-fb-content h3 { font-size:20px; font-family:'Aaux ProUltra'; margin:10px 0 10px; }
.pm-columns_style2 .pm-fb-content p { font-size:16px; }


.pm-columns_3 .pm-fb { width:31.666%; margin-right:2.5%;display:inline-block; position:relative; margin-bottom:2%; }
.pm-columns_3 .pm-fb img { float:left; }
.pm-columns_3 .pm-fb_3, .pm-columns_3 .pm-fb_6, .pm-columns_3 .pm-fb_9 { margin-right:0;  }
.pm-subtitle { background:#70938f; width:100%; box-sizing: border-box; text-align:center; padding:10px; font-size:24px; color:#fff; float:left; }
.fblock-label { position:absolute; left:0; top:0; min-width:150px; color:#fff; padding:10px; box-sizing:border-box; font-size:21px;   }

.pm-columns_style1 .pm-fb { float:left; line-height:0;  }
.pm-columns_style1 .pm-fb_1 { width:66.65%; }
.pm-columns_style1 .pm-fb_2 { width:32.1%; margin-left:1.25%; }
.pm-fb { position:relative; overflow:hidden; line-height:0; box-sizing:border-box; }
.pm-fb img, .pm-fb picture { width:100%; height:auto; float:left; }
.pm-fb-title { position:absolute; text-align:center;  z-index:9; }
body.pixiedust .pm-fb-title h4 { font-size:30px; margin:0 0 10px; line-height:1.42857143; }
.pm-fb-title a { display:block; text-decoration:none; color:#fff; font-size:20px; padding-top:5px; }
.pm-fb-content { box-sizing: border-box; text-align: center;  width:100%; }

.pm-columns_style2.widestyle .pm-fb_1 { width:100%; float:left; }
.pm-columns_style2.widestyle .pm-fb_1 .pm-fb_content { left:auto; right:0; }
.pm-columns_style2.widestyle .pm-fb_1 b, .pm-columns_style2.widestyle .pm-fb_1 strong { font-weight: 600; }

.pm-columns_style3 .pm-fb-content { position: static; transform: translate3d(0,0,0); width:100%; cursor:pointer; padding-top: 10px; }
.pm-columns_style3 .pm-fb-content h2, .pm-columns_style3 .pm-fb-content h3 { font-size:26px;  margin:5px 0 10px; }
.pm-columns_style3 .pm-fb-content p { font-size:14px; line-height: 1.5em; max-width: 85%; margin:auto; }
.pm-fb-3-inner { position: relative; overflow: hidden; width:100%; cursor: pointer;}
.pm-columns_style3 .pm-fb-content a { border:1px solid #333; font-weight: bold; font-size:12px; padding:4px 14px; display:inline-block; border-radius: 3px; margin-top:20px; line-height: 21px; transition: all 200ms ease; }

.pm-fblock-wrap .whitebutton { background:#fff; padding:10px 20px; margin-top:40px; color:#333 !important; font-weight: 600; }

.pm-fb-content.set-go-left { transform:translate(-150%,-50%); width:50%; }

.pm-fb-content a, .pm-fb-content a:hover { color:inherit; text-decoration: none; }
.pm-fb-content img { width:auto; height: auto; max-width: 100%; max-height:50px;  }
.pm-fb.has_link { cursor: pointer; }
.pm-fb .feature-button { font-size:14px; border:1px solid #808080; color:#808080; padding:7px 10px; display:inline-block; margin-top:10px;   }
.pm-columns_style2 .pm-fb { cursor: pointer; width:48%; float:left;  }
.pm-columns_style2 .pm-fb_1 { width:48%; float:left; }
.pm-columns_style2 .pm-fb_2 {margin-left:2%;}

.pm-columns_style2 .fixedlink { position: absolute; bottom:30px; left:30px; border-bottom: 1px solid #fff; padding-bottom: 3px; text-decoration: none !important; color:#fff;  }
.pm-columns_style2 .pm-fb_2 .pm-fb_content .fixedlink { }

.pm-columns_style2 .pm-fb_content { position: absolute; top:0; left:0; height: 100%; width:100%; box-sizing: border-box; padding:25px 30px; text-align: left; color:#fff; letter-spacing: 0.5px; }
.pm-columns_style2 .pm-fb_content span {  position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); background:rgba(255, 255, 255, 0.8); font-size:26px; color:#000; font-weight: bold; padding:30px 25px; min-width:65%; text-align: center;}

.pm-columns_style2 .pm-fb_content h2, .pm-columns_style2 .pm-fb_content h3, .pm-columns_style2 .pm-fb_content h4 { color:#fff; margin:0 0 20px; float:left; width:100%; display: block; font-size: 28px; }
.pm-columns_style2 .pm-fb_content p { line-height: 17px; color:#fff; margin-bottom: 14px; }
.pm-columns_style2 .pm-fb-content h5 { font-weight: 600; }
.pm-columns_style2 .pm-fb-title { box-sizing: border-box; position:absolute; top:50%; left:50%;transform: translate(-50%, -50%); transition: all 200ms ease; opacity: 0;  }
.pm-columns_style2 .pm-fb-title h6 { color:#fff; font-size:16px; text-transform: none; text-decoration: underline; }

.pm-columns_style3 { padding-top:30px; }
.pm-columns_style3 .pm-fb { width:32.5%; float:left; margin-right:1.25%; margin-bottom: 20px; }
.pm-columns_style3 .pm-fb_3 { margin-right:0; }
.pm-columns_style3 .pm-fb-title { box-sizing: border-box; position:absolute; top:50%; left:50%;transform: translate(-50%, -50%); transition: all 200ms ease; opacity: 0;  }
.pm-columns_style3 .pm-fb-title h4 { background-color: rgba(51, 51, 51, 0.4); border:1px solid #F7F8FA; display:inline-block; min-width: 60%; box-sizing: border-box; padding:5px; transition:all 200ms ease; }
.pm-columns_style3 .pm-fb-title h4:hover { background-color:rgba(51, 51, 51, 0.7); }
.pm-columns_style3 .pm-fb-title h6 { color:#fff; font-size:16px; text-transform: none; text-decoration: underline; }

.pm-columns_style4 .pm-fb { width:24%; float:left; margin-right:1.333%; margin-bottom:1.333%; }
.pm-columns_style4 .pm-fb.pm-fb_3 { width:49.333%; margin-right:0; }
.pm-columns_style4 .pm-fb-title { box-sizing: border-box; position:absolute; top:50%; left:50%;transform: translate(-50%, -50%);  }
.pm-columns_style4 .pm-fb-title h4 { background-color: rgba(51, 51, 51, 0.4); border:1px solid #F7F8FA; display:inline-block; min-width: 60%; box-sizing: border-box; padding:5px; transition:all 200ms ease; font-size:16px !important; padding:7px 12px; }
.pm-columns_style4 .pm-fb-title h4:hover { background-color:rgba(51, 51, 51, 0.7); }



.modal-popup.video-pop .modal-inner-wrap { max-width:870px; padding-top:3px; }
.modal-popup.video-pop .modal-inner-wrap iframe { width:100% !important; float:left; }
.modal-popup.video-pop .modal-content { padding:0 !important;}
.modal-popup.video-pop .modal-footer { display:none; }

.mosaic-left { width:75%; float:left; }
.mosaic-right { width:25%; float:left; }

body.pixiedust .pm-columns_style6 .pm-fb { width:32%; margin-right:1.75%; margin-bottom:1.75%; }
body.pixiedust .pm-columns_style6 .pm-fb.pm-fb_3 { margin-right:0; }
body.pixiedust .pm-columns_style6 .pm-fb.pm-fb_4 { width:65.75%; }
body.pixiedust .pm-columns_style6 .pm-fb.pm-fb_5 { margin-right:0; }
body.pixiedust .pm-columns_style6 .mosaic-right .pm-fb { width:100%; padding-left:3.75%;}
.pm-fblock-dropit { position:absolute; z-index: 1; width:100%; height:1000px; top:0; left:0; opacity:0; transition:all 300ms ease;}
.pm-strip-wrap { width:100%; padding:20px 0; float:left; }
.pm-strip-wrap-inner { width: 1200px; margin:auto; }
.line-sep { width:100%; border-top:1px solid #f1f1f1;  }
.pm-fb-content .go-left span.red { display:block; }

body.pixiedust .mfp-bg{z-index: 99999;}
body.pixiedust .mfp-wrap{z-index: 999999;}

@media screen and (min-width: 700px) and (max-width:1200px) {
	.pm-fblock-wrap.pm-columns_style2 .pm-fb-content img { max-height:40px;}
}

@media screen and (min-width: 1200px) {
	.pm-fb:hover .pm-fblock-dropit { opacity:0.7; }
	.pm-fb-content.set-go-left { transform:translate(-100%,-50%); }
	.pm-fb-3-inner:hover .pm-fb-title { opacity: 1; }
	.modal-popup.video-pop .modal-inner-wrap { width:830px !important; }
	.modal-popup.video-pop .modal-inner-wrap iframe { height:500px; background:#000; }
	.pm-columns_style3 .pm-fb-content a:hover { background:#eef0f2; color:#666; border-color:#999 !important;  }
}

@media screen and (min-width: 768px) {
	.modal-popup.video-pop .modal-inner-wrap iframe { background:#000; }
	.modal-popup.video-pop .modal-inner-wrap .modal-header { background:#000; }
	body.pixiedust .modal-popup.video-pop .action-close:before { color:#fff; }
	.modal-popup.video-pop .modal-inner-wrap { padding-top:0;}
}

@media screen and (max-width:767px) {
	.modal-popup.video-pop .modal-inner-wrap iframe { width:100% !important; height:calc(100vw - 45vw) !important; }
}

@media screen and (max-width: 1200px) {
	body.pixiedust .pm-strip-wrap-inner { width:100%; box-sizing:border-box; padding: 0 20px; }
	.pm-fb-content { font-size:16px; }
	body.pixiedust .pm-fb-title h4 { font-size:22px; }
	.pm-banner-content span.fancy { font-size:55px; }
	.pm-fb-content { width:100%; box-sizing:border-box; padding:5px; }
	.pm-fb-content .go-left { margin-left:50%; }
	.pm-columns_style3 { padding-top:20px; }

	.pm-fblock-wrap .pm-fb_content .hide-touch { display:none; }
	.pm-columns_style2 .pm-fb_content { padding:15px; }
	.pm-columns_style2 .fixedlink { left:15px; bottom: 15px; }
	.pm-columns_style2 .pm-fb_content h2, .pm-columns_style2 .pm-fb_content h3, .pm-columns_style2 .pm-fb_content h4 { font-size:22px; font-weight:600; }
}

@media screen and (max-width: 1200px) {
	.pm-columns_style2 .pm-fb-content p { margin-bottom:30px; font-size:14px; }
}

@media screen and (max-width: 900px) {
	.pm-columns_style2 .pm-fb_1 { width:48%;  }
	.pm-columns_style2 .pm-fb_2 { width:48%; margin-left:4%; }
}

@media screen and (max-width: 768px) {
	.pm-columns_style3 .pm-fb { width:100%; margin-right: 0; margin-bottom: 30px;  }
	.cms-index-index .pm-fblock-wrap.pm-columns_style3 { margin:0; }
	.pm-columns_style2.widestyle .pm-fb_content { width:100% !important; height:auto !important; padding-bottom:35px; top:auto; bottom:0; }
	.pm-columns_style2 .pm-fb_1,.pm-columns_style2 .pm-fb_2 { width:100% !important; margin:0 0 3%; }
	.pm-columns_style2.widestyle .pm-fb_content br { display:none; }
	.pm-fblock-wrap { margin-bottom: 0; }
	.modal-popup.video-pop .modal-header { padding-bottom: 22px; }
}

@media screen and (max-width: 700px) {
	.pm-columns_style2 .pm-fb-single { width:100%; }
	.pm-columns_style2 .pm-fb-content { padding:20px; }
	.pm-columns_style2 .pm-fb_content span { font-size:18px; line-height: 22px; padding:15px 15px; }
}

@media screen and (max-width: 425px) {
	body.pixiedust .pm-fblock-wrap .pm-fb { width:100% !important; margin:0 0 30px !important; }
	body.pixiedust .mosaic-left, body.pixiedust .mosaic-right { width:100%; padding:0; }
	body.pixiedust .pm-columns_style6 .mosaic-right .pm-fb { padding:0 !important; }
	body.pixiedust .pm-columns_style2 .pm-fb-content { padding:10px 0 0;}
	body.pixiedust .pm-columns_style2 .pm-fb-content p { margin-bottom:15px; }
}

@media screen and (max-width: 650px) {
	.pm-fblock-wrap.pm-columns_style4 .pm-fb { width:49%; margin: 0 2% 2% 0; }
	.pm-fblock-wrap.pm-columns_style4 .pm-fb_2 { margin-right:0; }
	.pm-fblock-wrap.pm-columns_style4 .pm-fb_3 { width:100%; }

	.mosaic-left, .mosaic-right { width:100%; margin:0; padding:0; }
	.pm-fblock-wrap.pm-columns_style4.pm-columns_style6 .pm-fb_1 { width:100%; margin: 0 2% 2% 0; }
	.pm-fblock-wrap.pm-columns_style4.pm-columns_style6 .pm-fb_2, .pm-fblock-wrap.pm-columns_style4.pm-columns_style6 .pm-fb_3 { width:49%; }
	.pm-fblock-wrap.pm-columns_style4.pm-columns_style6 .pm-fb_3 { margin-right:0; }
	.pm-fblock-wrap.pm-columns_style4.pm-columns_style6 .pm-fb_4, .pm-fblock-wrap.pm-columns_style4.pm-columns_style6 .pm-fb_5, .pm-fblock-wrap.pm-columns_style4.pm-columns_style6 .pm-fb_6 { width:100% !important; margin-right:0; padding:0 !important; }
}

/* CMS Columns */
.pm-3-col { width:100%; display:flex; }
.pm-3-col .pm-col { width:32.5%; margin-right:1.25%; float:left;}
.pm-3-col .pm-col-3 { margin-right:0; }
.pm-3-col .pm-col img { width:100%; height:auto; }

.pm-col.pm-border { border:1px solid #C6C6C6; box-sizing: border-box; padding:20px; text-align:left; }
.pm-col .border-title { margin:-20px -20px 20px -20px; padding:20px; border-bottom:1px solid #C6C6C6; background:#f7f8fa; min-height:50px; }

.pm-2-col { width:100%; display: flex; text-align: left; }
.pm-2-col .pm-col { width:50%; float:left; box-sizing:border-box; }
.pm-2-col .pm-col-1 { padding-right:40px; }
.pm-2-col .pm-col b { color:#333; }
.pm-2-col .pm-col p { margin-bottom:30px; }

a.arrowa { color:inherit; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Carousel-ArrowLeftx2.png) no-repeat center right / 20px; padding-right:28px; }

/* HP INTRO */
.hp-intro { width:70%; padding:0 15%; text-align:center; }

@media screen and (max-width: 1200px) {
	.hp-intro { width:100%; box-sizing:border-box; padding:0 50px; text-align:center; }
	.pm-col .border-title { min-height:38px; }
	.pm-2-col .pm-col-1,.pm-2-col .pm-col-2 { width:100%; padding:0; }
	.cms-index-index .pm-2-col .pm-col-1 { display:none; }
	.first-wrap { width:49%; margin-right:2%; float:left;  }
	.second-wrap { width:49%; float:left; margin-bottom:30px; }
}

@media screen and (max-width: 768px) {
.hp-intro { display:none; }
	.first-wrap { width:100%; margin: 0 0 2%; }
	.second-wrap { width:100%; margin:0 0 2%; }
}
@media screen and (max-width: 650px) {
	.pm-3-col { display:block; }
	.pm-3-col .pm-col { width:100%; margin:0 0 30px; }
	.cycle-pager-small { margin-top:-10px; }
	.second-wrap .block.pm-newsletter { margin-bottom:30px !important;}
}

/* YouTube Video */

.video-wrapper { position: relative;padding-bottom: 56.25%; padding-top: 25px; height: 0; margin-bottom:20px; }
.video-wrapper iframe {	position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* Newsletter */
.block.pm-newsletter { background:#dbc14c; text-align: center; box-sizing: border-box; padding:15px 35px 20px; margin-bottom: 20px !important;  }
.block.pm-newsletter .newstitle { display:block; font-size:37px;color:#fff; }
.block.pm-newsletter .newssubs { display:block;color:#fff; margin-bottom:10px; }
.block.pm-newsletter label {display:none; }
.block.pm-newsletter .form.subscribe { position: relative; width:100%;}
.block.pm-newsletter .form.subscribe input#newsletter { height:48px; border:none; }
.block.pm-newsletter .action.subscribe.primary { position:absolute; right:7px; top:9px; background:#fa0a0d; border:none; padding:7px 7px 6px;  }

/* Social block */
.social-news-wrapper { width:100%; box-sizing: border-box; border:1px solid #C6C6C6; background:#f7f8fa; padding:20px; float:left;  }
.snw-left { width:50%; float:left; height:100px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Prestige-Logox2.png) no-repeat center / 185px; margin-left: -10px; }
.snw-right { width:50%; float:left; text-align: center; }
.snw-right span.thetitle { display:block; color:#333; font-weight: bold; font-size:22px;  }
.sosho-wrappy span { font-size:0; display:inline-block; width:30px; height:30px; margin:0 2px; transition:all 200ms ease; opacity:0.8; }
.sosho-wrappy span.sosho-fb { background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/FB-footerx2.png) no-repeat center / 30px; }
.sosho-wrappy span.sosho-tw { background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Twitter-footerx2.png) no-repeat center / 30px; }
.sosho-wrappy span.sosho-inst { background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Instagram-footerx2.png) no-repeat center / 30px; }
.sosho-wrappy span.sosho-pin { background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/pinterest-footerx2.png) no-repeat center / 30px; }
.sosho-wrappy span.sosho-you { background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/youtube-footerx2.png) no-repeat center / 30px; }
.sosho-wrappy a:hover span { opacity: 1; }

.sidebar.sidebar-additional .social-news-wrapper {  margin-top:8px; }
.sidebar.sidebar-additional .snw-left { width:100%; background-size:90%; }
.sidebar.sidebar-additional .snw-right { width:100%; text-align:center; padding-top:10px; }

@media screen and (max-width: 1200px) {
	.snw-right span.thetitle { font-size:18px; }
}
@media screen and (max-width: 950px) {
	.snw-left,.snw-right { width:100%; }
}

/* PRODUCT WIDGET SLICKED */
.line-break { width:100%; font-size:0; display:block; border-bottom:1px solid #cfcfcf; float:left; margin:20px auto 20px; }
.pm-widget-wrap { width:100%; position:relative; min-width:1200px; z-index: 9; }
@media screen and (max-width: 1200px) {
	.pm-widget-wrap { min-width:200px; }
}
.pm-widget-wrap .block-content { width:100%; margin:auto; }
.pm-actual-products-widge .block-content { width:100%; }
body.pixiedust .block.widget.pm-widget-wrap .products-grid .product-item { width:250px; margin:0 5px !important; text-align:left; transition:all 200ms ease;  padding-bottom: 5px; }

body.pixiedust .block.widget.pm-widget-wrap .category-carou { margin-top:20px; }
body.pixiedust .block.widget.pm-widget-wrap .category-carou .products-grid .product-item { width:300px; border:none; }
body.pixiedust .block.widget.pm-widget-wrap .category-carou .slick-track { width:100% !important; }
body.pixiedust .block.widget.pm-widget-wrap .category-carou .title-span { background:#ddb699; box-sizing: border-box; color:#fff; padding:10px; text-align: center; width:100%; display:block; text-transform: uppercase; font-weight: 600; font-size:18px; }
body.pixiedust a.product-item-photo:hover { text-decoration: none !important; }
body.pixiedust .block.widget.pm-widget-wrap .category-carou .cat-carou-img { position: relative; }
body.pixiedust .block.widget.pm-widget-wrap .category-carou .floater { position: absolute; width:100%; text-align: center; bottom:30px; left: 0; text-decoration: underline; color:#fff; font-size: 16px; }

body.pixiedust .block.widget.pm-widget-wrap .products-grid .product-item .product-image-container { width:100% !important; }


body.pixiedust .block.widget.pm-widget-wrap .products-grid .product-item .product-item-details { box-sizing:border-box; padding: 10px 5px 0; float:left; }
body.pixiedust .block.widget.pm-widget-wrap .products-grid .product-item .product-item-name { position:relative;overflow:hidden; height:50px;  padding-top:0px; text-align: center;  }
body.pixiedust .block.widget.pm-widget-wrap .products-grid .product-item .product-item-name { min-height: 45px;}
body.pixiedust .block.widget.pm-widget-wrap .products-grid .product-item .product-item-name a { font-weight: 400; font-size:20px; text-decoration: none; overflow: hidden; text-overflow: ellipsis;   display: -webkit-box;   -webkit-line-clamp: 3;   -webkit-box-orient: vertical;  }
body.pixiedust .widget-product-grid .slick-track { padding:10px 0; }
.feat-line { width:100%; margin-bottom:0px; }
.feat-white { width:100%; position:relative; padding-bottom:1px; text-align:center; }
.off-canv { position:absolute; z-index: 9999; height:100%; vertical-align: middle; display:inline-block; width:10px; }
.oc-left { left:0; top:0; }
.oc-right { right:0; top:0; }
a.linky { color:#333; border-bottom: 1px solid #333; padding-bottom: 5px; font-weight: bold;  }

.topper-assets-inner { position: absolute; width:100%; top:0; z-index: 9; }
.topper-new { font-size:0px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/NEW-Inx2.png) no-repeat center / 100%; width:45px; height:45px; display:inline-block; position: absolute; right:0; }
.topper-new.topper-oos { background:#eef0f2; color:#FA0A0D; }
.topper-sale { font-size:12px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/SALEx2.png) no-repeat center / 100%;  color:#fff; padding:0; display:inline-block; font-size:0; width:40px; height:40px; position: absolute; top:0; right:0; }
.topper-push { margin-right:10px; }

.no-slick-widg .off-canv { display:none; }
body.pixiedust .column.main .no-slick-widg .product-items.pm-products { width:100%;display:flex; }


@media screen and (max-width: 1290px) {
	.pm-prev { left:10px; }
	.pm-next { right:10px; }
	body.pixiedust .column.main .product-item { padding-left:0; }
	.line-break { margin: 20px 0 20px; }
}


@media screen and (max-width: 1200px) {
.block-content.pm-brands .brand-block.slick-slide { padding:0 5px; }
	.no-slick-widg .off-canv { display:inline-block; }
}
@media screen and (max-width: 768px) {
	.column.main .product-items .product-item.pm-slick-item { padding:0; }
	body.pixiedust .block.widget.pm-widget-wrap .products-grid .product-item { margin:0 5px !important; padding:10px 0 !important;  }
	body.pixiedust .column.main .product-items.pm-products.widget-product-grid { width:100% !important; }
	.pm-actual-products-widge .block-content { width:100%; }
	.pm-widget-wrap .off-canv { display:none; }

}
@media screen and (max-width: 500px) {
	body.pixiedust .block.widget.pm-widget-wrap .products-grid .product-item .product-item-name { height:45px; max-height: 45px; }
	body.pixiedust .block.widget.pm-widget-wrap .products-grid .product-item .product-item-name a { font-size:16px;}
}

@media screen and (max-width: 480px) {
	.column.main .product-items .product-item.pm-slick-item { padding:0; max-width:40% !important; margin:0 20% !important; }
	.pm-next { right:0; }
	.pm-prev { left:0; }
	body.pixiedust .pm-slick-item .product-item-details .old-price .price { font-size: 12px !important;  }
	body.pixiedust .pm-slick-item .product-item-details .price-box span, body.pixiedust .pm-slick-item .product-item-details .price-box-relly span  { font-size: 14px !important;}
}

@media screen and (min-width: 768px) {
	.pm-actual-products-widge.grid .slick-dots, .container-collection .slick-dots { display: none !important; }
}

.pm-image img { width:100%; height:auto; }
.pm-slick-item .product-item-details .reviews-actions { display:none; }
.pm-slick-item .product-item-details .price-box, .pm-slick-item .product-item-details .price-box-relly { float:left; margin:0; width:100%; text-align: center; display:flex; justify-content: center; align-items: center; gap: 4px; flex-wrap: wrap; }
.pm-slick-item .product-item-details .price-box span, .pm-slick-item .product-item-details .price-box-relly span { font-size:18px !important; color:#000 !important; font-weight:bold !important; float:none;  }
.pm-slick-item .product-item-details .price-box .old-price span.price, .pm-slick-item .product-item-details .price-box-relly .old-price span.price { font-size:14px; text-decoration: line-through;}
.pm-slick-item .product-item-details .price-box span.price-label, .pm-slick-item .product-item-details .price-box-relly span.price-label { font-size:12px !important;}

.pm-slick-item .product-item-details span.brand { font-family: 'Fjalla One', sans-serif; color:#9a9a9a; text-transform: uppercase;}
.pm-slick-item .product-item-details .product-item-name {min-height:40px;}
.pm-slick-item .product-item-details .product-item-name a { font-size:14px; font-weight: 600; text-transform: none;}
.pm-slick-item .product-item-details .product-reviews-summary { width:100%; min-height: 15px; margin-bottom:8px; }
.pm-slick-item .product-item-details .price { font-size:14px; font-weight: 600; }
span.each { color:#cd097f; font-size:14px; font-weight: bold; padding-left:5px; }
.pm-slick-item .product-item-details .special-price .price { color:#FA0A0D !important }
.pm-slick-item .product-item-details .old-price span { font-weight: 600 !important; }
.pm-slick-item .product-item-details .old-price .price-label { display:none; }
.pm-slick-item .product-item-details .old-price .price { color:#9a9a9a; font-size:12px !important;   }
.pm-image { position:relative; }
.qview { opacity:0; position:absolute; bottom:5px; left:0; width:100%; background:#e3e3e3; text-align:center; box-sizing:border-box; padding:5px; z-index:9; transition:all 300ms ease;  }
.qview a { width:100%; color:#333; display:block; font-weight:bold; }
.qview a:hover { color:#333; text-decoration:none; }
.pm-image:hover .qview { display:block; opacity:0.6; }
.pm-image:hover .qview:hover { opacity:1; }
.pm-slick-item .price-box .no-display { display:inline !important; }
.products-grid .product-item-info:hover, .products-grid .product-item-info.active { box-shadow: none !important; border:0; padding:0; margin:0; }
body.pixiedust .product-item .minimal-price .price-container { display: inline-block; }
.product-item-photo .rightcorner, .product-item-info.pm-image .rightcorner { position:absolute; top:2px; right:0px; z-index:9; }
body.pixiedust .pm-slick-item .ratingshort.newratingshort { text-align: center; margin-bottom: 4px; margin-top:5px;  }
body.pixiedust .pm-slick-item .product-reviews-summary.short { float:none; display:inline; }
body.pixiedust .pm-slick-item .ratingshort.newratingshort .review-count { float:none; display:inline; margin:0 0 0 -5px; }

body.pixiedust .pm-slick-item .carou-short { width:100%; text-align: center; color:#888887; min-height:37px; margin:5px 0; float:left; padding:0 8px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; }

body.pixiedust .pm-slick-item .actions-primary { width:100%; text-align: center; float:left; padding-top:10px; }
body.pixiedust .pm-slick-item .actions-primary .shopbutton { float:none; width:auto; margin:auto; border-radius:3px; padding:7px; min-width: 105px; }

.product-item-photo .saleitem, .product-item-info.pm-image .saleitem { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/SALEx2.png) no-repeat center / 100%; font-size:0; width:45px; height:45px; display:inline-block; z-index:9; color:#fff; margin-right:0px; float:left; }

.product-item-photo .saleitem.newitem, .product-item-info.pm-image .saleitem.newitem { background-image: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/NEW-Inx2.png); }

.rightcorner .clearance-item { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/CLEARANCE-Flagx2.png) no-repeat center / auto 30px !important; width:95px !important;  }


.product-item-photo .kidsitem, .product-item-info.pm-image .kidsitem { background:#2968f6; padding:3px 8px 3px 8px; z-index:9; color:#fff;}

.product-item-photo .saleitem.instockitem, .product-item-info.pm-image .saleitem.instockitem { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/INSTOCK-Flagx2.png) no-repeat center /40px; width:40px; height:40px; font-size:0; display:inline-block; }

body.pixiedust .block.widget.pm-widget-wrap .products-grid .action.towishlist::before, .product-item-info.pm-image .action.towishlist::before, .products-grid .product-item .action.towishlist::before { display:none !important; }


body.pixiedust .block.widget.pm-widget-wrap .products-grid .action.towishlist,.product-item-info.pm-image .action.towishlist, body.pixiedust.page-products .products-grid .product-item .action.towishlist, .wishy-link .action.towishlist {  background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/colchange.jpg) repeat-x 0px 0px; width:17px; height:20px; display:block; background-size:auto 40px; z-index:9; float: right; margin-top:4px; transition: all 200ms ease; }
body.pixiedust.page-products .products-grid .product-item .action.towishlist { margin-top:9px; }


body.pixiedust .block.widget.pm-widget-wrap .products-grid .product-item .action.towishlist:hover, .product-item .action.towishlist:hover, body.pixiedust.page-products .products-grid .product-item .action.towishlist:hover, .wishy-link .action.towishlist:hover, .towishlist.wl-active { background-position: 0px -20px !important;  }

body.pixiedust .heart-shaped-box {  background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Reverse-Heartx1w.png) no-repeat center; width:17px; height:20px; display:block; }
.wishy-link .action.towishlist { float:left; }

.product-item-info.pm-image .action.towishlist { top:0; left:0; }
@media screen and (max-width: 800px) {
	body.pixiedust .pm-slick-item .carou-short { min-height:61px;  }
}
@media screen and (max-width: 500px) and (min-width: 335px) {
.product.details.product-item-details { display:block; min-height: 120px !important; }
}



/* FOOTER */
body.pixiedust .footer.content { max-width:100%; padding-left:0 !important; padding-right:0 !important; padding-top: 0; margin-top: 0;  }

.pm-above-footer { width:100%; background:#fff; float:left; padding:10px 0 60px; }
.pm-above-footer-in { max-width:1200px; margin:auto; }
.pm-af { width:33.33%; float:left; box-sizing: border-box; padding:0 50px; }
.pm-af .af-icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Made-in-UKx2.png) no-repeat center / 75px; width:100%; height:120px; }
.pm-af2 .af-icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Warranty-colourx2.png) no-repeat center / 75px; }
.pm-af3 .af-icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Genuine-Accessories-DSFL-Logo.png) no-repeat center / 90px; }
.pm-af .af-content { width:100%; text-align: center; }
.pm-af .af-content .af-title { font-size:28px; font-weight: 400; display:block; margin-bottom: 10px; }
.pm-af .af-content .af-text { font-size:14px; color:#bfbfbf; display: block; box-sizing: border-box; padding: 0 10px; }


.pm-footer { width:100%;}
footer.page-footer { width:100%;  margin-bottom:0px; padding-bottom:0; float:left; }
.payment-logo { width:75px; height:46px; display:inline-block; font-size: 0; margin:0 15px; background-size: 100% auto !important; }
.pm-footer-topper { background:#4d276f; width:100%; min-height:30px; padding:0; margin-top:25px; display:inline-block; }
.pm-footer-topper-in { max-width:1200px; margin:auto; }
.pm-end-footer { width:100%; float:left; background:#000;  padding:10px 0 10px; border-top:2px solid #202020; }
.pm-end-inner { max-width:1200px; margin:auto; box-sizing: border-box;  text-align: left; font-size:12px;  }
.pm-end-inner li { float:left; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/greyspc.gif) no-repeat center right; padding-right: 10px; margin-right: 10px !important; }
.pm-end-inner li.noborder { background:none; }
.pm-end-inner li a { color:inherit;}
.pm-end-left { float:left; padding:13px 0 10px; }
.pm-end-right { float:right; padding:10px 0 10px; }

.pm-end-left ul li { float:left; padding:0px; }
.pm-end-left ul li a { color:#fff; padding:0; margin:0; }
.pm-end-left ul li.sepsep { width:1px; background:#A3A2A3; height:20px; padding:0px; margin:0 19px; }

.pm-end-right ul li { float:right; }

.pm-final-footer-wrap { width:100%; background:#000; float:left; padding:0 0; }

footer.page-footer { margin-bottom:0px; padding-bottom:0; }
.footer.content .links { width:100%; box-sizing:border-box; text-align:center; padding:0 10px; background:#000; }
.footer.content .links .block-static-block { margin:-7px 0 10px; width:100%; }
.footer.content .links p { padding:0; margin:0; width:100%; text-align:center; }
.footer.content .links p a { color:#fff; font-size:12px; }
.footer.content .links p a:hover { color:#fff; text-decoration:underline; }

.foot-socials { width:100%; text-align: left; padding-top: 30px; float:left; }
.foot-socials.touch-socials { display:none; }
.foot-socials .footsocial span { display:none; }
.foot-socials .footsocial { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Facebookx2.png) no-repeat center / auto 100%; width:35px; height:20px; display:inline-block; margin-right: 10px; }
.foot-socials .footsocial.footso1 { width:14px; background-position: center left; }
.foot-socials .footsocial.footso2 { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Twitterx2.png); }
.foot-socials .footsocial.footso3 { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Instagramx2.png); width:30px; margin-right:0; }
.foot-socials .footsocial.footso4 { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Pinterestx2.png); width:26px; }
.foot-socials .footsocial.footso5 { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Youtubex2.png); }
.foot-socials .footsocial.footso6 { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/tiktokx2.png); }

.block.newsletter-footer p.pm-subsc-title { font-size:12px; margin-bottom: 15px; }
.block.newsletter-footer .field.newsletter { width:60%; float:left; box-sizing: border-box; padding-right:5px;}
.block.newsletter-footer .field.newsletter input { border-radius: 3px; color:#000; }
.block.newsletter-footer .actions { width:40%; float:left; }
.paymenticons { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Payment-Iconsx2-new.png) no-repeat top left / 100%; width:100%; height:63px; font-size:0; display:block; }
body.pm_store_myhenry_nl_default .paymenticons { background-image: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/big-thumb-big-Payment-Icons_nl.png); background-size: auto; }


.foot-copy { width:auto; float:right; padding-top:7px; text-align: center; width:100%; }
.foot-copy p { color:#fff; font-size: 12px; }
.magento-agency { float:left; color:#fff !important; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Pixiex1.png) no-repeat center left / 15px; padding-left:20px; margin-top: 10px; font-size: 10px; }
.payments-accepted { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Payments-groupx1.png) no-repeat center / 100%; width:263px; height:34px; float:right; display: block; font-size: 0; margin-top:-10px; }
#backtoTop { padding: 5px; color: #fff; position: fixed; bottom: 0; right: 20px;
    display: none; z-index:999; width:31px; height:30px; background: #86ad30 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/backtotop.jpg) no-repeat center; font-size:0; cursor:pointer;  }

.henry-eyes-footer { width:100%; background:#e30613 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Henry-smilex1.png) no-repeat center top 20px; height:145px; float:left; display: block; }



@media screen and (max-width: 1050px) {
	.pm-end-footer span { display:block; text-align: center; margin-top:0px; margin-bottom: 10px; }
	.pm-end-footer .magento-agency { display:inline; margin-top:10px; text-align: center; width:265px; margin: auto; float:none; }
	.payments-accepted { width:100%; background-size:263px; margin-top:10px !important; }
}

@media screen and (max-width: 950px) {
	.pfti { width:100% !important; }
	.pfti-1 span { margin:0 auto; }
	.pfti-3 { margin-bottom:20px; }
	body.pixiedust .pm-fifo { width:100%; margin:0 0 10px !important; padding-bottom:0; padding-top:0; transition:all 200ms ease; text-align: center;}
	body.pixiedust .pm-fifo ul { padding-right:0; }
	.closer { display:none; }
	.pm-fifo a, .pm-fifo p { font-size:14px !important; }
	.social-wrap a { font-size:0 !important; }
	.footer.content { border-top:0; padding-top:0; }
	.pm-fifo-4 ul { display:none; }
	body.pixiedust .pm-final-footer-inner { padding:30px 20px 26px !important; float:left; }
	body.pixiedust .footer.content .block.newsletter .content span.pm-subsc-title { width:100%; text-align:center; margin-bottom:10px; }
	body.pixiedust .footer.content .block.newsletter .content form { width:100%; }
	body.pixiedust .footer.content .block.newsletter { padding:30px 80px 40px !important; }
	body.pixiedust .footer.content .block.newsletter #newsletter { height:45px; }
	body.pixiedust .footer.content .block.newsletter .action.primary { padding:14px 15px; }

	.pm-end-inner { display:flex; flex-direction:column; }
	.pm-end-left { order:2; width:100%; text-align:center; }
	.pm-end-right { order:1; width:100%; text-align:center; }
	.pm-end-right ul, .pm-end-left ul { width:100%; padding:0 !important; }
	.pm-end-right ul li, .pm-end-left ul li { float:none; display:inline-block; }
	body.pixiedust .pm-end-right ul li .sosho-con { background-size:45px !important; width:45px !important; height:45px !important; }
	.pm-end-left ul li.sepsep { height:8px; }
	.footer-payments span { width:60px !important; height:45px !important; }
	.footer-payments { margin-top:40px !important; }

	.touch-phone {  display:inline-block; font-weight:bold; width:100%; text-align:center; margin-top:45px; font-size:16px; }
	.touch-phone span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/phone@2x.png) no-repeat center left / 20px; padding-left:25px; width:auto; }
	body.pixiedust .footer.content .sosho-wrappy { text-align:center; margin-bottom:20px; }

	.fsm-in #mc_embed_signup { padding:0; }
	.pm-af .af-content .af-text { padding:0 5px; }
}

@media screen and (max-width: 800px) {
	body.pixiedust .pm-fifo-3 { width:100%; margin-right:0%; }
	body.pixiedust .pm-fifo-4 { width:100%; }
	body.pixiedust .footer.content .block.newsletter { padding:0 !important; }
	.pm-above-footer-in .pm-af { width:100%; margin-bottom:20px; }
	.pm-af .af-content .af-text { width:300px; margin: auto; }
}

@media screen and (max-width: 768px) {
	.henry-eyes-footer { background-size: auto 175%; }
}



@media screen and (max-width: 600px) {
	.henry-eyes-footer { background-size: auto 135%; height: 115px !important; }
	.fsm-in #mc_embed_signup .mc-field-group { width:100%; padding-right: 0; margin-bottom: 10px; }
	.fsm-in #mc_embed_signup .mc-field-group:nth-child(2) { width:100%;}
	.fsm-in #mc-embedded-subscribe { width:100%; }
	.pm-af .af-content .af-text { width:90%; box-sizing: border-box; }

}
@media screen and (max-width: 400px) {
.henry-eyes-footer { background-size: auto 161%; height: 60px !important; }
}


.pm-final-footer-inner { max-width:1200px; margin:auto;  }
.pm-final-footer-inner li { display:block; min-height:20px; font-weight:normal; margin-bottom:10px !important; }
.pm-final-footer-inner li a { display:block;  }
.pm-fifo { width:25%; float:left; margin-right:0%; font-size:14px; padding:60px 0; }
.pm-fifo h2, .pm-fifo h3, .pm-fifo h4, .pm-fifo h5, .pm-fifo h6, .pm-fifo * { color:#fff; }
.pm-fifo h6 { font-size:18px !important; margin-bottom: 25px; }
body.pixiedust .pm-fifo a, body.pixiedust .pm-fifo ul li { color:#fff; }
body.pixiedust .pm-fifo b, body.pixiedust .pm-fifo strong { color:#fff; font-weight: 600;}
.pm-fifo.pm-fifo-1 { width:25%; box-sizing: border-box; }
.pm-final-footer-inner li a { font-weight:normal; }
.pm-final-footer-inner li b a { font-weight:bold; }
.pm-fifo-4 { margin-right:0;}
.pm-fifo h5 { font-size:18px !important; margin:0 0 25px; font-weight: 900 !important; }
.pm-fifo a { color:inherit; font-size:14px; margin:3px 0; font-weight: bold; }
.pm-fifo p.phonecon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/FooterPhone1x.png) no-repeat left 4px; padding-left: 30px;}
.pm-fifo-1 li a { color:inherit; }
.pm-fifo-4 li { color:inherit; }
.pm-fifo-4 img { width:100%; }
.pm-fifo p.emailcon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/FooterMail1x.png) no-repeat center left; padding-left:30px; }
.social-wrap { width:100%; float:left; margin-top:-10px; margin-bottom:25px; }
.social-wrap a { margin-right:1px; font-size:0; }
a.sosho-inst { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/social-inst.png)no-repeat center; width:31px; height:31px; display:inline-block;}
a.sosho-pint { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/social-pint.png)no-repeat center; width:31px; height:31px; display:inline-block;}
a.sosho-fb { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/social-fb.png)no-repeat center; width:31px; height:31px; display:inline-block;}
a.sosho-twit { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/social-twit.png)no-repeat center; width:31px; height:31px; display:inline-block;}
body.pixiedust .pm-fifo-3 .newsletter { float:left; width:100%; }

.pm-fifo ul.indent li { padding-left:25px; }
.pm-fifo li.foot-phone { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Footer-phonex1.png) no-repeat left 3px; }
.pm-fifo li.foot-email { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/footer-emailx1.png) no-repeat left 5px; }
.pm-fifo li.foot-opening { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Footer-clockx1.png) no-repeat left 2px; }

.footer-payments { width:100%; margin-top:20px;  }
.footer-payments span { width:45px; height:35px; display:inline-block; text-align:center; position:relative; background:#fff; border-radius:4px; margin:0 5px 5px 0; }
.footer-payments span img { width:80%; height:auto; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); }
.pm-fifo .securepayments { margin:10px 0 20px; max-width:100%; }

.pm-fifo-1 .block.newsletter { width:100%; float:left; margin-top: 0px; border-bottom: 2px solid #e7e7e7; margin-bottom:30px; padding-bottom: 20px;  }
.pm-fifo-1 .block.newsletter .form.subscribe { position: relative; overflow: hidden; border-radius: 4px; margin-bottom:15px;}
.pm-fifo-1 .block.newsletter input#newsletter { height:40px; border-color:#fff; transition: all 200ms ease; }
.pm-fifo-1 .block.newsletter input#newsletter:focus { background:#e1e1e1; border-color:#e1e1e1; }
.pm-fifo-1 .block.newsletter button.subscribe { height:40px; }
.pm-fifo-1 .block.newsletter button.subscribe span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/EmailArrowx1.png) no-repeat center; font-size: 0; display: block; width:20px; }


@media screen and (max-width: 1230px) {
	.pm-final-footer-inner, .pm-end-footer { box-sizing:border-box; padding-left:20px; padding-right:20px; }
}

@media screen and (max-width: 1210px) {


	.pm-fifo-2,.pm-fifo-3,.pm-fifo-4 { width:100% !important; padding:0 !important; }
	.pm-fifo-2 ul, .pm-fifo-3 ul, .pm-fifo-4 ul { display:none; }
	.itsopenchild ul { display:block !important; }
	.itsopenchild h5 { background: #fff; border-radius: 4px 4px 0 0; border-bottom:0; }
	.itsopenchild ul { width:100%; box-sizing: border-box;  margin: 0 0 20px;  text-align: left; padding:0 0 20px !important;  }


	.pm-fifo-1.itsopenchild h4:after,.pm-fifo-2.itsopenchild h4:after,.pm-fifo-3.itsopenchild h4:after { transform: rotate(90deg); border:none;}

	.payments-accepted { margin-top:0; }

	body.pixiedust .pm-final-footer-inner li a { border-bottom:1px solid #e7e7e7; padding-bottom:10px; display:block; }
	body.pixiedust .pm-final-footer-inner li { margin-bottom:10px !important; }

	.fsm-in { box-sizing: border-box; padding: 45px 10px 0; }
	.fsm-in span { width:100%; text-align: center; padding:0 0 25px; }
	.fsm-in #mc_embed_signup { width:100%; box-sizing: border-box; padding:0 40px;}

	body.pixiedust .pm-fifo { width:100%; text-align: center; padding:0; border: 1px solid #fff; margin-bottom:20px; padding:0 20px !important; box-sizing: border-box; }
	body.pixiedust .pm-fifo ul, body.pixiedust .pm-fifo br { display:none; float:left; }
	body.pixiedust .pm-fifo.pm-fifo-4 br { display:block; }
	body.pixiedust .pm-fifo h4 { position: relative;  margin:15px 0; font-weight: 600; float:left; text-align: center; width:100%; }
	body.pixiedust .pm-fifo h6:after, body.pixiedust .pm-fifo h5:after, body.pixiedust .pm-fifo h4:after { content:''; transition:all 200ms ease; border-left: 6px solid transparent;  border-right: 6px solid transparent;  border-top: 10px solid #fff; display:block; position: absolute; right:0px; top:4px; }
	body.pixiedust .pm-fifo.pm-fifo-4 { border:none; text-align: center; }
	body.pixiedust .pm-fifo.pm-fifo-4 h6 { display: none; }
	body.pixiedust .pm-fifo.pm-fifo-4 h6:after, body.pixiedust .pm-fifo.pm-fifo-4 h5:after, body.pixiedust .pm-fifo.pm-fifo-4 h4:after { display:none; }
	body.pixiedust .pm-final-footer-inner { float:left; margin-top:70px; }

	.pm-fifo-4 img { width:auto; margin:20px 0 0; }
	body.pixiedust .pm-fifo.pm-fifo-4.pm-fifo-trigger { padding:0 !important; }
	.block.newsletter-footer { width:90%; margin-right:5%; margin-left:5%; margin-bottom:25px; }
	.block.newsletter-footer #newsletter-validate-detail { position: relative; }
	.block.newsletter-footer .field.newsletter { width:100%; }
	.block.newsletter-footer .field.newsletter input { width:80%; float:left; height:45px; }
	.block.newsletter-footer .actions { position: absolute; right:0; top: 0; width:20%; box-sizing: border-box; padding-left:5px;}
	.block.newsletter-footer .actions button { width:100%; height:45px; padding:7px 0; }
	.block.newsletter-footer p.pm-subsc-title { font-size:12px; }
	.paymenticons { float:left; width:100%; background-size: 310px; background-position: center top; }

	.foot-socials { width:100%; text-align: center; }
	.pm-end-inner { padding:0px 15px; }
	.foot-socials { display:none; }
	.foot-socials.touch-socials { display:block; margin-bottom: 20px; }
	.foot-socials .footsocial { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Facebookx2.png) no-repeat center / auto 100%; width:38px; height:28px; display:inline-block; }
	.foot-socials .footsocial.footso1 { width:28px; }
	.foot-socials .footsocial.footso2 { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Twitterx2.png); }
	.foot-socials .footsocial.footso3 { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Instagramx2.png); }
	.foot-socials a.footsocial { margin:3px 7px; }

	.foot-copy { width:100%; text-align: center; margin-top: 0px; padding-top:5px; }
	.magento-agency-wrap { width:100%; text-align: center; float:left; padding-bottom: 5px; }
	.magento-agency-wrap a { float:none; }

}
@media screen and (max-width: 950px) {
.pm-fifo-1 .block.newsletter button.subscribe { height:45px; }
}

@media screen and (max-width: 768px) {
    body.pixiedust .pm-fifo.pm-fifo-1 .footer-news-wrap { width:100%; margin-bottom: 10px; border-bottom: 2px solid #e7e7e7; }
	body.pixiedust .pm-fifo.pm-fifo-1 .foot-socials { width:100%; padding-top:13px; }
	.block.newsletter-footer { width:100%; margin:0 0 25px; float:left; }
	.block.newsletter-footer .field.newsletter input { width:70%; }
	.block.newsletter-footer .actions { width:30%; }
	.block.newsletter-footer .pm-subsc-title { width:100%; float:left; box-sizing: border-box; padding:0 20px; }
	.block.newsletter-footer #newsletter-validate-detail { float:left; width:100%; }

}
@media screen and (max-width: 600px) {
.block.newsletter-footer .field.newsletter input { width:55%; }
	.block.newsletter-footer .actions { width:45%; }
}

@media screen and (max-width: 400px) {
    .paymenticons { background-size: 80%;  }
}

/* MEGA MENU */
.pm-mega-wrap { width:100%; position:absolute; height:auto; z-index:9999; display:block !important; background:none; top:45px; padding-top: 0px; background:#eef0f2;  }
.pm-mega-wrap:before { content:''; position: absolute; top:0; left:0; height:1px; width:100%; border-top:1px solid #bfbfbf; }
.pm-mega-on .pm-mega-wrap { border-bottom:3px solid #e30613; }
.pm-megamenu { max-width:1200px; margin:0 auto; position:relative; z-index:9;   }
.pm-mega-in { width:100%; max-width:1200px; margin:auto; box-sizing:border-box;padding:20px 0px 10px; display:inline-block;  }
.pmm { width:23.5%; padding-right:0%; float:left; min-height:50px; padding-top:7px; padding-bottom:15px; }

.pm-cols-1 .pmm { width:100%; padding-right:0; }
.pm-cols-2 .pmm1 { width:80%;padding-right:0; }
.pm-cols-2 .pmm2 { width:20%; padding-right:0; }
.pm-cols-2 .pmm2 img { width:100%; }
.pm-cols-5 .pmm { width:19.2%;  }
.pm-cols-6 .pmm { width:15.83333%;  }
.pm-cols-4 .pmm4, .pm-cols-5 .pmm5, .pm-cols-6 .pmm6 { padding-right:0; }
.pm-mm-wrap { width:100%; box-sizing: border-box;  padding-left:0px;  }
.pmm1 .pm-mm-wrap { border:none; padding-left:0; margin-left:0; }
.pmm-wide { padding-right:0; width:48.5%; }
.pmm-title,.pm-mega-in h6 {  font-size:18px !important; padding-bottom:3px; margin:0;  color:#333333; display:block; }
.pm-mega-in h6, .pm-mega-in h6 a,.pm-mega-in a h6, .pm-mega-in h5, .pm-mega-in h5 a,.pm-mega-in a h5 { color:#333333; font-size:16px !important; }
.pmm1 .pmm-content { padding-left: 0; }
.pmm-content  { padding-left: 20px;  }
.pm-mega-in p { margin:0; }

.pm-mega-in .icon img { box-sizing:border-box; border:1px solid #C6C6C6; width:100%; transition:all 200ms ease; }
.pm-mega-in .icon { text-align:center; }
.pm-mega-in .icon:hover img { border-color:#808080; }
.pmm-content h5 { font-weight: 900 !important; font-size: 18px !important; }
.pm-mega-in .pmm1 ul li.icon .holderout { width:100%; position: absolute; top:50%; left:50%; transform:translate3d(-50%,-50%,0); color:#fff; font-size:18px; height: auto; font-weight: 600; text-transform: uppercase; box-sizing:border-box; padding:0 5px;}
.pm-mega-in .pmm1 ul li.icon span { color:#fff; font-size:18px; height: auto; font-weight: 600; text-transform: uppercase; display:block;  }
.pm-mega-in .pmm1 ul li.icon span.subtitle { font-size:14px; font-weight: 400; text-transform: none;}

.pmm-content ul { margin:0 0 25px; padding:0; }

.pm-mega-in .mega-product { float:left; margin:0; box-sizing: border-box; padding-right:5px; text-align: center; }

.pm-mega-in .mega-product a { text-decoration: none; }
.pm-mega-in .mega-product img { width:84%; margin-bottom: 0px; box-sizing: border-box; margin:12px 21px 11px; transition:all 200ms ease; }

.pm-mega-in .mega-product a.red.noshowdesk { display:none; }
.pm-mega-in .mega-product span.title { display:block; height:30px; position: relative; overflow: hidden; font-size: 20px; }
.pm-mega-in .mega-product span.title:hover { text-decoration: underline; }
.pm-mega-in .mega-product a.red { background:#e30613; border-radius: 3px; padding:7px 10px; color:#fff !important; font-weight: bold; font-size: 12px; transition:all 200ms ease; text-decoration: none; display:inline-block;}

.pm-mega-in .mega-product .mega-r .red { margin-right:-4px; }
.pm-mega-in .mega-product-featue { width:100%; float:left; }
.pm-mega-in .mega-product-featue .mega-product-left { width:35%; float:left; margin-right: 2%; }
.pm-mega-in .mega-product-featue .mega-product-left .corner-msg { padding:2px 7px;  font-size:12px; }
.pm-mega-in .mega-product-featue .mega-product-left .title { display:block; width:100%; float:left; font-size: 20px; }
.mega-product-left .title:hover { text-decoration: underline; }
.pm-mega-in .mega-product-featue .mega-product-left .ratingshort { margin: 2px 0 9px; }
.pm-mega-in .mega-product-featue .mega-product-left .shortfeat { width:100%; float:left; color:#888887; font-weight: bold; margin-bottom: 18px; }
.pm-mega-in .mega-product-featue .mega-product-left .labelcorn { width:100%; float:left; margin-bottom:21px; }
.pm-mega-in .mega-product-featue .mega-product-left .price-wrap { width:100%; float:left; margin-bottom: 15px;  }
.pm-mega-in .mega-product-featue .mega-product-left .price-wrap span { font-size:22px; font-weight: bold; }
.pm-mega-in .mega-product-featue .mega-product-right { width:63%; float:left; padding-top: 30px; }
.pm-mega-in .mega-product-featue .mega-product-right img { width:100%; box-sizing: border-box; transition:all 200ms ease; }

.pm-mega-in .mega-product-featue .mega-product-left a.red { background:#e30613; border-radius: 3px; padding:7px 10px; color:#fff !important; font-weight: bold; font-size: 12px; transition:all 200ms ease; text-decoration: none; }


.pmm  .mega-product-featue { border-left:1px solid #bfbfbf; box-sizing: border-box; padding-left:30px; min-height: 395px; }
.pmm.pmm1 .mega-product-featue { border:none; padding: 0; }

.pm-mega-in .subtitle { width:100%; float:left; margin-top:35px; }
.pm-mega-in .subtitle p { float:left; font-weight: bold; margin:0; padding:13px 0 0; font-size:16px; }
.pm-mega-in .subtitle a.black { float:right; display:inline-block; border:1px solid #000; padding:10px 25px; font-weight: bold; border-radius: 3px; text-decoration: none; font-size: 12px; transition:all 200ms ease; }
.pm-mega-in .subtitle a.black:hover { background:#fff; }
.pm-mega-in .hoi-links { width:100%; }

.pm-mega-in .support-page .subtitle { box-sizing: border-box; padding-right: 17px; margin-top: 35px;}

.pm-mega-in .hoi-links .hoi { width:33.33%; padding-top: 20px; }
.pm-mega-in .hoi-links .overimage { display:none; }
.pm-mega-in .hoi-links .hoi:hover .overimage { display:inline-block; background:#30a935; }
.pm-mega-in .hoi-links .hoi:hover .upimage { display:none; }
.pm-mega-in .hoi-links .hoi a { color:#000; }
.pm-mega-in .hoi-links .hoi-title { color:#000; font-size: 14px !important; padding:0; }

@media screen and (min-width: 1200px) {
.pmm-content ul.split { width:50%; float:left; box-sizing:border-box; padding-right:0px; }
.pmm-content ul.split:first-child { padding-right:10px; }
	.popper { background:#333; width:100%; position:absolute; top:0;left:0; height:30000px; opacity:0.8; z-index:9;  }
	.cms-index-index .popper { z-index: 10; }
	.cms-index-index .sections.nav-sections { z-index: 999; }
	.cms-index-index .modals-overlay { z-index: 999 !important; }
	.cms-index-index .modal-popup { z-index: 9999 !important; }

	.pmm  .mega-product-featue { padding-top:14px; }
	.pm-mega-in .mega-product { padding-top:12px; }
	.pm-mega-in .support-page { border-right: 1px solid #bfbfbf; margin-right: 10px; float:left; padding-top:0px; min-height: 295px;width:100%; }
	.pm-mega-in .support-page .hoi-links .hoi .hoi-icon .hoi-image-holder { width:36%; }

	.pm-mega-in .mega-product img:hover { background:#e5e7e9; box-shadow:2px 2px 4px -3px #ccc; }
	.pm-mega-in .mega-product a.red:hover  { background:#ca0001; }
	.pm-mega-in .mega-product-featue .mega-product-right img:hover { background:#e5e7e9; box-shadow:2px 2px 4px -3px #ccc; }
	.pm-mega-in .mega-product-featue .mega-product-left a.red:hover   { background:#ca0001; }
}

.pmm-content h6 { margin-bottom: 0px;  }
body.pixiedust .pm-mega-in .pmm-content h6, body.pixiedust .pm-mega-in .pmm-content h4 {  font-size:16px !important; font-weight: bold !important;  }
.pmm-content ul li { margin:0; width:100%; display:block; list-style:none; padding:4px 0px; box-sizing:border-box; }
.pmm-content ul li a { display:block; transition:all 200ms ease; color:#777; }
.pmm-content ul li a:hover { text-decoration: underline; }
.pmm-content ul li a img { border:none; }
.pmm-content ul li.view-all { margin-top:0px; }
.pmm-content ul li.view-all a { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/MegaMenuArrowx1.png) no-repeat 65px center; color:#000; font-weight: bold; transition:all 200ms ease; }
.pmm-content ul li.view-all:hover a { background-position: 70px center; }
.page-wrapper li.actived { }
li.all { padding:0; }
li.all a { padding:15px 0 15px; font-weight:bold; margin-bottom:0; border-bottom:1px solid #f1f1f1; }

.pmm-content ul li.icon a { padding-left:27px; background-repeat: no-repeat; text-align: left;}
.pmm-content ul li.icon a span { position:relative; height:38px; overflow:hidden; float:left; width:100%; text-align:center; }
.underline { width:100%; margin-bottom:10px; display:block; }
.underline span { width:100%; background:#cfcfcf; height:1px; display:inline-block;}

.pm-topmenu li.activated a { position:relative; text-decoration:none; }
.pm-topmenu li.actived a { text-decoration: none !important; }
.pm-topmenu li.actived a span { text-decoration: none !important; }
.pm-topmenu li a:hover { text-decoration: underline !important; }
.down-nugget { display:none; }
.down-nugget { position:absolute; width:0px; height:0px; z-index:999; left:50%; margin-left:-0px; bottom:-1px; /*border-style: solid; border-width: 25px 20px 0 20px; border-color: #000 transparent transparent transparent;*/ }


.down-nugget:after, .down-nugget:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.down-nugget:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #eef0f2;
	border-width: 10px;
	margin-left: -10px;
}
.down-nugget:before {
	border-color: rgba(198, 198, 198, 0);
	border-bottom-color: #C6C6C6;
	border-width: 11px;
	margin-left: -11px;
}

/* RESPONSIVE MENU */
#sidebarIn .pmm-content ul li { padding:3px 0px;  }
#sidebarIn .pmm-content ul li.icon { width:100%; box-sizing:border-box; text-align:left; padding:0; position:relative; overflow: hidden; margin-bottom: 10px; }
#sidebarIn .pmm-content ul li.icon a { width:100%; box-sizing:border-box; background:#fff; text-align:left; padding:15px; float:left; border-bottom:1px solid #C6C6C6 !important; }
#sidebarIn .pmm-content ul li.icon img { position: absolute; width:100%; transform: translate3d(0,-50%,0); padding:0; left:0; }

#sidebarIn .pmm-content ul li.icon .holderout { position: relative; padding:10px; float:left; width:100%; z-index: 999; }
#sidebarIn .pmm-content ul li.icon .holderout span { color:#fff; text-transform: uppercase; font-weight: 600; }
#sidebarIn .pmm-content ul li.icon .holderout span.subtitle { text-transform: none; font-size:12px; font-weight: 400; }
#sidebarIn .pmm-content ul li.icon a { padding:0; }

#sidebarIn .pmm-content ul li.icon a span { width:100%; text-align:left; height:auto; }
#sidebarIn .pmm-content img { padding-left:0px; box-sizing:border-box; }
#sidebarIn .pmm-content  { padding-left: 0px;  }
.page-wrapper { margin:auto; width:100%; transition:margin 0s ease-out 0s !important; }
#sidebarIn { will-change: left; height:100%; position:fixed;width:50%;  -webkit-transform: translateZ(0);transition:all 300ms ease !important; transform: translate3d(-100%,0,0);-webkit-transform: translate3d(-100%,0,0); z-index:999; }
.slideover .page-wrapper { opacity:1; position:fixed !important; transform: translate3d(50%,0,0);-webkit-transform: translate3d(50%,0,0);   }
.slideover #sidebarIn { left:0% !important;   box-shadow:0 0 10px #333; transform: translate3d(0%,0,0);-webkit-transform: translate3d(0%,0,0);  }
.slideover .popper3 { left:0; display:block !important; }
.sidebarIn { display:none; }
.sidebarinside { position:relative; overflow-y: scroll; -webkit-overflow-scrolling: touch; overflow-x:hidden; height:100%; box-sizing:border-box; width:100%; background: #fff; }
.sidebarinside .navigation { overflow:visible; }
.sidebarinside .mega-show { background:#eef0f2; padding:10px 20px; text-align:left; }
.sidebarinside .mega-show li a { border:none !important;  }
.sidebarinside .mega-show li.icon a { padding-left:30px; background-position:0; }
.sidebarinside .mega-show .pm-mm-wrap { padding-left:0; border-left:none; margin-left:0; }
.sidebarinside .mega-show h6 { margin:0px 0 0; font-weight:normal; padding:0px; width:100%; float:left; box-sizing:border-box; margin-top:25px; }
#sidebarIn .pmm-content.pmc1 h5 { display:none; }
#sidebarIn .pmm-content {  float:left; width:100%; }
.sidebarinside .mega-show h6 a  { padding-bottom:10px; font-weight: 600;;  }
.sidebarinside .mobilenav {  padding:0 !important; }
.sidebarinside .mega-show h6 a:hover { }
.sidebarinside .mega-show .underline { margin-left:20px; }
.sidebarinside .mega-show .pm-mm-wrap ul { border-top:1px solid #ccc; }
.sidebarinside .down-nugget { display:none !important; }
#sidebarIn .pmm-content.pmc2 h5 { padding:15px 0px; }
#sidebarIn .pmm-content.pmc2 img { max-width:100%; margin-bottom:20px; }
#sidebarIn ul li.touch_57 a span { color:#fa0a0d; }
.sidebarinside li.all { border-bottom:1px solid #7d7d7d; text-transform: uppercase; font-weight: bold; margin:-10px -20px 10px !important; padding:0 13px; }
.sidebarinside li.all a span { display:inline-block; }
.sidebarinside li.all a { padding:15px 10px 15px 35px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/View-all-arrowx2.png) no-repeat center left 7px / 20px; }
.sidebarinside .top-block { background:#d90000;  position:relative; height:60px; }
.sidebarinside .top-block span { text-transform: uppercase; color:#fff; font-size:18px; font-weight: 800; position: absolute; bottom: 19px; left:0px; padding-left:50px; width:100%; text-align: left; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Menu-closex2.png) no-repeat center left 23px / 14px; }
#sidebarIn .pm-mega-in .subtitle { display:none; }
.pmm-content.haschildren h6 { position: relative; margin-top:0; }



@media screen and (min-width: 1200px) {
.slideover .page-wrapper { position:relative !important; transform: translate3d(0%,0,0);-webkit-transform: translate3d(0%,0,0); opacity:1 !important;   }
.slideover #sidebarIn { left:-100% !important;   box-shadow:none !important; transform: translate3d(-100%,0,0);-webkit-transform: translate3d(-100%,0,0);  }
	body.pixiedust.slideover .popper3 { display:none !important; }
}
@media screen and (max-width: 800px) {
.slideover .page-wrapper { transform: translate3d(80%,0,0);-webkit-transform: translate3d(80%,0,0);   }
#sidebarIn { width:80% !important; }

}

@media screen and (max-width: 1200px) {
.page-wrapper { will-change: left; -webkit-transform: translateZ(0);transition:all 300ms ease !important; transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0); }
.nav-sections { display:none !important; }
.navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    word-wrap: break-word;
  }
.sidebarinside .navigation ul { margin:0; padding:0; }
.sidebarinside .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    font-size: 16px; right:18px; position:absolute;
    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;
	background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Red-arrow-downx2.png) no-repeat center; background-size:12px; width:20px; font-size:0; top:50%; margin-top:-10px; transform:all 200ms ease;transform: rotate(-90deg);
  }
	.sidebarinside .navigation .mobileactive { background:#dcdcdc;  }
.sidebarinside .navigation .mobileactive .level-top:after { transform: rotate(0deg); background-size:12px; margin-top:-9px; right:20px; }
  .sidebarinside .pm-mega-in { background:none; padding:0px 0px 3px; margin-top:0px;  }
  .sidebarinside .navigation .parent a { display:block !important; text-align:left !important; }
  .sidebarinside .navigation li { margin:0; }
  .sidebarinside .navigation li a { display:block;  }
  .sidebarinside .pm-mega-in a { font-weight:normal; }
  .sidebarinside .navigation .level0 > .level-top { line-height:35px; }
	.sidebarinside .level0.mobphonecon { border:none; }
	.sidebarinside .level0.acclink a { background:#fff url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Accountx2.png) no-repeat center left 20px / 15px !important; padding-left:40px !important; }
   body.pixiedust #sidebarIn .navigation ul .greenwrap li.level0 a { background:#fff; color:#000; border-color:#000; }

	.triggerclosemenu, .triggerclosemenu a { background:#eef0f2 !important;  }
	.triggerclosemenu { border-bottom:2px solid #dfdfe0 !important; }
	.triggerclosemenu a { padding:25px 15px !important; }
	.triggerclosemenu a:after { content:''; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/MenuClosex2.png) no-repeat center; display:block; width:14px; height:14px; background-size:14px; position: absolute; top:28px; right:14px; }
	.triggerclosemenu a span { font-size:18px !important; }
	.greenwrap { margin-top:0px; margin-top:-1px; }

	.triggerback .level-top-tigger-back { text-align: center !important; padding:25px 15px !important; background:#eef0f2 !important; border-bottom: 2px solid #04a4d8 !important;   }
	.triggerback .level-top-tigger-back span { font-size:18px !important; }
	.triggerback .level-top-tigger-back:before { content:''; width:15px; height: 15px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Arrow-Back-Menux2.png) no-repeat center / 15px; display: block; position: absolute; left: 15px; top: 28px; }

	.pm-mega-in .mega-product img { padding:0; }
	.pm-mega-in .mega-product { width:100% !important; }
	.pm-mega-in .mega-product .mega-l { float:left; width: 60%; text-align: left; }
	.pm-mega-in .mega-product .mega-r { float:left; width: 40%; }
	.pm-mega-in .mega-product .mega-r a.red { display:none; }
	.pm-mega-in .mega-product .red.noshowdesk { display:inline-block !important; }
	.pm-mega-in .mega-product span.title { margin-bottom: 0px; height:48px; }

	.pm-mega-in .hoi-links .hoi { width:100%; padding:0; position: relative;}
	.pm-mega-in .hoi-links .hoi .hoi-image-holder { width:20% !important; float:left !important; }
	.pm-mega-in .hoi-links .hoi .hoi-image-holder img { float:left !important; }
	.pm-mega-in .hoi-links .hoi .copy { width:80%; float:left; box-sizing: border-box; padding-left:10px; text-align: left; position: absolute; top:50%; left:20%; transform: translate(0,-50%);}
	.pm-mega-in .hoi-links .hoi .copy br { display:none; }
	.pm-mega-in .hoi-links .hoi .copy h3 { height: auto;}
	.pm-mega-in .support-page { width:100%; float:left; border-bottom: 1px solid #7d7d7d; margin-bottom: 20px; }
	.pm-mega-in img.full { width:100%; }
}


.greywrap { background:#333333; }
.greywrap li { border-bottom:1px solid #ccc !important; }
 body.pixiedust .sidebarinside .greywrap li a { color:#fff !important; background:#333 !important; }

 body.pixiedust .sidebarinside .greywrap .link-account a { background:#333 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Loginx2.png) no-repeat 15px / 18px !important; background-size:20px; padding-left:45px !important; }

body.pixiedust .sidebarinside .greywrap .link-see a { background:#333 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/SeeInsidex2.png) no-repeat 15px / 20px !important; background-size:20px; padding-left:45px !important; }
body.pixiedust .sidebarinside .greywrap .link-finance a { background:#333 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Finance-TopNavx2.png) no-repeat 16px / 19px !important; background-size:20px; padding-left:45px !important; }

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.mobaccount a, .mobcontactt a { padding:10px 0; }
}

.fixed { position:fixed !important;  }
.sidebarinside .navigation a { padding-left:0; }

.sidebarinside .pmm-title { padding:15px 0; margin:0; }
.sidebarinside .pmm-content ul li a { border-bottom:1px solid #f1f1f1; padding:5px 0; }
.sidebarinside ul.pm-topmenu li.level0 {  padding:0; border-top:none; }
.sidebarinside ul.pm-topmenu li.level0 * { padding-left:0; padding-right:0; font-size:14px; }
.mobileactive {   }
.mobaccount { border-top:2px solid !important; }
.mobaccount a { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/account@2xblack.png) no-repeat center left / 20px auto; padding-left:30px !important; font-weight:bold; }
.mobcontactt a { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/newsletter.png) no-repeat center left / 20px auto; padding-left:30px !important; font-weight:bold; }

/* HEADER RESPONSIVE */
.search-toggle { display:none; }
.search-toggle:before {   -webkit-font-smoothing: antialiased;  font-size: 22px;  line-height: 28px;  color: #8f8f8f;  content: '\e615';  font-family: 'luma-icons';  margin: 0 10px 0 0;  vertical-align: middle;  display: inline-block;  font-weight: normal;  overflow: hidden;  speak: none;  text-align: center;	background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/search.svg) no-repeat center; background-size:42px; width:100%; height:98px; font-size:0; }
.search-toggle.search-toggle-on:before { filter: invert(10%) sepia(91%) saturate(3935%) hue-rotate(348deg) brightness(131%) contrast(113%); }
.search-toggle span { display:none; }
.account-toggle {   display:none;  }
.account-toggle span { font-size:0; display:inline-block ;width:26px; height:26px;  background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/account@2x.png) no-repeat center / 100%; vertical-align:middle; padding-top:10px; }
.nav-sections-item-title { display: none; }

/* MOBILE SEARCH */
.mobile-search-block { width:100%; box-sizing:border-box; padding: 10px; margin-bottom:10px; margin-top:-1px;  background:#71528c;  }
.mobile-search-block .label { display:none; }
.mobile-search-block form { position:relative; width:100%; }
.mobile-search-block input#search { padding:10px; height:50px; }
.mobile-search-block button, .mobile-search-block button:hover { position:absolute; right:5px; top:6px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/MagGlass2x.png) no-repeat center; width:44px; height:38px; display:block; box-shadow:none !important; border:none;  }
.mobile-search-block button span { display:none; }
.action.search-toggle { display:none; }

@media screen and (max-width: 1200px) {
	.sectionit { max-width: 100% !important; }
	.nav-open .nav-sections-item-title { display: none; }
	.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);
  }
  .account-toggle { display:inline-block; float:left; }
  .nav-sections .pm-topmenu { width:100%; display:block; }
  body.pixiedust .navigation ul li.level0 { width:100%; display:block; text-align:left; }

	.header .logo { width:60%; max-width:60%; display:block; text-align:center; position:relative; margin:0; }
	.header .logo img { display:inline; max-height:95px; width:auto; margin-top:-4px; }
	.header .nav-toggle { display:inline-block; float:left; position:static; width:10%; }
	 body .minicart-wrapper { margin:0; width:10%; }
	.account-toggle {   width:10%; text-align:center; }
	.search-toggle { display:none;width:10%; padding-top:5px; text-align:center; }


	 body.pixiedust .minicart-wrapper .action.showcart .counter.qty { min-width:28px; text-align:left; float:left; width:100%; text-align: right; padding-right:48px; display:inline-block;}

	 body .minicart-wrapper .showcart { width:100%; background-position:right 6px; background-size:24px auto; padding-left: 0;  }

	 body.pixiedust .cms-index-index .valueadded-block { min-height:45px; }
	.valueadded-block { min-height:30px; }
	 .value-inner { box-sizing:border-box; padding:0 20px; }
	 .search-toggle { display:inline-block; float:left; position:static; }
	body.pixiedust .nav-toggle:before { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/menu.svg) no-repeat center left 20px; background-size:auto 30px; height:95px; font-size:0; width:100%; margin-left:0px; box-sizing:border-box; }

	.header .nav-toggle { width:10%;margin-top:0px; min-width: 50px; float:left; }

	body .header.content { padding:0 !important; border-bottom: 2px solid #e1e1e1;  }
	body.pixiedust .page-header .wrapper .top-links-left { width:auto; margin-left:20px; }

	body.pixiedust .page-header .wrapper .top-links-right li.tl-currency { display:inline-block; }
	body.pixiedust .page-header .wrapper .top-links-left.top-links-middle { float:right; text-align:right; width:auto; }
	body.pixiedust .minicart-notlogged { right:25px; }

	.header .nav-toggle { width:10%; }
	.action.search-toggle { display:inline-block;}
	.block-search .block-content { background:#fff; width:100%; float:right; box-sizing:border-box; padding:12px 0; }
	.page-header #search_mini_form { width:100%; }
	.page-header #search_mini_form #search { position:absolute; top:0; left:0; }
	body.pixiedust .page-header .block.block-search { width:100% !important; margin:0; background:#fff; box-sizing:border-box; padding:0 !important; float:left; border-top:1px solid #cfcfcf; display:none; z-index: 9; }
	body.pixiedust .page-header #search_mini_form { width:100% !important; margin:0;  display:block; float:left; position:relative; height:46px; box-sizing:border-box; padding:0 20px; }
	body.pixiedust .amsearch-input-wrapper .amsearch-button.-close { left:auto; right: 7px; bottom: auto; top:7px; }
	body.pixiedust .block-search .amsearch-loader-block { left:50%; top:23px; bottom: auto; transform: translate(0,-50%); }
	
	.page-header #search_mini_form .control { clear:none; margin:0; padding:0; border:none; }
	.page-header #search_mini_form #search {  border:none !important; color:#333; margin-left:0; padding:10px; height:46px; background:#eef0f2 !important; max-width: 100% !important;  text-align: center; margin:0; }

	body.pixiedust .nav-toggle:before { background-size:auto 35px; }
	body .block-search input#search { border:1px solid #c2c2c2 !important; }
	body .block-search .action.search { display:block; position:absolute; right:0; background:none; border:none; top:2px !important; right:10px; padding:0; }
	body.pixiedust .block-search .action.search > span { background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Red-arrow-downx2.png) no-repeat center / 12px; transform: rotate(-90deg); height:46px; width:45px; }
	body.pixiedust .block-search .label:before { display:none; }
	body.pixiedust .block-search .actions { top:-2px; right: 35px; left:auto; }
	#search_mini_form button.action.search { left:0; width:46px; height:46px; }

	body .header.content { padding:0 !important; float:left; width:100%;  }
     .header .logo { width:60%; max-width:60%; display:block; text-align:center; position:relative; margin:0; }
	.header .logo img { display:inline; max-height:90px; width:auto; margin-top:22px; margin-bottom:7px; padding-left:0px; }

	.search-toggle { width:10%; text-align:center; height:97px; margin-top:0px; padding-top:0px; border:none; }
	body.pixiedust .page-header .header.panel { width:100%; float:left;  text-align:center; }
	body.pixiedust .page-header .wrapper { float:left; width:100%; }
	body.pixiedust .page-header .top-links-left ul.header.links { display:inline-block; width:100%; text-align:center; }

	body.pixiedust .page-header .top-links-left ul.header.links li.phonecon { display: inline-block; }
	body.pixiedust .page-header .top-links-left.top-links-middle { display:inline-block; }

	body.pixiedust .block-search { margin-top:5px; width:100% !important; }
	body.pixiedust .page-header { margin-bottom:0; }
	body.cms-index-index .valueadded-block { min-height:40px !important; margin-bottom:0px; }
	body.pixiedust .valueadded-block { min-height:35px; float:left; }

	.baskcon span { width:20px; height:20px; bottom:3px; right:-4px; }
	.pm-mega-in .mega-product-featue .mega-product-left a.red { display:inline-block; }
	.pm-mega-in .mega-product-featue { border-top: 1px solid #7d7d7d; padding-top:20px; }
}

@media screen and (min-width: 1200px) {
body.pixiedust .value-inner .slick-track { transform:translate3d(0,0,0) !important; }
}

@media screen and (max-width: 1000px) {
	body.pixiedust .page-header .wrapper .top-links-left { display:none; }
	body.pixiedust .page-header .wrapper .tl-returns, body.pixiedust .page-header .wrapper .tl-trustpilot { display:none !important; }
	body.pixiedust .page-header .wrapper .top-links-right { width:100%; }
	body.pixiedust .page-header .wrapper .top-links-right ul { text-align: center; width:100%; justify-content: center; }
	body.pixiedust .page-header .wrapper .top-links-right li { float:none; font-size:12px; margin:0; }
	body.pixiedust .page-header .wrapper .top-links-right li.tl-warranty {  }
}


@media screen and (max-width: 768px) {
	body.pixiedust .block-search .label:before { font-size:0; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Search-Whitex2.png) no-repeat center; width:30px; height:30px; display:block; right:15px; margin-top:2px; margin-right:0px; }
}




@media screen and (max-width: 650px) {
	body.pixiedust .nav-toggle { width:50px; margin-left: 10px;  }
	body.pixiedust .nav-toggle:before { background-size:auto 25px; height:80px; background-position: center;}
	body.pixiedust .search-toggle:before { background-size:auto 25px; height:80px; }
	body.pixiedust .action.search-toggle { height:80px; width:50px;  }
	.header .logo img { max-height:50px; margin-top:20px; margin-bottom:0; margin-left:0px; }
	body.pixiedust .minicart-notlogged a .baskcon { background-size:auto 28px; }
	body.pixiedust .showcart.wizzpop .loading-mask .loader { max-height: 37px; }
	body.pixiedust .minicart-notlogged a.showcart { margin-top:3px; }
	body.pixiedust .minicart-notlogged { margin-top:15px; right:20px !important;}
	body.pixiedust .header .logo { width: 50%; position: absolute; left:50%; top:0; transform: translate(-50%,0); }
	body.pixiedust .minicart-notlogged span.cartitle { float:right; margin-top:-2px; }
	body.pixiedust .page-header .wrapper .top-links-right li { margin:-1px 0 -4px; }
	.pm-mega-in .mega-product-featue .mega-product-left { width:48%; }
	.pm-mega-in .mega-product-featue .mega-product-right { width:50%; }
	body.pixiedust .minicart-notlogged span.cartitle span { display: none; }
}


@media screen and (max-width: 450px) {
    body.pixiedust .minicart-notlogged a.showcart span.logbut span { display:none !important; }
	body.pixiedust .header .logo img { max-width: 140px; margin-top:22px; }
	body.pixiedust .nav-toggle { width:30px; margin-left:15px; min-width: 0;   }
	body.pixiedust .baskcon span { right:18px; bottom:24px;  }
	body.pixiedust .baskcon span span { right:auto; bottom: auto; }
	body.pixiedust .header .logo { width:40%; }
}

@media screen and (max-width: 370px) {
	body.pixiedust .page-header .wrapper .top-links-right li.tl-nextday { width:100%; text-align: center; margin:8px 0 -9px; }
	body.pixiedust .page-header .wrapper .top-links-right li.tl-nextday span { position: static; }
	body.pixiedust .page-header .wrapper .top-links-right li.tl-warranty { display:none; }
	body.pixiedust .header .logo img { max-width: 110px; margin-top:27px; }
}

/* LIST PAGE */
.greystrip { width:100%; background:#fff; margin-bottom:5px; float:left; }
.grey-inner { width:100%; max-width:1200px; margin:auto; position:relative; overflow:hidden; }
.pixiedust.page-with-filter.page-products .columns { width:100%;  }
.pixiedust.page-with-filter.page-products .columns .column.main { width:75%;  padding-top: 0; }
.pixiedust.page-with-filter.page-products .columns .sidebar.sidebar-main { order:1; padding-top: 40px; width:22%; }
body.page-products .grey-inner { margin-bottom:15px; }
.grey-image { width:100%; float:left; }
.grey-image img { width:100%; height:auto; }
.grey-image .category-image { margin-bottom:0; }
.grey-content { width:100%;color:#656565; padding:35px 0 35px 0px; }
.no-image-topper { padding:15px 0 10px !important; }
.no-image-topper h1 { margin-bottom:5px !important; }
.grey-content .category-description { margin-bottom:0; }
.grey-2col .grey-content { width:50%; float:left; box-sizing:border-box; padding:35px 0 0px 35px; color:#656565; }
body.pixiedust .c2c_colour .swatch-option { min-height:20px; min-width:20px; margin:0; }
body.pixiedust .c2c_colour  .swatch-attribute-options a { margin:0 5px 5px 0 !important; box-sizing:border-box; display:inline-block; background:#fff; border:1px solid #ccc; padding:5px !important; }

body.pixiedust.page-products .products-grid .product-item { border-top:1px solid #cccccc; padding:40px 0; margin-bottom: 0 !important;  }
.page-products .product-item-info { position: relative; width:100%; float:left; }
.page-products .product-item-info .product-item-inner { display:none !important; }
.price-box.price-final_price span.regular-price { color:#333; font-weight:bold; }

body.pixiedust .toolbar .modes { display:flex; align-items: center; border:1px solid #a3a3a3; border-radius: 5px; overflow: hidden; }
body.pixiedust .toolbar .modes svg { width: 20px; height: 20px; }
body.pixiedust .toolbar .modes .modes-mode { border:0; transition: all 200ms ease; }
body.pixiedust .toolbar .modes .modes-mode:before { display:none; }
body.pixiedust .toolbar .modes .active svg * { fill:#fff; }
body.pixiedust .toolbar .modes .active { background:#a3a3a3; }

.filter-options-content.id_cat li { margin:0; }
.filter-options-content.id_cat li a {  }
.filter-options-content.id_cat li a:hover {   }
.filter-options-content.id_cat li a span { transition:all 300ms ease; }
.filter-options-content.id_cat li a:hover span {  }
li.desk-seperator { display:none; }
@media screen and (min-width: 1200px) {
li.desk-seperator { width:100%; margin:0px 0 0px !important; float:left; height:0px; background:#e6e6e6; display:block; }
}
.page-products .products-grid .product-items { width:100%; float:left; margin:0; }

#narrow-by-list input[type="radio"],#narrow-by-list input[type="checkbox"] { -webkit-appearance:none; appearance:none; width:15px; height:15px; border:1px solid #C6C6C6; margin-bottom:2px; border-radius: 1px; float:left; }
#narrow-by-list input[type="radio"]:hover, #narrow-by-list li a:hover input[type="radio"], #narrow-by-list input[type="radio"]:checked,
#narrow-by-list input[type="checkbox"]:hover, #narrow-by-list li a:hover input[type="checkbox"], #narrow-by-list input[type="checkbox"]:checked
{ background: #e30613 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/filters-checkmark-white.svg) no-repeat center / 9px; border:1px solid #e30613  !important;  }
body.pixiedust input[type="radio"] { -webkit-appearance:none; appearance:none; width:17px; height:17px; border:1px solid #7c7a79; margin-bottom:-1px; margin-top:1px; border-radius: 50%; box-sizing: border-box; }
body.pixiedust input[type="radio"]:hover, body.pixiedust input[type="radio"]:checked { border:6px solid #d90000 !important; }
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus { box-shadow: none; }
#narrow-by-list span.count { word-spacing:-3px; color:#000; font-weight: normal; }
#narrow-by-list ol { margin:0; }
#narrow-by-list li a { color:#000;  white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:100%; display: inline-block; transition:all 200ms ease; position: relative; padding: 3px 0 3px 25px; }
#narrow-by-list li a:before { content:''; width: 13px; height:13px; box-sizing: border-box; border:1px solid #C6C6C6; border-radius:1px; position: absolute; left:0; top: 50%; transform: translate(0,-50%); }

#narrow-by-list li a:hover:before, #narrow-by-list li a.amshopby-link-selected:before { background:#e30613 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/filters-checkmark-white.svg) no-repeat center / 9px; border:1px solid #e30613  !important; }

.filter-options-content form { padding:0px; padding:0 0 10px; float:left;  }

.pm-fb-content.set-go-left .go-left {width:100%; }
.go-left { float:left; width:100%; box-sizing:border-box; }

body.pixiedust.page-products .products-grid .product-item .product-item-details .product-reviews-summary, .product-item .product-item-details .product-reviews-summary { text-align: left;}
body.pixiedust.page-products .products-grid .product-item .product-item-details .product-reviews-summary .action.add, .product-item .product-item-details .product-reviews-summary .action.add { display:none; }


body.pixiedust.page-products .products-grid .product-item .reviews-actions, body.pixiedust.page-products .products-grid .product-item .reviews-actions a { color:#989898; }
body.pixiedust.page-products .products-grid .product-item .price-box { margin:0px 0 4px; font-weight: 600; font-size:22px; display:flex; justify-content: flex-end; gap:5px; }
body.pixiedust.page-products .product-item .price-box .price-label { color:#000; }
body.pixiedust.page-products .products-grid .product-item .product-item-details .price { color:#000; font-size:22px; font-weight: 600; }
body.pixiedust.page-products .products-grid .product-item .product-item-details .special-price .price { color:#FA0A0D !important; font-size:22px; }

body.pixiedust.page-products .products-grid .product-item .product-item-details .old-price .price-label { display:none;  }

body.pixiedust.page-products .products-grid .product-item .product-item-details .old-price { text-decoration: none; }
body.pixiedust.page-products .products-grid .product-item .product-item-details .old-price .price { color:#000; font-size:14px; text-decoration: line-through; font-weight: normal; }
.product-item .old-price { float:left; margin:0; text-decoration: none; }
body.pixiedust.page-products .product-item-details .product-item-name { min-height:60px; margin:5px 0 0; text-align: center; font-size: 16px;}
body.pixiedust.page-products .product-item-details .product-item-name a { font-weight: 600; }
body.pixiedust.page-products .product-item-details .sly-old-price { display:inline-block !important; }
body.pixiedust.page-products .product-item-details .reviews-actions { display:none; }


.product-item-details input, .product-item-details select { width:auto; display:inline-block; vertical-align:middle; }
.product-item-details select { background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrow1x.png) no-repeat 90% 50%; color: #4d276f }
body.pixiedust .product-item-details .tocart { width:100%; padding:7px 13px; display:inline-block; vertical-align:middle; float:right; margin-top:15px;  }
.product-item-details .tocart span { font-size:14px; }
.product-item-details input.qty { width:40px; text-align:center; padding:0; display:inline-block; vertical-align:middle;   }
.products.wrapper.grid.products-grid { float:left; margin-top:0; width:100%; }
.ajaxstaging { display:none !important; }
.pm-ajax-button { width:100%; text-align:center; float:left; margin:40px 0; }
.pm-ajax-button span { cursor:pointer; border:1px solid #000; background:#fff; box-sizing:border-box; padding:10px 35px; font-size:14px; color:#000; font-weight:bold; display:inline-block; transition: background-color 300ms ease; }
.pm-ajax-button span:hover { background-color: #000; color:#fff; }
.pm-ajax-button.pm-ajax-running span { background: #000 url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-1.gif') no-repeat center / auto 75%; color:transparent !important;  }

body.pixiedust #amasty-shopby-overlay .loader { position: absolute; top: 10%; left: 50%; display: block; width: 64px; height: 64px; background-image: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-1.gif'); background-size: 100%;  transform: translate(-50%, -10%);  }

body.pixiedust .filters-target #amasty-shopby-overlay { width:100%; height: 100%; opacity: 0.5; background:#fff ; position:absolute; z-index: 99999; }
.sidebar.sidebar-additional .block.pm-newsletter { padding:15px; }
.sidebar.sidebar-additional .block.pm-newsletter #newsletter { height:42px !important; text-align:center; }
.sidebar.sidebar-additional .block.pm-newsletter .action.subscribe.primary { position:static; width:100%; margin-top:10px; height:42px; }


body.pixiedust .pm-total-products { float:right; font-weight:bold; padding-top:5px; }
body.pixiedust .toolbar-products {  margin-top:0px; margin-bottom:0; padding:0; font-size:14px; }
body.pixiedust .toolbar-products #toolbar-amount b { color:#333; font-weight: bold; }
body.pixiedust .toolbar-products .toolbar-amount { padding:6px 0 0; }
#amasty-shopby-product-list .amsearch-related-terms { float:left; }
#amasty-shopby-product-list .amsearch-block-header { padding:0 0 20px; }
#amasty-shopby-product-list .amsearch-related-terms > .amsearch-item { background: #e30613; color:#fff; }


@media screen and (max-width: 1200px) {
.pixiedust.page-with-filter.page-products .columns .column.main { width:67%;   }
.pixiedust.page-with-filter.page-products .columns .sidebar.sidebar-main { width:30%; }
}
	
@media screen and (min-width: 768px) {
	body.pixiedust .toolbar-products { margin-left:0%; width:100%; } body.pixiedust .lower-toolbar .toolbar-products { margin-top:0; }
}

body.pixiedust .sorter-options { margin-left:0; }
body.pixiedust .toolbar-sorter .sort-box { display:flex; align-items: center; column-gap: 5px; }
body.pixiedust .toolbar select { background-color:none; border-radius: 3px; height:38px; background-size:12px; border:1px solid #cecece; box-shadow:none; margin-right:0; margin-bottom:-1px; font-weight:normal; font-size:14px; }
body.pixiedust .sorter-action { top: 0; }
body.pixiedust .sorter-action:before { font-size:13px; color:#333; }
.pm-toolbar .toolbar-sorter { float:left; }
body.pixiedust  .toolbar .limiter { display:inline-block; }
.tooly-right { float:right; }
.tooly-right .limiter .control { margin:0 2px 0 -6px; }
body.pixiedust .pages-item-next, body.pixiedust .pages-item-previous { width:20px; }
body.pixiedust .pages-item-next a::before, body.pixiedust .pages-item-previous a::before { display:none !important; }
body.pixiedust .pages-item-next a, body.pixiedust .pages-item-next a:hover { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/NextpageArrows/Arrow-RightPage1x.png) no-repeat center; width:7px; height:7px; margin:0 !important; padding:0; box-shadow:none; }
body.pixiedust .pages-item-previous a, body.pixiedust .pages-item-previous a:hover { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/NextpageArrows/Arrow-LeftPage1x.png) no-repeat center;width:7px; height:7px; margin:0; }
body.pixiedust .toolbar-products .sorter-label { font-weight: bold; color:#333; }
body.pixiedust .toolbar-sorter.sorter { float:right; padding-top: 0; }
body.pixiedust .toolbar-products .sorter-label:after { content:':'}
body.pixiedust .tooly-right { float:left; }
body.pixiedust .field.limiter { display:none; }

/* ALT GRID LIST */
body.pixiedust .pm-alt-grid ol.product-items { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); row-gap: 40px; column-gap:20px; }
body.pixiedust .pm-alt-grid .product-item { display:flex; flex-direction: column; }

body.pixiedust .pm-alt-grid .outer-message { position: absolute; top: 0; left:0; z-index: 2; width: 100%; text-align: center; background:#e30613; font-size: 12px; height:42px; font-weight: bold;  padding: 5px 2px; box-sizing: border-box; display:flex; align-items: center; justify-content: center; line-height: 1; }
body.pixiedust .pm-alt-grid .outer-message span { display: flex; align-items: center; justify-content: center; white-space: nowrap; overflow: hidden; position: relative; text-overflow: ellipsis; height: 42px;}
body.pixiedust .pm-alt-grid .outer-message span:before { content: ''; margin:-3px 3px 0 0; background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/recommend-star-black.svg) no-repeat center;  width: 20px;  height: 20px; display:inline-flex; }
body.pixiedust .pm-alt-grid .pmtile_black .outer-message span:before { filter:brightness(100); }

body.pixiedust .pm-alt-grid .pmtile_yellow .outer-message { background: #ffd061; }
body.pixiedust .pm-alt-grid .pmtile_yellow img.product-image-photo { background-color: #fff9ed; }
body.pixiedust .pm-alt-grid .pmtile_red .outer-message { background:#e10514;  }
body.pixiedust .pm-alt-grid .pmtile_red img.product-image-photo { background-color: #f6e6e7; }

body.pixiedust .pm-alt-grid .pmtile_black .outer-message { background:#000; color:#fff; }
body.pixiedust .pm-alt-grid .pmtile_black img.product-image-photo { background-color: #e2e2e2; }

body.pixiedust .pm-alt-grid .pmtile_pink .outer-message { background:#f4a9c2  }
body.pixiedust .pm-alt-grid .pmtile_pink img.product-image-photo { background-color: #f9d3e0; }


body.pixiedust .pm-alt-grid .pmtile_green .outer-message { background:#289b38; }
body.pixiedust .pm-alt-grid .pmtile_green img.product-image-photo { background-color: #b6ecbd; }

body.pixiedust .pm-alt-grid .pmtile_blue .outer-message { background:#0070CE;  }
body.pixiedust .pm-alt-grid .pmtile_blue img.product-image-photo { background-color: #bedaf2; }

body.pixiedust .pm-alt-grid .pmtile_light_blue .outer-message { background:#92C0E9;  }
body.pixiedust .pm-alt-grid .pmtile_light_blue img.product-image-photo { background-color: #bedaf2; }

body.pixiedust .pm-alt-grid .pmtile_lilac .outer-message { background:#c79ec6;  }
body.pixiedust .pm-alt-grid .pmtile_lilac img.product-image-photo { background-color: #e4d0e3; }

body.pixiedust .pm-alt-grid .product-item .product-item-info.product-item-wrap { display: flex; flex-direction: column; height: 100%; justify-content: flex-start; }
body.pixiedust .pm-alt-grid .product-item .product-item-info.pm-image { width:100%; position: static; overflow: visible; aspect-ratio:1; padding:0 !important; margin:0 0 8px; }
body.pixiedust .pm-alt-grid  img.product-image-photo { width:100%; height:100%; aspect-ratio:1; object-fit: contain; }
body.pixiedust .pm-alt-grid .product-item .product-item-photo { display:block; width: 100%; height: 100%;  padding:0; }
body.pixiedust .pm-alt-grid .product-item .product-splitter { display: flex; flex-direction: column; height: 100%; justify-content: space-between; }
body.pixiedust.page-products .pm-alt-grid .product.details.product-item-details .product-item-name a { font-size: 18px; font-weight: 600; text-decoration: none; }
body.pixiedust .pm-alt-grid .product-item .name-price-score { display:flex; flex-direction: column; margin:0; }
body.pixiedust.page-products .pm-alt-grid .name-price-score .list-name-box { width: 100%; }
body.pixiedust .pm-alt-grid .product-item .product-item-details { width:100%; padding:0;  display:flex; flex-direction: column; height: 100%; align-self: flex-start; }
body.pixiedust .pm-alt-grid .product-item .shorty-ticks { display:none; }
body.pixiedust .pm-alt-grid .shorty-bullets ul li { width: 100%; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/ticks.svg) no-repeat center left 0px / 10px !important; padding: 0 0 0 20px; margin: 0 0 5px; font-size: 12px; position: relative;  }

body.pixiedust .pm-alt-grid .product-item .price-box { margin: 5px 0 10px; display:flex; align-items: flex-end; line-height: 1; }
body.pixiedust .pm-alt-grid .product-item .price-box .price { font-size: 20px; }
body.pixiedust .pm-alt-grid .product-item .price-box .price-label { display:none; }
body.pixiedust .pm-alt-grid .product-item .price-box .old-price { line-height: 1; float:none; }
body.pixiedust .pm-alt-grid .product-item .price-box .old-price .price { font-size: 12px; }
body.pixiedust .pm-alt-grid .product-item .special-price { display:inline-block; line-height:1; order:4; color:#e30613; }

body.pixiedust .pm-alt-grid .viewmore { transition: all 200ms ease; display:flex; justify-content: center; align-items: center; border: 1px solid #000; background:#fff; height: 42px; box-sizing: border-box; border-radius: 3px; font-size: 12px; font-weight: bold; text-decoration: none; }
body.pixiedust .pm-alt-grid .viewmore span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/arrow-right.svg) no-repeat center right / 5px; padding-right: 12px; }


body.pixiedust .pm-alt-grid .product-item-details .tocart { height: 42px; font-size: 12px; font-weight: bold; margin:12px 0 0; }
body.pixiedust .pm-alt-grid .product-item-details .tocart span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/CTA-basket.svg) no-repeat center left / 20px; padding: 2px 0 2px 24px; font-size: 12px; }

@media screen and (max-width:767px) {
	body.pixiedust .pm-alt-grid ol.product-items { grid-template-columns:repeat(2, minmax(0, 1fr)); }
}

@media screen and (max-width:950px) {
	body.pixiedust .toolbar select { border-radius: 0 !important; }
	body.pixiedust .toolbar .modes { display:none; width: calc(100% - 40px); float:left; margin-left: 20px; margin-top:-26px; border-radius: 0px; border-color:#c6c6c6; box-sizing: border-box; }
	body.pixiedust .toolbar .modes strong.modes-label { display: none; }
	body.pixiedust .toolbar .modes .modes-mode { width: 100%; height: 50px; display: flex; align-items: center; justify-content: center; box-sizing: border-box; }
	body.pixiedust .toolbar .modes .active { background: #c6c6c6; }
	body.pixiedust .toolbar .modes .modes-mode.mode-grid { border-right: 1px solid #c6c6c6; }
	
}

@media screen and (max-width:400px) {
	body.pixiedust .pm-alt-grid ol.product-items { grid-template-columns:repeat(1, minmax(0, 1fr)); }
}

/* MS EDGE TWEAK */
@supports (-ms-ime-align: auto) {
	.toolbar .pages { float:left; padding-left:35px; }
}

.newp { position:absolute; z-index:9; top:0; left:0; background:#778c8f; color:#fff; padding:2px 8px; font-size:12px; font-weight:bold; }
.salep { position:absolute; z-index:9; top:0; left:0; background:#c34218; color:#fff; padding:2px 8px; font-size:12px; font-weight:bold; }
.minimal-price-link { display:none !important; }

body.pixiedust .pages > .label { position:relative; }
body.pixiedust .pages .item { margin-right:0; }
.page-products .pages { display:none; margin-bottom:0 !important; }

body.pixiedust.page-products .lower-toolbar .pages { display:none; }
body.pixiedust .lower-toolbar { display:none; }
body.pixiedust .lower-toolbar .toolbar { margin-bottom:15px; }
body.pixiedust .lower-toolbar .pages { display:block; float:left; }
body.pixiedust .lower-toolbar .toolbar-sorter.sorter { display:none; }
body.pixiedust .lower-toolbar .tooly-right { float:right; }
body.pixiedust .lower-toolbar .label.pages-label { display:none; }
body.pixiedust .lower-toolbar .toolbar-products #toolbar-amount { display:none; }
body.pixiedust .lower-toolbar .toolbar-products .field.limiter { display:block; }
body.pixiedust .lower-toolbar .toolbar-products .limiter-text { display:none; }
body.pixiedust .lower-toolbar .toolbar-products select { border:1px solid #cbcbcb; text-decoration:none; font-weight:bold; }

.page-products .pages strong.page { background:#fff;border:1px solid #e6e6e6; min-width:18px;   }
.page-products .pages li.item a { border:1px solid #fff; min-width:18px; color:inherit; }

.lower-catblock { width:100%; float:left; }
.lower-catblock .banner-inner { margin-bottom:10px; }
body.pixiedust .sidebar.sidebar-additional { padding-right:0; clear:left; float: left; }


body.filter-active .page-wrapper { margin-top:0 !important; }
.filter.active .filter-options { height:1200px !important; }
.filter-content .swatch-option.text { padding:2px 4px; }
.product-options-wrapper div.mage-error { font-weight:bold; font-size:14px; }


.pm-subtitle-block { width:100%; float:left; margin: 10px 0 35px; }
.pm-sub-left h1, .pm-sub-left h2, .pm-sub-left h3 { display: inline; margin:0; padding:0; font-size:24px !important; font-weight: 400; }
.pm-sub-left { display:inline-block; vertical-align:  middle; width:75%; text-align: left;}
.pm-sub-right { display:inline-block; vertical-align:  middle; width:25%; text-align: right;}

body.pixiedust.page-products .gotoproduct { width:48%; background:none !important; border-color:#333; float:left;  }
body.pixiedust.page-products .gotoproduct span { color:#333; text-transform: none; }

body.pixiedust.page-products .products-grid .product-item .product-item-details { box-sizing:border-box; padding:0 20px 0 10px; text-align: left; width:70%; float:left; position:relative; }

/* List tile colours */
body.pixiedust.page-products .products-grid .product-item .outer-message { box-sizing: border-box; width:100%; float:left; margin:-40px 0 20px; padding:12px 25px 12px 45px;  font-weight: bold; position: relative; }
body.pixiedust.page-products .products-grid .product-item .outer-message:before { content:''; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/recommend-star-black.svg) no-repeat center; width:20px; height:20px; position: absolute; left:20px; top:50%; transform: translate(0,-50%); margin-top: -1px; }

body.pixiedust.page-products .products-grid .product-item.pmtile_yellow { border:2px solid #ffd061; position: relative; z-index: 9; margin-bottom: -1px !important; padding-bottom: 20px; }
body.pixiedust.page-products .products-grid .product-item.pmtile_yellow .outer-message { background-color:#ffd061; }

body.pixiedust.page-products .products-grid .product-item.pmtile_red { border:2px solid #e10514;position: relative; z-index: 9; margin-bottom: -1px !important; padding-bottom: 20px;   }
body.pixiedust.page-products .products-grid .product-item.pmtile_red .outer-message { background-color:#e10514; color:#fff; }
body.pixiedust.page-products .products-grid .product-item.pmtile_red .outer-message:before { filter: brightness(100); }

body.pixiedust.page-products .products-grid .product-item.pmtile_black { border:2px solid #000;position: relative; z-index: 9; margin-bottom: -1px !important; padding-bottom: 20px;  }
body.pixiedust.page-products .products-grid .product-item.pmtile_black .outer-message { background-color:#000; color:#fff; }
body.pixiedust.page-products .products-grid .product-item.pmtile_black .outer-message:before { filter: brightness(100); }

body.pixiedust.page-products .products-grid .product-item.pmtile_pink { border:2px solid #f4a9c2;position: relative; z-index: 9; margin-bottom: -1px !important; padding-bottom: 20px;  }
body.pixiedust.page-products .products-grid .product-item.pmtile_pink .outer-message { background-color:#f4a9c2; color:#fff; }
body.pixiedust.page-products .products-grid .product-item.pmtile_pink .outer-message:before { filter: brightness(100); }

body.pixiedust.page-products .products-grid .product-item.pmtile_green { border:2px solid #289b38;position: relative; z-index: 9; margin-bottom: -1px !important; padding-bottom: 20px;  }
body.pixiedust.page-products .products-grid .product-item.pmtile_green .outer-message { background-color:#289b38; color:#fff; }
body.pixiedust.page-products .products-grid .product-item.pmtile_green .outer-message:before { filter: brightness(100); }

body.pixiedust.page-products .products-grid .product-item.pmtile_light_blue { border:2px solid #92C0E9; position: relative; z-index: 9; margin-bottom: -1px !important; padding-bottom: 20px; }
body.pixiedust.page-products .products-grid .product-item.pmtile_light_blue .outer-message { background-color:#92C0E9; }

body.pixiedust.page-products .products-grid .product-item.pmtile_blue { border:2px solid #0070CE;position: relative; z-index: 9; margin-bottom: -1px !important; padding-bottom: 20px;  }
body.pixiedust.page-products .products-grid .product-item.pmtile_blue .outer-message { background-color:#0070CE; color:#fff; }
body.pixiedust.page-products .products-grid .product-item.pmtile_blue .outer-message:before { filter: brightness(100); }

body.pixiedust.page-products .products-grid .product-item.pmtile_lilac { border:2px solid #c79ec6;position: relative; z-index: 9; margin-bottom: -1px !important; padding-bottom: 20px;  }
body.pixiedust.page-products .products-grid .product-item.pmtile_lilac .outer-message { background-color:#c79ec6; color:#fff; }
body.pixiedust.page-products .products-grid .product-item.pmtile_lilac .outer-message:before { filter: brightness(100); }

body.pixiedust.page-products .products-grid li.product-item.pmtile_yellow, 
body.pixiedust.page-products .products-grid li.product-item.pmtile_red, 
body.pixiedust.page-products .products-grid li.product-item.pmtile_black, 
body.pixiedust.page-products .products-grid li.product-item.pmtile_pink, 
body.pixiedust.page-products .products-grid li.product-item.pmtile_green, 
body.pixiedust.page-products .products-grid li.product-item.pmtile_light_blue, 
body.pixiedust.page-products .products-grid li.product-item.pmtile_blue, 
body.pixiedust.page-products .products-grid li.product-item.pmtile_lilac { margin-bottom:20px !important; }

body.pixiedust.page-products .products-grid .product-item .product-item-details .price-n-buy { width:100%;  bottom:0; left:0; box-sizing: border-box; }

body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer a.viewmore { border:1px solid #cccccc; font-size: 12px; padding:6px 14px; float:left; box-sizing: border-box; height: 42px; width: 47%; width:calc(50% - 15px); border-radius: 3px; font-weight: bold; text-align: center; text-decoration: none; transition:200ms ease; line-height: 26px; position: relative; }
body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer a.viewmore span {  padding-right: 13px; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); white-space: nowrap;}
body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer a.viewmore span:after { content:''; width:12px; height:12px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/arrow-right.svg) no-repeat center right / 5px; position: absolute; top:50%; right:0; transform: translate(0%,-50%); margin-top:-1px;  }

body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer .actions-primary { float:right; width:50%; }
body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer .actions-primary button { margin:0; border-radius: 3px; height:42px; opacity: 1;  }
body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer .actions-primary button span { font-size:12px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/CTA-basket.svg) no-repeat center left / 18px; padding-left:24px; }

.product-item .product-item-details .price-boxer .actions-primary .cdissabled { background:#d5d5d5; border-color:#d5d5d5;  }
.product-item .product-item-details .price-boxer .actions-primary .cdissabled span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/out-of-stock-white.svg) no-repeat !important; padding-left:20px !important;  }

body.pixiedust.page-products .products-grid .product-item .list-price-box {  float:left; width:100%; margin-bottom: 20px; }
body.pixiedust.page-products .compare-list { width:100%; float:left; margin:-15px 0 15px;  }
.product-item-info.pm-image { position: relative; overflow: hidden; width:30%; float:left; padding-left:20px !important; box-sizing: border-box; }
.product-item-info.pm-image .corner-msg { position: absolute; left:20px; top:0; padding:3px 10px; font-weight: 400; font-size:12px; z-index: 9; }
.product-item-info.pm-image .alt-image { position: absolute; top:0; left:0; z-index: 10; opacity: 0; transition: all 300ms ease; }

.catalog-category-view.page-layout-1column .column.main { width:100%; }

.am-swatch-options .swatch-option { width:20px; height:20px; border-radius:50%; float:left; margin-top:1px !important; border:1px solid #fff; min-width: 0; }
.swatch-option-link-layered:hover .swatch-option { border:1px dashed #333; }
.swatch-option-link-layered .swatch-option:hover, .swatch-option-link-layered .swatch-option.selected { outline: none !important; border:1px dashed #333 !important; }
.filter-content .item.swatch-option-link-layered { margin:3px 0;}

.am-swatch-options .swatch-option.image { border-radius:0; border:none !important; background-size:auto 20px !important; }

@media screen and (min-width: 1200px) {
	.product-item-details .price-boxer a.viewmore:hover { background:#cccccc !important; }
	.product-item-details .price-boxer a.viewmore:hover span {  }
	.product-item-details .price-boxer a.viewmore:hover span:after {  }
    
}
@media screen and (max-width: 1000px) {
body.catalog-product-view .swatch-option-tooltip {  display:none !important;  visibility:hidden !important;}
}

/* MAKE COLUMN LIST */

body.pixiedust.page-products .product.details.product-item-details .product-item-name { text-align: left; max-height: 67px; min-height: 10px; position: relative; margin:0;}
body.pixiedust.page-products .product.details.product-item-details .product-item-name a { font-weight: 400; font-size:22px; text-transform: uppercase; }
body.pixiedust.page-products .product.details.product-item-details .stock-line { text-align: left; margin:7px 0 10px; }
body.pixiedust .ratingshort.newratingshort { float:left; width:100%; }
body.pixiedust .ratingshort.newratingshort.hasreviews { cursor: pointer; }
body.pixiedust .rating-summary .rating-result > span:before { color:#ffd061; }
body.pixiedust .product-reviews-summary.short { float:left; width:auto; }
body.pixiedust .ratingshort.newratingshort .review-count { float:left; margin:5px 0 0 5px; font-size:12px; }
.diethtml { width:100%; display: block; min-height: 45px; float:left; padding:2px 0 7px;  }
.diethtml .diet-info:nth-of-type(1) { margin-left:-5px; }
.diethtml .diet-info { width:40px; height:40px; display:inline-block; box-sizing:border-box; padding:5px; }
.product-splitter { width:100%; float:left; }
.product-splitter .left { width:65%; float:left; border-top:1px solid #7c7a79;  }
.product-splitter .left .list-price-box { float:left; height:auto; }
body.pixiedust.page-products .product-splitter .left .list-price-box .price-final_price span { font-weight: bold; }
.product-splitter .left .shorty { border:none; padding: 0; margin:10px 0;  }
.product-splitter .right { width:35%; float:left; box-sizing: border-box; padding-left:20px;
}
body.pixiedust  .product-splitter .right .qtyspan, body.pixiedust .product-splitter .right .qwrap input { height:31px; }
body.pixiedust .product-splitter .right .swatch-attribute-options { margin:0 0 5px; float:left; width:100%; }
body.pixiedust .product-splitter .right .swatch-attribute-options .swatch-option { width:48%; margin: 0 0 10px; box-sizing: border-box; float:left; height: 32px; padding: 6px 0; }
body.pixiedust .product-splitter .right .swatch-attribute-options .swatch-option:nth-of-type(2) { margin-left:4%; }
body.pixiedust .product-splitter .right .swatch-option.text.selected { outline:1px solid #4d80a4; border-color:#4d80a4; background:none !important;  }
body.pixiedust.page-products .toolbar select { width:173px; }
body.pixiedust.page-products .pm-toolbar { margin-bottom: 20px; margin-top: 20px; }

body.pixiedust.page-products .products-grid .product-item.pm-slick-item { width:250px; border:none;  }

/* New list styles*/
.name-price-score { width:100%; float:left; margin-bottom: 15px; }
.name-price-score .list-name-box { float:left; width:70%; }
body.pixiedust.page-products .products-grid .product-item .name-price-score .list-price-box { float:left; width:30%; text-align: right; }
body.pixiedust.page-products .products-grid .product-item .old-price { float:none; }
body.pixiedust.page-products .products-grid .product-item .special-price { float:right; display:inline-block; }
body.pixiedust.page-products .products-grid .product-item .price-label { display: none; }

.shorty-bullets { width:100%; float:left; margin:0px 0 10px; }
.shorty-bullets ul { list-style: none; margin:0; padding:0; }
.shorty-bullets ul li { width:50%; float:left; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/attribute-capacity.svg) no-repeat center left; padding-left:25px; box-sizing: border-box; padding-right: 10px; background-size: 20px !important; font-size: 14px;  }

.shorty-bullets ul li.opt_filtrate { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/attribute-filtration-NEW.svg) no-repeat center left; }
.shorty-bullets ul li.opt_idealfor { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/attribute-filtration-NEW_1.svg) no-repeat center left;}
.shorty-bullets ul li.opt_toolcount { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/attribute-filtration-NEW_2.svg) no-repeat center left;}

.shorty-ticks { width:100%; float:left; margin: 0px 0 10px; }
.shorty-ticks ul { list-style: none; margin:0; padding:0; }
.shorty-ticks ul li { width:50%; float:left; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/checkmark-bulletpts.svg) no-repeat center left 5px / 11px; padding-left:25px; box-sizing: border-box; padding-right: 10px; font-weight: bold; font-size: 14px; }
.shorty-script { width:100%; float:left; margin: 0px 0 10px; min-height: 60px; }

@media screen and (min-width: 1200px) {

.product-item-info.pm-image:hover .alt-image { opacity:1; }
body.pixiedust.page-products .products-grid .product-image-container { width:100% !important; }
body.pixiedust.page-products .products-grid .product-image-container img { width:100%; max-width:500px; }

body.pixiedust.page-products .products-grid .product-item .product-item-details { min-height:115px; }
body.pixiedust.page-products .products-grid.productlist-guest .product-item .product-item-details { min-height:100px; }



}
.page-products #maincontent2 .columns { width:100%; }
.catalog-topnav #layered-filter-block { display:none; }
body.page-products .breadcrumbs { margin-top:0; margin-bottom: 0; margin:auto; max-width:1200px; float:none; }
.filter-options-title { font-size:14px; font-weight:900; padding:8px 0; }
.filter-options-faux.maintitle { font-size:18px; font-weight:900; padding:0px 0 15px; display: block; border-bottom: 1px solid #cccccc; }
body.pixiedust .filter-current { background:none; width:100%; float:left; margin-bottom: 0px; box-sizing: border-box;  padding: 20px 0; border-bottom: 1px solid #cccccc; }
body.pixiedust .filter .block-subtitle {  padding:0px 0 25px; background:none; font-size:24px; display:block; text-align: center; border:none;  }
body.pixiedust .filter .block-subtitle span { font-size:14px; font-weight: normal; margin-left:5px; }
body.pixiedust .filter .block-subtitle.filter-current-subtitle { display: block; background:none; padding:0; border:none; color:#e30613; border:none; font-weight: bold; font-size:14px; float:none; text-align: left; }
body.pixiedust .filter-current .items { width:100%; float:left; margin-top: 20px; }
.page-layout-1column .filter-current-subtitle:after { display:none; }
body.pixiedust .filter-current .action.remove:before { display:none; }
body.pixiedust .filter-current .action.remove:after { content:''; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/filter-remove.svg) no-repeat center ; width:14px; height:14px; float:right; margin-top:3px; margin-left:10px;  }
body.pixiedust .filter-current .action.remove > span { position: static; font-weight: 600; overflow: visible; width:auto; height:auto; color:#000; font-size: 12px; }
body.pixiedust .filter-current .action.remove { position: relative; top:0; left:0; width:100%; text-align: left; float:left;border:1px solid #C6C6C6; background:#f6f8fa;  box-sizing: border-box; padding:5px 10px; border-radius: 2px; }
body.pixiedust .filter-current .item {  margin:0 10px 10px 0; float:left; width:auto; display:inline-block !important; vertical-align: middle; float:left; padding:0;    }
body.pixiedust .filter-current  .action.clear.filter-clear { color:#e30613; text-decoration: underline; font-weight: bold; }
body.pixiedust .filter-current .item .filter-label { display: none; }
body.pixiedust .filter-options-content { padding:10px 0; float:left;; }
body.pixiedust .filter-options .items .items-children.-folding { padding-left:0; }
body.pixiedust .filter-options .am-labels-folding .item a.amshopby-filter-parent, body.pixiedust .filter-options .am-category-view .item a.amshopby-filter-parent { padding-left:0px; }
body.pixiedust .amshopby-slider-container .am-slider .ui-slider-handle { width:7px !important; height:23px !important; background:#4d80a4; margin-top:-8px; border-radius: 3px; }
body.pixiedust .amshopby-slider-container { margin:10px 5px 15px;}
body.pixiedust .filter-options-content form { width:100%; }
body.pixiedust .am-slider.ui-slider-horizontal, body.pixiedust .amshopby-slider-container .ui-slider-range { background:#d5d5d5; height:7px;  }
body.pixiedust .filter-options-content.id_price { padding:15px 0px; }
body.pixiedust .filter-options-content .delimiter { margin:0 3px; font-weight: bold; color:#e6e6e6; }
body.pixiedust .filter-options-content .am-filter-go { background:#4d80a4; border:none; padding: 5px; margin:12px 0 10px 0px; color:#fff; text-align: center; text-transform: uppercase; font-size:12px; transition:all 200ms ease; }
body.pixiedust .filter-options-content .am-filter-go:hover { background:#174069; }

body.pixiedust .filter-options-content .am-filter-price { border:2px solid #e6e6e6; }

.pm-filter-mobile-container { display:none; }
body.pixiedust .am-swatch-options { padding:5px 0; }
.filter-trigger, .filter-trigger.activated { position:fixed; height:100%; width:100%; right:-100%; top:0; background:#fff; transition:all 300ms ease,background 1ms;transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); padding:0; display:block; }

.side-single, .side-duo { width:100%; }
.side-single img, .side-duo img { width:100%; }

#amasty-shopby-product-list .message { float:left; width:100%; }

@media screen and (max-width: 1210px) {
	.cat-bottom { box-sizing: border-box; padding: 20px; }
	body.pixiedust.page-products .gotoproduct { width:100%; }
	body.pixiedust .product-item-details .tocart { width:100%; margin-top:5px; }
	
	body.pixiedust.page-products .product.details.product-item-details .product-item-name a { font-size:18px; line-height: 20px; }
	body.pixiedust.page-products .shorty { position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; height: 17px; }
	body.pixiedust .subbanner-header-inner h1 { font-size:30px !important; float:left; width:100%; margin-bottom: 15px !important; }
	body.pixiedust .subbanner-header-inner { padding:0; }
	body.pixiedust .subbanner-header-inner .subbanner-sizer { box-sizing:border-box; padding-left:20px; width:50%;}
	body.pixiedust.page-products .products-grid .product-item .list-price-box { margin-bottom:10px; }
	body.pixiedust.page-products  .ratingshort.newratingshort { height:25px;}
}
@media screen and (max-width: 768px) {
body.pixiedust .subbanner-header-inner .subbanner-sizer { width:100%; padding:20px; }
}

@media screen and (min-width: 950px) {

	body.pixiedust.page-layout-1column .filter-options-item.active .filter-options-content { left:50% !important; right:50%; margin:0 -50vw !important; width:100vw !important; border-left:0; border-right:0; padding:0 !important; z-index:9999; border:none; top:104px !important;   }
	body.pixiedust.page-layout-1column .filter-options-item.active .filter-options-content form { padding:0; }
	body.pixiedust .filter-options-item { position: static !important; padding:12px 0; float:left; width:100%; }
	body.pixiedust .filter-options-item.sorter-filter-item { position: relative !important; }
	body.pixiedust.page-layout-1column .filter-options-item.active .filter-options-content .items.pm-override-here, body.pixiedust.page-layout-1column .filter-options-item.active .filter-options-content ul { box-sizing: border-box; text-align: center; width:100%;  max-width:1200px; margin:auto; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; padding:30px 0 25px; }
	override-here, body.pixiedust.page-layout-1column .filter-options-item.active .filter-options-content ul { padding-bottom: 60px; }
	body.pixiedust.page-layout-1column .filter-options-item.active .filter-options-content .items.pm-override-here li.item, body.pixiedust.page-layout-1column .filter-options-item.active .filter-options-content ul li.item { width:20%; float:none; display:inline-block;}
	.pixiedust.page-with-filter .page-wrapper { overflow: hidden; }
	/* IE FIX */
	.pixiedust.page-with-filter.ie-dated-browser .page-wrapper { overflow-y:scroll; height:auto !important; }

	body.pixiedust.page-layout-1column .filter-options-item.active { border-bottom:1px solid #fff; margin-bottom: 25px; }
	body.pixiedust.page-layout-1column .filter-options-item.active:after { width:100%; content:''; background:#fff; height:2px; }
	
	

}


@media screen and (min-width: 768px) {
	body.pixiedust #layered-filter-block {  margin-bottom: 20px; position: relative; float:left; width:100%; border:none; }
	.filter-options-item.active .filter-options-title { position: relative; z-index: 999;  padding-bottom:0px; }

	body.pixiedust .filter-options-item {
		text-align: left;
	}

	body.pixiedust.page-layout-1column .filter-options-item{
		border-top: 1px solid #d1d0d1;
	}

	body.pixiedust.page-layout-1column .filter-options-item .filter-options-content{
		border-bottom: 1px solid #d1d0d1;
	}

	
	body.pixiedust.page-layout-1column .filter-options-item.active .filter-options-content { left:-1px; width:calc(100% + 2px); box-sizing: border-box; box-shadow: none !important; padding:15px 15px 5px }
	body.pixiedust.page-layout-1column .filter-options-item.active:after,body.pixiedust.page-layout-1column .filter-options-item.active:before { display:none; }

	.filter-options-title { padding-right: 30px; border:none; background-color: none; text-decoration: none; background:none;  text-transform: uppercase;}
	.filter-options-content li { width:100%; float:left; margin:0 !important; padding:0 !important; background:none !important; display: flex; align-items: center; }
	.filter-options-content li:hover { background:none; }
	.filter-options-content li:hover a { background:none !important; }
	.filter-options-content a { box-sizing: border-box; padding:3px 0px; display:block;  font-weight:400; font-size:14px; text-decoration: none; }
	.filter-options-content a .count { font-weight:400; }

	body.pixiedust .toolbar-products { height:40px;  }
	body.pixiedust .block-actions.filter-actions { display:none; }
	body.pixiedust .filter-current .items { padding:0; width:100%; float:none;  display:inline-block; }

	body.pixiedust .filter-current { float:left;  }
	body.pixiedust .filter-options { float:left; clear: none;  width:100%; text-align: center;}

	body.pixiedust .filter-current .filter-options-title:after { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Closex1.png); background-size:20px; }
	body.pixiedust .filter-current .filter-options-title { background:#f7f8fa; }

	body.pixiedust .filter-options .sorter-label, body.pixiedust .filter-options .sorter-action { display:none; }
	body.pixiedust .filter-options select#sorter { width:97%; text-transform: uppercase; font-weight: bold; position: absolute; border:none; background-size: 10px; }
	body.pixiedust .filter-options-item.sorter-filter-item { padding:4px 5px 0 4px; height: 42px; position: relative; margin-bottom: -11px; }


	body.page-products .column.main { width:73.5%; }
	body.pixiedust.page-products .products-grid .product-item { margin-bottom:0px; margin-left: 0; width:100%; float:left; margin-bottom:25px; }
	
	.filterbox { display:none;}

}

@media screen and (max-width: 650px) {
	.product-item-info.pm-image { width:100%; padding:0 20px !important; }
	.product-item-info.pm-image a { float:left; width:100%; padding:0 !important; }
	.product-item-info.pm-image img { max-width:1000%; width:100%; height: auto; padding:0px; }
	body.pixiedust.page-products .products-grid .product-item .product-item-details { width:100%; padding:20px;}
	body.pixiedust.page-products .products-grid .product-item .product-image-container { width:100% !important; }
	body.pixiedust.page-products .products-grid .product-item.pmtile_yellow, 
    body.pixiedust.page-products .products-grid .product-item.pmtile_red, 
    body.pixiedust.page-products .products-grid .product-item.pmtile_black,
    body.pixiedust.page-products .products-grid .product-item.pmtile_pink,
    body.pixiedust.page-products .products-grid .product-item.pmtile_green,
    body.pixiedust.page-products .products-grid .product-item.pmtile_light_blue,
    body.pixiedust.page-products .products-grid .product-item.pmtile_blue,
    body.pixiedust.page-products .products-grid .product-item.pmtile_lilac { padding-bottom: 0; }
	
}

@media screen and (max-width: 450px) {
	.shorty-ticks ul li, .shorty-bullets ul li { width:100%; padding-right: 0; }
}

@media screen and (max-width: 390px) {
	body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer a.viewmore { width:100%; margin-bottom: 10px; }
	body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer .actions-primary { width:100%; }
}

/* EDGE FIX */
@supports (-ms-ime-align: auto) {
	body.pixiedust .filter-options-item.sorter-filter-item { margin-bottom:25px;  }
}
/* FF Fix */
@-moz-document url-prefix() {
	body.pixiedust .filter-options-item.sorter-filter-item { margin-bottom: -11px; }
}

/* IE 11 */
body.pixiedust.ie-dated-browser .filter-options-item.sorter-filter-item { margin-bottom:25px;  }

/* Safari */
@media not all and (min-resolution:.001dpcm) {
    @media {
	 body.pixiedust .filter-options-item.sorter-filter-item { margin-bottom: -16px !important; }
}
}

/* Opera */
body.pixiedust.opera-browser .filter-options-item.sorter-filter-item { margin-bottom:25px !important;  }

/* Chrome 76 */
body.pixiedust.chromey-browser .filter-options-item.sorter-filter-item{ margin-bottom: 25px !important; }

/* Mac */
body.pixiedust.macy-browser .filter-options-item.sorter-filter-item { margin-bottom: -16px !important; }

/* Mac & Chrome 76 */
body.pixiedust.chromey-browser.macy-browser .filter-options-item.sorter-filter-item{ margin-bottom: 25px !important; }

/* Mac & Chrome NOT 76 */
body.pixiedust.macy-browser.chrome-other-browser .filter-options-item.sorter-filter-item { margin-bottom: -11px !important; }

@media screen and (min-width: 950px) and (max-width: 1200px) {
	body.pixiedust #layered-filter-block { width:100%; }
}



@media screen and (max-width:1200px) and (min-width:768px) {
	.column.main .product-items { margin:0 !important; }
	body.pixiedust.page-products .product-item-details .product-item-name { position:relative; overflow:hidden; height:40px; }
	body.page-products .breadcrumbs { float:left; text-align: left; }
}

@media screen and (max-width: 950px) {

	body.page-products .breadcrumbs { text-align: center; }
	body.pixiedust.page-products .pm-toolbar.hidetoolbar { display:block; }
	.filterbox { display:block; }
	body.pixiedust .tooly-right { display:none; }
	body.pixiedust .toolbar-sorter.sorter { width:100%; position: static; }
	body.pixiedust .toolbar-sorter.sorter .sort-box { width:50%; float:right; box-sizing: border-box; padding-left:0px; }
	body.pixiedust .toolbar-sorter.sorter .sort-box.solo { width:100%;  }
	body.pixiedust .toolbar-sorter.sorter .sort-box select { width:100%; height:50px; border:1px solid #c6c6c6; margin-top:10px; font-weight: bold; }
	body.pixiedust.page-with-filter .sidebar.sidebar-main{ display:none; }
	body.pixiedust.page-products header.page-header.drop { z-index: 1; }
	body.pixiedust.page-products .page-wrapper { overflow:hidden; }
	body.pixiedust.page-products .products-grid .product-item .price-box .old-price span { font-size:12px !important; }
	
	.filter-trigger { position:fixed; height:100%; width:100%; right:-104%; top:0; background:#fff; transition:all 600ms ease,background 1ms;transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); padding:0; display:block; box-shadow: 4px 0 10px #000; }
	.pixiedust.page-with-filter.page-products .columns .column.main { width:100% !important; padding:0; }
	.filter-trigger.activated { position:fixed; height:100%; width:65%; right:-100%; top:0; right:0; height:100%; overflow:auto; -webkit-overflow-scrolling:touch; background:#fff; transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); z-index: 9;  }

	.filter-trigger .block-content.filter-content { display:flex; flex-direction: column; }
	.filter-trigger .filter-options { display:block; order:2; }

	.filter-options-item { width:100%; float:left; padding:0; margin-bottom: -1px; }
	.filter-trigger.activated .sorter-filter-item, .filter-trigger.activated  .block-subtitle.filter-subtitle { display:none; }

	.filter-trigger span.filter-switch { color:#fff; text-align: left; padding-left:20px; display:inline-block; box-sizing:border-box; padding-top:21px; height:64px; font-size:18px;  background-size:14px; width:100%;  transition:all 300ms ease;}

    .filter-trigger.filter-out { bottom:-120px; }
    .filtersup { display:block; width:100%;height:100%;background:#fff; box-sizing:border-box; padding:20px 0 0; text-align:left; padding-top:20px;  }
	.filtersup-in .filter-options { display:block; }
	body.pixiedust .page-wrapper.fixit { position:fixed; transition:unset !important; opacity:0.3; }

	.filter-trigger .filter-switch { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Menu-closex2.png) no-repeat center right 20px / 14px; font-weight: bold; width:100%; text-align: center; background-size:14px; }

	.filter-trigger .filter-trigger-butwrap { background:#d90000; text-align: left; margin-top:0; }
    .filter-options-faux.maintitle { padding: 20px;  }
	.filter-trigger .filter-subtitle { display:none; }
	.filter-trigger .filter-options-title { border-top:0; border-bottom: 1px solid #d1d0d1; }
	.filter-trigger .filter-options-item.active .filter-options-title, .filter-trigger .filter-options-title { padding:14px 20px 11px !important; font-size:14px; }
	.pixiedust .filter-trigger .item.title.active a:after, .pixiedust .filter-trigger .active > .filter-options-title:after, .pixiedust .filter-trigger .item.title a:after, .pixiedust .filter-trigger .filter-options-title:after { background-size:10px !important; width:25px; height:19px; top:20px;  right:15px; transition: all 200ms ease; }

	.pixiedust .filter-trigger.activated .filter-options-item .filter-options-title:after  { transform:rotate(-90deg) !important; }
	.pixiedust .filter-trigger.activated .filter-options-item.active .filter-options-title:after { transform:rotate(-0deg) !important; }
	body.pixiedust .filter .block-subtitle.filter-current-subtitle { font-weight: bold; }
	body.pixiedust .column.main .filter .block-subtitle.filter-current-subtitle { display:inline-block; float:none; }
	body.pixiedust .column.main .filter-current ol { display:inline-block; width:auto; padding:0; height:17px; }
	body.pixiedust .column.main .filter-current ol li { float:left; padding:0; }

	body.pixiedust .filter .filter-current-subtitle:before { display:none; }
	body.pixiedust .filter .filter-current-subtitle:after { display:none; }
	body.pixiedust .filter-trigger .filter .filter-current { margin:0 0 25px !important; order:1; }
	body.pixiedust .filter-trigger .filter-current { order:1; background:#000; padding:25px 20px 20px; margin:0 !important;  }
	body.pixiedust .filter-trigger .block-subtitle.filter-current-subtitle { color:#fff; }
	body.pixiedust .filter-trigger .filter-current li a span {  }
	body.pixiedust .filter-trigger .filter-current li { margin:0 5px 5px 0; float:left; }
	body.pixiedust .filter-trigger .filter-current ol { padding:0; }
	
	body.pixiedust .column.main .filter .filter-current { text-align: center; border:none; padding:10px 0; }
	body.pixiedust .filter .filter-current .items { display:block; }

	body.pixiedust .filtersup-in .filter-current .filter-options-title::after { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Closex2.png) no-repeat center right / 15px !important; }

	.filter-trigger .filter-options-content { padding-left:30px !important; padding-right: 30px !important; box-sizing: border-box; }
	.filter-trigger .filter-options-title { text-decoration: none; }

	.pixiedust .filter-trigger .active .filter-options-title.active-now:after, .pixiedust .filter-trigger .filter-options-title.active-now:after { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/ArrowDownx2.png) no-repeat center !important; background-size: 15px !important; }
	.pixiedust .filter-trigger .filter-options-content { padding:15px 20px 5px !important; background:#f6f8fa; float:left; width:100%; border-bottom:1px solid #d1d0d1;  }
	.pixiedust .filter-trigger .filter-options-content.id_cat li a { font-size:16px; padding:7px 0 7px 20px; }

	.pixiedust .filter-trigger .filter-actions { display:none;  }
	body.pixiedust .column.main .filter .block-subtitle { font-weight:bold; padding:0; }
	body.pixiedust .column.main .filter .block-subtitle .productcount { display:block; }

	.pixiedust .filter-trigger .filter-current { font-size:16px; margin-top: 0px; padding:20px 30px 10px;  }
	.pixiedust .filter-trigger .filter-current .action.remove { left:0; }

	.filters-target .filter-current { background:#1a2453; box-sizing:border-box; padding:20px; color:#fff; }
	.filters-target .filter-current .filter-options-title { color:#fff; background: none; border:none; }
	.filters-target .block-actions.filter-actions { background:#1a2453; box-sizing:border-box; padding:20px; color:#fff;}
	.filters-target .block-actions.filter-actions a { color:#fff; font-weight: 400; }

	.page-products.page-layout-2columns-left .column.main #layered-filter-block { display:none; }
	.page-products.page-layout-2columns-left .column.main { width:100%; }
	body.pixiedust .toolbar-products .sorter-label:after { display:none; }
	body.pixiedust .sorter-action:before { margin:-2px 0 0 -5px; }

	.pm-subproducts-block .category-description { border-bottom:1px solid #7c7b79 !important; padding-bottom:10px !important; }
	body.pixiedust .filter-current .action.clear.filter-clear { width:100%; display: block; margin: 10px 0; float:left; }
	.page-products.page-layout-2columns-left .column.main .tooly-right,.page-products.page-layout-2columns-left .column.main .tooly-right .toolbar-amount { width:100%; text-align: center; }
	.filterbox { width:50%; text-align: center; float:left; padding: 0;  font-weight: bold; box-sizing: border-box; border-left:0; }
	.filterbox span { width:100%; background: #fff url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/mobile-refine.svg) no-repeat center right 10px / 22px; border:1px solid #c6c6c6; border-left:0; height:50px; display:block; line-height: 50px; box-sizing: border-box; text-align: left; padding-left:10px;  }
	body.pixiedust.page-products .pm-toolbar { height: auto; margin: 0; }
	.page-products.page-layout-2columns-left .column.main .toolbar-sorter.sorter { width:100%; position:static; float:left;  margin-bottom:25px; box-sizing: border-box; padding:0 20px;}

	body.pixiedust .toolbar-products .sorter-label { padding-right: 0; display:none; }
	.page-products.page-layout-2columns-left .column.main .toolbar select { border:none;  padding:0 26px 0 10px; width:100%; border:1px solid #c6c6c6; font-weight: 600; margin:0; }
	body.pixiedust .sorter-action { display:none; }
	.page-products.page-layout-2columns-left .column.main .toolbar-sorter.sorter .sort-box { width:50%; text-align: center; float:left; box-sizing: border-box; text-transform: uppercase; }

	.page-products.page-layout-2columns-left .column.main .toolbar-sorter.sorter .sort-box.solo { width:100%; margin-right: 0; }

	.page-products.page-layout-2columns-left #maincontent { padding-left:0 !important; padding-right:0 !important; }
	.page-products.page-layout-2columns-left #maincontent .pm-subproducts-block, .page-products.page-layout-2columns-left #maincontent .products.wrapper, .page-products.page-layout-2columns-left .sidebar.sidebar-additional { padding-left: 20px; padding-right:20px; box-sizing: border-box;}

	body.pixiedust .sidebar.sidebar-additional { width:100%; }
	.sidebar.sidebar-additional .vtour-wrapper { width:49%; float:left; margin:0 2% 0 0; }
	.sidebar.sidebar-additional .social-news-wrapper { width:49%; float:left; margin:0; }
	.pm-block-sideof { display:flex; margin-bottom:30px; }
	.sidebar.sidebar-additional .social-news-wrapper .snw-left { background-size:auto 90%; }
	body.pixiedust.page-products .caveat { width:100%; text-align: center; }
	.sidebar.sidebar-additional .vtour-wrapper span.icon { padding-top:2.5%;}

	.filters-target .filter-options-title { background:#fff; text-transform: uppercase; position: relative; }
	.filters-target .filter-options-titlep:nth-last-child(2)  { border-bottom:0; }
	.filters-target .filter-options-content form { padding:0 0 15px; border-bottom: 0; }
	.filters-target .am-filter-items-attr_price { width:100%; max-width: 100%; }

	.clicktoview {  display:block; background:#e10514; box-sizing:border-box; padding:13px 10px; color:#fff; font-weight: bold; margin:35px 20px 20px; border-radius: 3px; float:left; width:calc(100% - 40px); text-align: center; }
	#narrow-by-list li a:hover, #narrow-by-list li a:hover span { background: none; color:#000; }

	.rating-summary .rating-result:before { font-size:14px; }
	.rating-summary .rating-result > span:before { font-size:14px; }
	.sizeinfo span { font-size:12px; }
	.topper-assets { padding:7px 0 1px; }

	.pm-sub-left { width:100%; text-align: center; }
	.pm-sub-right { width:100%; text-align: center; padding-top:10px;}

	.side-single, .side-duo { width: 100%; margin-bottom: 20px; text-align: center; float:left;}
	.side-single img { max-width:100%; width:auto; }
	.side-duo div { width:48%; float:left;  }
	.side-duo div:first-of-type { margin-right:4%; }
	.sidebar-additional .bluebutton { display:block; box-sizing: border-box; width:100%; float: left; text-align: center; }

	.cat-bottom { float:left; margin-top: 30px !important; }
	.pm-end-inner ul { width:100%; text-align: center; }
	.pm-end-inner ul li { display:inline; float:none; }
	#narrow-by-list input[type="radio"], #narrow-by-list input[type="checkbox"] { margin: 2px 0 0 !important; }
}

@media screen and (max-width: 800px) {
	.filter-trigger.activated { width:80%;}
}


@media screen and (max-width: 768px) {

	.page-products .pages { float:left; }
	body.pixiedust.page-products .products-grid .product-item { width:100%; margin:0 0 20px;  }
	
	body.pixiedust .toolbar-products { position:relative; margin-top:0px; width:100%; }
	.pixiedust .filter-title strong { width:100%; box-sizing:border-box; border-radius:0; font-weight:bold; background:#cd0a7f; border:none; color:#fff; padding:9px; }
	.pixiedust .filter.active .filter-title strong:after { float:right; }
	.pixiedust .filter-options-item.active .filter-options-title { box-sizing:border-box; padding:10px; }
	body.pixiedust.page-products .product-item-details .product-item-name { max-height:60px; height:60px; margin-bottom: 5px;  min-height:auto; position:relative; overflow:hidden; }
	.pixiedust .filter.active .filter-subtitle { box-sizing:border-box; padding:10px; }
	.sidebar #layered-filter-block { width:100%; float:left; box-sizing:border-box; padding: 0 10px; }
	.filtname { margin-top:40px; }
	.column.main .product-items { margin-left: 0 !important; }
	

	body.pixiedust .toolbar-products #toolbar-amount { padding:0 5px 0 0; margin-top:-2px;  }
	body.pixiedust .pm-block-buttons a { width:31%; margin:0 1% 2% 1% !important; }
	body.pixiedust.page-products .columns { padding-top:0; }
	body.pixiedust.page-products .sorter { right:0; }

	.pm-block-sideof { margin-bottom:30px; display:block; }
	body.pixiedust.page-products .pm-image img { box-sizing:border-box; padding:0 10px; }

	body.pixiedust .wrapper-2col, body.pixiedust .wrapper-3col { column-count: 1; }

	.page-products.page-layout-2columns-left #maincontent .pm-subproducts-block, .page-products.page-layout-2columns-left #maincontent .products.wrapper, .page-products.page-layout-2columns-left .sidebar.sidebar-additional { padding-left:20px !important; padding-right:20px !important;}

	.side-duo div { width:100%; float:left;  margin-bottom: 20px; }
	.side-duo div:first-of-type { margin-right:0%; }
	body.pixiedust.page-products .pm-toolbar.hidetoolbar { margin-bottom: 0; }
	body.pixiedust.page-products .columns .column.main { padding-bottom: 0; }
	body.pixiedust.page-products .products.wrapper.grid { margin-bottom: 0; }
}
@media screen and (max-width: 639px) {
	.pages .pages-items { padding-left:0 !important; }
	body.pixiedust .pages > .label { display:none; }
	body.pixiedust .tooly-right .toolbar-amount, body.pixiedust .toolbar-products .tooly-right #toolbar-amount, body.pixiedust .limiter-text { display:none !important; }
	body.pixiedust .pm-block-buttons a { width:48%; margin:0 1% 2% 1% !important; }
	body.pixiedust.page-products .sorter { width:100%; position:relative; margin-bottom:15px; }
	.topper-assets { height: 26px; padding-top:0;  }
}

@media screen and (max-width: 500px) {
	body.pixiedust.page-products .duo-dims, body.pixiedust.page-products .stockpos { display:none; }
	body.pixiedust.page-products .products-grid .product-item .product-item-details { min-height:100px; }


	body.pixiedust.page-products .product-item-details .product-item-name { height:80px; max-height: 80px; }
}

@media screen and (min-width: 768px) and (max-width: 950px) {

	body.pixiedust .tooly-right .limiter span { display:none !important; }
}

/* CAT TOPPER / LOWER */
.cat-bottom { width:100%; border-top:0px solid #e6e6e6; padding-top:0px; margin:auto; padding-bottom:20px; }
.category-bottom { max-width:1200px; margin:auto; border-top:1px solid #cccccc; padding-top:30px;  }

.wrapper-2col { column-count: 2; -webkit-column-count:2;-moz-column-count:2; }
.wrapper-3col { column-count: 3; -webkit-column-count:3;-moz-column-count:3; }
.category-bottom p { margin-bottom:25px; }
.category-bottom h3, .category-bottom h2 { padding-bottom:10px; margin:0 0 25px; }
.category-bottom ul { margin:0 0 0 20px; padding:0; }
.col2-block { width:49%; float:left; margin-right:2%; }
.col2-block.right { margin-right:0; }
@media screen and (max-width: 800px) {
	.col2-block { width:100%; margin-right:0; margin-bottom:25px; }
}
.category-description { padding-top:10px; }
.category-description h1 { margin-bottom:15px; font-style:italic;  }
.category-description .accesspricing .pinkbutton { margin-bottom:15px; }
.greystrip .grey-left { width:100%; float:left; }
.greystrip .grey-left .category-description { padding-top:0; margin-bottom:0; line-height:0; }
.greystrip .grey-right { width:75%; float:left; box-sizing:border-box; padding-left:15px; position:absolute; top:0; left:0; box-sizing:border-box; padding:30px; /*background:rgb(0,0,0,0.5)*/ background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/blackout.png) repeat; height:100%; color:#fff; }
.greystrip .grey-right * { color:#fff; }
.greystrip .grey-right h1 { margin-bottom:10px; }
.duo-dims { width:100%; margin-bottom:3px; margin-top:5px; }
.duo-dims b,.duo-dims strong { text-decoration:underline; }
.stockpos b,.stockpos strong { text-decoration:underline; }
.finan { font-size:12px; }
.accesspricing { width:100%; float:left; }
.accesspricing span { color:#cd0a7f; display:block; margin:0 0 10px; font-weight:bold; }
.pinkbutton { display:inline-block; padding:10px; background:#cd0a7f; color:#fff !important; transition:all 300ms ease; min-width:125px; text-align:center; }
.pinkbutton:hover { background:#93005f; text-decoration:none; }
.product-info-price .pinkbutton { width:100% !important; box-sizing:border-box; margin-bottom:20px; }
.category-view-crumbs { width:100%; float:left; }
#maincontent2 .columns { float:left; }
.pm-block-buttons { width:100%; float:left; text-align:center; }
.cattop-butwrap { width:100%; float:left; text-align:center; margin-bottom:20px; }
.pm-block-buttons a { display:inline-block; border:1px solid #cbcbcb; box-sizing:border-box; padding:7px 10px; text-align:center; background:#f4f4f4; transition:all 200ms ease; color:inherit; width:12%; margin: 0 0 0.57% 0.57%;  }
.pm-block-buttons a:hover { background:#fff;}
.pm-block-buttons a span { color:#333; }
.pm-block-buttons a u { text-decoration:none; }
.pm-block-buttons a.abut_1 { margin-left:0; }
@media screen and (max-width: 1200px) {
	.pm-block-buttons a { width:23.5%; margin:0 0 2% 2%; }
	.pm-block-buttons a.abut_1, .pm-block-buttons a.abut_5 { margin-left:0; }
	.grey-inner { overflow:hidden; }
	.grey-right { background:#f4f4f4; position:relative; z-index:2; }
	.grey-left { min-height:2px; position:relative; }
	.grey-left .category-description img { max-width:100%; }
	.greystrip .grey-left .category-description { margin:0 -20px;}
	.catdesc { font-size:12px; }

}

@media screen and (max-width: 768px) {
	.catdesc { display:none; }
	body.pixiedust .greystrip .grey-right { width:auto; }
}

/* SUB CATEGORY PAGE */

.pm-block { width:100%; margin:auto; }
.pm-block .banner-inner { width:100%; position: relative; max-width:100%; margin: auto; z-index: 1;  }
.pm-block .banner-inner img { width:100%; height: 290px; object-fit: cover; }
.pm-block .subbanner-header { position: absolute; width:100%; top:50%; left:0px; transform: translate(0%,-50%) }
.pm-block .subbanner-header .subbanner-header-inner { position:relative; max-width:1200px; margin:auto; }
.pm-block .subbanner-header .subbanner-sizer { width:35%; }
.subbanner-header-inner span { color:#fff; font-size:24px; }
body.pixiedust .subbanner-header-inner h1 { color:#fff; font-size:48px; font-weight: 800;  margin-bottom:25px; text-align: left; display:inline-block; padding:0px; }
body.pixiedust .subbanner-header-inner p { color:#fff; text-align: left; }
.intro-block { width:100%; }
.intro-left { width:35%; float:left; box-sizing: border-box; padding-right:20px; }
.intro-left h2 { margin:0; padding:0; }
.intro-right { width:65%; float:left; }


.pm-block .top-width, .catalog-category-view .breadcrumbs {  max-width:100%; margin-top:-5px !important; float:left; }
.pm-block .top-width .pm-block-crumbs, .catalog-category-view .breadcrumbs ul { padding:15px 0 15px; max-width:1200px; margin:auto; }
body.page-products .breadcrumbs a { color:#999; font-weight: normal; }
body.pixiedust .breadcrumbs strong { font-weight: 400; color:#000; }

.pm-block-in { max-width:1200px; margin: auto; }

.pm-subcat-collection { width:100%; float:left; padding-top:40px; margin-bottom:40px; margin:-5px; }
.pm-subcat-collection .pm-subcat { margin:0 5px 30px; width:11.66%; float:left; }
.pm-subcat-img-wrap { position:relative; overflow: hidden;}
.bluewrap { position: absolute; top:0; left:0; width:100%; height: 500px; background:#04a4d8; opacity: 0; transition:all 200ms ease;}
.pm-subcat:hover .bluewrap  { opacity: 0.7; }
.pm-subcat .pm-sub-link { position: absolute; left:50%; top:50%; transform:translate3d(-50%,-50%,0); transition:all 200ms ease; color:#fff; opacity:0; font-weight: bold; font-size:16px; width:100%; text-align: center; }
.pm-subcat:hover .pm-sub-link { opacity: 1; }

.pm-subcat-collection .pm-subcat .pm-subcat-content { width:100%; position: relative; overflow: hidden; height:60px; }
a.pm-sub-link { text-decoration: underline; color:inherit; }
.pm-subcat-collection .pm-subcat img { width:100%; height: auto; float:left; }
.pm-subcat-collection .pm-subcat h3 { font-size: 16px; font-weight: 600; margin:15px 0 0 !important; text-align: left; border-bottom: 2px solid #e6e6e6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color:#777; padding-bottom: 5px; font-family: 'Montserrat', sans-serif !important;}
.pm-subcat-collection .pm-subcat h4 { font-size: 16px; font-weight: 400; margin:0 0 15px;  }
.pm-subcat-collection .pm-subcat a:hover h3 { text-decoration: none; color:#04a4d8; }
.pm-subcat-collection .pm-subcat a:hover { text-decoration: none; }

.pm-filter-sub { width:100%; border-bottom: 1px solid #cecece; margin-top:55px; float:left; }
.pm-filter-sub-in { max-width: 1200px; margin:auto; }

.pm-filter-sub-in .link_box { border:1px solid #cecece; margin-right:-1px; float:left; padding:10px 15px; color:#333; background:#fff; transition:all 200ms ease; border-bottom:0; cursor:pointer;}
.pm-filter-sub-in .link_box.active_link, .pm-filter-sub-in .link_box:hover {  background:#83aa30; color:#fff; }
#mobfilt { display:none; }

@media screen and (max-width: 1200px) {
	.pm-block-in { box-sizing: border-box; padding: 30px 15px 0; }
	.subbanner-header-inner { box-sizing: border-box; padding-left:20px; padding-right:20px; text-align: center; }
	.pm-block { float:left; }
	.pm-filter-sub-in { padding: 0 10px; }
	.pm-subcat-collection { margin:0 0 40px; }
	.pm-subcat-collection .pm-subcat { width:calc(100%/6); box-sizing:border-box; padding:0 5px; margin:0 0 40px; }
	.pm-subcat-collection { padding-top:0px; }
	.pm-subcat .bluewrap, .pm-subcat .pm-sub-link { display:none; }
}
@media screen and (max-width: 780px) {

	.pm-block-in { padding-top:0; }
	.pm-subcat-collection { padding-top:20px; }
	#mobfilt { display:block; background:#83aa30 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/ArrowDownWhitex2.png) no-repeat center right 10px; font-size:16px; font-weight: bold; height: 45px; color:#fff; text-transform: uppercase;}
	.pm-filter-sub { display:none; }

}

@media screen and (max-width: 768px) {
	.pm-block .banner-inner img { height:290px; object-fit: cover; }
	.pm-block .subbanner-header { width:50%; left:20px; }
	body.pixiedust.page-products .product.details.product-item-details .product-item-name { min-height: 0; height: auto; }
	body.pixiedust.page-products .products-grid .product-item .product-item-details .product-reviews-summary, .product-item .product-item-details .product-reviews-summary { width:78px; }
	body.pixiedust.page-products .products-grid .product-item .product-item-details .special-price .price, body.pixiedust.page-products .products-grid .product-item .product-item-details .price { font-size:18px; }
}




.pmcatblocks-outer .pm-columns_style4 { margin-top:30px; }
.pmcatblocks-outer .pm-columns_style4 .pm-fb { transition:all 200ms ease; width:23.5%; margin:0 0 2% 2%; border:1px solid #f1f2f4; }
.pmcatblocks-outer .pm-columns_style4 .pm-fb:hover { border-color:#C6C6C6; }
.pmcatblocks-outer .pm-columns_style4 .pm-fb .pm-fblock-dropit { display:none; }

.pmcatblocks-outer .pm-columns_style4 .pm-fb-title { position:static; width:100%; box-sizing: border-box; padding:10px 5px; height:35px; overflow: hidden; background:#f1f2f4; transform: translate(0,0)}
.pmcatblocks-outer .pm-columns_style4 .pm-fb-title a { color:#333; padding:0; }
.pmcatblocks-outer .pm-columns_style4 .pm-fb-title a h5 { padding:0; margin:0; font-size:14px; white-space:nowrap; text-overflow: ellipsis; overflow: hidden; }
.pmcatblocks-outer .pm-columns_style4 a.im-wrap { float:left; position: relative; overflow: hidden; }
.pm-block .pm-widget-wrap { float:left; }
.pm-trust-pilot { width:100%; text-align: left; }
.pm-extra-blocks { width:100%; text-align: left; }
.pm-extra-left { width: 49%; margin-right:2%; float:left; }
.pm-extra-right { width:49%; float:left; display:flex; }
.pm-extra-right .vtour-wrapper { width:48%; float:left; margin:0 4% 0 0; }
.pm-extra-right .social-news-wrapper { width:48%; float:left; margin:0;}
.pm-extra-right .social-news-wrapper .snw-left { width:100%; margin:0; }
.pm-extra-right .social-news-wrapper .snw-right { width:100%; margin:0; }
.pm-extra-right .social-news-wrapper .snw-right span.thetitle { font-size:12px;}
.pm-extra-left .block.pm-newsletter { min-height: 205px; padding-top:30px; }

@media screen and (max-width: 1200px) {
	.pm-block { width:100%; }
	.page-layout-landingpageone .pm-landing-categories,.page-layout-landingpagetwo .pm-landing-categories { padding:0 20px; box-sizing: border-box; }
	.page-layout-landingpageone .pm-landing-featured-products, .page-layout-landingpageone .pm-trust-pilot, .page-layout-landingpageone .pm-extra-blocks,  .page-layout-landingpagetwo .pm-landing-featured-products, .page-layout-landingpagetwo .pm-trust-pilot, .page-layout-landingpagetwo .pm-extra-blocks { padding:0 20px; box-sizing: border-box; text-align:center; }

	.pm-extra-left { width:100%; margin:0 0 0px; }
	.pm-extra-right { width:100%; margin: 0; }
	.pm-extra-right .vtour-wrapper { width:49%; margin-right:2%; }
	.pm-extra-right .social-news-wrapper { width:49%; }

}
@media screen and (min-width: 800px) {
.pmcatblocks-outer .pm-columns_style4 .pm-fb_1, .pmcatblocks-outer .pm-columns_style4 .pm-fb_5, .pmcatblocks-outer .pm-columns_style4 .pm-fb_9 { margin-left:0; }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
	.pmcatblocks-outer .pm-columns_style4 .pm-fb { width:32%; }
	.pmcatblocks-outer .pm-columns_style4 .pm-fb_1, .pmcatblocks-outer .pm-columns_style4 .pm-fb_4, .pmcatblocks-outer .pm-columns_style4 .pm-fb_7, .pmcatblocks-outer .pm-columns_style4 .pm-fb_10 { margin-left:0; }

}
@media screen and (max-width: 600px) {
	body.pixiedust .pmcatblocks-outer .pm-columns_style4 .pm-fb { width:48.5% !important; margin-left:3% !important; }
	body.pixiedust .pmcatblocks-outer .pm-columns_style4 .pm-fb_1,
	body.pixiedust .pmcatblocks-outer .pm-columns_style4 .pm-fb_3,
	body.pixiedust .pmcatblocks-outer .pm-columns_style4 .pm-fb_5,
	body.pixiedust .pmcatblocks-outer .pm-columns_style4 .pm-fb_7,
	body.pixiedust .pmcatblocks-outer .pm-columns_style4 .pm-fb_9,
	body.pixiedust .pmcatblocks-outer .pm-columns_style4 .pm-fb_11 { margin-left:0 !important; }
	.pm-extra-right { display:block; }
	.pm-extra-right .vtour-wrapper { width:100%; margin-right:0; margin-bottom:22px; }
	.pm-extra-right .social-news-wrapper { width:100%; }
}



/* Carousel  */
.pm-image-carousel .block-content { width:90%; }
.pm-image-carousel .brand-block-wrapin { position: relative; float:left; cursor:pointer; overflow: hidden;}
.pm-image-carousel .brand-block-wrapin img { float: left; }
.pm-image-carousel .brand-block .carou-content { text-align: left; left:12px; top:5px; color:#fff; position: absolute; padding:0 !important; z-index: 999; }
.pm-image-carousel .brand-block .carou-content span { padding:0; }
.pm-image-carousel .brand-block { margin:0; box-sizing: border-box; padding: 0 10px;}
.pm-image-carousel .pm-fblock-dropit { background:#000; }
@media screen and (min-width: 1200px) {
.pm-image-carousel .brand-block:hover .pm-fblock-dropit { opacity: 0.5;}
}
.playcon { position:absolute; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Videos-black-smallx2-white.png) no-repeat center / 100%; width:55px; height:55px; top:50%; left:50%; transform:translate3d(-50%,-50%,0); z-index: 999; opacity:0; transition:all 200ms ease; }
.pm-image-carousel .brand-block:hover .playcon { opacity: 1; }
.pm-image-carousel .pm-next, .pm-image-carousel .pm-prev { margin-top:-13px !important; }



@media screen and (max-width: 1200px) {
	.latest-reviews-wrap .reviews-overall { width:94%; margin:0 3%; }

}
@media screen and (max-width: 900px) {
	.latest-reviews-wrap .trio div.tri-1 img { max-width:90%; margin:10% 2% 0 0; }
}

@media screen and (max-width: 768px) {
	.latest-reviews-wrap .trio div.tri-1 { width:100%; margin: 0 0 30px; }
	.latest-reviews-wrap .trio div.tri-2 { width:50%; border-left:0; }
	.latest-reviews-wrap .trio div.tri-3 { width:50%; }
	.latest-reviews-wrap .trio div.tri-1 img { max-width:80%; margin: 0;}
	.pm-image-carousel .brand-block .playcon { opacity: 1; }
	.pm-image-carousel .pm-fblock-dropit { display:none; }
}


/* SEARCH */
body.pixiedust.catalogsearch-result-index.page-layout-2columns-left .breadcrumbs { padding:15px 0; }
body.pixiedust.catalogsearch-result-index #amasty-shopby-product-list dl.block { display:none; }
.pixiedust.catalogsearch-result-index .columns .column.main { width:100%;  }
.pixiedust.catalogsearch-result-index .breadcrumbs { margin-top:15px; }
body.pixiedust.pixiedust.catalogsearch-result-index.pixiepop-open .modals-overlay { background:none; }
.pixiedust.pixiepop-open .block.block-search { z-index: 1; }

/* RANGES */
.breadcrumbs .fauxcrumb { margin-right:5px; }
.brand-images .brands-letter { width:100% !important; float:left; }
.brand-images .brands-letter .brand-item { width:16.666%; box-sizing: border-box; max-width: 600px; padding:0 5px; margin:0 0 30px; }
.brand-images .brands-letter .brand-item img { width:100%;max-width: 600px; height:auto !important; }
.brands-letter .brand-item .label:before { display:none !important; }
body .brands-letter .brand-item .count { background:#FA0A0D; }
body .brand-images .brands-letter .letter .title { background:none; font-size:40px;  color:#333; }
body .brands-filters .letter { border:1px solid #C6C6C6; background:#f7f8fa; border-radius: 1px; transition:200ms ease; }
body .brands-filters .letter:hover, .brands-filters .letter:hover, body  .brands-filters .letter.active { background: #FA0A0D; border-color:#FA0A0D; color:#fff;  }
body .ambrands-search-wrapper .ambrands-search-input { margin-right:0; margin-left: 0; }
body .brand-images .brands-letter .letter { border-bottom:1px solid #C6C6C6; margin-bottom:20px; text-align: left; }
body .letters .letters-box .letter-all { margin-left:0; }

@media screen and (max-width: 900px) {
	.brand-images .brands-letter .brand-item { width:25%; }

}

@media screen and (max-width: 700px) {
	.brand-images .brands-letter .brand-item { width:33.333%; }
}

@media screen and (max-width: 450px) {
	.brand-images .brands-letter .brand-item { width:50%; }
}

/* PRODUCT PAGE */

.product h1.page-title { margin:0px 0 0px !important; line-height: 42px;  font-size:42px; font-weight: 400; }
.brand-logo { width:100%; float:left; padding: 10px 0; }
.brand-logo img { max-width:100%; }
.sku-top { display:block; margin:0 0 15px; }
.catalog-product-view .pm-block-crumbs { max-width:1200px; margin:auto; padding:5px 0 10px; }
.catalog-product-view .pm-block-crumbs .breadcrumbs { text-align:left; padding-top:3px; }
.catalog-product-view .pm-block-crumbs .social-wrapper { margin-top:0; }
.pixiedust .product-reviews-summary .reviews-actions *, .pixiedust .pixiedust .reviews-actions a { color:#656565; }
.pixiedust .product-info-main span.price { color:#333; font-size:30px; font-weight:bold; }
.product-info-main .product.attribute.sku { width:100%; margin-bottom:20px; }
.pixiedust .product-info-main .product-info-stock-sku { text-align:left; }
.pixiedust .product-info-main .product-info-stock-sku { padding-left:0; }



.box-tocart .qty input#qty { border:2px solid #dadada; padding:3px 0; height:auto; width:43px; }

.product-info-brand { float:right; }
.pixiedust .pm-greay-wrap { margin:auto; min-height:100px; width:100%; margin-top:10px;  }
.pm-tabs { max-width:100%; margin:auto; margin-top:0px; border-bottom:1px solid #cac9ca; }
.pixiedust  .pm-content { background:none !important; padding:30px 0 0 !important; border:none !important; }
.pixiedust .product.data.items > .item.title > .switch { padding:0 0 10px !important; margin:0 40px 0 0;  font-weight:bold; border:none; color:#333; }
.pixiedust .pm-tabs .title.active a { color:#333 !important; }
.pixiedust .product.data.items > .item.title > .switch { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/ArrowRightx2.png) no-repeat center right 4px / 7px !important; margin:0; padding:0 !important; transition:all 200ms ease; border-top:1px solid #cac9ca; font-size:16px; }

.pixiedust .product.data.items > .item.title.active > .switch { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/ArrowDownx2.png) no-repeat center right 0px / 13px !important; }


.mfp-content .mfp-iframe-scaler button.mfp-close:hover { background-color:transparent !important; }
.pixiedust .fotorama__thumb-border { border-color:#e6e6e6 !important; }
.fotorama__nav-wrap .fotorama__arr--disabled { opacity:0; }
.pixiedust .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img { width:100%; }

.pixiedust .product-info-main .product-options-bottom .box-tocart { margin-top:0; margin-bottom: 20px; width:100%; padding-top: 20px; float:left;  }
.pixiedust .swatch-attribute-selected-option { margin-left:5px; }
.pixiedust .swatch-option.text { background:none; border:1px solid #d1d0d1; }
.pixiedust .swatch-option.text:hover { border:1px solid #333 !important; outline:0 !important; }
.pixiedust .swatch-opt { width:100%; float:left; margin:20px 0; }

.pixiedust .product-info-main .box-tocart select { background:none; height:50px; padding: 0 0 0 23px; }

.product-info-main .product-social-links { display:none; }
.product-info-main .paypal-button-context-iframe { display:none; }

.pixiedust .filter-options-item { border-bottom:1px solid #ccc; }
.pixiedust .filter-options-title { margin:0 !important; cursor: pointer; }
.pixiedust .filter-options-title:after { content:''; font-size:0; width:11px; height:14px;background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/arrow-down.svg) no-repeat center right 0px; background-size:10px; transition:all 200ms ease; transform: rotate(0deg); right:0; position: absolute; }
.pixiedust .active > .filter-options-title:after { width:11px; transform:rotate(180deg); }

.product-info-price .unavailable { margin:10px 0 65px; }

button#btn-minicart-close:hover { background:none !important; }

.pixiedust .product-info-main .specially-for-you { font-size:14px !important; }
.pixiedust .product-info-main .specially-for-you .price { font-weight:bold !important;font-size:14px !important; }
.yoursaving { display:none; }
.pixiedust .product-info-main .yoursaving { display:none; }
.product.media .rightcorner { transition: all 350ms ease; opacity: 1; cursor:pointer; }
.product.media:hover .rightcorner { /*opacity: 0;*/ }
.product.media .saleitem { background:#fa0a0d; position:absolute; color:#fff; padding:10px 10px; top:13px; right:1px; z-index:9;  }
.product-info-price .empty { display:none; }
.box-tocart .control { width:100%; float:left; margin-bottom:20px; }
.box-tocart .control .qty-title { width:35%; float:left; }
.box-tocart .control .qty-title span { font-weight:bold; display:block; padding-top:10px; }
.box-tocart .control .qty-selector { width:65%; float:left; }
.box-tocart .control .qty-selector span.qty-lower { cursor:pointer; background:#f4f4f4 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Minusx2.png) no-repeat center / 15px; width:35px; height:35px; float:left; border-right:1px solid #d1d0d1; text-align:center; position:relative;  }
.box-tocart .control .qty-selector span.qty-higher { cursor:pointer; background:#f4f4f4 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Plusx2.png) no-repeat center / 15px; width:35px; height:35px; float:left; border-left:1px solid #d1d0d1; text-align:center; position:relative;  }
.box-tocart .control .qty-selector input { border:none; float:left; height:35px; width:90px; }
.qty-selector-wrap { float:right; border:1px solid #d1d0d1; }
.qty-input-wrap { float:left; height:35px; }
.box-tocart .control .qty-selector span.qty-higher span, .box-tocart .control .qty-selector span.qty-lower span { font-size:18px; position:absolute; line-height:14px; top:50%; margin-top:-8px; left:50%; margin-left:-3px; display:none;  }
.box-tocart .action.primary.tocart { width:100%;  display:flex; align-items: center; justify-content: center; height:48px; }
.box-tocart .action.primary.tocart span { font-weight: 600; font-size:16px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/CTA-basket.svg) no-repeat center left / 20px; padding-left:26px; margin-left: -5px; }

.product-options-bottom .price-box .old-price .price-container > span, .product-info-price .price-box .old-price .price-container > span { font-size:14px; }
body.pixiedust .product-info-price .price-box .old-price .price-container span.price { font-size:16px !important; text-decoration: line-through; float:none; display:inline-block;font-weight: normal !important; color:#000 !important; }
body.pixiedust .product-info-price span.special-price { float:left; margin-right:8px; }
.product-info-main .special-price .price {  }
.pixiedust .product-info-main .old-price span.price { color:#9a9a9a !important }

.pixiedust .review-form .action.submit.primary { padding:15px; }
.pixiedust .review-form .action.submit.primary:hover { color:#fff !important; }

body.pixiedust .swatch-attribute-options { margin-top:5px; }
.pixiedust .swatch-attribute-selected-option { padding-left:0; }
.swatch-opt .swatch-attribute { margin-bottom:15px; }
.swatch-opt .swatch-attribute .swatch-option.color, .swatch-opt .swatch-attribute .swatch-option { margin:0; height:27px !important; width:27px !important; min-width: 2px; outline: none !important; border:0 !important; border-radius: 50%; position: relative; box-shadow: none !important; }
.swatch-attribute-label { text-transform: uppercase; }
.swatch-attribute-label:after { content:':'; }
.pm-swatch-wrap { padding:10px; float:left; transition:all 200ms ease; }
.pm-swatch-wrap.pm-selected { background:#e9ebed; }


.columns .column.main { max-width:100%; }

.carou-switches { width:100%; float:left; text-align:center; margin:30px 0 25px; }
.carou-switches span { display:inline; font-size:18px; font-weight:bold;  border-bottom:2px solid #fff; padding: 5px 0; margin: 0 30px; transition:200ms ease; cursor:pointer; }
.carou-switches span.active { border-color:#FA0A0D;color:#333; }
body.pixiedust .container-collection .title { text-align: center !important; border:none !important; max-width: calc(100vw - 40px); }
.container-collection { width:100%; float:left; text-align:center; margin-bottom: 10px !important; }
.catalog-product-view .container-collection { max-width:1200px; margin:0 auto 10px; float:none; }
.container-collection .feat-line h4 { font-weight:bold !important;  }
.container-collection .product-item-info.pm-image { width:100% !important; }
.container-collection .off-canv { max-height:490px; }
body.pixiedust .column.main .product-items.pm-products { width:90%; margin-left:auto !important; margin-right:auto !important; margin-bottom: 40px;  }
.catalog-product-view  .container_related_recipes_outer { margin-bottom:45px; }
.viewallblock { width:100%; float:left; text-align: center; margin-bottom:20px; }
.viewallblock .viewallblog { text-decoration: underline; font-weight: 600; }
.upsell .product-item { text-align:center; }

.product-info-main .sly-old-price { display:inline; }
.feat-line .alt-title { font-size:14px; float:left; width:100%; text-align:left;  padding-bottom:8px; margin-bottom:30px !important; }

.product-info-lefty { width:100%; float:left; }
.product-info-lefty h4 { margin:0 0 5px; padding:0; text-transform: uppercase; color:#808080; font-size:14px !important; width:100%; float:left; }
.product-info-righty { width:100%; float:right; box-sizing:border-box; }
.share-and-short { color:#4d276f; font-weight:bold; border-bottom:1px solid #cac9ca; width:100%; float:left; padding-bottom:15px; margin-bottom:15px; }
.share-and-short .sharethis-inline-share-buttons { width:100%; margin-top:20px; }
.pm-stockpos { width:100%; float:left; border-top:1px solid #d1d0d1; margin-top:10px; padding-top:7px;  }

.product-info-righty .stocknshare { width:100%; float:left; margin-bottom:20px; margin-top:4px; padding-bottom:25px; border-bottom: 1px solid #C6C6C6; }
.product-info-righty .stocknshare .stockpos { float:left; }
.product-info-righty .stocknshare .share-right { float:right; text-align:right;}
.product-info-righty .stocknshare .st-btn { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Sharex2.png) no-repeat center / 16px; width:22px; height:20px !important; min-width:22px !important; float:right; }
.product-info-righty .stocknshare .st-btn .st-label { display:none !important; }
.product-info-righty .stocknshare .st-btn svg { display:none !important; }
.product-info-righty #st-1 .st-btn[data-network='sharethis'] { background-color:transparent; }
body.pixiedust .product-info-main .product-info-price { color:#000; border:none; }
.product-info-righty .sharethis-inline-share-buttons { float:right; }
.product-info-righty.product-info-price .old-price { float:left; margin-right:5px; }
.pm-stockpos .stock.available span { margin-bottom:7px; }
.product-info-righty .prices-tier { width:100%; float:left; }
.product-info-righty .prices-tier li.item { background:#e30613; font-size:16px; color:#fff; font-weight:bold; display:block; font-size:14px !important; padding:10px; margin-bottom:1px; transition:all 200ms ease;}
/*.insufficent-stock { opacity:0.5; background:#c7007d !important; cursor:inherit !important;  }*/
.product-info-righty .prices-tier li.item:hover { background-color:#ca0001; }
.product-info-righty .prices-tier li.item *, .product-info-righty .prices-tier li.item span.price, .product-info-righty .prices-tier li.item strong.benefit { font-size:16px; color:#fff; font-weight:bold; display:inline-block; }
.product-info-righty .list-price-box { width:100%; float:left; margin:-5px 0 10px; }
.product-info-righty .product-info-price span.price {  font-weight: bold;  }
#product-options-wrapper { margin-top:0px; margin-bottom: 0px; width:100%; float:left;  }
#product-options-wrapper label.label { color:#000; font-weight: bold; margin-bottom: 5px; }
.product-info-righty .product-info-price .special-price span.price { color:#e30613 !important; }
.product-info-righty .product-info-price span.price-label { display:none !important; }
.rating-summary a.action { text-decoration:underline; color:#4d276f; font-weight:bold; margin-right:5px; vertical-align:middle; display:inline-block; }
.box-tocart .field { float:left; width:20%; display:inline-block !important; vertical-align:middle; margin:0 !important; box-sizing: border-box; }
.box-tocart .actions { width:100%; display:inline-block; vertical-align:middle; box-sizing:border-box; padding-left:0px; }

body.pixiedust .product-add-form .box-tocart { display: block; }
body.pixiedust .product-add-form .box-tocart .fieldset { display:block; width:100%; float:left;  }
body.pixiedust .product-add-form .box-tocart .actions { display: block; padding: 0; }

.box-tocart .qty-box { width:35%; float:left; box-sizing: border-box; padding-right:20px;}
.box-tocart .qty-box input { height:48px; width:100%; }
.box-tocart .but-box { width:80%; float:left; }
.page-product-grouped .box-tocart .but-box { width:100%; }
.payments-box { width:100%; height:40px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Payment-Iconsx2-new.png) no-repeat center / auto 45px; display:block; margin:20px 0; border:1px solid #bfbfbf; padding:4%; width:92%; float:left; }
.box-tocart span.caveat { font-size:12px; }
body.pixiedust.catalog-product-view .breadcrumbs { margin:0 0 10px; }
body.pixiedust.catalog-product-view #product-options-wrapper .control { width:100%; }
body.pixiedust.catalog-product-view #product-options-wrapper select  { border:1px solid #bfbfbf; height:40px; }
.box-tocart .field select { height:40px; }
.fotorama__stage { box-sizing:border-box; margin-bottom:20px; }
.fotorama__stage__frame .fotorama__img { margin-top:-40px; }
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img { cursor:pointer; }
body.pixiedust .product.media { position:relative; overflow: hidden; margin-bottom: 0; }
body.pixiedust .product.media .fullscreen-icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Zoomx2.png) no-repeat center; background-size:20px; width:30px; height:30px; position:absolute; z-index:1;top:10px; left:10px; transition:all 200ms ease; opacity:999; cursor: pointer;}
body.pixiedust .product.media:hover .fullscreen-icon { /*opacity:0;*/ }
.gallery-placeholder .loading-mask { position: relative; margin:0; z-index: 8; }
.gallery-placeholder .loader img { max-width:50px; position: absolute; }
.fotorama__stage { cursor:pointer; }
.fotorama__arr .fotorama__arr__arr { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/RightArrowx1.png) no-repeat center / auto 25px !important; width:30px !important; height:55px !important; margin-top: -34px; }
.fotorama__arr--prev .fotorama__arr__arr { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/LeftArrowx1.png) no-repeat center / auto 25px !important; margin-top: -34px;  }

.pixiedust .fotorama__arr.fotorama__arr--prev, .pixiedust .fotorama__arr.fotorama__arr--next { background:none !important; }
.fotorama__thumb__arr.fotorama__thumb__arr--right .fotorama__thumb--icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrowx2.png) no-repeat center 7px / 12px !important; width:100% !important; height:27px !important; transform: rotate(0deg) !important; padding:2px 0; }
.fotorama__thumb__arr.fotorama__thumb__arr--left .fotorama__thumb--icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrowx2.png) no-repeat center 7px / 12px !important; width:100% !important; height:27px !important; transform: rotate(-180deg) !important; padding:2px 0; }

body.pixiedust .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left { background:none; }
body.pixiedust .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right { height:21px; background:none; }
.fotorama__nav.fotorama__nav--thumbs { text-align: left; /*max-height: 400px !important; height:400px !important;*/ }
.pixiedust .fotorama__active .fotorama__dot { background-color:#888887 !important; border-color:#888887 !important; }
.pixiedust .fotorama__dot { width:8px; height:8px; background:#eaebed; border-color:#eaebed; }
.fotorama__nav { text-align: left; }
.pixiedust .product.media .fotorama-video-container:after { top:-70px; }
.pixiedust .product.media .fotorama-item.fotorama { max-height: 700px; }
.pixiedust .fotorama__thumb {  border:1px solid #d1d0d1; box-sizing:border-box; }
.pixiedust .fotorama__active .fotorama__thumb { border:1px solid #e30613 }
.pixiedust .fotorama__thumb-border { transition:0ms !important; border-width: 1px !important; border-color:#cecece !important; display: none !important;  }
body.pixiedust .fotorama__spinner { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-1.gif) no-repeat center / 50px !important; }
body.pixiedust .fotorama__fullscreen-icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/zooms/Closex2.png) no-repeat center / 40px; background-color:transparent !important; margin-right:10px; opacity:1 !important; }
body.pixiedust .fotorama__fullscreen-icon:focus:after { display:none !important; }
body.pixiedust .fotorama--fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal { margin-left:10px; margin-top:-20px; }
body.pixiedust .fotorama__zoom-in { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/zooms/ZoomPlusx2.png) no-repeat center / 25px !important; }
body.pixiedust .fotorama__zoom-out { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/zooms/ZoomMinusx2.png) no-repeat center / 25px !important; }
.fotorama__stage__frame .fotorama__img { width:auto; max-height: 720px; }
.fotorama__nav--thumbs { text-align:center; }
body.pixiedust .fotorama__caption__wrap { display:none; }

body.pixiedust div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer, div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer { text-align: left; padding-left:10px; padding-right:0;  }
body.pixiedust div.MagicToolboxSelectorsContainer a { margin:0; }
body.pixiedust div.MagicToolboxSelectorsContainer a img { box-shadow: none; border:1px solid #e1e1e1; }
body.pixiedust div.MagicToolboxSelectorsContainer a.active-selector img { border:1px solid #e30613; }
body.pixiedust #mtVideoContainer { width:100% !important; z-index: 9; }
body.pixiedust #mtVideoContainer .product-video { height:100%; }
.attribute-left { width:100%; float:left; min-height:50px; margin-right:0%; }
.attribute-right { width:100%; float:left; min-height:50px; }
.pm-content-inner h4 { margin:0 0 20px; color: #4d276f; border-bottom:1px solid #cac9ca; padding-bottom:10px; font-size:18px !important; }
.pm-content-inner #product-attribute-specs-table { width:100%; margin-top:-10px; }
.pm-content-inner #product-attribute-specs-table tr { background:#fff; }
.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:10px 30px 10px 10px !important; }
.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:10px 5px 10px 5px !important; }
.pm-content-inner #product-attribute-specs-table tr.row_2 { background:#f4f4f4; }
.pm-content-inner .label { width:30%; }
.attribute-right h4 { border-bottom:0; margin-bottom:0; }
.pm-content-inner .size-guide-table { position:relative; overflow:hidden; overflow-x:scroll; }
.product-tab-wrap { float:left; }
body.pixiedust .product.pm-tabs .data.item.title { width:100%; }
body.pixiedust .product.pm-tabs .content.pm-content { width:100%; margin-left:0; box-sizing:border-box; padding:0 00px 20px !important; margin-top:10px; }

.product.media .product-social-links .action.towishlist,.product.media .product-social-links .action.mailto.friend { text-transform:none; transition:all 200ms ease; }
.product.media .product-social-links .action.towishlist:before { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/heartonly.png) no-repeat; background-size:19px; font-size:0; }
.product.media .product-social-links .action.mailto.friend:before { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Emailx2.png) no-repeat center; background-size:15px; font-size:0; }
.product.media .product-social-links { text-align:center; border-top:1px solid #d1d0d1; margin-top:20px; padding-top:20px; }
.product.media .info-blast { width:100%; margin-top:20px; }
.product.media .info-blast .left { width:50%; float:left; }
.product.media .info-blast .right { width:50%; float:left; }
.product.media .info-blast ul li { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Tickx2.png) no-repeat center left; padding-left:24px; background-size:16px; }

#content_attrib .row_1 { background:#fff; }
#content_attrib  .col.label, #content_attrib  .col.data { border:none; }
#content_attrib  .table-wrapper { margin-bottom: 0; }



.product-info-script { width:100%; float:left; }
.product-info-script-tabs { width:100%; float:left; }
.pixie-tab-wrap { width: 100%; padding-right:0%; box-sizing: border-box; float:left; margin-bottom:0px; text-align: left; }
.pixie-side-wrap { width:  37.5%; float:right; }


.pixie-tab-wrap a { text-decoration: underline; font-weight: 600; }
.pixie-tab-wrap span.tab-control { display:none; }

.pixie-tab-wrap #control_reviews.tab-control { border-bottom:1px solid #3e3d3c;}
.pixie-tab-wrap #control_reviews.tab-control.tab-active { border-bottom:0; }

.pixie-tab-wrap .tab-content { width:100%; box-sizing: border-box; padding: 20px 0; float:left; padding:20px 0px;  border-top:0; margin-bottom: -1px; }

.ie11 .pixie-tab-wrap .tab-content, .ie10 .pixie-tab-wrap .tab-content { float:none; clear:both; }
.ie11 .pixie-tab-wrap #content_introduction.tab-content, .ie10 .pixie-tab-wrap #content_introduction.tab-content { float:left !important; }
.ie11 .pixie-tab-wrap #content_specs.tab-content, .ie10 .pixie-tab-wrap #content_specs.tab-content { float:left !important; }
.ie11 .pixie-tab-wrap #content_reviews.tab-content, .ie10 .pixie-tab-wrap #content_reviews.tab-content { float:left !important; }

.pm-product-script { width:100%; float:left; border:1px solid #C6C6C6; box-sizing: border-box; padding:20px; }
.pm-product-script .title { margin:-20px -20px 20px -20px; font-size:36px; background:#f7f8fa; box-sizing: border-box; padding:12px 20px; border-bottom:1px solid #C6C6C6; display:block; color:#333; text-align: left; }
.pm-product-script .pm-product-script-left { width:50%; box-sizing: border-box; padding-right:20px; float:left; }
.pm-product-script .pm-product-script-left img, .pm-product-script .pm-product-script-left iframe { max-width:100%; }
.pm-product-script .pm-product-script-right { width:50%; float:left; }
.pm-product-script span.subtitle { color:#333; text-decoration: underline; font-size:16px; font-weight:bold; display:inline-block; width:100%; }
.pm-product-script-right .additional-attributes-wrapper.table-wrapper { margin-top:15px; }
.pm-product-script-right .additional-attributes-wrapper.table-wrapper th, .pm-product-script-right .additional-attributes-wrapper.table-wrapper td { padding:10px; }
.pm-product-script-right .additional-attributes-wrapper.table-wrapper tr.row_2 { background:#F7F8FA; }
.pixie-tab-wrap .tab-content strong { color:#000; }
.pixie-tab-wrap .tab-content .in-content h4 { color:inherit !important; }
.pixie-tab-wrap .tab-content .in-content strong { color:inherit !important; }

.pm-product-script .pm-product-script-left ul { margin:0; padding:0 0 0 20px; }

#content_reviews .limiter { display:none; }

#loading-mask {   display: none; font-size: 1.1em; font-weight: bold;  position: fixed;  text-align: center;  z-index: 20002;  width: 100%;  height: 100%;  left: 0;  top: 0 }
#after-loading-success-message {   display: none;  font-size: 1.1em;   position: fixed;   text-align: center;   z-index: 20002;  width: 100%;  height: 100%; left: 0;  top: 0}
#success-message-container {  padding: 20px 15px;  line-height: 1.4;  position: relative; text-align: center;  top: 35%;  width: 300px; z-index: 1000;  background: #FFFFFF none repeat scroll 0 0;   margin: auto }
#success-message-container img.product-image {  display: inline-block;  width: 30% }
#success-message-container .msg {  display: block;  margin-bottom: 10px;  font-size: 13px; }
#success-message-container .product-name {  font-size: 14px;  margin: 5px 0 10px; }
#success-message-container .timer {  display: none;}
#success-message-container button {  margin-top: 15px;  min-width: 133px;}

.seemore { border:1px solid #C6C6C6; background:#f7f8fa; padding:10px; font-weight: bold; color:#808080;   }
.seemore:hover { background:#FA0A0D; border-color:#FA0A0D; color:#fff; text-decoration: none; }

body.pixiedust .product-info-main .pm-productpage-reviews .product-reviews-summary .reviews-actions { cursor:pointer; }
body.pixiedust .product-info-main .pm-productpage-reviews .product-reviews-summary .action.add { display:none; }
body.pixiedust .product-info-main .pm-productpage-reviews .product-reviews-summary { border:none; padding:0; }
body.pixiedust .product-info-main .pm-productpage-reviews { width:auto; float:right; cursor:pointer;}
body.pixiedust .product-info-main .product-info-price .price-box { width:100%; min-height:0px; display: flex; align-items: center;}
body.pixiedust .product-info-main .product-options-wrapper span#value { display:block; }

.share-right { float:left; width:33.33%; text-align: right; padding-top: 6px; }

.revs-share { width:100%; float: left; margin-bottom:20px;  }
.revs-share .left { float:left; }
.product-info-main .rating-summary, .customer-review .rating-summary { margin-right:0; }
body.pixiedust.catalog-product-view .product-info-righty .ratingshort .review-count { color:#9a9a9a; font-size:13px; }
body.pixiedust.catalog-product-view .product-info-righty .ratingshort .review-count span {  text-decoration: underline; }
.revs-share .right { float:right; }
.revs-share .share-right { width:auto; float:right; }

.share-right .subby { font-weight: 400; text-transform: none; float:right; color:#9a9a9a; font-size:13px; position:relative; padding-right:25px;cursor:pointer;transition:all 200ms ease; text-decoration: underline; }
.share-right .subby:after { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Sharex2.png) no-repeat center left / 13px; content:''; display: block; width:19px; height:19px; position: absolute; right:0; top:0; cursor:pointer; }
.share-right .sharethis-inline-share-buttons { text-align:right !important; margin-top:-15px; }
.share-right #st-1 .st-btn[data-network='sharethis'] svg { fill:#8f8f8f; margin-top: -7px; width:20px; height: 20px; }
.subnshare .subtitle-left h2 { font-size:14px; font-weight:600; padding:0; margin:0; display:inline;  }

.tick-boxes { width:100%; float:left; margin-top: 30px; font-weight: bold; text-align: left; }
.tick-boxes ul { list-style: none; margin:0; padding: 0; }
.tick-boxes ul li { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/checkmark-bulletpts.svg) no-repeat center left / 12px; width:50%; box-sizing: border-box; padding: 0 10px 0 19px; float:left; margin:0 0 10px; font-size:16px; }

.below-tick-boxes { width:100%; float:left; margin:20px 0 5px; }
.below-tick-boxes img { max-width: 100%; }

.price-boxes { width:100%; float:left; margin-top:25px; padding:30px 0; border-top:1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; margin-bottom:10px; display: flex; align-items: center; }
.price-boxes .left { width:60%; float:left;  }
.price-boxes .left .price-box  { margin:0 !important; }
.price-boxes .right { width:40%; float:left; text-align: right;}
.price-boxes .right .stock-block { display:block; color:#9a9a9a; font-weight:bold; font-size:13px; width:100%; }
.price-boxes .right .productcode { display:block; color:#9a9a9a; font-weight:bold; font-size:13px; width:100%; }
.page-product-grouped .column.main .product-info-righty .price-boxes { position: relative; overflow: hidden; width:1px; height:1px; margin:0; padding:0; opacity: 0;}

.delivery-note-box { width:100%; float:left; margin:0px 0 19px; }
.delivery-note-box span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/delivery-truck-red.svg) no-repeat center left / 35px; padding-left:44px; font-size:16px; filter:grayscale(1); }

.product-info-price .paypal.checkout { display:none; }
.availability-span { width:100%; float:left; margin:5px 0 10px;}
.product-info-main .skuandscore .product-reviews-summary { padding:0; margin:0; border:none; width:auto; margin-top:-2px; }
.product-info-main .skuandscore .product-reviews-summary .rating-summary { height:21px; }
.product-info-main .skuandscore .ratingshort .review-count { float:left; font-size:12px; margin-top:5px; text-decoration: underline;}

.pixiedust .product-info-main .swatch-option.text { min-width:85px; padding:7px 0; border-width: 1px; }
.pixiedust .product-info-main .swatch-option.text:hover { border-width: 1px !important; }
body.pixiedust .product-options-wrapper .swatch-option.selected { background:none; border-color:#174066; outline:none; }


.linebreak.splitbreak { width:100%; margin:45px 0 0px; height: 1px; border-top: 1px solid #cecece; float:left;  }
body.pixiedust .product-info-main .product-info-price span.price { font-size:30px !important; line-height: 26px !important; }
body.pixiedust .product-info-main .product-info-price .price-final_price span.price { font-weight: bold !important; float:none; display:inline-block; margin-bottom: 0px; }
.pm-more-cats { width:100%; float:left; border-bottom: 1px solid #cecece; padding-bottom: 20px;  }
span.pmcats { display:block; font-weight: bold; margin:0 0 10px; font-size: 16px; }
.pm-more-cats a { color:inherit; text-decoration: none; transition:all 200ms ease; }
.pm-more-cats a:hover { color:#04a4d8; text-decoration: underline; }
.pm-feefo-all { width:100%; float:left; border-bottom:1px solid #cecece; margin-top:17px;   }

.quick-buttons { width:100%; float:left; margin-top:40px; }
.quick-butt { width:48%; float:left; background:#eef0f2; display:inline-block; padding: 12px 5px; text-align: center; box-sizing: border-box; font-weight: 600; cursor: pointer; transition:all 200ms ease; color:#000; }
.quick-butt:hover { background:#dee2e6; }
.quick-buttons .pi-butt { margin-right:4%; }

.pm-del-message { width:100%; float:left; margin-top:15px; border-top:1px solid #bfbfbf; border-bottom:1px solid #bfbfbf; text-align: center; }
.pm-del-message span { display:inline-block; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Deliveryx1.png) no-repeat center left; padding:10px 0 10px 35px; font-weight: 600; }
.product-add-form { margin-top:20px; margin-bottom: 30px;  }
.box-tocart .qty-box { position: relative; }

.qtyspan {  box-sizing: border-box; cursor: pointer; font-size: 0; display:inline-block; }
.box-tocart div.field.qty .control { width:100% !important; padding-right:0; }

.box-tocart div.field.qty .control input, .box-tocart div.field.qty .control select { height:46px; width:65%; }

@supports (-ms-ime-align: auto) {
	.box-tocart div.field.qty .control select { padding-left:15px;}
}

.box-tocart div.field.qty .control .qtyspan { height:23px; width:35%; }
.box-tocart div.field.qty .control .qtyspan.qty-down { top:23px; }
body.pixiedust .qwrap input { width:100% !important; text-align: center; height:42px; border:none; background:none; }
.skuandscore { width:100%; float:left; }
.skuandscore .productcode { float:left; font-size:14px; font-weight: 600; margin-right:20px; }
.skuandscore .ratingshort { float:right; font-size:16px; cursor:pointer; margin-top:-4px; }
.shorty { width:100%; float:left; font-size:16px;  }
.trig-desc { font-weight: 600; text-decoration: underline; cursor:pointer; }
.stock-block { float:left;  }
.box-tocart  { margin-bottom: 0; }
.box-tocart .fieldset { margin-bottom: 0; }
body.catalog-product-view .columns .column.main { padding:0; }
.review-count.noreviews-yet { font-size:14px; font-weight:600; text-decoration: underline; cursor:pointer; }

.dvalues { width:100%; float:left; margin:20px 0 0; }
.dvalues span { border:1px solid #7c7a79; border-radius: 13px; padding:3px 10px; float:left; margin-right: 10px; margin-bottom:10px;  }
body.catalog-product-view .field.subscription-type { margin-bottom:20px; }
.block.subscription-details { display:none; }
.block.subscription-details .block.block-title { margin-bottom:20px; margin-top:20px; }
body.catalog-product-view .breadcrumbs, body.checkout-cart-index .breadcrumbs { width:100%; max-width: 100%; margin:0;  }
body.catalog-product-view .breadcrumbs ul, body.checkout-cart-index .breadcrumbs ul { max-width:1200px; margin:auto;padding:15px 0; }
body.catalog-product-view .valueadded-block, body.checkout-cart-index .valueadded-block { margin-bottom:5px; }
.breadcrumbs .item:not(:last-child):after { margin:0 2px 0 5px; }

body.checkout-cart-index .breadcrumbs li { display:inline-block !important; }

.MagicToolboxSelectorsContainer { text-align: center; }
body.pixiedust .mz-expand .mz-expand-bg { transform:none; filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur"); }
body.pixiedust .mcs-loader-circles { transform:none !important; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-1.gif) no-repeat center / 50%;  }
body.pixiedust .mcs-loader-circle { display:none; }
body.pixiedust .mz-loading { display:none; }
body.pixiedust .mz-loading.shown { background:#fff url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-1.gif) no-repeat center / 60%; display:block;  }
body.pixiedust .mz-loading.shown:after { display:none; }


body.pixiedust .MagicToolboxSelectorsContainer img { max-width: 88px !important; filter:none !important;  }

body.pixiedust .showcart.wizzpop .loading-mask { background:none; }
body.pixiedust .showcart.wizzpop .loading-mask .loader { position: relative; width:100%; height:100%; float:right; right:0; max-width:100px; }
body.pixiedust .showcart.wizzpop .loading-mask .loader img { top:4px; }
@-moz-document url-prefix() {
    body.pixiedust .showcart.wizzpop .loading-mask .loader img { top:24px; }
}

/* ADD TO LINKS */
body.pixiedust .product-add-form { margin-bottom:0; }
body.pixiedust .pm-after-form { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; margin-bottom:20px; order:10; }
body.pixiedust .pm-after-form .product-addto-links { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; margin:0; }
body.pixiedust .wishlist.split.button > .action.split:before { display:none; }
body.pixiedust .wishlist.split.button span { color:#000; font-size: 12px; text-transform:none;  }
body.pixiedust .wishlist.split.button > .action.split:before { display:none; }
body.pixiedust .requisition-list.wishlist.split.button:before { display:none; }
body.pixiedust .wishlist.split.button .action.toggle > span { color:#000; font-size: 12px; position:static; text-transform:none;  }

/* Specific tab settings - intro */
#content_introduction { background:#f6f8fa; text-align: center; padding-top: 30px; }
#content_introduction h2, #content_introduction h3, #content_introduction h4 { font-size:42px; font-weight: 400; margin-bottom:55px; }
#content_introduction div.introduction { width:100%; float:left; }
#content_introduction div.introduction .feature { width:23%; margin:0 1% 70px; border-bottom: 1px solid #bfbfbf; float:left; min-height: 80px;white-space: nowrap; }
#content_introduction div.introduction .feature .icon { width:25%; display:inline-block; vertical-align: middle;}
#content_introduction div.introduction .feature .icon img { width:80%; float:left; }
#content_introduction div.introduction .feature .text { width:75%; display: inline-block; vertical-align: middle; font-size:16px; font-weight: bold; box-sizing: border-box; padding-left:5px; margin:0; text-align: left;white-space:normal; }

#content_features.tab-content { padding:0; }
#content_features.tab-content .inner-content { position: relative; margin-bottom: -5px; }
#content_features.tab-content .inner-content .feature-content { position: absolute; top:50%; left:0; transform: translate(0%,-50%); width:100%; }
#content_features.tab-content .inner-content .feature-content .left { width:30%; }
#content_features.tab-content .inner-content .feature-content .right { float:right; width:30%;  }
#content_features.tab-content .inner-content .feature-content h2, #content_features.tab-content .inner-content .feature-content h3, #content_features.tab-content .inner-content .feature-content h4, #content_features.tab-content .inner-content .feature-content h5 { font-size:46px; font-weight:400; margin-bottom:30px;  }
.feature-content .in-content p { font-size:16px; }
.tab-content .inner-content .goto-next { border-top:1px solid #000; padding:20px 0 0 0px; margin-top:40px; font-weight: bold;  cursor:pointer; width:100%; float:left; text-align: left; }

.tab-content .inner-content .goto-next span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrowx2.png) no-repeat center left / 12px; padding-left: 20px; }

.tab-content .inner-content .goto-next.goto-next-white {  border-color:#fff;   }
.tab-content .inner-content .goto-next.goto-next-white span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/ArrowDownWhitex2.png) no-repeat center left / 12px; }
#content_features.tab-content .inner-content .feature-content .left, #content_features.tab-content .inner-content .feature-content .right * { color:inherit !important; }
.product-feature.fullwidthbackground .banner-feature { width:100%; float:left; height: 555px; background-size: cover !important; }
.product-feature.fullwidthbackground .inner-content { height:555px; }
.product-feature.fullwidthbackground img.fullwidth-img { position: absolute; width:100% !important; object-fit: cover; height:555px; left:0; top:0; margin:0 !important;  }
.product-feature.contentonly { border-top: 1px solid #bfbfbf; width:100%; float:left; padding:70px 0 40px; }
#content_features.tab-content .product-feature.contentonly .inner-content .feature-content { position: relative; transform: none; float:left; }

.inner-content .feature-content .full-width { width:100%; }
#content_features.tab-content .inner-content .feature-content .full-width .left { width:50%; float:left; box-sizing: border-box; padding-right:30px; text-align: left; }
#content_features.tab-content .inner-content .feature-content .full-width .right { width:50%; float:left; }
#content_features.tab-content .inner-content .feature-content .full-width .right img { float:right; max-width: 100%; }

#content_features.tab-content .product-feature.direction_left { text-align: right; position: relative; overflow: hidden; }
#content_features.tab-content .product-feature.direction_left .feature-content { text-align: left;  }
#content_features.tab-content .product-feature.direction_right { text-align: left; position: relative; overflow: hidden; }
#content_features.tab-content .product-feature.direction_left img, #content_features.tab-content .product-feature.direction_right img { margin:-30px 0; width:77.8%; }



#content_features.tab-content .product-feature { clear: both; }

.inner-content .feature-content .tabbed-content { width:100%; float:left; margin:35px 0 25px; }
.inner-content .feature-content .tab-item { width:100%; float:left; border-top:1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; margin-bottom: -1px; }
.inner-content .feature-content .tab-item .title { font-size:22px; width:100%; padding:15px 0; position: relative; float:left; cursor: pointer; text-align: left; }
.inner-content .feature-content .tab-item .title:after { content:''; background:#888887 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/ArrowDownWhitex2.png) no-repeat center / 12px; width:22px; height:22px; transform: rotate(-90deg); transition: all 200ms ease; border-radius:50%; position: absolute; right: 0; top: 18px; }
.inner-content .feature-content .tab-item .tab-content { display:none; padding: 15px 0; }
.inner-content .feature-content .tab-item.tab-active .tab-content { display:block; text-align: left;}
.inner-content .feature-content .tab-item.tab-active .title:after { transform: rotate(0deg); }

#content_specs h2, #content_specs h3, #content_specs h4 { font-size:42px;font-weight: 400; margin-bottom: 55px; }
.tab-content#content_specs { background:#f6f8fa; padding-bottom: 45px; }
.specification-content { width:100%; float:left; }
.specification-content .left { width:50%; float:left; box-sizing: border-box;}
.specification-content .right { width:35%; float:right; }
.spec-item { width:47%; margin-right:3%; margin-bottom: 40px; min-height:60px; padding-bottom: 20px; border-bottom:1px solid #bfbfbf; float:left; }
.spec-item span.small { display:block; width:100%; float: left; font-size:13px; font-weight: bold; color:#9a9a9a;  }
body.pixiedust .spec-item span.large { display:block; width:100%; float:left; font-size:26px !important; margin-bottom:0 !important; color: #000; font-weight: bold; }
body.pixiedust .spec-item span.large .smaller { font-size:14px !important; }

.kit-content { width:100%; float:left; }
.kit-item { width:33.33%; float:left; text-align: center; position:relative; }
.kit-item.double { width:66.66%; }
.kit-item img { width:100%; }
.kit-item .tooltip { position:absolute; top:20px; left: 20px; }
.kit-item .tooltip .counter { width:12px; height:12px; display: inline-block; color: #fff; border-radius: 50%; background:#e30613; font-weight: bold; font-size:12px; line-height: 14px; padding:8px; }
.kit-item .tooltip .detail { opacity:0; transition: all 200ms ease; background:#000; font-size:12px; font-weight: 400; padding: 5px 10px; min-width: 170px; position: absolute; top:-42px; left:50%; transform: translate(-50%,0); color:#fff; line-height: 21px;  }
.kit-item .tooltip .detail:after { content:''; width:0; height: 0; border-left:16px solid transparent; border-right:16px solid transparent; border-top:20px solid #000; position: absolute; bottom:-10px; left:50%; transform: translate(-50%,0); }
.kit-item:hover .tooltip .detail { opacity: 1; }

.specification-content p { display:block; width:100%; float:left; font-size:13px; }
.specification-content .right p { margin-top: 20px; }
a.pdfdownload { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/PDFx2.png) no-repeat center left / 12px; padding-left:15px; color:#e30613 !important;  }

body.pixiedust .tab-content h4.fancy { font-size:42px; font-weight: 400 !important;  }
#content_reviews { border-top: 1px solid #bfbfbf; border-bottom:  1px solid #bfbfbf; margin-bottom: 40px; padding:20px 0 70px; }
#content_reviews .trust-pilot-feature-out { background:none; padding:0;  }
#content_reviews .trust-pilot-feature-out .intro { margin-bottom: 35px; }
#content_reviews .trust-pilot-feature-out .intro .review-wrap { width:100%; float:left; margin:auto; clear:both; text-align: center; padding:10px 0 0px; }
#content_reviews .trust-pilot-feature-out .intro .review-wrap .review-stars { width:190px; height:37px; float:none; display:inline-block; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/trust_stars_white_large.png) no-repeat center left / 100% auto }
#content_reviews .trust-pilot-feature-out .intro .review-wrap .review-stars span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/trust_stars_large.png) no-repeat center left / 190px auto; height:37px; }
#content_reviews .trust-pilot-feature-out .intro .see-all { width:100%; text-align: center; padding: 10px 0; float:left; }
#content_reviews .trust-pilot-feature-out .intro .see-all a { text-decoration: none; font-weight: normal; border:1px solid #00887a; padding:17px; display:inline-block; margin-top:20px; border-radius: 2px;}
#content_reviews .trust-pilot-feature-out .intro .see-all a span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/trustpilot-logo-small.png) no-repeat right center; padding-right:95px; color:#888887; font-size:18px; }
#content_reviews .trust-pilot-feature-out .intro .see-all a span b { color:#000; }
#content_reviews .trust-pilot-feature-out div.tp-review { background:#f6f8fa; border-bottom:2px solid #e9ebed; }
#content_reviews .tp-review-outer { margin-bottom: 10px; z-index: 9; }
#content_reviews .trust-pilot-feature-inner .pm-prev { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/LeftArrowx1.png) no-repeat center / auto 20px !important; }
#content_reviews .trust-pilot-feature-inner .pm-next { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/RightArrowx1.png) no-repeat center / auto 20px !important; }

#content_compare { padding-bottom: 140px; }

body.catalog-product-view footer.page-footer { margin-bottom: -5px;}

.pixie-tab-outwrap { width: 100%; }
.pixie-tab-desk-nav { width:100%; border-top:1px solid #bfbfbf; border-bottom:1px solid #bfbfbf; margin:auto; margin-top:0px; text-align: center; }
.pixie-tab-desk-nav .tab-control-desk { border-bottom: 3px solid transparent; display:inline-block;  box-sizing: border-box;  padding:12px 2px; margin:0 24px; color:#333; font-weight: bold; font-size:16px; transition:all 200ms ease; cursor:pointer; color:#bfbfbf; }
.pixie-tab-desk-nav .tab-control-desk.tab-active, .pixie-tab-desk-nav .tab-control-desk:hover { border-bottom: 3px solid #000; color:#000; }
.mob-explore { display: none; }

.header.content .pm-fixed-product{ display:none; }
.page-header .pixie-tab-desk-nav { display:none; }

body.catalog-product-view .page-header { transition: all 300ms ease; top:-162px; }
body.catalog-product-view .page-wrapper.fixedheader .page-header { top:-162px !important;  }
body.catalog-product-view .page-wrapper.fixedheader.inyoucome .page-header { top:0px !important; }
body.catalog-product-view .page-wrapper.fixedheader .header.content { padding:10px 0 0 !important; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product{ display:inline-block; width:88%; float:left; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .name { width:45%; float:left; font-size:22px; position: relative; min-height: 75px;}
.catalog-product-view .fixedheader .header.content .pm-fixed-product .name .stickythumb { width:86px; height: 86px; margin-right: 5px; cursor:pointer; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .name span { position: absolute; top:50%; transform: translate(0,-50%); margin-top: -4px; left:22%; width:78%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .price { width:21%; float:left; text-align: right; box-sizing: border-box; padding-right: 15px; position: relative; min-height: 85px;}
.catalog-product-view .fixedheader .header.content .pm-fixed-product .price .pricecont { position: absolute; top:50%; transform: translate(0,-50%); width:100%;  }

.catalog-product-view .fixedheader .header.content .pm-fixed-product .price .old-price span.price-label { display:none; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .price span.price { font-size:22px; font-weight: bold; color:#e30613;  float:none; display: inline; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .price .old-price span.price { color:#000; text-decoration: line-through; font-size:14px; float:none; display: inline; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .price-label { display:none !important; }

.catalog-product-view .fixedheader .header.content .pm-fixed-product .addtoc { width:34%; float:left; box-sizing: border-box; border-left:1px solid #bfbfbf; padding-left:15px;}
.catalog-product-view .fixedheader .header.content .pm-fixed-product .addtoc .product-add-form { margin: 0; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .addtoc .box-tocart { margin:0; padding:20px 0 0; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .addtoc .delivery-note-box, .catalog-product-view .fixedheader .header.content .pm-fixed-product .addtoc .product-add-form .pp-paylater-wrap { display:none; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .addtoc div.field.qty .control .qtyspan { width:30px; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .addtoc .field { width:25%; margin-right:5% !important;  }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .addtoc .but-box { width:70%; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .addtoc .but-box .toconfigure { margin-bottom: 20px; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .addtoc .but-box .toconfigure span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Configurex2.png) no-repeat left top 4px / 16px; padding-left:22px; padding-right: 12px; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .addtoc .box-toconfigure .but-box { width:100%; }

.catalog-product-view .fixedheader .header.content .pm-fixed-product .addtoc .paypal.pixiepal { display:none !important; }

body.catalog-product-view .page-wrapper.fixedheader .sections.nav-sections { display:none; }
body.catalog-product-view .page-wrapper.fixedheader .header.content a.logo { display:none; }
body.catalog-product-view .page-wrapper.fixedheader .header.content .block-search { display:none !important; }
body.catalog-product-view .page-wrapper.fixedheader .header.content .loginklink { display:none; }
body.catalog-product-view .page-wrapper.fixedheader .header.content .minicart-wrapper { min-width: 8%; max-width: 8%; margin-top: 26px; padding-right: 10px; float:right; }

body.catalog-product-view .page-wrapper.fixedheader .page-header .pixie-tab-desk-nav { display: block; margin-top: 0px; background:#f6f8fa; border-top:2px solid #bfbfbf; }



@media screen and (min-width: 1200px) {
	.pixie-tab-wrap span.tab-control { display:none; }
	body.pixiedust.page-layout-1column .product.media { width:60% !important; padding-top: 0px; margin-right:5%; padding-right:0; }
	.product-info-main {  width:35% !important; }
	.pixie-tab-wrap { width:100%; min-height: 270px;  }
	.pixie-tab-wrap .tab-content { width:100%; }
	.pixie-tab-wrap .tab-content .inner-content { width:1200px; margin:auto; float:none; border:0; padding:30px 0; }
	.pixie-tab-wrap #content_related.tab-content .inner-content  { padding-top:10px; }
	/*.box-tocart div.field.qty .control select, 	.box-tocart div.field.qty .control input { width:44px; }*/
	.box-tocart div.field.qty .control select, 	.box-tocart div.field.qty .control input { width:64%; }
	.ie11 .box-tocart div.field.qty .control select { padding-left:15px; }

	/* Safari */
	@media not all and (min-resolution:.001dpcm) {
	@media {
	.box-tocart div.field.qty .control select { text-indent: 40%; }
	.addtoc .box-tocart div.field.qty .control select { text-indent: 40%; }
	}
	}
	.box-tocart div.field.qty .control select
	.box-tocart div.field.qty .control .qtyspan { width:22px; }
	.addtoc .box-tocart div.field.qty .control select, .addtoc .box-tocart div.field.qty .control input { width:54px; }
	@supports (-ms-ime-align: auto) {
	.box-tocart div.field.qty .control select { width:45px; }
	.addtoc .box-tocart div.field.qty .control select { width:53px; }
	}
}

@media screen and (max-width: 1200px) {
	.product h1.page-title { font-size:34px !important; line-height: 36px;  }
	.catalog-product-view .pm-block-crumbs { display:flex; flex-direction:column; }
	.catalog-product-view .pm-block-crumbs .social-wrapper { order:2; }
	body.checkout-cart-index .breadcrumbs { float:left; }
    .pixiedust .pm-tabs { box-sizing:border-box; padding:0; }
	.product-info-lefty { width:100%; }
	.product-info-righty { width:100%; padding-left:0; }
	.page-layout-1column .product.media { margin-right:0 !important; }
	.product-info-righty .prices-tier li.item { width:50%; }
	body.pixiedust.page-layout-1column .product.media { width:54%; padding-right:0; }
	.fotorama__stage__frame .fotorama__img { margin-top:0px; }
	body.pixiedust.page-layout-1column .product-info-main { width:44%; margin-left:2%; box-sizing:border-box; padding-left:0px; float:right; text-align:left; }
	body.pixiedust.page-layout-1column .fotorama__nav__shaft { margin-left:0px; margin-right:10px; height:auto !important;  }
	.catalog-product-view .pm-block-crumbs .breadcrumbs { text-align:center; }
	body.pixiedust.catalog-product-view .social-wrapper { margin-bottom:0 !important; }
	body.pixiedust.catalog-product-view .swatch-option.text { padding:7px 12px; }

	.box-tocart .control .qty-selector span.qty-higher,.box-tocart .control .qty-selector span.qty-lower { height:40px; }
	.box-tocart .control .qty-title span { padding-top:18px; }
	body.pixiedust.page-layout-1column .product-info-main .box-tocart .action.primary.tocart { height:55px; }

	body.pixiedust.page-layout-1column .product-info-main input.qty,
	body.pixiedust.page-layout-1column .product-info-main select.qty { height:53px; }

	.box-tocart div.field.qty .control .qtyspan { height:27px; }
	.box-tocart div.field.qty .control .qtyspan.qty-down { top: 26px; }

	.breadcrumbs li { display:none !important; }
	.breadcrumbs li.pathto_1, .breadcrumbs li.pathto_2, .breadcrumbs li.pathto_3, .breadcrumbs li.pathto_4 { display:inline-block  !important; }
	body.pixiedust .breadcrumbs li a:after { display:none; }
	
	.pixie-tab-wrap { width:100%; float:left; box-sizing:border-box; padding:0px; margin-top:30px; }
	.pixie-tab-wrap .inner-content { padding:0 20px; }
	.pixie-side-wrap { width:48%; }
	.product.media .saleitem { top:0; }
	.qtyspan { height: 53px; }
	/*body.pixiedust .box-tocart .qty-box input { width:100% !important; }*/
	body.pixiedust div.MagicToolboxSelectorsContainer img { max-width:50px !important; height: auto; }
	.pixie-tab-desk-nav .tab-control-desk { margin:0 10px; }
	.fotorama__thumb-border { display:none !important; }
	.pixiedust .fotorama__nav--thumbs .fotorama__nav__frame { width:60px !important; height:60px !important; }


	body.pixiedust .MagicToolboxContainer.selectorsLeft.minWidth { flex-direction: column; }
	body.pixiedust .MagicToolboxSelectorsContainer { order:2; width:100% !important; float:left; min-height: 2px !important; margin-top:20px; }
	body.pixiedust .MagicToolboxSelectorsContainer .mt-thumb-switcher { width:10px; height:10px; background:#cbcbc9; border-radius: 50%; margin:0 2px !important; display:inline-block; }
	body.pixiedust .MagicToolboxSelectorsContainer .mt-thumb-switcher.active-selector { background:#000; }
	body.pixiedust .MagicToolboxSelectorsContainer .mt-thumb-switcher img { display:none; }

	#content_features.tab-content .inner-content { height:440px; }
	.product-feature.fullwidthbackground .banner-feature { height:440px; }
	#content_features.tab-content .contentonly .inner-content { height:auto; }
	.product-feature.direction_left { text-align: right; }
	.product-feature.direction_right { text-align: left; }
	#content_features.tab-content .product-feature.direction_left img  { width:60%; position: absolute; top:50%; right:-20px; transform: translate(0,-50%); margin:0; }
	#content_features.tab-content .product-feature.direction_right img { width:60%; position: absolute; top:50%; /* left:-20px; */ transform: translate(0,-50%); margin:0; }



	.product-feature.direction_left .in-content,.product-feature.direction_right .in-content { text-align: left; width:35% !important; box-sizing: border-box; }
	.product-feature.direction_left .in-content { padding-left: 20px; }
	.product-feature.direction_right .in-content { margin-left:70%; padding-right: 20px; }
	body.pixiedust .pixie-tab-outwrap .tab-content .product-feature h2, body.pixiedust .pixie-tab-outwrap .tab-content .product-feature h3, body.pixiedust .pixie-tab-outwrap .tab-content .product-feature h4, body.pixiedust .pixie-tab-outwrap .tab-content .product-feature h5 { font-size:32px !important; margin-bottom: 20px !important; margin-top:0; }
	.tab-content .inner-content .goto-next { margin-top:25px; box-sizing: border-box;}
	#content_features.tab-content .product-feature.contentonly .inner-content .feature-content { box-sizing:border-box; padding:0 20px; }

	#content_introduction h2, #content_introduction h3, #content_introduction h4 { font-size:32px; }
	#content_introduction div.introduction .feature .text { font-size:12px; }
	.inner-content .feature-content .tab-item .title { font-size:18px; box-sizing: border-box; padding-right:32px; }
	.inner-content .feature-content .tab-item .title:after { top:16px; }
	#content_specs h2, #content_specs h3, #content_specs h4 { font-size:32px; }
	body.pixiedust .spec-item span.small { font-size:11px !important; }
	body.pixiedust .spec-item span.large { font-size:22px !important; }
	.specification-content .right { width:45%; }
	body.pixiedust .tab-content h4.fancy { font-size:32px; }
}


@media screen and (max-width: 1000px) {
	.skuandscore .ratingshort { width:100%; float:left; margin-top:10px; }
	.productcode { width:100%; }
	#content_features.tab-content .inner-content .feature-content .full-width .left { width:100%; padding-right: 0; }
	#content_features.tab-content .inner-content .feature-content .full-width .right { width:100%; text-align: center; padding-top:20px; }
	#content_features.tab-content .inner-content .feature-content .full-width .right img, #content_features.tab-content .inner-content .feature-content .full-width .left img { float:none; }
	.spec-item { min-height: 80px; padding-bottom: 5px; margin-bottom: 30px; }
	body.pixiedust .dispensable { display:none !important; }
	.pixie-tab-desk-nav { display:none; }
	.mob-explore { display:block; width:100%; border-top:1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; float:left; padding:15px; box-sizing: border-box; }
	.mob-explore span { color:#000; display: block; width:100%; position: relative; font-size:16px; font-weight: bold; }
	.mob-explore span:after { content:''; width:22px; height:22px; background:#888887 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/ArrowDownWhitex2.png) no-repeat center / 12px; border-radius: 50%; top:0px; right:0; position: absolute; }
}
@media screen and (max-width: 850px) {
    body.pixiedust.page-layout-1column .product.media { width:48%; float:left; clear: none; }
	body.pixiedust.page-layout-1column .product-info-main { width:48%; margin-left:4%; }
	.pixie-tab-wrap { width:100%; margin-bottom: 5px; }
	.pixie-side-wrap { width:100%; text-align: left;}
	.product.media:hover .saleitem { opacity: 1; }
	.product h1.page-title { font-size:32px !important; line-height: 32px;  }
	.fotorama__nav__shaft { margin:-10px 0 0px !important; }
	body.pixiedust .breadcrumbs .item:not(:last-child):after { content: '<'; }
}


@media screen and (max-width: 800px) {
	.hasboth-wrap .diet-wrapper { width:100%; border-bottom:0; min-height: auto; padding-bottom:30px; }
	.hasboth-wrap .nutri-wrapper { width:100%; margin:30px 0 0; }
	.qtyspan { width:30%; }
	.qwrap { width:40%; }
}
@media screen and (max-width: 769px) {
	.carou-switches span { margin:0 10px; }
	.pm-product-script .pm-product-script-left, .pm-product-script .pm-product-script-right { width:100%; padding:0; text-align: left; }
	.pm-product-script .pm-product-script-right { padding-top:30px; }
	.message.success, .message.warning, .message.error { float:left; box-sizing:border-box; width:100%;}
	body.catalog-product-view .breadcrumbs ul, body.pixiedust.catalog-product-view .breadcrumbs { float:left; width:100%; }
	body.pixiedust.page-layout-1column .product.media { width:100%; padding-right:0; }
	body.pixiedust.page-layout-1column .product-info-main { width:100%; margin-left:0%; box-sizing:border-box; padding-left:0px; text-align:left; padding-top: 0px; }

	body.pixiedust #content_features.tab-content .inner-content { display: flex; flex-direction: column; height: auto; }
	body.pixiedust #content_features.tab-content .inner-content .feature-content { position: static; width:100%; padding:10px; text-align: center; transform: none; box-sizing: border-box; order: 1; }
	body.pixiedust #content_features.tab-content .inner-content .feature-content .in-content { width:100% !important; margin:0; box-sizing: border-box; padding:30px 10px; text-align: center; }
	body.pixiedust #content_features.tab-content .inner-content img { position: static; width:100%; transform: none; order: 2; }

	body.pixiedust #content_features.tab-content .product-feature.fullwidthbackground .banner-feature { display: flex; flex-direction: column; height: auto;  }
	body.pixiedust #content_features.tab-content .product-feature.fullwidthbackground .banner-feature img { order:1; height: auto; object-fit: cover; position: static; transform: none; }
	body.pixiedust #content_features.tab-content .product-feature.fullwidthbackground .banner-feature .inner-content { position: static; box-sizing: border-box; padding:0 0 40px; width:100%; transform: none; display:block; order:2;}
	body.pixiedust #content_features.tab-content .product-feature.fullwidthbackground .banner-feature .inner-content .in-content { width:100%; margin:0; box-sizing: border-box; transform: none;  }
	#content_introduction div.introduction .feature { width:48%; }
	.specification-content .left { width:100%; }
	.specification-content .right { width:100%; }
	.inner-content .feature-content .tab-item .title { font-size:16px; }
	.product-feature.contentonly { padding-top: 30px; }
	body.pixiedust #content_features.tab-content .product-feature.contentonly .in-content  { text-align: left; }
	#content_features.tab-content .product-feature.contentonly .inner-content .feature-content { padding:0 10px; }

	.box-tocart div.field.qty .control input, .box-tocart div.field.qty .control select { width:100%; border:none; text-align: left; text-align-last:left; padding-left:calc(50% - 4px); }
	.box-tocart div.field.qty .control .qtyspan { display:none; }

	.tab-content .inner-content .goto-next { text-align: center; }

	body.pixiedust #content_features .product-feature.fullwidthbackground .inner-content, body.pixiedust #content_features .product-feature.fullwidthbackground .inner-content .in-content * { color:#000 !important; }
}
@media screen and (min-width: 700px) {
	body.pixiedust.page-layout-1column .product-info-main { min-height:500px; }

}

@media screen and (max-width: 700px) {

	.catalog-product-view .pm-block-crumbs { border-bottom:1px solid #d1d0d1; margin:0 20px 20px; }
    .catalog-product-view .column.main { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;   }
    .minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after { display:none !important; }
    .catalog-product-view .product.media { -ms-flex-order: -1; -webkit-order: -1; order: -1;   }
	body.catalog-product-view .breadcrumbs ul, body.checkout-cart-index .breadcrumbs ul {  }


	div.MagicToolboxSelectorsContainer img { display:none; width:16px; height:16px; border-radius: 50%; border:8px solid #cecece; }
	div.MagicToolboxSelectorsContainer a.mt-thumb-switcher {width:10px; height:10px; border-radius: 50%; border:1px solid #cecece; display:block; background:#fff; }
	div.MagicToolboxSelectorsContainer a.mt-thumb-switcher.active-selector { background:#cecece; }
	div.MagicToolboxSelectorsContainer { margin-top:15px; }
	body.pixiedust.catalog-product-view .valueadded-dots { display:none; }
	body.pixiedust.catalog-product-view .breadcrumbs { margin-top:8px; }
	body.pixiedust.page-layout-1column .product.media .pm-landing-info-main.info-blast, body.pixiedust.page-layout-1column .product.media a.action { display:none; }
	body.pixiedust.page-layout-1column .product.media .fullscreen-icon { display:none; }
	.product.media .product-social-links { margin:0; padding:5px 0; }

  .brand-logo { width:auto; float:right; }
  .brand-logo img { max-width:100px; padding-left:15px; }
	body.pixiedust.page-layout-1column .product.data.items .item.title a:after { display:none; }
	.product-info-main .product-social-links { display:block; width:100%; margin-top:20px; float:left; }
	.product-info-main .product-social-links .info-blast { width:100%; margin-top:20px; }
	.product-info-main .product-social-links .info-blast ul li { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Tickx2.png) no-repeat center left; padding-left:24px; background-size:16px; }

	.attribute-left { width:100%; margin-right:0; }
	.attribute-right { width:100%; margin-top:20px; margin-bottom:30px;  }
	.product-info-righty .prices-tier li.item { display:block; width:100%; box-sizing:border-box; }
	.pixiedust .product-info-price > *:first-child { padding-left:0; }
	.pixiedust .product-info-price { width:100% !important; margin:0 !important; }
	.sharethis-inline-share-buttons { text-align:center !important; }

	.product-reviews-summary .reviews-actions { padding:3px 0 0 !important; font-size:14px !important; }
	.box-tocart .control .qty-title span { padding-top:15px; }
	.carou-switches { display:none; }
	body.pixiedust .container-collection { display:block !important; margin-bottom:0px; max-height:2000px; float:left; }
	.container-collection .feat-line { display:block; text-align:center; border:none; }
	.container-collection .feat-line .alt-title { width:auto; color: #333; border-bottom:2px solid #FA0A0D; float:none; }

	.breadcrumbs li.pathto_4, .breadcrumbs li.pathto_1 { display:none !important; }

	.product-info-script-tabs { width:100%; }
	.pm-product-script { margin-bottom:35px; padding-bottom: 0; }
	.pm-product-script-right #product-attribute-specs-table td { padding: 10px 5px !important; }
	.seemore { display:inline-block; margin-bottom: 20px; }
	.container-collection .feat-line .alt-title { display:inline-block; margin-bottom:0px !important; }
	.payments-box { height:60px; }
	.pm-video-left, .pm-video-right { height:auto; text-align: center; width:100%; padding:20px 0 0;; }
	.pm-video-left .pm-video-inner { position: static; text-align: center; padding:0; transform:translate3d(0,0,0)}
	.pm-video-right img { position: static; transform:translate3d(0,0,0)}

	.prepinfo .icon,.enjoyinfo .icon { width:20%; background-position: center top; }
	.prepinfo .detail,.enjoyinfo .detail { width:80%; }

}
@media screen and (max-width: 639px) {
	#content_attrib .row_1, #content_attrib .row_2  { padding:5px; }
	.desc-with-image .desc-image { margin-top:-20px; }
	.desc-with-image .desc-image, .serving-image { width:100%; }
	.desc-with-image .desc-image img, .serving-image img { width:100%; }
	.desc-with-image .desc-main, .serving-both .serving-info { width:100%; padding: 30px 0 0; }
	.both-prepjoy .prepinfo,.both-prepjoy .enjoyinfo { width:100%; margin:0 0 20px; }


}
@media screen and (max-width: 500px) {
	.product-social-links a.action { width:100%; padding:0; margin: 0 0 10px; }
	.product-info-main .product-social-links .info-blast { margin-top:8px; }
	.brand-logo img { max-width:50px; padding-left:15px; }
	.payments-box { height:40px; }
}

@media screen and (max-width: 390px) {
	body.pixiedust .diet-wrapper { text-align: center; padding-bottom:0;}
	body.pixiedust .diet-info { float:none; width:33.33% !important; display:inline-block; margin-bottom:20px; }
	.hasboth-wrap .nutri-wrapper { min-height: 0; border-bottom: 0; }
	.supp-wrap { padding:20px 0; }
}

/* CART */
.pixiedust.checkout-cart-index .page-main { padding:0; }
.pixiedust.checkout-cart-index .cart-empty h1 { font-size:36px; font-weight: normal; margin-bottom: 15px; }
.pixiedust.checkout-cart-index .cart-empty h1 b { color:#e30613; }
.cart-pm-top { width:100%; float:left; padding-top:20px; }
.cart-pm-top-left { display: none; }
.cart-pm-top-right { display: none; }
.min-spend-bar { width:100%; float:left; }
.min-spend-in { max-width:1200px; background:#eef0f2; border-radius: 2px; box-sizing: border-box; padding:15px; margin:auto; }
.min-spend-in span { display:block; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Deliveryx2.png) no-repeat center left 5px / 18px; padding-left:35px; color:#333; }
.cart-pm-top-left { width:57%; float:left; box-sizing:border-box; padding-right:30px; }
.cart-pm-top-right { width:43%; float:right; }
.cart-pm-top-right li { margin-bottom:0; }

.cart-pm-top-right ul { display: flex; flex-direction: row; width:100%; width:100%; float:right; }
.cart-pm-top-right ul li:first-child { order: 2; }
.cart-pm-top-right ul li { width:50%; }
.cart-pm-top-right ul li:nth-child(2) { order: 1; text-align: right; padding-right:20px; overflow: hidden; height: 45px;  padding-top:0px; margin-right: 0px; position: relative; z-index: 1; margin-right:10px; }
.cart-pm-top-right ul li:nth-child(2):hover {  }
.cart-pm-top-right ul li:nth-child(2) .pixiepal input { width:76%; background:#ffc339; padding:0 21px 0 35px; margin-right: 3px; }
.cart-pm-top-right ul li:nth-child(3) { display:none; }

ul.checkout.checkout-methods-items .paypal.checkout:after { content:'or'; display:inline-block; position: absolute; top:11px; right:-1px; color:#333; }

.cart-pm-duo-right .pixiepal { width:100%; height:45px; margin-bottom: 36px; }
.cart-pm-duo-right .pixiepal input { height:45px; background:#ffc339; padding:2px 32%; position: relative; overflow: hidden; }

.cart-pm-duo ul.checkout.checkout-methods-items .paypal.checkout:after { right:auto; bottom:-10px; width:100%; text-align: center; position: relative; margin-bottom: 10px; }

.cart-pm-top-right ul li.item button, .cart-pm-top-right ul li.item button.action.primary.checkout { padding:13px 0 !important; }
.cart-pm-top-right .continue_then { width:50%; color:#808080; background:#fff; border:1px solid #d1d0d1;}
body.pixiedust .cart-pm-form { width:100%; margin-right: 0%; float:left;  }
body.pixiedust .cart-pm-form .cart-discount { display:none; }
body.pixiedust .cart-container form.form-cart { width:100%; margin-right: 0%; padding:0; margin-bottom: 0; }
.cart-pm-duo { width:100%; float:left; box-sizing: border-box;  margin-top:30px; }
.cart-pm-duo .cart-pm-duo-left { width:54%; margin-right:3%; box-sizing: border-box; padding-right:3%; float:left; padding-bottom: 35px; }
.cart-pm-duo .cart-pm-duo-right { width:43%; float:left; }
.cart-pm-duo .cart-pm-duo-left .pm-widget-wrap { min-width: 0; width:100%; }
.cart-pm-duo .cart-discount { width: 100%; float:left; padding-right:0; }
.cart-pm-duo .cart-summary { width:100%; float:right; }
.item-actions { display:none; }

.pm-faux-buttons { width:100%; float:left; margin-top: 25px;  }
.continue-shop {  border-radius: 3px;  padding:9px 0px; font-weight: 600; cursor: pointer; float:left; font-size:14px; }
.continue-shop:before { width:12px; height:12px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/arrow-right.svg) no-repeat center / 5px; padding-right:7px; content:''; transform: rotate(-180deg); display: inline-block; }
.clearbasket { font-size:12px; text-decoration: underline; cursor: pointer; float:right; padding-top:10px; }

.cart-pm-duo #block-shipping { box-sizing: border-box; padding:0px; border: 0; float:left; margin-top:0px; width:100%; margin-bottom: 20px; }
.cart-pm-duo #block-shipping br { display:none; }
.cart-pm-duo #block-shipping .fieldset.estimate { padding-top:10px; }
.cart-pm-duo #block-shipping #block-shipping-heading { font-size:16px; border-bottom: 1px solid #7d7c7b; display: block; margin:0 0 10px; padding:0 0 15px; }

.cart-pm-duo #block-shipping input.input-text { background:none; height: 38px; border:1px solid #7d7c7b; }
.cart-pm-duo #block-shipping .legend { display:none; }
.cart-pm-duo #block-shipping .title { margin-bottom: 0; color:#333; font-size: 14px; }
.cart-pm-duo #block-shipping #co-shipping-method-form { width:100%; padding-top:20px;}
.cart-pm-duo #block-shipping label.label { color:#333; font-weight: bold; font-size:12px; text-transform: uppercase; }

.cart-pm-duo #block-shipping .item-options input { margin-top:1px; float:left; }
.cart-pm-duo #block-shipping .item-options label.label { font-size:14px; padding-left: 4px; }

.cart-pm-duo #block-shipping dt.item-title { color:#333; }
.cart-pm-duo #block-shipping .fieldset .field { margin-bottom:10px; }

#block-shipping p.note a { font-weight: bold; text-decoration: underline; }

.cart-pm-duo #block-shipping .item-options label.label { font-weight: normal; }
.checkout-methods-items button.action { width:100%; box-sizing:border-box; margin-bottom:10px; }

button.continue_then { background:#fff; border:1px solid #C6C6C6; width:100%; box-sizing:border-box; padding:13px; font-weight:400;   }
body.pixiedust button.continue_then:hover { background:#ccc !important; border-color:#ccc; color:#fff; }

.cart-pm-duo .cart-discount .content { width:100%; float:left; border:1px solid #d1d0d1; box-sizing: border-box; padding:20px; }

.cart-pm-duo .cart-discount .fieldset { width:100%; }
.cart-pm-duo .cart-discount .actions-toolbar { display:block; }
.cart-pm-duo #discount-coupon-form .field { width:100%; display: block;}
.cart-pm-duo #discount-coupon-form .fieldset { position:relative; display:none;  }
.cart-pm-duo #discount-coupon-form.opencoop .fieldset { display:block; margin-top:10px; }
.cart-pm-duo .loader { background-size:50px; }
.cart-pm-duo .loader img { max-width:50px; }



.reduced-delivery { width:100%; float:left; background: #88b4c4; box-sizing: border-box; padding:45px 60px; text-align: center; margin-top:40px; }
.reduced-delivery .icon { display:block; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Deliveryx2.png) no-repeat center / 40px; height:45px; margin-bottom:15px; }
.reduced-delivery .text { color:#fff; }

.cart-pm-duo .cart-discount .cart-highlight { width:46%; background:#dbc14c; color:#fff; box-sizing:border-box; padding:0 15px 15px; float:left;  }
.financetitle { font-family:'Aaux ProUltra', cursive !important; color:#fff; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Financex2.png) no-repeat center left / 34px; padding-left:44px; font-size: 35px !important;  }.cart-pm-duo #discount-coupon-form .actions-toolbar
.cart-pm-duo .cart-discount .cart-highlight a { color:#fff; text-decoration: underline; }
.col.qty div.field.qty { float:left; }
.col.qty .actions-toolbar { float:left; padding-left:0px; width:100%; }

.control.qty.qty-box { position:relative; width: 98px; }
.pm-cart-inner-left .control.qty.qty-box input.qty {  width:50px; height:40px; text-align: center;}
.control.qty.qty-box .qtyspan { height:17px; }

.form.form-cart .action-delete span {  background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/bin.svg) no-repeat center right / 18px; padding-right: 20px; font-weight: normal; text-decoration: underline; font-size: 12px; }
.form.form-cart .action-edit { display:none; }
.col.qty a.action.action-edit { margin-top:5px; }
.col.subtotal a.action.action-edit { display:none; }
body.pixiedust #shopping-cart-table .col.subtotal { text-align: right; padding-right:0; width:10%; }
body.pixiedust #shopping-cart-table .col.price { width:15%; }
body.pixiedust #shopping-cart-table .col.qty { width:15%; padding:20px 0 11px; }
body.pixiedust #shopping-cart-table { width:100%; margin-top:0px; }

.product-item-wrapper.product-title-wrapper { background:none; min-height: 10px;  padding:0 0 5px; }
.product-item-wrapper.product-title-wrapper span { font-size:16px; font-weight: bold; }
.product-item-wrapper.product-title-wrapper .product-item-left span { display: block; text-align: left; margin-right: 0px; }
.product-item-wrapper.product-title-wrapper .pm-cart-inner-right span, .product-item-wrapper.product-title-wrapper  .pm-cart-inner-left2 span { display:block; text-align: left; }
.product-item-wrapper { width:100%; float:left; border-bottom: 1px solid #bfbfbf; margin-bottom: 0px; display:flex; box-sizing: border-box; background:#fff; padding:20px 0;  }
.product-item-left { width:15%; float:left; box-sizing: border-box; padding-right:10px; position: relative; }

.cart.table-wrapper h1 { font-weight: bold; font-size: 20px; margin: 0 0 0px; padding-bottom: 20px; border-bottom: 1px solid #bfbfbf;  } 
.pm-cart-wrap-round { width:100%; float:left; }
.pm-cart-inner-wrap { width:100%; float:left; }
.pm-cart-inner-left { width:49.5%; float:left; min-height: 40px; box-sizing: border-box; padding-right:5px;}
.pm-cart-inner-left1 { width:50%; float:left; min-height: 40px; text-align: right; }
.pm-cart-inner-left2 { width:50%; float:left; }
.pm-cart-inner-right { width:50%; float:left; padding-top: 20px; }
.pm-cart-inner-left2 .product-item-price { display:none; padding-top: 20px; }
body.pixiedust .pm-cart-inner-right .product-item-price .cart-price { text-align: left; }
body.pixiedust .product-item-right .product-item-details { padding-bottom: 0; }
.product-item-right { width:85%; float:left; text-align:left; position: relative; }
.product-item-right .action.action-edit { display:none;   }
.product-item-right .action.action-delete { float:right; font-weight: bold; }
.pm-cart-inner-left2 .update { font-size:12px; text-decoration: underline; font-weight: bold; cursor:pointer; }
.pm-cart-inner-left2 { text-align: left; }

div.field.qty .control { width: 65px !important; border:1px solid #7f7f7f; border-radius: 3px; position: relative; float:left; overflow: hidden; }
div.field.qty .control input { width:60%; border:none; height:38px; text-align: center; float:left; border-right: 1px solid #7f7f7f; box-sizing: border-box; font-weight: bold; font-size:14px; }

div.field.qty .control select { width:60%; background:#fff; border:none; height:38px; text-align: center; float:left; border-right: 1px solid #7f7f7f; box-sizing: border-box; font-weight: bold; font-size:14px; padding:0px; text-align-last:center; }

div.field.qty .control .qtyspan { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrowx2.png) no-repeat center / 10px; height:19px;  border-top:1px solid #7f7f7f;  width:40%; display: block; position:absolute; top:0; right:0px; transform: rotate(180deg); }
div.field.qty .control .qtyspan.qty-down { top:19px; right:0; border:none; transform: rotate(0deg);  }

.pm-cart-inner-left2 .control.qty.qty-box { width:100%; margin-bottom: 10px; }
body.pixiedust .cart.table-wrapper .product-item-name + .item-options { margin-top:0; font-size:12px; }
.product-item-right .product-item-price span.price { font-size:16px; }
#shopping-cart-table .product-item-left .product-item-photo { display:block; width:100%; height: auto; float:left; padding-right: 0; max-width: 175px; position: static;}

.pm-cart-inner-wrap .item-options dt { font-weight: normal; }
body.pixiedust .cart.table-wrapper .actions-toolbar { padding-bottom: 0; margin-top:10px; }
.product-item-wrapper .product-item-left .product-item-details { padding-bottom: 0 !important; }
.col.subtotal a.action.action-delete { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/BlackCROSSx2.png) no-repeat center / 15px; width:15px; height:15px; display:inline-block; font-size:0; }
.multicheckout .item-options dd, .cart.table-wrapper .item-options dd, .block-giftregistry-shared-items .product .item-options dd { color:#333;}
.pm-cart-header { width:100%; float:left; vertical-align:bottom; }
body.pixiedust .pm-cart-header h1 { display:inline-block; margin:0; padding:0; font-size: 32px !important; font-weight: 400; display: none; }
.pm-cart-header span { display:inline-block; }
.cart.table-wrapper .cart thead tr th.nopad { padding-left:0; }
.cart-container .form-cart .actions.main { width:100%; float:left; padding-top: 20px; display:none; }
.ajaxadd-wrap button span { background:#80a327; }
.ajaxadd-wrap button span span { background:#80a327 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Cart2x.png) no-repeat 10px center !important;  background-size:20px !important; padding:10px 20px 10px 37px !important; color:#fff; transition:all 200ms ease; }
.ajaxadd-wrap button span span:hover { background-color:#5f7c1d !important; }
.ajaxadd-wrap button, .ajaxadd-wrap button:hover { background:none; padding:0; border:none; }
.ajax-control-wrap .cleared { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/InStock1x.png) no-repeat center left !important; color:#80a327; background-size:19px !important; padding-left:25px !important; display:inline-block; vertical-align:middle; font-weight:bold; }
.ajax-control-wrap .notcleared { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/ErrorMessage1x.png) no-repeat center left !important; background-size:19px !important; padding-left:25px !important; display:inline-block; vertical-align:middle; font-weight:bold; padding-right:0 !important; }
.ajax-control-wrap .correctline { display:inline-block; vertical-align:middle; color:#cb0000; cursor:pointer; }
.ajax-control-wrap .valid input { color:#80a327; }
.ajax_manual_line_response { padding-top:9px !important; }
.ajaxadd-wrap button#ajax_go_back span span { background:#c7007d !important; padding:10px !important; transition:all 200ms ease; }
.ajaxadd-wrap button#ajax_go_back span span:hover { background:#93005f !important; }
.ajax-cart-top h1 { float:left; }
.ajax-cart-top button { float:right; }
.checkout-cart-index button.checkout span {  text-transform:uppercase; font-weight: bold !important; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/CTA-basket.svg) no-repeat center left / 20px; padding-left:24px; }
.checkout-cart-index button.checkout { padding:13px !important; font-size:14px !important; font-weight:bold !important; }

.checkout-cart-index .control select { height:40px; border:1px solid #7d7c7b; }
.cart.table-wrapper .product-item-name, .cart.table-wrapper .product-item-name a { font-size:16px !important; font-weight:400; }
.cart.table-wrapper .product-item-name {  text-transform: uppercase; }
#shopping-cart-table .cart-price {  font-size:14px; display:block;  }
.cart.table-wrapper .cart > .item
{ border-bottom:1px solid #e3e3e3; }
#discount-coupon-form { width:100%; float:left; background:none; box-sizing:border-box; padding:0px; border:none; position: relative; border-top: 1px solid #bfbfbf; border-bottom:1px solid #bfbfbf; margin-bottom: 20px; }
#discount-coupon-form strong#block-discount-heading { display:block; color:#000; font-size:20px; font-weight: 400;  cursor:pointer; padding:14px 0; }
#discount-coupon-form strong#block-discount-heading:after {  content:''; width:15px; height:15px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrowx2.png) no-repeat center / 13px; position: absolute; right: 0; top:20px; transform: rotate(-90deg); transition:all 200ms ease;  }
#discount-coupon-form.opencoop strong#block-discount-heading:after { transform: rotate(0deg);  }
.cart-pm-duo #discount-coupon-form .actions-toolbar { position: absolute; right:1px; top:1px; }


#discount-coupon-form input { border:none;height:39px; border:1px solid #7d7c7b; background:none; color:#000; }
#discount-coupon-form .primary button { margin:0;  text-transform:uppercase; border:none;  padding:11px 30px 10px; border-radius: 0; }
#discount-coupon-form .primary button span { text-transform:uppercase; font-size:12px; font-weight:bold; }
#discount-coupon-form span.subt { display:block; margin-bottom:20px; color:#000; }

.confidence { width:100%; float:left; border: 1px solid #bfbfbf; background:#f6f8fa; box-sizing:border-box; padding:20px 20px 10px; margin-bottom: 10px; border-radius: 4px; }
.cart-pm-duo-right .confidence {  }
.confidence .title { font-size:16px; text-transform: uppercase; font-weight: bold; display:block; margin-bottom: 18px; }
.confidence .confcons { width:100%;float:left;}
.confidence .confcons .confco { float:left; font-size:14px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/delivery-truck-red.svg) no-repeat center left / 33px; min-width:50%; box-sizing: border-box; padding:2px 0 2px 39px; margin-bottom: 15px;  }
.confidence .confcons .confco2 { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/warranty-red.svg) no-repeat center left / 30px; padding-left:31px; }
.confidence .confcons .confco3 { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/returns-red.svg) no-repeat center left / 33px; padding-left:39px; }

.cart-pm-duo-right .crosssell.container-collection { display:none; }
body.pixiedust .cart-pm-duo  .block.crosssell h4.fancy { text-align: left; font-size:20px; font-weight: bold !important; margin-bottom: 0px;  }
body.pixiedust .column.main .cart-pm-duo .product-items.pm-products { width:100%; margin-bottom: 0; display: none; }
body.pixiedust .column.main .cart-pm-duo .product-items.pm-products.slick-initialized { display: block; }
body.pixiedust .column.main .cart-pm-duo .off-canv { display: none; }
body.pixiedust .column.main .cart-pm-duo .slick-dots { display:block !important; }
.cart-highlight { width:100%; float:left; margin: 0px 0 0; }
.cart-highlight img { width:100%; }
.checkout-cart-index .container-collection .feat-line { display:block; }
.checkout-cart-index .container-collection .feat-line .feat-white { text-align:center; }
.checkout-cart-index .container-collection .feat-line .feat-white .title { width:auto; border-bottom:2px solid #2968f6; color:#000; font-size:18px; float:none; }
.checkout-cart-index form.form-cart button { margin-left:15px; }
.checkout-cart-index form.form-cart button span { background:none !important; text-transform:uppercase; }
.checkout-cart-index form.form-cart button, #discount-coupon-form button { border-radius: 3px;  padding:12px 13px;  text-transform:uppercase; }

.checkout-cart-index .cart-discount { width:100%; padding: 25px 0 0; border-top:1px solid #7d7c7b; margin-top:0px; border-bottom: 0;  }
.product-item-details .product-sku { font-weight:bold; }
.checkout-cart-index .cart-summary .payments-box { margin:0;}
.cart-pm-duo .payment-installments { margin-top:0px; }
body.pixiedust .cart-summary .checkout-methods-items .item { margin-bottom:0px; margin-top:15px; }
body.pixiedust .cart-discount .actions-toolbar { display:inline-block; vertical-align: middle; width:auto; margin-left:10px; margin-top:-3px; }
.feefo-under-sidebar { width:100%; box-sizing: border-box; margin-top:0px; float:left; display: block; }
/*cart sidebar*/
.checkout-cart-index .cart-summary { padding:0; background:none; top:0 !important;    }
.checkout-cart-index .cart-summary > .title { display:block; color:#000; font-size:20px; text-transform: uppercase; padding:20px 0px 20px; margin:0 0 10px; border-top:0px solid #e3e3e3; font-weight:600; border-bottom: 1px solid #bfbfbf; }
.checkout-cart-index .cart-summary .block > .title { padding:10px 15px; }
body.pixiedust .cart-totals .grand .mark, body.pixiedust .opc-block-summary .table-totals .grand .mark, body.pixiedust .cart-totals .grand .amount, body.pixiedust .opc-block-summary .table-totals .grand .amount { border:none; }
.checkout-cart-index .cart-totals tbody .mark, .checkout-cart-index .cart-totals tfoot .mark { font-size:14px; font-weight:bold;  padding-top:5px; padding-bottom: 10px;  }
.checkout-cart-index .cart-totals tbody .amount, .checkout-cart-index .cart-totals tfoot .amount, .checkout-cart-index .opc-block-summary .table-totals tbody .amount, .checkout-cart-index .opc-block-summary .table-totals tfoot .amount {  font-size:14px; font-weight:bold; padding-top:5px; padding-bottom: 10px; }
.checkout-cart-index .cart-summary #block-shipping { display:none; }
.checkout-cart-index .cart-summary .grand .mark, .checkout-cart-index .cart-summary .grand .amount { background:none; }
.checkout-cart-index .cart-summary .checkout-methods-items { margin-top:0; display:flex; flex-direction: column; }
.checkout-cart-index .cart-summary .checkout-methods-items li:first-child { order:2; }
.checkout-cart-index .cart-summary .checkout-methods-items  li:nth-child(2) { order:1; }
.checkout-cart-index .cart-summary #cart-totals { padding-top:0; border:0; }
.checkout-cart-index .cart-totals .grand strong, .checkout-cart-index .opc-block-summary .table-totals .grand strong { font-size:20px; font-weight: bold;  }
body.pixiedust.checkout-cart-index .cart-summary .grand.totals .mark strong { font-size:14px !important; }
body.pixiedust.checkout-cart-index .cart-summary .grand.totals .mark { border-left:0 !important; padding-left:0 !important; padding-top:10px;font-size:16px; border-top: 1px solid #bfbfbf;  }
body.pixiedust.checkout-cart-index .cart-summary .grand.totals .mark strong { font-size:20px !important; }
body.pixiedust.checkout-cart-index .cart-summary .grand.totals .amount { border-right:0 !important; padding-right:0 !important; padding-top:10px; font-size:16px; border-top: 1px solid #bfbfbf; }

body.pixiedust .crosscontainer { border-top:1px solid #7d7c7b; width:100%; order:0; padding-top:30px; float:left; }
body.pixiedust .block.crosssell  { width:100%; padding:0 0 35px 0; max-height:2000px; order:0; max-width:1200px; margin:auto auto 50px !important; float:left; border-bottom: 1px solid #bfbfbf; }
body.pixiedust .block.crosssell h4.fancy { font-size:22px; }
body.pixiedust .block.crosssell .product-item { width:20%; max-width:100%; display:inline-block; }
body.pixiedust.checkout-cart-index .block.crosssell .slick-dots { position: static; }
body.pixiedust .products-grid .product-item .price-label { display:none !important; }
.cart.main.actions a:hover { text-decoration:none; }


.cart.table-wrapper .actions-toolbar > .action-edit:before, .cart.table-wrapper .actions-toolbar > .action-delete:before { color:#4d276f !important; }
.cart-pm-bottom { display:none; }
.for_mobile_only { display:none; }


body .cart-container-collection .slick-slider { padding:0 !important; }
.cart-container-collection .product-item { box-sizing: border-box; padding:10px; border:1px solid #bfbfbf; border-radius: 4px;  position: relative; }
.cart-container-collection .product-item .product-item-info { width:45% !important; position: relative; float:left; box-sizing: border-box; padding-right: 10px; }
.cart-container-collection .product-item .product-item-details {  width:55%; float:left; box-sizing: border-box; padding:10px !important;  }
.cart-container-collection .product-item .product-item-details .product-item-name { text-align: left !important; font-size: 14px; min-height: 0; height: auto !important; margin:0 0 10px;  }
.cart-container-collection .product-item .product-item-details .product-item-name a { font-size: 14px !important; }
.cart-container-collection .product-item .product-item-details .price-box { font-size:14px !important; text-align: left; }
.cart-container-collection .product-item .actions-primary button { width:calc(55% - 20px); position: absolute; bottom:10px; right:10px; border-radius: 2px; padding:9px; }
.cart-container-collection .product-item .actions-primary button span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/CTA-basket.svg) no-repeat center left / 18px; padding-left:20px; font-size: 12px; }

.cart-container-collection .product-item  .product-item-info.pm-image { padding-left:10px !important; }
@media (max-width: 768px) {
	body .cart-container .form-cart .actions.main { text-align: center; }
}
.pixiedust .cart .action.continue, .pixiedust .actions #empty_cart_button, .pixiedust .actions .action.update { padding:0 0 3px !important; background:none !important; border:none !important; color:#000; border-bottom:1px solid #000 !important; font-weight:600; font-size:16px; width:auto !important; height:20px; display:inline-block; border-radius: 0; }
.pixiedust .cart .action.continue span { color:#000; }
.pixiedust .actions #empty_cart_button span, .pixiedust .actions .action.update span { background:none; padding: 0; color:#000; }
#shopping-cart-table th.col.qty span, #shopping-cart-table th.col.price span, #shopping-cart-table th.col.subtotal span { color:#fff; }

#shopping-cart-table span.cartsubtitle { display:block; font-weight: bold; color:#333; margin:10px 0 10px; }

.cart-pm-duo .pm-basketproducts { display:none; }
.cart-pm-duo-right .block.crosssell { display:none !important; }

.freegift span { font-weight: bold; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/product-freeitems.svg) no-repeat center left / 26px; padding:5px 0 5px 30px; color:#fa5f00; }

@media screen and (min-width: 1200px) {

	.cart.table-wrapper .cart thead tr th.nopad { width:788px; }
}

@media screen and (max-width: 1200px) {

	.cart-pm-top-left .message.success { margin-bottom:25px; }
	.paypal-review-discount .fieldset, .cart-discount .fieldset { width:100%; }
	.checkout-cart-index .cart-summary .loader { width:100%; text-align: center; }
	.checkout-cart-index .cart-summary .loader img { max-width: 50px; height: auto; margin:auto; }
	.confidence .confcons .confco { width:100%; padding-left:45px; float:left; margin-bottom: 5px; box-sizing:border-box; }
	


}


@media screen and (max-width: 1000px) {
	.cart-pm-top-left { width:auto; }
	.cart-pm-top-right { width:60%; }
	body.pixiedust .pm-cart-header h1 { font-size:26px; }
}

@media screen and (max-width: 850px) {
    .cart-pm-top-left { width:100%; text-align: center; margin:0; padding:0; }
	.cart-pm-top-right { width:100%; margin: 0; position: relative; overflow: hidden; }
	.cart-pm-top-right .checkout.checkout-methods-items { display:block; }
	.cart-pm-top-right .checkout.checkout-methods-items li { width:100%; margin-bottom: 10px; position: relative; overflow: hidden; }
	.cart-pm-top-right ul.checkout.checkout-methods-items .paypal.checkout:after { display:none; }
	.cart-pm-top-right .checkout.checkout-methods-items li .pixiepal { width:100%; text-align: center; }
	.cart-pm-top-right .checkout.checkout-methods-items li .pixiepal input { float:none; display:inline-block; padding:0 40%; height: 45px; width:auto; position: absolute; left:50%; top:0; transform: translate(-50%,0); }

	body.pixiedust .cart-summary .checkout-methods-items .item { position: relative; overflow: hidden;}
	body.pixiedust .cart-summary .checkout-methods-items .pixiepal input { position: absolute; left:50%; top:0; transform: translate(-50%,0); }

	.cart-pm-duo-right .pixiepal input { float:none; display:inline-block; padding:0 36%; height: 47px; width:auto; }
	.cart-pm-duo ul.checkout.checkout-methods-items .paypal.checkout:after { display:none; }
	.cart-pm-duo-right .pixiepal { margin-bottom: 15px; height:47px; }

	.cart-pm-duo .cart-pm-duo-left { width:100%; margin:0; border: none; padding:0; }
	.cart-pm-duo .cart-pm-duo-right { width:100%; }
	body.pixiedust.checkout-cart-index .cart-pm-duo-left .crosssell.container-collection {  }
	.cart-pm-duo-right .crosssell.container-collection { float:left !important; }
	body.pixiedust.checkout-cart-index .block.crosssell { float:left !important; }
	.cart-pm-duo { margin-top: 15px; }
	.cart-pm-duo-left .confidence { display:none; }
	.cart-pm-duo-right .confidence { display:block; }
	
	.cart.table-wrapper .product-item-name, .cart.table-wrapper .product-item-name a { font-size: 14px !important; }
	
	.cart-pm-top { display: block; }
	
	.pm-cart-inner-left2 .control.qty.qty-box .qtyspan{ display: none; }
	.pm-cart-inner-left2 .control.qty.qty-box select { width:100%; border-right:0; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrowx2.png) no-repeat center right 10px / 14px; text-align-last:left; text-align: left; padding-left:7px; }
}

@media screen and (max-width: 768px) {
	body.pixiedust #shopping-cart-table { margin-top: 0; }
	
	/*
	.product-item-wrapper.product-title-wrapper { display:none; }
	.product-item-wrapper .pm-cart-inner-left1, .product-item-wrapper .pm-cart-inner-right { display:none; }
	.product-item-wrapper .pm-cart-inner-wrap { position: static; transform:none;  }
	.product-item-wrapper .pm-cart-inner-left { width:100%; position: relative; min-height: 55px; box-sizing: border-box; padding-right:20px; }
	.product-item-wrapper .pm-cart-inner-left2 { width:100%;  }
	.product-item-wrapper .pm-cart-inner-left2 .product-item-qty { width:50%; float:left; }
	.product-item-wrapper .pm-cart-inner-left2 .product-item-price { display: inline-block; width:50%; float:left; text-align: right; }
	.product-item-wrapper div.field.qty .control .qtyspan { display:none; }
	.product-item-wrapper div.field.qty select { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrowx2.png) no-repeat center right 10px / 14px; width:100%; border:none; padding:0 0 0 9px; text-align: left; text-align-last: left; }
	.product-item-left { width:20%; }
	.product-item-right { width:80%; }
	*/
	
	
	body.pixiedust .cart-pm-form { width:100%;  }
	body.pixiedust .cart-pm-form .table-wrapper { margin-bottom: 0;border-top:0; }
	body.pixiedust .cart-pm-duo { width:100%; }
	#cart-totals { padding:0; margin:0 15px; }
	body.pixiedust .cart-pm-duo .block.crosssell h4.fancy { margin-bottom: 0; }
	body.pixiedust .cart-pm-duo .block.crosssell .feat-line { margin-bottom: 0; }
	body.pixiedust .cart-pm-duo .block.crosssell  .slick-track { padding: 0; }
	body.pixiedust .cart.table-wrapper .pm-cart-firstwrap .pm-cart-inner-right a.action.action-delete {  }
	.cart-pm-top { box-sizing:border-box; padding:0; }
	.cart.main.actions { box-sizing:border-box; padding:0 10px; }
	.cart-pm-duo { box-sizing:border-box; padding:0px; float:left; }
	.checkout-cart-index form.form-cart button.clear,.checkout-cart-index form.form-cart button.update { float:right; }
	.col.qty .actions-toolbar { width:100%; padding-left:0; margin-top:5px; }
	.cart-pm-top-right { width:100%; }

	.form.form-cart .cart.main.actions { padding:0; }
	.cart-pm-duo .cart-discount { width:100%; border-bottom:0; margin-bottom: 5px; }
	.cart-pm-duo .cart-summary { width:100%; padding-top: 30px; }
	.cart-pm-duo .cart-summary img { margin-top:10px; }
	.cart-summary .checkout-methods-items .action.primary.checkout, .checkout-cart-index button.checkout,button.continue_then { font-size:14px !important; height:50px; }
	.cart-summary #cart-totals { margin:0; }
	.cart-summary .checkout-methods-items { padding:0; }
	.checkout-cart-index .cart-container { padding:0 15px; }
	.cart-highlight img { display:none; }
	.cart-pm-bottom { display:block; }
	.cart-pm-bottom img { width:100%; margin-top:20px; }

	body.pixiedust .cart.main.actions { width:100%; text-align: center; }
	.pixiedust .cart.main.actions .action.update { float:none; display: block; clear:both; margin:30px auto 0; }
	.pixiedust .cart.main.actions .action.continue { float:none; margin:0 auto; }


	#shopping-cart-table td.col.price,#shopping-cart-table td.col.qty,#shopping-cart-table td.col.subtotal, #shopping-cart-table th.col.price, #shopping-cart-table th.col.subtotal, #shopping-cart-table th.col.qty { display:none; }
	.for_mobile_only { display:block; }
	.for_mobile_only .wrapper { width:100%; float:left; }
	body.pixiedust .for_mobile_only div.col { width:33.33% !important; float:left  !important; text-align:left  !important; padding:0  !important; }
	span.titleit { display:block; font-weight:bold; color:#333; text-transform:uppercase; }
	.for_mobile_only .controlsit { width:100%; float:left; padding:10px 0 12px; }
	.for_mobile_only .controlsit a { float:left; margin:0 10px 0 0 !important; }
	.cart.table-wrapper .for_mobile_only .col.qty .input-text { width:54px; height:32px; margin-top:1px; }

	.cart-pm-top-right .continue_then { width:100%; }
	.cart-pm-top-right ul { width:100%; }
	.cart-pm-duo{ text-align: left; }
	.cart-pm-duo .cart-discount .cart-highlight { margin-bottom:30px; }
	.checkout-cart-index .cart-summary .payments-box { height:40px; }

	.product-item-wrapper .product-item-left .product-item-details { float:left; position:relative; width:60%; }
	.product-item-left .product-item-qty { position: static; text-align: left; }

	body.pixiedust .ampromo-overlay { height:5000px; }

}

@media screen and (max-width: 680px) {
	.cart-container-collection .product-item .product-item-info { width:30% !important; }
	.cart-container-collection .product-item .product-item-details { width:70%; }
	.cart-container-collection .product-item .actions-primary button { bottom: 20px; right:20px; width:calc(70% - 30px);  }
}

@media screen and (max-width: 500px) {
	.pm-faux-buttons { width:100%; text-align: center; }
	.continue-shop { width:100%; box-sizing: border-box; margin-bottom: 10px; }
	.clearbasket { float:none; padding:0; margin-top:15px; }
	.cart-container-collection .product-item .actions-primary button { position: static; width:calc(100% - 10px); float:left;; }
}

/* CART POPUP */
body.pixiedust .minicart-wrapper .action.close { width:100%; text-align:right; padding-right:12px; background:#d7d7d7; border-bottom:1px solid #cac9ca; display:none !important; }
body.pixiedust .minicart-wrapper .action.close:hover { background:#d7d7d7 !important; }
body.pixiedust .minicart-wrapper .block-minicart { padding-top:25px; padding-bottom:0; margin-top:10px; color:#4d276f; }
body.pixiedust .minicart-wrapper .block-minicart:before { border-color:transparent transparent #fff transparent; }
body.pixiedust .block-minicart .block-content > .actions > .primary { margin:0 0 15px; }
body.pixiedust .block-minicart .product-item-name a { color:#4d276f; font-weight:bold; }
body.pixiedust .minicart-items .product-item-name { margin-bottom:0; }
body.pixiedust .minicart-items .product-item-details { text-align:left; }

body.pixiedust .minicart-items .product-item-details .details-qty { margin-top:5px; }
body.pixiedust .block-minicart .action.viewcart { background:#4d276f; color:#fff; display:block; padding:15px 10px; transition:all 200ms ease; margin:-15px -20px; }
body.pixiedust .block-minicart .action.viewcart:hover { text-decoration:none; background:#391d53; }
body.pixiedust .minicart-items .action.edit:before, body.pixiedust .minicart-items .action.delete:before { color:#4d276f; }
body.pixiedust .minicart-items .action.edit { display:none; }
body.pixiedust .minicart-wrapper .product .actions > .primary, body.pixiedust .minicart-wrapper .product .actions > .secondary { padding-right:5px; }
body.pixiedust .loading-mask { margin-top:0px; max-height:100%; }
body.pixiedust .minicart-wrapper.minicart-notlogged .loading-mask { margin-top:0px; }
body.pixiedust .minicart-wrapper .item-qty.cart-item-qty { width:69px; text-align:left; padding:4px;}
body.pixiedust .minicart-wrapper .pm-widget-wrap { min-width: 0; max-width:100%; }

/* CHECKOUT */
.checkout-index-index .page-header { width:100%; text-align:left; border-bottom: 1px solid #bfbfbf;  }
.checkout-index-index .page-header .header.content { padding:0 !important; }
.checkout-header { width:100%; }
.checkout-header .checkh-left { width:33.333%; float:left; text-align: left; height:100px; position: relative; }
.checkout-header .checkh-left img { max-width:190px; position:absolute; top:50%; left:0; transform:translate(0,-50%); }
.checkout-header .checkh-center { width:33.33%; float: left; height: 100px; position: relative; }
.checkout-header .checkh-center img {  max-width:200px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.checkout-header .checkh-right { width:33.33%; float: left; text-align: right;height: 100px; position: relative; }
.checkout-header .checkh-right button { position: absolute; right:0; top:50%; transform: translate(0,-50%); }

.checkout-index-index .authentication-wrapper { z-index:999; }
.checkout-index-index .logo { float:left; }
.checkout-index-index .logo img { display:inline; margin-top:10px; }
.checkout-index-index .authentication-wrapper { margin-top:-75px; }
.checkout-index-index .action-auth-toggle { border-radius:1px; padding:10px; }
.checkout-index-index .action-auth-toggle span { color:#fff; padding:5px 10px;  font-size:14px; }
body.pixiedust.checkout-index-index .action-auth-toggle:hover { background:#0069b7; text-decoration: none;}
.checkout-index-index .checkout-agreement button { margin:10px 0; }
.checkout-index-index .checkout-agreement button:hover { background:none !important; color:#333; }
.checkout-index-index .checkout-agreement button span { color:#333; }
.modal-header button.action-close:hover, button.action-close:hover span { background:none !important; }
.checkout-topper h1 { margin:0; padding:0;  }
.checkout-topper h3 { color:#333; margin:5px 0 15px; }

.checkout-payment-method .credit-card-types { margin-top:20px; }
a.action.primary.continue  { transition:all 200ms ease;}

body.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper { margin-top:130px;  }
body.checkout-index-index.pixie-registered-checkout .modal-custom.opc-sidebar.opc-summary-wrapper { margin-top: 95px; }
body.checkout-index-index.payment-step .modal-custom.opc-sidebar.opc-summary-wrapper, body.checkout-index-index.pixie-registered-checkout.payemnt-step .modal-custom.opc-sidebar.opc-summary-wrapper { margin-top:115px;  }

/* CUSTOM PROGRESS BAR */
body.checkout-index-index .opc-wrapper { box-sizing: border-box; padding:0px; width:63%;  }
body.checkout-index-index .opc-wrapper .step-title { border:none; color:#000; font-size:32px;  }
body.checkout-index-index { overflow-x: hidden; }
.opc-progress-bar {  position: relative; text-align: center; margin-top:0; padding:30px 0; }
.oprogress-content { max-width: 1200px; margin:auto; text-align: center; }
.opc-progress-bar li.opc-progress-bar-item-faux { display:inline-block; text-align: center; font-size:14px; width:160px; }

.opc-progress-bar li.opc-progress-bar-item-faux .icon { width:100%; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/cart-redx2.png) no-repeat center / 30px; height:50px; float:left; margin-bottom: 17px; }
.opc-progress-bar li.opc-progress-bar-item-faux .blob-line { width:100%; height:1px; position: relative; overflow: visible;  float:left; }

.opc-progress-bar li.opc-progress-bar-item-faux .blob-left { width:50%; float:left; height:1px; background:#bfbfbf; }
.opc-progress-bar li.opc-progress-bar-item-faux .blob-right { width:50%; float:left; height:1px; background:#bfbfbf; }

.opc-progress-bar li.opc-progress-bar-item-faux .blob-line .blob { width:10px; height:10px; border-radius: 50%; background:#d90000; border:10px solid #fff; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); }
.opc-progress-bar li.opc-progress-bar-item-faux .title { width:100%; color:#d5d5d5;  text-align: center; float:left; padding-top:15px;  }

.opc-progress-bar li.opc-progress-bar-item-faux.st1, .opc-progress-bar li.opc-progress-bar-item-faux.st2 { cursor:pointer; }
.opc-progress-bar li.opc-progress-bar-item-faux.st1 .title, .opc-progress-bar li.opc-progress-bar-item-faux.st2 .title { color:#000; font-weight: bold; text-decoration: underline; }
.opc-progress-bar li.opc-progress-bar-item-faux.st1 .blob-left, .opc-progress-bar li.opc-progress-bar-item-faux.st4 .blob-right { background:#fff; }
.opc-progress-bar li.opc-progress-bar-item-faux.st2 .blob-right { background: #f4f4f4; }
.opc-progress-bar li.opc-progress-bar-item-faux.st3 .blob-left, .opc-progress-bar li.opc-progress-bar-item-faux.st3 .blob-right, .opc-progress-bar li.opc-progress-bar-item-faux.st4 .blob-left { background: #f4f4f4; }
.opc-progress-bar li.opc-progress-bar-item-faux.st3 .blob, .opc-progress-bar li.opc-progress-bar-item-faux.st4 .blob { background:#d5d5d5;  }

.opc-progress-bar li.opc-progress-bar-item-faux.st2 .icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Delivery-redx2.png) no-repeat center top 9px / 47px; }
.opc-progress-bar li.opc-progress-bar-item-faux.st3 .icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/pay-greyx2.png) no-repeat center top 7px / 41px; }
.opc-progress-bar li.opc-progress-bar-item-faux.st4 .icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/complete-greyx2.png) no-repeat center top 5px / 31px; }


/* HIDE THE ADDRESS ELEMENTS */
div.showaddress { width:100%; float:left; box-sizing:border-box; padding:0 2%; display:none; }
.pixie-hideaddress div.showaddress { display:block; }
div.showaddress span { font-size: 14px; font-weight: bold; color:#000; text-decoration: underline; cursor: pointer; }
.pixie-address-shown div.showaddress { display:none; }
body.pixiedust.checkout-index-index.pixie-hideaddress #co-shipping-form .field { display:none; }
body.pixiedust.checkout-index-index.pixie-hideaddress #co-shipping-form .field[name='shippingAddress.firstname'], 
body.pixiedust.checkout-index-index.pixie-hideaddress #co-shipping-form .field[name='shippingAddress.lastname'],
body.pixiedust.checkout-index-index.pixie-hideaddress #co-shipping-form .field[name='shippingAddress.telephone'], 
body.pixiedust.checkout-index-index.pixie-hideaddress #co-shipping-form .field.street, 
body.pixiedust.checkout-index-index.pixie-hideaddress #co-shipping-form .field[name='shippingAddress.street.0'] { display:block; }

body.pixiedust.checkout-index-index.pixie-hideaddress #co-shipping-form .field[name='shippingAddress.street.0'] { width:96%; }
body.pixiedust.checkout-index-index.pixie-hideaddress #co-shipping-form .field[name='shippingAddress.street.0'] input { background:#eef0f2; }
body.pixiedust.checkout-index-index.pixie-hideaddress #co-shipping-form .field.street legend.label span { display:none; }
body.pixiedust.checkout-index-index.pixie-hideaddress #co-shipping-form .field.street legend.label:after { display:none !important; }
body.pixiedust.checkout-index-index.pixie-hideaddress #co-shipping-form .field.street legend.label span.pc-subtitle { font-weight: bold; display:block;}
body.pixiedust.checkout-index-index.pixie-address-shown #co-shipping-form .field.street legend.label span.pc-subtitle { display:none !important; }



.payment-step .opc-progress-bar li.opc-progress-bar-item-faux.st3 .icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/pay-redx2.png) no-repeat center top 7px / 41px; }
.payment-step .opc-progress-bar li.opc-progress-bar-item-faux.st3 .blob { background:#d90000; }
.payment-step .opc-progress-bar li.opc-progress-bar-item-faux.st2 .blob-right, .payment-step .opc-progress-bar li.opc-progress-bar-item-faux.st3 .blob-left { background:#bfbfbf; }
.payment-step .opc-progress-bar li.opc-progress-bar-item-faux.st3 .title { color:#000; font-weight: bold; text-decoration: underline; }

body.pixiedust.checkout-index-index .opc-wrapper .step-content { margin-bottom: 0; }
body.pixiedust.checkout-index-index #onepage-checkout-shipping-method-additional-load br { display:none; }

body.pixiedust.checkout-index-index input, body.pixiedust.checkout-index-index select { height:42px; }
body.pixiedust.checkout-index-index input.input-text, body.pixiedust.checkout-index-index select { background:none; }

body.pixiedust.checkout-index-index .opc-wrapper .form-login .fieldset .field .label, body.pixiedust.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field .label { font-weight: bold; font-size: 12px; text-transform: uppercase; color:#000; }
body.pixiedust.checkout-index-index .opc-wrapper .fieldset .field .label[for='newsletter-subscribe'] span { text-transform: none; }
body.pixiedust.checkout-index-index button.action-hide-popup:hover { background:none !important; }
body.pixiedust.checkout-index-index button.action-hide-popup:hover span { background:none !important; }
body.pixiedust.checkout-index-index button.action-hide-popup { color:#1979c3 !important; }

body.pixiedust.checkout-index-index .checkout-shipping-method { float:left; padding-top: 15px; width:100%; }
body.pixiedust.checkout-index-index .form.form-shipping-address { max-width: 100%; }
body.pixiedust.checkout-index-index #shipping-new-address-form { margin-left:-2%; margin-right:-2%; }
body.pixiedust.checkout-index-index #shipping-new-address-form div.field { width:46%; margin:0 2% 20px; float:left; }
body.pixiedust.checkout-index-index #shipping-new-address-form div[name="shippingAddress.company"], body.pixiedust.checkout-index-index #shipping-new-address-form div[name="shippingAddress.telephone"] { width:96%; }

body.pixiedust.checkout-index-index  div[name="amastyShippingAttributes.delivery_notes"] { width:96% !important; margin-top:30px !important;  }
body.pixiedust.checkout-index-index  div[name="amastyShippingAttributes.delivery_notes"] textarea { background:none; min-height: 100px; }
body.pixiedust.checkout-index-index  div[name="amastyShippingAttributes.delivery_notes"] label span { font-size:20px; }

body.pixiedust.checkout-index-index #shipping-new-address-form .field.street { width:100%; margin-bottom:0; }
body.pixiedust.checkout-index-index #shipping-new-address-form .field.street .label { padding-left:2%; display:block; }
body.pixiedust.checkout-index-index #shipping-new-address-form .field.street div[name="shippingAddress.street.2"] { display:none;}

body.pixiedust.checkout-index-index span.subber { display:block; margin-bottom:20px; }
body.pixiedust.checkout-index-index .checkout-shipping-method .step-subtitle { color:#333; margin-bottom:20px; }
body.pixiedust.checkout-index-index .table-checkout-shipping-method { width:100%; }
body.pixiedust.checkout-index-index input[type="radio"] { -webkit-appearance:none; appearance:none; width:17px; height:17px !important; border:6px solid #C6C6C6; margin-top:1px;  cursor:pointer; border-radius: 50%; box-shadow: none !important; }
body.pixiedust.checkout-index-index input[type="radio"]:hover, body.pixiedust.checkout-index-index input[type="radio"]:checked { border-color:#d90000; border-radius: 50%; box-shadow: none; }

#checkout-step-shipping_method div.primary { width:55%; padding-bottom:45px; float:left; }
body.pixiedust.checkout-index-index .table-checkout-shipping-method { color:#333; border-bottom: 1px solid #cac9ca;  }
body.pixiedust.checkout-index-index .table-checkout-shipping-method tbody .col-price { font-weight:bold; }
.checkout-logo { width:100%; text-align: left; margin: 5px 0px 8px; }
.checkout-logo img { width:160px; height: auto; }
body.pixiedust.checkout-index-index .block.block-customer-login button span { font-size:16px; }
body.pixiedust.checkout-index-index .block.block-customer-login a { color:#333; text-decoration: underline; }
body.pixiedust.checkout-index-index .block-authentication .block-title strong {  text-transform: uppercase; color:#333;  }
body.pixiedust.checkout-index-index .block-authentication label { text-transform: uppercase; font-size:12px; font-weight: bold; color: #333; }
body.pixiedust.checkout-index-index._has-modal-custom .modal-custom-overlay { width:100%; height:100%; background:#000; opacity: 0.5;; }
#onepage-checkout-shipping-method-additional-load {padding-top:30px; }
#onepage-checkout-shipping-method-additional-load .label { font-size:20px; text-transform: uppercase; font-weight: 600; color:#333; font-weight: bold; width:100%; float:left; margin-bottom: 5px; }
body.pixiedust.checkout-index-index .login-intro { font-weight: 600; padding-right:10px; }
body.pixiedust.checkout-index-index #delivery_comment { background:none; min-height: 100px; }
/* Payment Options */
body.pixiedust .checkout-payment-method .payment-method-title { width:100%; float:left; box-sizing: border-box; }
body.pixiedust .checkout-payment-method .payment-method-title input.radio { float:left; margin-top:2px; border-width:2px; }
body.pixiedust .checkout-payment-method .payment-method-title input.radio:checked { border-width: 0px; }
body.pixiedust .checkout-payment-method .payment-method-title input#paypal_express { margin-top:14px;}
body.pixiedust .checkout-payment-method .payment-method-title label.label { float:left; padding-left: 3px; font-weight: bold; color:#333; text-transform: uppercase; }
body.pixiedust .checkout-payment-method .payment-method-title a { color:#333; text-decoration: underline; display:none; }
/*checkout sidebar*/
.checkout-index-index .opc-block-summary { padding:0 15px 15px; background:#fff !important; border:1px solid #c2c2c2; }
.checkout-index-index #customer-email {  background:#fff; width:100%; margin-right: 0; }
#customer-email-fieldset .field-tooltip { display:none; }
.checkout-index-index .opc-block-summary > .title { background:#eef0f2; color:#000; font-size:20px; padding:15px; margin:0 -15px; font-weight:bold; border-top:0px solid #ccc; border-bottom:1px solid #c2c2c2; margin-bottom: 0px;  }

.checkout-index-index .opc-block-summary .table-totals { border-top:0; }
body.pixiedust .opc-block-summary .table-totals .grand strong { font-weight: normal; }

.checkout-index-index .cart-totals tbody .mark, .checkout-cart-index .cart-totals tfoot .mark { padding-left:15px; border-top:1px solid #e3e3e3; border-left:1px solid #e3e3e3; font-size:14px; font-weight:bold; color:#4d276f; background:#f4f4f4; }
.checkout-index-index .cart-totals tbody .amount, .checkout-cart-index .cart-totals tfoot .amount, .checkout-index-index .opc-block-summary .table-totals tbody .amount, .checkout-cart-index .opc-block-summary .table-totals tfoot .amount { padding-right:0px; border-right:none;  font-size:14px; font-weight:bold;  }
.checkout-index-index .opc-block-summary #block-shipping { display:none; }
.checkout-index-index .opc-block-summary .grand .mark, .checkout-cart-index .opc-block-summary .grand .amount {  }
.checkout-index-index .opc-block-summary .checkout-methods-items { margin-top:0; }
.checkout-index-index .opc-block-summary #cart-totals { padding-top:0; }
.checkout-index-index .cart-totals .grand strong, .checkout-cart-index .opc-block-summary .table-totals .grand strong { font-size:16px; }
body.pixiedust.checkout-inder-index .opc-block-summary .grand.totals .mark strong { color:#4d276f !important; font-size:14px !important; }
body.pixiedust.checkout-index-index .opc-block-summary .grand.totals .mark { border-left:none; padding-left:0; padding-top:6px; font-size:14px; color:#333; padding-bottom: 5px; border-top:0; }

body.pixiedust .opc-block-shipping-information .shipping-information-title { font-size:16px; font-weight:bold; padding:10px 0; border-top:1px solid #ccc; margin-bottom:15px; text-transform: uppercase; }

.opc-block-summary .totals.shipping .mark .value { display:none; }
body.pixiedust.checkout-index-index .opc-progress-bar-item { margin-right:10px; }
body.pixiedust.checkout-cart-index .opc-block-summary .grand.totals .amount { border-right:0 !important; }
body.pixiedust.checkout-index-index .block.items-in-cart { border:none; }
body.pixiedust.checkout-index-index .block.items-in-cart .title { font-size:14px; display:block; padding:0px; border:none; margin-top:10px; }
body.pixiedust.checkout-index-index .block.items-in-cart .title strong span { font-size:22px; font-weight:bold;  }
body.pixiedust.checkout-index-index .opc-block-summary .items-in-cart > .title:after { right:0px; font-size:18px; color:#333; top:5px; }
body.pixiedust.checkout-index-index .opc-block-summary .items-in-cart.active > .title:after { top:4px; }
body.pixiedust.checkout-index-index .opc-block-summary .items-in-cart > .title strong { font-size:14px; }
body.pixiedust .opc-block-summary .product-item .product-image-wrap { margin-top:5px; }
body.pixiedust.checkout-index-index .opc-block-summary .items-in-cart .product { padding:5px 0 0; }
body.pixiedust .opc-block-summary .product-item .price, body.pixiedust .opc-block-summary .product-item .details-qty { font-size:14px;  font-weight:bold; text-transform: uppercase;}

body.pixiedust #shipping-method-buttons-container .continue {  width:100%;  }
body.pixiedust #shipping-method-buttons-container .continue:hover {  }
body.pixiedust #shipping-method-buttons-container .continue span { font-weight: bold; }
body.pixiedust #shipping-method-buttons-container .continue span span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Padlock-whitex2.png) no-repeat center left 0px / 13px; padding-left:20px;}
body.pixiedust #shipping-method-buttons-container span.paycons { width:100%; float:left; text-align:left; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Paymentx2.png) no-repeat top left / 280px; height:70px;margin-top:15px;    }
body.pixiedust #shipping-method-buttons-container img { width:50%; height:auto; margin:10px 0 0; }

body.pixiedust.checkout-index-index .cart-totals tbody .mark, body.pixiedust.checkout-index-index .cart-totals tfoot .mark, body.pixiedust.checkout-index-index .opc-block-summary .table-totals tbody .mark, body.pixiedust.checkout-index-index .opc-block-summary .table-totals tfoot .mark { padding-left:0px; border-left:none; }
body.pixiedust.checkout-index-index .table-totals .grand.totals .amount { font-size:16px; color:#333; padding-top:5px; padding-bottom:8px; border-top:0; }
body.pixiedust.checkout-index-index .table-totals .grand.totals .amount strong .price { font-weight: bold;}

body.pixiedust.checkout-index-index .table-totals tr.totals { border-bottom:1px solid #e3e3e3; }
body.pixiedust.checkout-index-index .table-totals tr.totals th.mark, body.pixiedust.checkout-index-index .table-totals tr.totals-tax th.mark { font-weight:bold; }
body.pixiedust.checkout-index-index .table-totals tr.totals td.amount, body.pixiedust.checkout-index-index .table-totals tr.totals-tax td.amount { font-weight:bold; }

body.pixiedust.checkout-index-index .table-totals tr.grand.totals {  border-top:1px solid #e3e3e3; }
body.pixiedust.checkout-index-index .table-totals tr.grand.totals th.mark { font-size:18px; padding-bottom: 10px;}
body.pixiedust.checkout-index-index .table-totals tr.grand.totals td.amount { font-size:18px; }

body.pixiedust .opc-block-summary .product-item .product-item-inner { margin-bottom: 2px;}
body.pixiedust.checkout-index-index .minicart-items .product-item-details .details-qty { margin-top:10px; }
body.pixiedust.checkout-index-index .minicart-items .item-options { font-size:12px; margin-top: 4px; }
body.pixiedust.checkout-index-index .minicart-items .product-item-name { margin-bottom:0; }
.product-item-name-sku { color:#4d276f; }
body.pixiedust.checkout-index-index .opc-block-shipping-information { padding:0; }
body.pixiedust.checkout-index-index .opc-progress-bar-item._complete > span { color:#e4e4e4; }
body.pixiedust .opc-wrapper .form-login { border-bottom: 0; padding-bottom: 0; max-width:100%; }
body.pixiedust.checkout-index-index #discount-form button { background:#e30613; border:none; color:#fff; transition:all 200ms ease; font-weight:bold; width:auto; position: absolute; right:0px; top:-1px; border:none; margin:0; height:45px; border-radius: 0; }
body.pixiedust.checkout-index-index #discount-form button:hover { background:#c10000; }
body.pixiedust.checkout-index-index #discount-form button span { text-transform: uppercase; font-weight: bold;}
body.pixiedust.checkout-index-index .payment-disco-form {  }
body.pixiedust .opc-wrapper .form-login .fieldset .note, body.pixiedust  .opc-wrapper .form-shipping-address .fieldset .note { font-size:12px; color:#000; margin:5px 0 0; }

body.pixiedust .control._with-tooltip .validator.validator-email.validation-no { margin-bottom:23px !important; }

body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item { width:48%; margin-right:2%; border:2px solid #46a926; font-weight:400; color:#333; padding:10px 15px; box-sizing:border-box; font-size:12px; }
body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item:before { display:none; }
body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item.not-selected-item { border:1px solid #c2c2c2; opacity:0.6; transition: all 200ms ease; }
body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item.not-selected-item:hover { opacity: 1; }
body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item button {background:#fff; border:none !important;  transition:all 200ms ease; font-weight:normal; padding:6px 8px; border:1px solid #c2c2c2 !important; color:#000; }
body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item button span { color:#000; font-size:12px; }
body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item button:hover { }
body.pixiedust.checkout-index-index button.action-show-popup {background:#e30613; border:none; color:#fff; transition:all 200ms ease; font-weight:normal; padding:15px; }
body.pixiedust.checkout-index-index button.action-show-popup:hover {background:#c10000; }

body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-items { width:100%; float:left; margin-top:20px; }

body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after { top:5px; right:5px; background:#46a926 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/CheckMarkx2.png) no-repeat center /12px; border-radius:50%; font-size:12px; height:12px; width:12px; padding:6px; line-height:12px; content:''; }

body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item { display:none; }

body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item .action.edit-address-link { padding:0; background:none; color:#c7007d; border:none !important; position:static !important; }
body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item .action.edit-address-link span { position:relative !important; }
body.pixiedust.checkout-index-index .opc-wrapper .edit-address-link:before { display:none !important; }
.opc-block-shipping-information .shipping-information-title .action-edit:before { display:none; }
body.pixiedust .opc-block-shipping-information .shipping-information-title .action-edit > span { position:relative; color:#333; text-transform:capitalize; text-decoration: underline; }
body.pixiedust .opc-block-shipping-information .shipping-information-content { color:#333; line-height: 22px; }
body.pixiedust .opc-block-summary table.data.table.table-totals { color:#333; }

body.pixiedust .opc-block-summary table.data.table.table-totals .grand.totals .price {  }
body.pixiedust .checkout-payment-method .payment-option-inner { margin-bottom: 0; }

.opc-block-shipping-information .shipping-information-title .action-edit:before:hover { background:none; }
.opc-block-shipping-information .shipping-information-title .action-edit { background:#fff !important; }



body.pixiedust .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content .form.form-discount { border-top:0px solid #cbcbcb; background:none; box-sizing:border-box; float:left; position: relative; padding:0 !important;  }

body.pixiedust .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content .form.form-discount .payment-option-inner { width:100%;float:left; position: relative; }



body.pixiedust .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content .form.form-discount .payment-option-inner input { height:45px; border:1px solid #C6C6C6; box-sizing:border-box;}
body.pixiedust .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content .form.form-discount .actions-toolbar { width:30%; float:left; }
body.pixiedust .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content .form.form-discount .actions-toolbar .primary { float:left; }

body.pixiedust .payment-method-content button {  font-size:14px !important; font-weight:bold;  }
body.pixiedust .payment-method-content button span { background: none !important; text-transform:uppercase; font-weight: bold; padding:10px 40px;  }

body.pixiedust .payment-method-content .checkout-agreement button span { background: none !important; text-transform:none; font-weight: normal; padding:0;  }
body.pixiedust .payment-method-content .checkout-agreement button:hover { background:none; }

body.pixiedust.checkout-index-index .header .logo { border-left:0 !important; }
body.checkout-index-index .opc-block-summary .minicart-items-wrapper { max-height:2000px; }
body.pixiedust.checkout-index-index .checkout-payment-method .discount-code .payment-option-title { padding-left:0; border-bottom:0px solid #cac9ca; border-top:0px solid #cac9ca; margin-bottom:0px; }
body.pixiedust.checkout-index-index .checkout-payment-method .discount-code { width:100%; float:left; border-top:1px solid #c2c2c2; border-bottom: 1px solid #c2c2c2;   }
body.pixiedust.checkout-index-index .checkout-payment-method .discount-code .payment-option-content { padding-left:0; width:100%; }
body.pixiedust.checkout-index-index .checkout-payment-method .discount-code .payment-option-content #discount-form { width:100%; max-width:100%; padding-bottom: 20px !important; float:left; }

body.pixiedust .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-title.field.choice .action { font-size:16px; width:100%; color:#000; position: relative;}
body.pixiedust .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content {  border:none; }
body.pixiedust .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-title .action-toggle:after { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrowx2.png) no-repeat center / 12px !important; content:''; width:15px; height:15px; position: absolute; right:0; top:3px; transition:all 200ms ease; transform:rotate(-90deg); }

body.pixiedust .payment-option._collapsible.opc-payment-additional.discount-code._active .payment-option-title .action-toggle:after { top:2px; transform: rotate(0deg); }

body.pixiedust .checkout-agreement button.action-show,body.pixiedust .checkout-agreement button.action-show:hover { background:none !important; padding:0; }

body.pixiedust.checkout-index-index input[type="checkbox"] {
	-webkit-appearance: none; appearance: none; width:16px; height:16px; border:1px solid #e30613; cursor: pointer; border-radius: 2px; margin-bottom: -1px;box-shadow: none;
}

body.pixiedust.checkout-index-index input[type="checkbox"]:checked { border-color: #ff4b55; border-width: 0px; border-radius: 0%; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Checkbox-positive-filledx2.png) no-repeat center / 100%; box-shadow: none; }

.checkout-agreements input.required-entry { height:auto; }
.checkout-agreements label { font-weight: 400; }

.opc-payment-additional.discount-code .paytitle { font-size:16px; font-weight: bold; display: block; color:#333; }
.paytitlelabel { color:#333; display: block; padding:5px 0 20px; }
body.pixiedust.checkout-index-index .table-checkout-shipping-method tr { border-top:1px solid #cac9ca; }

#opc-new-shipping-address .field.choice { width:100%; float: left; }
.pixiedust.checkout-index-index .modal-popup .form-shipping-address { max-width: 100%; }

/* NEWSLETTER SUBSCRIBE AT CHECKOUT */
.field.pm-subscribeatcheckout { width:100%; box-sizing: border-box; padding:20px; background:#fff;  margin-bottom: 0; border:1px solid #c2c2c2; }
.field.pm-subscribeatcheckout .title { font-weight:bold; display: block; font-size: 20px; }
.field.pm-subscribeatcheckout fieldset#newsletter { border:none; padding:0; margin:10px 0 0; }
.field.pm-subscribeatcheckout fieldset#newsletter input[type="radio"] {-webkit-appearance: none; appearance: none; width:16px; height:16px !important; border:1px solid #c2c2c2; cursor: pointer; border-radius: 0%; margin-bottom: -3px;box-shadow: none; background:#fff; }
.field.pm-subscribeatcheckout fieldset#newsletter input[type="radio"]:checked { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/checkbox-filledx2.png) no-repeat center / 160%; }
.field.pm-subscribeatcheckout fieldset#newsletter .wrap { float:left; margin-right:20px; }
.field.pm-subscribeatcheckout fieldset#newsletter .wrap.finalwrap a { font-size:12px; color:#fff; text-decoration: underline; padding-top:4px; margin-left:40px;  }
.field.pm-subscribeatcheckout fieldset#newsletter .wrap span { font-weight: 600; }
.field.pm-subscribeatcheckout fieldset#newsletter .wrap:nth-child(2) { display:none; }
.field.pm-subscribeatcheckout .check-wrap {  box-sizing: border-box; width:100%; margin-top: 15px; }

/* BILLING ADDRESS STYLE */
#checkout-step-payment { max-width: 100%;}
#billing-new-address-form { width:100%; }
.checkout-payment-method .field-select-billing, .checkout-payment-method .billing-address-form { max-width:100%; }
.payment-method-billing-address .billing-address-form { display:block !important; }
#billing-new-address-form div.field { width:48%; margin-right:2%; float:left; }
body.pixiedust.checkout-index-index div[name='shippingAddress.street.0'] .label { display:none !important; }

body.pixiedust.checkout-index-index div[name='shippingAddress.telephone'] .field-tooltip.toggle { display:none !important; }

#billing-new-address-form div[name='billingAddresspurchaseorder.company'], #billing-new-address-form div[name='billingAddresspurchaseorder.telephone'], #billing-new-address-form div[name='billingAddresssagepaysuiteserver.company'] { width:98%; margin-right:0;  }
#billing-new-address-form div[name='billingAddresspurchaseorder.fax'] { display:none; }
#billing-new-address-form .field.additional { margin-top:0; }
#billing-new-address-form div[name='billingAddresspurchaseorder.street.0'] .label, #billing-new-address-form div[name='billingAddresssagepaysuiteserver.street.0'] .label { display:none; }
body.pixiedust.checkout-index-index div[name="billingAddresspurchaseorder.telephone"]:after { content:"Please enter a mobile phone number to receive delivery SMS from DPD."; width:100%; float:left; color:#333; margin-top: 7px; font-size:12px; }
body.pixiedust.checkout-index-index div[name="billingAddresspurchaseorder.telephone"] input.input-text { width:100%; margin-right: 0; }
body.pixiedust.checkout-index-index div[name="billingAddresspurchaseorder.telephone"] .field-tooltip { display:none; }
#billing-new-address-form .field-tooltip.toggle{ display:none; }
body.pixiedust.checkout-index-index div[name="billingAddresspurchaseorder.street.2"], body.pixiedust.checkout-index-index div[name="billingAddresssagepaysuiteserver.street.2"] { width:98% !important; margin-top:20px !important; }
.checkout-payment-method .checkout-billing-address .primary .action-update { background:none; border:1px solid #c2c2c2; box-shadow: none; }
.checkout-payment-method .checkout-billing-address .primary .action-update span { color:#000; }
.checkout-payment-method .checkout-billing-address .billing-address-details { margin-bottom: 20px; }
body.pixiedust.checkout-index-index .checkout-billing-address .actions-toolbar .primary { float:left; }
body.pixiedust.checkout-index-index .checkout-billing-address .actions-toolbar .primary .action-update { float:left; }
body.pixiedust.checkout-index-index .checkout-billing-address .actions-toolbar .primary button { padding:10px; border-radius: 3px; }
body.pixiedust.checkout-index-index  .action.action-edit-address { padding:6px 4px; margin-top:10px; background:none; border:1px solid #000;  }
body.pixiedust.checkout-index-index  .action.action-edit-address span { color:#000; }

.field-tooltip .field-tooltip-action:before,.field-tooltip .field-tooltip-action:after { display:none; }
	body.pixiedust.checkout-index-index #customer-email { width:100% !important; margin-right: 0; background:#eef0f2; }
	body.pixiedust.checkout-index-index .field .control._with-tooltip input { width:100% !important; margin-right: 0; }
	body.pixiedust.checkout-index-index div[name="shippingAddress.telephone"]:after { content:"Please enter a mobile phone number to receive delivery SMS from DPD."; width:100%; float:left; color:#333; margin-top: 7px; font-size:12px; }

body.pixiedust.checkout-index-index .checkout-payment-method .actions-toolbar .primary { float:left; }
body.pixiedust.checkout-index-index .action.action-cancel span { color:#333; padding:0 15px; line-height: 16px; }
body.pixiedust.checkout-index-index .action.action-cancel { margin:0 0 0 10px; float:left; border:1px solid #c2c2c2; height:39px; background:none !important;  }
body.pixiedust.checkout-index-index  .checkout-billing-address .actions-toolbar { padding-top:10px; }
body.pixiedust .checkout-payment-method .payment-method-title label.label[for='sagepaysuiteserver'] { margin-top:-7px; }



/* CHECKOUT SUCCESS */
.checkout-onepage-success .opc-progress-bar li.opc-progress-bar-item-faux.st2 .ticker, .checkout-onepage-success .opc-progress-bar li.opc-progress-bar-item-faux.st3 .ticker { display:block; }
.checkout-onepage-success .opc-progress-bar li.opc-progress-bar-item-faux .blob-right, .checkout-onepage-success .opc-progress-bar li.opc-progress-bar-item-faux .blob-left { background:#bfbfbf !important; }

.checkout-onepage-success .opc-progress-bar li.opc-progress-bar-item-faux.st1 .blob-left, .checkout-onepage-success .opc-progress-bar li.opc-progress-bar-item-faux.st4 .blob-right { background:#fff !important; }

.checkout-onepage-success .opc-progress-bar li.opc-progress-bar-item-faux .blob-line .blob { background:#d90000 !important; }

.checkout-onepage-success .opc-progress-bar li.opc-progress-bar-item-faux.st3 .icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/pay-redx2.png) no-repeat center top 7px / 41px}
.checkout-onepage-success .opc-progress-bar li.opc-progress-bar-item-faux.st4 .icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/complete-redx2.png) no-repeat center top 5px / 31px}

.checkout-onepage-success .opc-progress-bar li.opc-progress-bar-item-faux .title { color:#000; font-weight: bold; text-decoration: underline; }


.checkout-onepage-success .valueadded-block { margin-bottom: 0; }
.pm-successbl { box-sizing: border-box; width:100%; float:left; margin-bottom:50px; }
.checkout-onepage-success #maincontent { padding-top:0px; }
.checkout-onepage-success input.action {  }
.checkout-onepage-success .checkout-success { width:100%; float:left; box-sizing:border-box; padding-right:0px; }
.checkout-onepage-success #registration { width:100%; box-sizing:border-box; margin-top:15px; float:left; padding-top:20px; }
.checkout-onepage-success #registration br { display:none; }
.checkout-onepage-success .checkout-toppper h3 { font-size:20px; }
.checkout-onepage-success .action.primary { font-size:14px; font-weight:600; }
.checkout-onepage-success .page-title-wrapper { display:none !important; }

.success-title { width:100%; float:left; margin-bottom: 25px; border-top:1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; padding:40px 0;  }
.success-title h1 { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Check-green-largex2.png) no-repeat center left / 38px; font-size:45px !important; line-height: 46px; font-weight: normal !important; margin:0; padding-left:46px; float:left; }
.success-title a.print { border:1px solid #000; padding:10px 13px; font-weight: bold; float:right; border-radius: 3px; }
.success-title a.print span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Printerx2.png) no-repeat center left / 14px; padding-left:21px; }

.success-intro { width:100%; float:left; margin-bottom: 45px; }
.success-intro .ondetail { font-size:14px; font-weight: bold; color:#000; display:block; margin:0 0 10px; }
.success-intro .onsubdetail { }



.success-detail { width:100%; float:left; }
.success-detail .left { width:65%; float:left; }
.osummary { width:100%; box-sizing: border-box; border:1px solid #bfbfbf; float:left; }
.osummary .title { background:#eef0f2; box-sizing: border-box; font-size:28px; font-weight: bold; padding:20px 30px; border-bottom:1px solid #bfbfbf; width:100%; }
.osummary .item { width:100%; float:left; border-bottom:1px solid #bfbfbf;  }
.osummary .item .photo { width:20%; box-sizing: border-box; padding-left:20px; float:left; }
.osummary .item .detail { width:55%; float:left; box-sizing: border-box; padding:40px 10px 0; }
.osummary .item .detail span { display:block; margin:10px 0; }
.osummary .item .price { width:25%; float:left; padding:90px 30px 0 0; box-sizing: border-box; text-align: right; font-weight: bold; }

.osummary .totals { width:100%; float:left; border-bottom: 1px solid #bfbfbf; padding:15px 0; }
.osummary .totals .row { width:100%; float:left; font-weight: bold; box-sizing: border-box; padding:10px 30px; }
.osummary .totals .row .rleft { width:60%; float:left; }
.osummary .totals .row .rright { width:40%; float:left; text-align: right;}

.osummary .grand-total.totals { border:none; font-size:20px; }
.osummary .grand-total.totals .row .rleft { font-weight: normal; }
.osummary .grand-total.totals .row .rright { font-weight: bold; }

body.pixiedust.checkout-onepage-success #registration input.action.primary { font-size:14px !important; padding:13px 27px 13px 46px; margin-top:5px; background:#e30613 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Create-accountx2.png) no-repeat center left 20px / 20px; border-radius:3px; }

.success-detail .right { width:32%; float:left; margin-left:3%; }
.success-detail .right .element { width:100%; float:left; }
.success-detail .right .element .title { border-top:1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; font-size:18px; font-weight: bold; padding: 8px 0; margin-bottom: 20px; }
.success-detail .right .element .content { width:100%; float:left; margin-bottom: 35px; }

body.pixiedust .success-cross { width:100%; float:left; margin-top:30px; }
body.pixiedust .success-cross h4.fancy { font-size:32px; font-weight: normal !important; }

body.checkout-onepage-success .page-header { border-bottom: 1px solid #bfbfbf; margin-bottom: 30px; }
body.checkout-onepage-success .header.content { padding:0 !important; }

@media screen and (max-width: 1200px) {
	.oprogress-content { padding:0 30px; }
	body.pixiedust.checkout-index-index .login-intro { font-size:12px; }
	body.pixiedust.checkout-index-index #shipping-new-address-form { margin-right: -2%;}
	.pm-successbl { width:100%; }
	.checkout-header { box-sizing: border-box; padding:0 20px; }
	.validator.validator-email, .validator.validator-phone { width:100% !important; }
	body.pixiedust.checkout-index-index .header.content { border-bottom:1px solid #bfbfbf; }

}
@media screen and (max-width: 1200px) and (min-width:768px) {
	body.checkout-index-index .header.content { padding:10px 0 10px 10px !important; }
	body.pixiedust .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content .form.form-discount .payment-option-inner { width:100%; }
	body.pixiedust .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content .form.form-discount .actions-toolbar { width:50%; }
	body.pixiedust #opc-shipping_method.checkout-shipping-method, body.pixiedust #opc-shipping_method.checkout-shipping-method .checkout-shipping-method, body.pixiedust #opc-shipping_method.checkout-shipping-method .table-checkout-shipping-method { width:100%; }
	.checkout-logo { margin-bottom: 18px; padding:0 10px;box-sizing:border-box;  }
	body.pixiedust .authentication-wrapper { width:60%; }
	body.pixiedust.checkout-index-index #opc-shipping_method { margin-top:25px; }
	#checkout-step-shipping_method div.primary { width:100%; }
}

@media screen and (max-width: 1000px) {
	body.pixiedust.checkout-index-index .opc-wrapper { width:100%; }
	body.pixiedust.checkout-index-index .opc-sidebar.opc-summary-wrapper { width:100%; }
	body.pixiedust .authentication-wrapper { width:70%; text-align: right;}
	body.pixiedust.checkout-index-index .opc-wrapper .form-login, body.pixiedust.checkout-index-index .opc-wrapper .form-shipping-address { max-width:100%; }
	.checkout-logo img { max-width:140px; }
	.checkout-logo { box-sizing:border-box; }
	body.pixiedust.checkout-index-index #opc-sidebar { margin-top:0; }
	.opc-wrapper .step-content { margin-bottom: 10px; }
	body.pixiedust.checkout-index-index #delivery_comment { min-height: 100px; }
	body.pixiedust #shipping-method-buttons-container span.paycons { background-size: 40%; }
	body.pixiedust.checkout-index-index .payment-disco-form { width:100%; }
	#checkout-step-payment { max-width: 100%; }
	body.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper { margin-top: 0 !important; }
	.success-detail .left { width:100%; }
	.success-detail .right { width:100%; margin:40px 0 0; }
	.success-title { text-align: center; }
	.success-title h1 { float:none; display:inline; font-size:32px !important; }
	.success-title a.print { display:none; }
	body.checkout-onepage-success .page-header { margin-bottom: 10px; }

}
@media screen and (max-width: 768px) {
	.checkout-index-index .page-header { border-bottom:0; }
	.checkout-logo { margin-bottom: 18px; padding:0 10px; }
	.checkout-logo img { max-width:120px; }
	.checkout-index-index .authentication-wrapper { margin-top:-64px; width:50% }
	body.pixiedust.checkout-index-index .login-intro { display:none; }
	.checkout-index-index .modal-popup.checkout-pop .modal-inner-wrap { background:#fff; }
	.checkout-index-index .modal-header .action-close { display:none; }
	.checkout-index-index .modal-popup .action-close { display:inline-block !important; }
	body.checkout-index-index .header.content { padding:10px 0 0 10px !important; text-align:left;; }
    .checkout-index-index .search-toggle { display:none; }
    .checkout-index-index .opc-estimated-wrapper { margin-top:-1px; text-align: left;  text-transform: uppercase; font-weight:bold; color:#333; border:none; }
    .checkout-index-index .logo { width:100%; max-width:100%; }
    .checkout-onepage-success .checkout-success, .checkout-onepage-success #registration { width:100%; padding:0; border:none; margin-bottom:10px; }
	body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item { width:100%; margin-right:0; padding:15px; }
	body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item button { width:auto; float:left; }
	body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item .action.edit-address-link,body.pixiedust.checkout-index-index .opc-wrapper .shipping-address-item .action.edit-address-link:hover {  padding:3px 26px; border-radius: 2px; margin-top:5px; border:1px solid #c2c2c2 !important; }
	.checkout-index-index .minicart-wrapper { display:none !important; }
	.checkout-index-index .estimated-block { width:100%; }
	.checkout-index-index .estimated-block span { display:inline-block !important; margin:0 !important; font-size:16px !important; float:left; font-weight: normal; }
	.checkout-index-index .estimated-block span.estimated-price { float:right; font-weight: bold; }
	.checkout-index-index .payment-group { padding:0 15px; text-align:left; }
	.checkout-payment-method .payment-method._active .payment-method-content { float:left; box-sizing: border-box; padding-right: 20px; width:100%; }
	.checkout-payment-method .payment-method._active .payment-method-content .billing-address-details { margin-bottom:20px; }
	.checkout-index-index .opc-wrapper { text-align: left; }
	body.pixiedust #shipping-method-buttons-container span.paycons { text-align: center; height:70px; background-position: center top; }
	body.pixiedust #shipping-method-buttons-container span.paycons img { width:100%; }
	body.pixiedust #shipping-method-buttons-container .continue { width:100%; height:55px; }
	body.checkout-index-index li#shipping.checkout-shipping-address.pm-shipping-address { float:left; width:100%; }
	.checkout-index-index .opc-block-summary > .title { float:left; width:100%; }
	body.pixiedust .opc-wrapper .form-login, body.pixiedust .opc-wrapper .form-shipping-address, body.pixiedust .opc-wrapper .methods-shipping { background:none;}
	#checkout-step-shipping .form-login { background:none !important; }
	body.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper { width:100%; float:left; text-align: left; position: static; visibility: visible; opacity: 1; transform: none; }
	.checkout-index-index .opc-block-summary .content.minicart-items { width:100%; float:left; }
	body.pixiedust.checkout-index-index .checkout-shipping-method .step-subtitle { margin-bottom:0; }
	body.pixiedust .opc-wrapper .methods-shipping { padding-top:20px; border:none; }
	body.pixiedust.checkout-index-index input, body.pixiedust.checkout-index-index select { height:40px; }
	body.pixiedust.checkout-index-index .field-tooltip .field-tooltip-action:before { margin-top:4px; }
	body.pixiedust.checkout-index-index .table-checkout-shipping-method input, body.pixiedust.checkout-index-index .payment-method-billing-address input {  }
	body.pixiedust .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content { box-sizing:border-box; padding:20px; float:left;  }
	body.pixiedust.checkout-index-index .custom-slide .modal-inner-wrap { background:none !important; transform: none; box-shadow: none; overflow:visible; }
	body.pixiedust.checkout-index-index .modal-content .opc-block-shipping-information { float:left; width:100%; }
	body.pixiedust #opc-shipping_method.checkout-shipping-method { width:100%; }
	body.pixiedust.checkout-index-index .checkout-shipping-method { width:100%; }
	#checkout-step-shipping_method div.primary { width:100%; }
	body.pixiedust .opc-block-summary { width:100%; float:left; margin-top:0px; }
	body.pixiedust.checkout-index-index .checkout-payment-method .discount-code .payment-option-content #discount-form { width:100%; }
	body.pixiedust .checkout-payment-method .payment-method-title { padding:15px 0; }
	body.pixiedust.checkout-index-index .checkout-payment-method .discount-code { padding:17px 0; float:left; margin:0; box-sizing: border-box; }
	body.pixiedust.checkout-index-index .checkout-payment-method .discount-code .payment-option-content { padding:0 !important; }
	body.pixiedust.checkout-index-index .checkout-payment-method .discount-code .payment-option-title { padding:0; }
	body.pixiedust.checkout-index-index.pixie-hideaddress #co-shipping-form .field[name='shippingAddress.postcode'] { width:100%; }
	div.showaddress { padding:0; }
	.estimated-block { text-align: center; text-transform: none; }
	body.pixiedust.checkout-index-index .opc-estimated-wrapper { display:block; background:none; border-bottom: 1px solid #bfbfbf; border-top:1px solid #bfbfbf; float: left; width:100%; }
	.opc-progress-bar { margin-bottom: 0; display: block; }
	body.pixiedust.checkout-onepage-success .opc-progress-bar { float:left; width:100%; }
	body.pixiedust.checkout-index-index .oprogress-content { box-sizing: border-box; padding: 0 10px; float:left; width:100%; margin-bottom:40px; }
	body.pixiedust.checkout-index-index .oprogress-content li, body.pixiedust.checkout-onepage-success .oprogress-content li { width:33.33%; float:left; }
	body.pixiedust.checkout-index-index .oprogress-content li.st1, body.pixiedust.checkout-onepage-success .oprogress-content li.st1 { display:none; }
	body.pixiedust.checkout-index-index .oprogress-content li.st2 .blob-left, body.pixiedust.checkout-onepage-success .oprogress-content li.st2 .blob-left { background:#fff !important; }
	.oprogress-content { text-align: center; }
	body.pixiedust #billing-new-address-form div.field { width:98% !important; }
	#billing-new-address-form .field.additional { margin-top:20px; }
	body.pixiedust.checkout-index-index .checkout-billing-address .actions-toolbar .primary,body.pixiedust.checkout-index-index .checkout-billing-address .actions-toolbar .primary, body.pixiedust.checkout-index-index .checkout-billing-address .actions-toolbar .primary button { width:98%;}
	body.pixiedust.checkout-index-index .opc-block-summary .items-in-cart.active > .title:after { top:9px;  }
	body.pixiedust.checkout-index-index .opc-block-summary .items-in-cart > .title strong { width:100%; float:left; padding:19px 0 10px; }
	body.pixiedust.checkout-index-index.payment-step .opc-block-summary .items-in-cart.active > .title:after { top:13px;  }
	body.pixiedust.checkout-index-index.payment-step .opc-block-summary .items-in-cart > .title strong { padding:10px 0;}
	.cart-pm-top-right ul li { width:100%; }
	body.pixiedust .page.messages .message  { text-align: center !important; }
	.opc-progress-bar li.opc-progress-bar-item-faux span { font-sizE:10px !important; }
	#checkout #checkout-loader .loader { position: absolute; left:0; width:100%; top:0; min-height: 300px; }
	.checkout-header .checkh-left { display:none; }
	.checkout-header .checkh-center { width:50%; }
	.checkout-header .checkh-center img { left:0; transform: translate(0,-50%); max-height: 50px; }
	.checkout-header .checkh-right { width:50%; }

	#checkout { display: flex; flex-direction: column; }
	#checkout .opc-estimated-wrapper { order:2; }
	#checkout .opc-progress-bar { order:4; padding:15px 0 0; }
	#checkout .opc-wrapper { order:6; }
	#checkout .modal-custom.opc-sidebar.opc-summary-wrapper { order:8; }

	.success-title h1 { font-size:22px !important; background-size: 21px; padding-left:27px; }
	.osummary .item .detail { padding-top:10px; }
	.osummary .item .detail span { margin:0; }
	.osummary .item .price { padding-top:10px;}
	.osummary .item { padding:10px 0; }
}

@media screen and (max-width: 720px) {

	body.pixiedust.checkout-index-index #shipping-new-address-form div.field { width:100%; margin:0 0 20px; }
	body.pixiedust.checkout-index-index #shipping-new-address-form { margin-left:0; margin-right:0; }
	body.pixiedust.checkout-index-index #shipping-new-address-form .field.street .label { padding-left:0; }
}

@media screen and (max-width: 550px) {

	.opc-progress-bar-item { width:40%; }
	.field.pm-subscribeatcheckout fieldset#newsletter .wrap.finalwrap { width:100%; float:left; text-align: left; }
	.field.pm-subscribeatcheckout fieldset#newsletter .wrap.finalwrap a { display: block; margin:8px 0 0 ; }
	.field.pm-subscribeatcheckout .check-wrap { background-position: top left; }
	.opc-progress-bar-item._active > span, .opc-progress-bar-item > span { font-size:12px;}

}

@media screen and (max-width: 400px) {
    body.pixiedust .checkout-payment-method .payment-method-title label.label { width:88%; }
	label[for='paypal_express'] span { display:none; }
}
@media screen and (max-width: 300px) {
    .checkout-logo { text-align: center; }
	.checkout-index-index .authentication-wrapper { display:none;}
	.opc-progress-bar { display:none; }
}

.backtoc { width:100%; text-align:right; padding:10px 0 0; }
.backtoc a { color:#2968f6; }

/* CUSTOMER SIGNUP */
.customer-account-create .custom-top { width:100%; text-align: center; padding-top: 35px; }
.customer-account-create .custom-top h1 { font-size: 36px; font-weight: normal; }
.customer-account-create .custom-top h1 span.red { font-weight: bold; }
.customer-account-create .reg-wrapper { width:100%; float:left; display: flex; }
.customer-account-create .reg-container { width:48%; margin-right: 4%; box-sizing: border-box; padding:41px 0 40px; border-top: 0px solid #bfbfbf; }
.customer-account-create .login-container { width:48%; background:#f6f8fa; box-sizing: border-box; padding:40px;}

.customer-account-create .reg-container .form-create-account { min-width: 100px !important; width:100% !important; }
.customer-account-create .login-container .block.block-customer-login { width:100%; }
.customer-account-create .reg-wrapper .block-title { border:none; margin:0; padding:0; }
.customer-account-create .reg-wrapper .block-title strong { font-size:22px; font-weight: bold; border:none; }

.customer-account-create .reg-wrapper .fieldset.create.info { padding-top:30px; }
.customer-account-create .reg-wrapper .fieldset.create.info .legend { font-size:18px; padding-bottom: 5px; margin-top: 10px; }
.customer-account-create .reg-wrapper .fieldset.create.info .legend span { font-size: 18px; }
.customer-account-create .reg-wrapper .fieldset.create.account .legend{ font-size:18px; padding-bottom: 5px; margin-top: 10px; }
.customer-account-create .reg-wrapper .fieldset.create.account .legend span { font-size: 18px; }
.customer-account-create .reg-wrapper label { margin-bottom: 2px !important; }
.customer-account-create .reg-wrapper label span { text-transform: uppercase; font-size:12px; }
.customer-account-create .reg-wrapper input.input-text { height:40px; width:100%; }
.customer-account-create .reg-wrapper .reg-container button.primary { padding:10px 30px; }
.customer-account-create .reg-wrapper .reg-container button.primary span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Create-accountx2.png) no-repeat center left / 15px; padding-left:20px; }
.customer-account-create .validator.validator-email { width:100% !important; }
.customer-account-create .login-container div.email { border-top:1px solid #bfbfbf; padding-top:25px; width:100%; float:left; margin-top:28px; }
.customer-account-create .login-container .control { width:100% !important; }

.customer-account-create .login-container button.action { color:#000; border:1px solid #000; background:none; padding:7px 30px; }
.customer-account-create .login-container button.action span { font-size:12px; color:#000; }
.customer-account-create .login-container .secondary { float:right; }
.customer-account-create .login-container .secondary a { font-size:12px; text-decoration: underline; }

@media screen and (max-width: 1000px) {
	.customer-account-create .reg-wrapper { display:block; }
	.customer-account-create .reg-container, .customer-account-create .login-container { width:100%; margin:0 0 20px; }
}
@media screen and (max-width: 768px) {
	.customer-account-create .custom-top h1 { font-size:24px; }
}
/* CUSTOMER AREA*/
.block-new-customer .action.primary { text-transform:uppercase; }
.customer-account-create #group-fields-customer-attributes .step-title {  font-size:2.2rem; display:block; border-bottom:1px solid #c6c6c6; padding:0 0 10px; margin-bottom:20px; line-height:1.2;  }
.customer-account-create select { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrow1x.png) no-repeat 98% 50%; }
body .block-collapsible-nav .item.current a, body .block-collapsible-nav .item.current > strong { border-color:#e30613 !important; }
.pixiedust.account .page-title-wrapper { padding-top:15px;}
.pixiedust.account .column.main button.primary { padding:8px 15px !important; }
.pixiedust.account .column.main button.primary span { font-size:14px !important; }

/* Social Buttons Block*/
.social-wrapper { float:right; }
.social-wrapper ul { list-style: none; margin:0; padding:0;  }
.social-wrapper ul li { display:inline-block; vertical-align: middle; margin-left:1px; }
.social-wrapper div { display:block; width:24px; height:24px; font-size:0; cursor:pointer;}
.st-facebook { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/FB-bluex2.png) no-repeat center; background-size:24px; }
.st-twitter { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Twitter-Bluex2.png) no-repeat center; background-size:24px; }
.st-google { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/GooglePlusx2.png) no-repeat center; background-size:24px; }
.st-pinterest { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Pinterestx2.png) no-repeat center; background-size:24px; }
.st-reddit { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Redditx2.png) no-repeat center; background-size:24px; }
.st-sharethis { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Sharex2.png) no-repeat center; background-size:24px; }
.social-wrapper div.social-label { font-size:14px; width:auto; cursor:inherit; padding-right:5px;}
.social-wrapper div.social-label span { display:block; padding-top:3px; color:#a3a3a3; }

@media screen and (max-width:1200px) {
	.breadcrumbs { width:100% !important; text-align: center; box-sizing:border-box; display:block; }
	.social-wrapper { width:100%; text-align: center; margin:0 0 10px !important;}
	.page-products .social-wrapper { margin:5px 0 0 !important; }
	.page-products .pm-block-crumbs .breadcrumbs { padding-top:0; }
	.social-wrapper div { display:none; }
	.social-wrapper div.social-label { display:block; }
	.social-wrapper div.st-sharethis { display:block; }
	.social-wrapper ul li.dispo { margin-left:0; display:none; }
	.social-wrapper div.social-label { width:15px; padding-right:25px; }
	.social-wrapper .st-sharethis { padding:2px 0; }
}
@media screen and (max-width:768px) {
	body.pixiedust .block-collapsible-nav { top:-1px; display:none; }
	body.pixiedust .block-collapsible-nav:first-child { display:block; }
	.abs-toggling-title-mobile:after, .block-collapsible-nav .title:after, .block-wishlist-management .wishlist-select .wishlist-name:after { width:40px; height:40px; line-height: 40px; text-align: center; font-size: 14px; }
}

/* WISHLIST ITEMS */
.products-grid.wishlist li.product-item { position:relative; box-sizing:border-box; padding:0 5px; margin-bottom:40px; margin-left:0 !important; }
.products-grid.wishlist li.product-item .product-item-inner { display:block !important; box-shadow:none; border:none; position:relative; padding:0; }
.products-grid.wishlist li.product-item .product-item-inner .product-item-actions { vertical-align:middle; }
.products-grid.wishlist li.product-item .product-item-inner .product-item-actions button { margin-top:21px; }
.products-grid.wishlist .box-tocart { margin:5px 0 0; }
.form-wishlist-items .primary button:hover { background:#ccc !important; border-color:#ccc; }
.form-wishlist-items .primary button:hover span { color:#fff; }
.products-grid.wishlist li.product-item .product-item-name { height:60px; position:relative; overflow:hidden; margin-bottom:15px; }
.products-grid.wishlist li.product-item .product-item-inner a { text-transform:uppercase; color:#333; text-decoration:underline; margin-top:0; }

/* LOGIN / CUSTOMER PAGES */
.customer-account-login .action.remind { font-size:12px; text-decoration: underline; color:#333;}
.customer-account-login .action.login span { font-size: 14px; }
.customer-account-login .action.create.primary span { font-size:14px; font-weight: 600; }
.pixiedust.account .page-main a.action { color:#333; text-decoration: underline; margin: 0 10px 0 0 !important; }
.products-grid.wishlist .box-tocart .action.primary.tocart, .products-grid.wishlist .box-tocart .action.primary.tocart:hover { background-image: none; }
.products-grid.wishlist .box-tocart .action.primary.tocart span { font-size:14px; }
.products-grid.wishlist .box-tocart .field.qty { float:left; }
.products-grid.wishlist .box-tocart p.unavailable.stock { float:left; padding-top:6px; margin-bottom:17px; }
.pixiedust .block-collapsible-nav .content { background:#fff; }
.pixiedust.account #limiter { padding-right: 35px; }
.box.box-newsletter { font-size:16px; }
.pixiedust input[type="checkbox"] {
	-webkit-appearance: none; appearance: none; width:16px; height:16px; border:1px solid #e30613; cursor: pointer; border-radius: 2px; margin-bottom: -1px;box-shadow: none;
}
.pixiedust input[type="checkbox"]:checked { border-color: #ff4b55; border-width: 0px; border-radius: 0%; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Checkbox-positive-filledx2.png) no-repeat center / 100%; box-shadow: none; }
.field.password-info a { color:#333; text-decoration: underline; }


@media screen and (max-width:1200px) {
	.products-grid.wishlist .product-item .fieldset .field.qty { display:block !important; width:100%; }
	.products-grid.wishlist .product-item .actions-primary, .products-grid.wishlist .product-item .product-item-actions { width:100%; float:left; display:block !important; margin:-5px 0 15px;  }
	.products-grid.wishlist .product-item .actions-primary button { width:100%; }
	.products-grid.wishlist .product-item .box-tocart label { float:left; padding-top:6px; padding-right:5px; }
	.products-grid.wishlist .product-item .box-tocart .control { width:auto; float:left; }
	.products-grid.wishlist .box-tocart p.unavailable.stock { padding-top:4px; margin-bottom: 18px; }
}
@media screen and (max-width:1023px) {
	.products-grid.wishlist li.product-item { padding:0 20px; }
}
@media screen and (max-width:768px) {
	.products-grid.wishlist li.product-item { text-align:left; padding:0 15px !important; }
	.products-grid.wishlist li.product-item .product-item-name { height:110px; }
	.account .page-main, .cms-privacy-policy .page-main { width:100%; float:left; box-sizing: border-box; }
	.account .toolbar-amount { position: static; text-align: center; padding-bottom: 10px;}
	.account .page-title-wrapper h1 { margin-right:0 !important; }
	.account .columns { text-align: left; }
	.account .fieldset.info { text-align: left; }

}



/* COUNTRY SWITCH */
.popper-top { background:#333; width:100%; position:absolute;height:100%; opacity:0.5; z-index:9998; transition:all 200ms ease; display:none; left:0; }
.popper-top.popper-on { display:block; }
.country-select-in .flag { width:32px; height:23px; margin-right:5px; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/uk-flag.png) no-repeat center; float:left; }
.country-switch .selected-flag { padding:0 0 0 31px; background-repeat:no-repeat; background-size:25px; background-position:0; margin-left:6px; cursor:pointer; }
li.country-switch { position:relative; z-index:9999; }
.selected-flag span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Arrow1-Downx2.png) no-repeat right 4px / 5px; padding-right:8px; }
.da_DK .flag, .country-block.da_DK .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Denmark.png); }
.de_AT .flag, .country-block.de_AT .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Austria.png); }
.de_DE .flag, .country-block.de_DE .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Germany.png); }
.en_IR .flag, .country-block.en_IR  .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Ireland.png); }
.es_ES .flag, .country-block.es_ES .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Spain.png); }
.es_MX .flag, .country-block.es_MX .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Mexico.png); }
.fi_FI .flag, .country-block.fi_FI .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Finland.png); }
.fr_FR .flag, .country-block.fr_FR .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/France.png); }
.fr_BE .flag, .country-block.fr_BE .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Belgium.png); }
.fr_LU .flag, .country-block.fr_LU .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Luxembourg.png); }
.it_IT .flag, .country-block.it_IT .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Italy.png); }
.da_DK .flag, .country-block.da_DK .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Denmark.png); }
.en_AU .flag, .country-block.en_AU .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Australia.png); }
.en_CA .flag, .country-block.en_CA .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Canada.png); }
.en_EX .flag, .country-block.en_EX .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Export.png); }
.en_IE .flag, .country-block.en_IE .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Ireland.png); }
.en_GB .flag, .country-block.en_GB .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/uk-flag.png); }
.en_NI .flag, .country-block.en_NI .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Northern-Ireland.png); }
.en_US .flag, .country-block.en_US .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/usa.png); }
.nl_NL .flag, .country-block.nl_NL .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Netherlands.png); }
.en_NZ .flag, .country-block.en_NZ .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/New-Zealand.png); }
.en_ZA .flag,.af_ZA .flag, .country-block.en_ZA .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/South-Africa.png); }
.pl_PL .flag, .country-block.pl_PL .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Poland.png); }
.pt_PT .flag, .country-block.pt_PT .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Portugal.png); }
.ru_RU .flag, .country-block.ru_RU .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Russia.png); }
.nn_NO .flag, .country-block.nn_NO .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Norway.png); }
.sv_SE .flag, .country-block.sv_SE .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Sweden.png); }
.de_CH .flag, .fr_CH .flag, .it_CH .flag, .country-block.de_CH .flag { background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/flags/Switzerland.png); }
.country-activate { border-right:2px solid #2f2f2f; padding-right:5px; margin-right:5px; cursor:pointer; }
.sparexidf_21 .country-activate { border-right:0; }
.sparexidf_21 .head-top-nav-in .phone-display { display:none; }
.upnugget { height:2px; display:block; border-right:15px solid transparent; border-left:15px solid transparent; border-bottom:15px solid #fff; background:transparent; border-top:none; float:right; margin-right:26px; }

.country-select-in {  width:835px; padding:20px; box-sizing:border-box; background:#fff; border-radius:1px; text-align:left; float:left; color:#333; }
.country-select-in  h6 { font-size:16px !important; margin:0; }
.country-select-in .underline { margin-bottom:0; }
body.pixiedust .country-select-in a { color:#333 !important; padding:0 !important; }
.touch .country-select-in { width:98%; }
.country-select-popout { position:absolute; z-index:999; top:19px; padding-top:0px; right:0;  }
.country-header { font-weight:bold; padding-bottom:0px; margin-bottom:0px; float:left; font-size:16px; }
.ch-narrow { width:93%; margin-right:2%; float:left; }
.ch-wide { width:98%; float:left; }
.country-options { width:100%; float:left; }
.country-options .country-block { width:23%; margin-right:2%; float:left; border-bottom:1px solid #ccc; text-align:left; padding:8px 0; }
.touch .country-options .country-block { width:48%; }

.narr-wrap { width:25%; float:left; padding-top:20px; }
.touch .narr-wrap { width:50%; }
.co-narrow { width:93%; float:left; }
.co-narrow .country-block { width:100%; margin-right:0; }
.touch .co-narrow .country-block { width:100%; }

/* MISC CMS */
.vtour-links { width:100%; float:left; margin-bottom:45px; }
.vtour-links div { width:12%; float:left; margin-left:2.6666%; text-align: center; }
.vtour-links div img { width:100%; cursor:pointer;}
.vtour-links div.map-entrance { margin-left:0 ;}
.vtour-links div span { border-bottom:2px solid #fff; padding-bottom:5px; cursor: pointer;}
.vtour-links div.activevlink span { border-bottom: 2px solid #FA0A0D; }
h1.widetour { width:100%; float:left; margin-bottom: 20px; }
.cms-page-view .breadcrumbs { margin-top:5px; }
.cms-page-view .columns { text-align: left; }

.oak-list-wrap { width:100%; float:left; }
.oak-list-wrap .oak-list { width:50%; float:left; box-sizing: border-box; padding-right:20px; }
.local-img-top { width:100%; float:left; margin-bottom:30px; }
@media screen and (max-width:768px) {
	.vtour-links div span { display:none; }
	.find4.widetour div { width:50% !important; min-height:150px;}
	.oak-list-wrap .oak-list { width:100%; }
}




/* Elastic Search */
/******************************************************************************/
body.pixiedust header.page-header { z-index: 9999;  }
body.pixiedust.catalog-product-view header.page-header { z-index: 99;  }
body.pixiedust._has-modal header.page-header { z-index: 99;  }
body.pixiedust.cms-index-index .fixedheader header.page-header { z-index: 99;  }
body.pixiedust.cms-index-index._has-modal header.page-header { z-index: 99;  }
body.pixiedust.cms-index-index header.page-header { z-index: 9990;  }
body.pixiedust #search_autocomplete { left:0; margin-top:20px; box-shadow: 0 0 10px -6px #000; max-width: 805px; }
body.pixiedust .amsearch-overlay { display:none !important; }
body.pixiedust .amsearch-wrapper-inner .actions-primary, body.pixiedust .amsearch-wrapper-inner .actions-secondary { display:none !important; }
body.pixiedust button.amsearch-loupe { display:none !important; }
body.pixiedust .amsearch-results { margin-top:0px; }
body.pixiedust .amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside { background:#f6f8fa; }
body.pixiedust #amasty-shopby-product-list { background:#fff; }
/* IE FIX */
body.pixiedust.ie-dated-browser #amasty-shopby-product-list { float:left; }

body.pixiedust .amsearch-form-container .product.description { display:none; }
body.pixiedust .amsearch-form-container.-opened input#search {  }
body.pixiedust .amsearch-close {top: 2%;right: 14px; }
body.pixiedust .amsearch-wrapper-input { max-width: 100% !important; }
body.pixiedust .amasty-xsearch-loader { background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-1.gif') no-repeat center / 27px !important; top: 1px; width:27px; height:27px; right:11px; }
body.pixiedust .amsearch-more-results .amsearch-link { width:100px; text-transform: uppercase; font-weight: bold; border:1px solid #000; border-radius: 3px; padding:10px; background:none; color:#000; }
body.pixiedust.amsearch-item-container > .amasty-xsearch-block-header:before, body.pixiedust .amsearch-item-container > .amasty-xsearch-block-header:before { display:none; }
body.pixiedust .amsearch-item-container > .amasty-xsearch-block-header { padding-left:0;}
.popper2,.popper3 { background:#333; width:50000px !important; position:absolute; top:0;left:-2000px !important; height:30000px; opacity:0.8; z-index:9; left:-50%; width:1000%; top:-75%; }
.elasticopen .page-wrapper { overflow:hidden; }
.amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item { background:none !important;  }
body.pixiedust .amsearch-item .product-item-description, .amsearch-item .item-description { font-size:12px; display:none;  }
body.pixiedust .amsearch-products .amsearch-highlight { background:#e30613; }
body.pixiedust .amsearch-item-container.recent_searches .item-name { background:#e30613; color:#fff; }
body.pixiedust .amsearch-item-container.recent_searches .item-name:hover { background:#000; }
body.pixiedust .amsearch-item .old-price {display:none; }

/*}*/
@media screen and (max-width:1200px) {
	body.pixiedust #search_autocomplete { width:100% !important; max-width:100% !important; }
	body.pixiedust #amasty-shopby-product-list { width:100% !important; }
	body.pixiedust .amsearch-products.-columns { width:100% !important; box-sizing: border-box; padding:20px; }
	body.pixiedust .amsearch-results { width:100% !important; max-width:100% !important; }
	body.pixiedust .amsearch-close { top:17px; display:none !important;  }
	body.pixiedust .amsearch-wrapper-input { width:100% !important; max-width:100% !important; }

	body.pixiedust.elasticopen .page-header .block.block-search { background-color: transparent; border-top:1px solid #333; }
	body.pixiedust .amasty-xsearch-loader { top: 45px;right: 5px; }
	body.pixiedust .search-autocomplete.amsearch-clone-position { -webkit-overflow-scrolling: touch;  overflow-y:scroll; overflow-x: hidden; }
	body.pixiedust .amsearch-wrapper-input { width:100% !important; }

}
@media screen and (min-width:1200px) {
	body.pixiedust .amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside { width:340px !important; }
}
@media screen and (max-width:768px) {
	body.pixiedust .amsearch-results { text-align: left; }
	body.pixiedust .form .search-autocomplete { margin:0 !important; top:47px; }
	body.pixiedust .amsearch-form-container .search-autocomplete .amsearch-leftside .amsearch-products { padding-bottom: 4px; }
	body.pixiedust .amsearch-more-results .amsearch-link { width:100%; margin-left: 0; box-sizing: border-box;}
}
/* Large screen size                                                         */
/******************************************************************************/


/* WAS NOW ETC */
.ps_rrp .special-price .price:before { content:"Our price: "; }
.ps_rrp .old-price .price:before { content:"RRP: "; }
.ps_sale .special-price .price:before { content:"SALE: "; }
.ps_sale .old-price .price:before { content:"Was: "; }
.ps_was-now .special-price .price:before { content:"Now: "; }
.ps_was-now .old-price .price:before { content:"Was: "; }
.ps_mrp .special-price .price:before { content:"Our Price: "; }
.ps_mrp .old-price .price:before { content:"MRP: "; }

/* SLICK */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;


    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;

    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;

}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.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
{

}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/**** BLOG ****/
body.pixiedust.page-layout-2columns-right .sidebar.sidebar-additional { clear:none; }
body.pixiedust.blog-index-index .valueadded-block { margin-bottom: 0; }
body.pixiedust .post-holder { background: none;  padding: 0; border:none; float:left; }
body.pixiedust .post-holder:hover { box-shadow: none; }
body.pixiedust .post-text-hld { margin-bottom: 20px; text-align: left; }
.post-list .post-content .post-read-more.bluebutton { float: none; display: inline-block; margin-bottom: 25px; }
body.pixiedust .post-holder a:not(.bluebutton) { color: #000;   }
body.pixiedust .post-holder h2.post-title { font-size: 16px;  margin: 7px 0 10px; min-height:25px; }
body.pixiedust .post-holder h2.post-title a { color: #000 !important; font-size: 26px; line-height: 23px; font-weight:bold; }
body.pixiedust.blog-page .pm-feat-wrap { max-width:1200px; margin:auto; text-align: left; }
body.pixiedust.blog-page .post-list-wrapper { float:left; width:100%; }
body.pixiedust.blog-page .post-list-wrapper ol.post-list {width:100%; float:left; margin-top:0; }
body.pixiedust .widget.blog-search .action.search { background:none !important; }
body.pixiedust.blog-page li.post-holder {  padding-bottom: 10px; margin-bottom:22px; width:100%; float:left; margin-right:0%; border:none; border-bottom: 1px solid #bfbfbf; border-radius: 0;  }

.blog-page .pm-block .banner-inner { width:100%; max-width: 100%; }
.blog-page .pm-block .subbanner-header { width:100%; transform: none; margin:auto; left:0; top:0; }
.blog-page .pm-banner-container { margin-top:0; }
.blog-page .pm-block .subbanner-header .subbanner-header-inner { text-align: left; padding-top:0px; color:#fff; }
.blog-page .pm-block .subbanner-header .subbanner-header-inner .blog-topper { width:50%; }

.blog-page .pm-block .subbanner-header .subbanner-header-inner h1 { display:block; }
body.pixiedust.blog-page .breadcrumbs { padding-top: 10px; }
body.pixiedust.blog-page li.post-holder .tag-block { min-height: 20px; width:100%; display: block; color:#333; font-size:12px; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
body.pixiedust.blog-page li.post-holder .tag-block a { font-size:13px; color:#e30613; text-transform: uppercase; }

body.pixiedust.blog-page .pages .item { margin: 0 2px; }
body.pixiedust.blog-page .pages a.page { background: #f5e7de; color: #333; padding: 0 10px; }
body.pixiedust.blog-page .pages strong { padding: 0 10px;  }
body.pixiedust.blog-page .pages strong.page { color:#fff; background:#333;}
body.pixiedust.blog-page .pages .item.pages-item-next, body.pixiedust.blog-page .pages .item.pages-item-previous { background: #e5e5e5; }
body.pixiedust.blog-page .pages .item.pages-item-previous a, body.pixiedust.blog-page .pages .item.pages-item-next a { margin: 0; padding: 0; border: none; }
body.pixiedust .story-left .pmblogpost-list { margin:10px 0 15px; }
.pm-bloglist * { box-sizing: border-box; }
body.pixiedust .pm-bloglist .post-holder { display: flex; flex-wrap: wrap;  }
.pm-bloglist .post-holder > * {  }
.pm-bloglist .post-ftimg-hld a, .pm-bloglist .post-ftimg-hld a img { display: block; }
.item.post-posed-date span {font-size: 13px; }
.item.post-posed-date span span { text-transform: none; }
.pm-bloglist .post-holder .post-content { padding: 0 0 0 10px; text-align: left; width:79%;  }
body.pixiedust .pm-bloglist h6 { font-size: 16px; cursor:pointer; overflow-y: hidden; margin:0;  }
body.pixiedust .pm-bloglist .post-readmore a { text-decoration: underline; color: #333; font-weight: 700; font-size: 12px; }
.pm-bloglist .post-ftimg-hld { background-repeat: no-repeat; background-size: cover; background-position: center; width:21%; max-height: 78px; min-height: 78px; cursor:pointer; }

body.pixiedust .post-content .post-description .post-ftimg-hld { width:25%; float:left; margin:0 0 15px; }
body.pixiedust .post-content .post-description .post-ftimg-hld a { width:100%; float: left; position:relative; overflow:hidden; }
body.pixiedust .post-content .post-description .post-ftimg-hld a:before { content:''; width:100%; height:600px; opacity:0; background:#e30613; position:absolute; left:0;transition:all 200ms ease;}
body.pixiedust .post-content .post-description .post-ftimg-hld a:hover:before { opacity:0.6; }
body.pixiedust .post-content .post-description .post-ftimg-hld img { width:100%; float:left; transition: all 200ms ease;  box-sizing: border-box; }
body.pixiedust .post-content .post-description .post-ftimg-hld img:hover  {  }
body.pixiedust .right-side { width:75%; float:left; box-sizing: border-box; padding-left: 30px; }
body.pixiedust .right-side .post-info, body.pixiedust .right-side .post-info a { font-size:13px; color:#333; }
body.pixiedust .right-side .post-info b a { color:#e30613; font-weight: normal; }
body.pixiedust .post-content .post-info div { display:inline-block;   }
body.pixiedust .post-content .post-posed-date { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Posted-grey-clockx2.png) no-repeat center left / 15px; padding-left:20px; }
.widget.block a { color:inherit; }
body.pixiedust .post-content .intro-name-n-short { width:100%; float:left; height:120px; }
.blog-page  .widget.block .block-title strong { font-weight: normal; font-size: 16px; }
.widget.block .block-content .item { margin-bottom:4px; }
body.pixiedust .post-content a { color:#333; }
.blog-page .page-title-wrapper, .page-layout-1column .page-title-wrapper { padding-top:20px; float:left; width:100%; }
.page-layout-1column .page-title-wrapper.product { padding-top:0; }
.blog-page .page-title-wrapper h1 { margin-bottom:5px; }
.catalogsearch-result-index .page-title-wrapper { padding-top:20px; }
body.pixiedust.blog-post-view .post-content .post-description .post-ftimg-hld { margin-right:20px; }
body.pixiedust.blog-post-view .post-view { float:left; width:100%; }
body.pixiedust.blog-index-index .post-text-hld * { text-align: left !important; font-size: 14px !important; font-weight: bold !important;  }
body.pixiedust.blog-post-view .post-view .post-holder { width:100%; }

body.pixiedust.blog-post-view .post-view .post-bottom { width:100%; float:left; }
body.pixiedust.blog-post-view .post-view .post-bottom .pm-widget-wrap { min-width: 100px; }
body.pixiedust.blog-category-view .page-title-wrapper { margin: 0 0 20px; padding-top:5px; }
body.pixiedust.blog-post-view .post-bottom h4.fancy { text-align: left; font-weight: normal !important; font-size:26px;}
.pm-feat-blog-wrap { width:100%; float:left; margin:0px 0 28px; padding-bottom: 25px; border-bottom:1px solid #bfbfbf; }
.pm-feat-blog-wrap h3 { display: block; width:100%; text-align: center; font-size:36px !important; font-weight: normal; margin:0 0 40px; }
.pm-feat-blog-wrap .pm-feat-blog { width:32%; margin-right: 2%;  float:left; position:relative;  cursor: pointer; color:#000; text-align: center; }
.pm-feat-blog-wrap .pm-feat-blog.pm-fblog_3 { margin-right:0%;  }
.pm-feat-blog-wrap .feat-content { box-sizing: border-box; padding: 10px 0; min-height:60px; font-size: 12px; }
.featstrip { position: absolute; top:0; left: 0; color:#fff; background:#808002; font-size:12px; padding:7px 12px;  }
.pm-feat-blog-wrap .pm-feat-blog img { width:100%; }
.pm-feat-blog-wrap .feat-content h3 { color:#000; margin: 0 0 13px; position: relative; overflow: hidden;  font-weight: bold; font-size: 26px !important; height:50px; }
.pm-feat-blog-wrap .date-n-poster a { border:1px solid #000; border-radius: 2px; font-weight: bold; font-size: 12px; padding:6px 14px; display:inline-block; text-decoration: none; transition: all 200ms ease;}
.pm-feat-blog-wrap .date-n-poster a:hover  { background:#edeff1; }
.pm-feat-blog-wrap .feat-content .tags { text-transform: uppercase; display: block; margin: 0 0 13px; }
.pm-feat-blog-wrap .feat-content .date-n-poster { display:block; margin-top:13px; }
.pm-feat-blog-wrap .feat-content .date-n-poster b { font-weight: 600; margin-right: 10px; }

.pm-blog-filter, .blog-page .widget.block { width:100%; float:left; margin-bottom:0px !important; }
.blog-page .pm-blogsearch-container .widget.block { margin-bottom:30px !important;}
.pm-blog-filter .block-title, .blog-page .widget.block .block-title { cursor:pointer; font-size:18px; border-bottom:1px solid #bfbfbf; border-top:1px solid #bfbfbf; padding-bottom: 10px; padding-top:9px; margin-bottom: -1px; position: relative; }
body.pixiedust .widget.blog-search .action.search:before { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Searchx2.png) no-repeat center / 14px; opacity: 1; }

.post-view-topper { max-width:1200px; width:1200px; margin:auto; display:inline-block; text-align: left;}
.blog-post-view .post-wrap.post-header-wrap { float:none; width:100%; float:left; text-align: left; border-bottom: 1px solid #bfbfbf; display:inline-block;  margin-bottom: 35px; padding:30px 0 15px; }
.blog-post-view .post-wrap.post-header-wrap .left-blog { width:77%; float:left; }
.blog-post-view .post-wrap.post-header-wrap .right-blog { width:23%; float:right; }
body.pixiedust.blog-post-view .post-view-topper h1 { margin:0 0 25px; padding-top: 0; }
.post-view-topper .share-right { width:100%; margin-bottom: 14px; }
.post-wrap .post-header.right-blog .subby { font-size:12px; color:#000; }
.post-view-topper .tag-block { width:100%; margin-bottom: 7px; }
.post-view-topper .tag-block a { color:#e30613; text-transform: uppercase; }
.pm-blog-filter .block-title:after, .blog-page .widget.block .block-title:after { content:''; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrowx2.png) no-repeat center right 0px; background-size: 12px;  width:14px; height:14px; position: absolute; right: 0; top:14px; transition: all 200ms ease; transform:rotate(-90deg);}
.pm-blog-filter.pmfilt-open .block-title:after, .blog-page .widget.block.pmfilt-open .block-title:after { transform: rotate(0deg); }
.pm-blog-filter ul, .blog-page .widget.block ul { list-style: none; margin:0; padding: 0; }
.pm-blog-filter ul li, .blog-page .widget.block ul li { width:100%; display: block; margin:6px 0; padding:0; }
.blog-page .widget.block ul li ul { padding:0 !important; }
.pm-blog-filter ul li a, .blog-page .widget.block ul li a { display:block; box-sizing: border-box; position: relative; padding-left:23px; text-transform: capitalize; text-decoration: none; font-weight: normal;  }
.pm-blog-filter ul li a:before, .blog-page .widget.block ul li a:before { content:''; position: absolute; left:0; top:2px; width:13px; height:13px; border:1px solid #bfbfbf; background:#fff url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/White-CheckMarkx2.png) no-repeat center / 75%; transition:all 200ms ease; }
.pm-blog-filter ul li:hover a:before, .pm-blog-filter ul li.isactive a:before, .blog-page .widget.block ul li:hover a:before, .blog-page .widget.block ul li.isactive a:before { content:''; position: absolute; left:0; top:2px; width:13px; height:13px; border:1px solid #e30613; background:#e30613 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/White-CheckMarkx2.png) no-repeat center / 75% }
.pixiedust .widget.block-archive .archive-item-link { font-weight: normal !important; }
.pm-blog-filter ul, .blog-page .widget.block ul, .blog-page .widget.block .block-content, .blog-page .widget.block .tagclaud-hld { display:none; }

.pm-blog-filter.pmfilt-open ul, .blog-page .widget.block.pmfilt-open ul, .blog-page .widget.block.block.pmfilt-open .block-content, .blog-page .widget.block.pmfilt-open .tagclaud-hld { display:block; padding:10px 0; }

.blog-page .widget.block.blog-search .block-content { display: block; }

.touch-blog-top { display:none; }
.blog-page .filter-trigger-butwrap { display:none; }

body.withbanner .valueadded-block { margin-bottom: 0; }
body.pixiedust.blog-post-view .pm-block .banner-inner img { height: 350px; }
body.pixiedust.blog-post-view .breadcrumbs { margin-bottom:0; }

.post-wrap { width:100%; float:left; }
.post-wrap .post-header.right-blog { width:22%; float:right; text-align: left; }

.post-wrap .post-content { width:71%; float:left; }
body.pixiedust.blog-post-view .post-wrap .post-content { width:100%; border:none; margin-top:0px; }
body.pixiedust.blog-post-view .subbanner-header-inner h1 { background:none; text-align: center; color:#fff; }

body.pixiedust.blog-post-view .post-content .post-description ul, body.pixiedust.blog-post-view .post-content .post-description ol { padding:0; margin:0; }
body.pixiedust.blog-post-view .post-content a { color:#333; font-weight:bold; text-decoration: underline; }
body.pixiedust.blog-post-view .pm-post-info { width:100%; text-align: right;}
body.pixiedust.blog-post-view .pm-post-info .post-posed-date { display:inline-block;  text-transform: none; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Posted-grey-clockx2.png) no-repeat center left / 15px; padding-left:19px; }
body.pixiedust.blog-post-view .post-holder .post-header .post-info .value { font-style: normal; font-size:14px; }
body.pixiedust.blog-post-view .pm-post-info .post-author { display:inline-block; text-transform: none; }
body.pixiedust.blog-post-view .post-holder .post-header .post-info .label { font-weight:normal; font-size:12px; }
body.pixiedust.blog-post-view .breadcrumbs { float:left; }
body.pixiedust.blog-post-view .post-view-topper .value b a { color:#e30613; font-weight: normal; font-size: 12px; }
body.pixiedust.blog-post-view .post-holder .share-right .subby { float:left; font-size:14px; }
body.pixiedust.blog-post-view .share-right .subby:after { background-size:16px; }

body.pixiedust.blog-post-view .actions-primary { display:block; width:90%; text-align: center; margin:10px 5% 0; float:left;  }
body.pixiedust.blog-post-view .actions-primary a.product-item-link { width:48%; box-sizing: border-box; margin: 0;  float:left; border:1px solid #797876; font-size:14px; height:32px; box-sizing:border-box;text-align: center; background:none; }
body.pixiedust.blog-post-view .actions-primary a.product-item-link span { line-height: 31px; height:30px; }
body.pixiedust.blog-post-view .actions-primary button { width:48%; margin:0 0 0 4%; box-sizing: border-box; ; float:left; }
body.pixiedust.blog-post-view .henry-eyes-footer { margin-bottom: -5px; }
.post-nextprev-hld a.nextprev-link { border:1px solid #000; border-radius: 2px; padding:5px 10px; text-decoration: none; font-size:12px; }

.cms-index-index .container_related_stories_outer { background:none; padding-top:30px; }
.cms-index-index .container_related_stories_outer h4.fancy { font-size:26px; font-weight: normal !important; }
.cms-index-index .container_related_stories_outer .feat-line .alt-title { margin-bottom:15px !important; }
.container_related_stories_outer .blog_post_identy_1 .post-item-link h4 { color:#4d80a4; }
.container_related_stories_outer .blog_post_identy_2 .post-item-link h4 { color:#b36d6b; }
.container_related_stories_outer .blog_post_identy_3 .post-item-link h4 { color:#808002; }
.container_related_stories_outer .blog_post_identy_4 .post-item-link h4 { color:#800280; }
body.pixiedust.blog-post-view .pm-above-footer { padding-top:30px; }
.container_related_stories_outer {background:#fff; width:100%; padding: 40px 0 45px; float: left; border-top:1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; }
.container_related_stories { max-width:1200px; margin:auto; float:none !important;  }
.container_related_stories .pm_related_stories { width:90%; margin:0 5%; }
body.pixiedust .container_related_stories h4.fancy { margin-bottom:20px; font-size:32px; font-weight: normal !important;  }
.container_related_stories .pm_related_stories .product-item { padding:10px !important; }
.container_related_stories .post-content { text-align:center ; }
.container_related_stories .post-image { margin-bottom:5px; position: relative;  }
.container_related_stories .post-image img { border:1px solid #bfbfbf; box-sizing: border-box; }
.featuredblob { position: absolute; background:#808002; color:#fff; padding:5px 10px; font-size:12px; top:0; left:0;  }

.container_related_stories .post-content .tag-block { min-height: 20px; width: 100%; position: relative; overflow: hidden; white-space: nowrap; font-size:12px;text-overflow: ellipsis; display: block; text-transform: uppercase; font-weight: 600; }
.container_related_stories .post-content a { text-decoration: none !important; }
.container_related_stories .post-content h4 {  margin:5px 0 0; font-weight: bold; color:#000; font-size:20px; padding-top:10px; }

@media (min-width: 1200px) {
	.blog-page .pm-block .banner-inner img { object-fit: cover; height:290px; }
	.blog-page .pm-block .subbanner-header .subbanner-header-inner { height:290px; }
	.blog-page .pm-block .subbanner-header .subbanner-header-inner .blog-topper { position: absolute; top:50%; left:0; transform: translate(0, -50%); }
}

@media (max-width: 1200px) {

	.pm-feat-blog-wrap { box-sizing: border-box; padding:0 20px 35px; }
	.blog-page .pm-block .subbanner-header .subbanner-header-inner { padding-left: 20px; }
	.post-view-topper { box-sizing:border-box; padding-left:20px; padding-right: 20px; width:100%; }
	body.pixiedust.blog-post-view .columns .column.main { padding-bottom: 0; }
	.blog-page .pm-block .banner-inner .subbanner-header { position: absolute; top:50%; transform:translate(0,-50%); }
}
@media (max-width: 950px) {
	.post-view .post-holder .post-header .addthis_toolbox { width:100%; text-align: center; }
	.post-view .post-holder .post-header .addthis_toolbox a { float:none; display: inline-block; }
	body.pixiedust.blog-page.page-layout-2columns-right .column.main { width:100%; }
	body.pixiedust.blog-index-index .right-side * { text-align: left !important; }
	body.pixiedust.blog-post-view .touch-blog-top { display:block; width:100%; float:left; margin-bottom: 30px; }
	.blog-post-view .post-wrap.post-header-wrap .left-blog { width:100%; text-align: center; }
	.blog-post-view .post-wrap.post-header-wrap .right-blog { width:100%; text-align: center; }
	.post-wrap .post-header.right-blog .subby { float:none; }
	.post-wrap .post-header.right-blog { text-align: center; }
	body.pixiedust.blog-post-view .pm-post-info { text-align: center; }
	body.pixiedust.blog-post-view .post-view-topper h1 { margin-bottom: 7px; }
	.post-view-topper .share-right { margin-bottom: 10px; text-align: center;}
	.blog-post-view .post-wrap.post-header-wrap { padding-top: 20px; }
	.blog-page .page-wrapper { width:100%; position: relative; overflow: hidden; }
	.blog-page .sidebar { display:none; }
	.blog-page-list .touch-blog-top { display:block; width:100%; float:left; margin-bottom: 25px; }
	body.pixiedust .post-holder h2.post-title a { font-size:22px; }
	.pm-feat-blog-wrap .feat-content h3 { font-size:22px !important; }
	.pm-feat-blog-wrap h3 { font-size:28px !important; }
	body.pixiedust .post-content .post-description .post-ftimg-hld { width:35%; }
	body.pixiedust .right-side { width:65%; min-height: 0; }
	.touch-blog-top .left { width:48%; float:left; }
	.touch-blog-top .left input { height:37px; border-color:#000; }
	.touch-blog-top .right { width:48%; float:left; margin-left:4%; }
	.touch-blog-top .right span { border: 1px solid #000; display: block; text-align: left; padding-left:10px; height: 35px; line-height: 35px; background:#fff url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Filterx2.png) no-repeat center right 10px / 16px; box-sizing: border-box; margin-top:1px;}
	.blog-page .filter-trigger-butwrap { display: block; background:#e30613; margin-top: 0;   }
	.blog-page .filter-trigger-butwrap .filter-switch { color: #fff;  display: inline-block; box-sizing: border-box; padding-top: 19px; padding-left:39px;  height: 64px; font-size: 18px; background-size: 14px; width: 100%;
		transition: all 300ms ease; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Menu-closex2.png) no-repeat center left 15px / 14px; text-align: left; text-transform: uppercase; font-weight: bold; }
	.blog-page .filter-trigger .pm-blogsearch-container { margin-top:20px; }
	.blog-page .filter-trigger .pm-recipe-filter, .blog-page .filter-trigger .widget.block  { padding:0 20px; box-sizing: border-box; }
	.pm-recipe-filter.pm-blog-filter { margin:20px 0 !important; }
	body.pixiedust .right-side { min-height: 175px; }
	.blog-page .share-right .sharethis-inline-share-buttons { text-align:center !important; margin-top:0; }
}

@media (max-width: 768px) {
	.post-wrap .post-header.right-blog { width:100%; float:left; text-align: center; }
	.post-wrap .post-content { width:100%; }
	.post-wrap .post-header.right-blog .share-right { width:100%; text-align: center; }
	body.pixiedust.blog-post-view .post-holder .share-right .subby { float:none; }
	body.pixiedust.blog-post-view .slick-dots { display:block !important; }
	body.pixiedust.blog-post-view .slick-dots li { display:inline-block; width:auto; }

}

@media (max-width: 600px) {
.pm-feat-blog-wrap .pm-feat-blog { width:100%; margin:0 0 20px; }
	body.pixiedust .post-content .post-description .post-ftimg-hld { width:100%;  }
	body.pixiedust .right-side { width:100%;padding: 0; }
}


@media (max-width: 480px) {
	body.pixiedust.blog-page li.post-holder { width:100%; margin-right:0%; }
	body.pixiedust.blog-page .pm-feat-blog-wrap .pm-feat-blog { width:100%; margin: 0 0 20px !important; }
}

/* SUPPORT PAGE */
.breadwrap { max-width: 1200px; margin:auto; text-align: left; padding-top: 10px; }
.support-intro { max-width: 1200px; margin: 0 auto 40px; }
.support-page iframe { max-width: 100%; }
.support-page-content { width:100%; min-height: 200px; float:left; }
.pixie-support .pm-above-footer { border-top: 1px solid #bfbfbf; }
body.pixiedust .support-intro h1 { font-size:42px; font-weight: normal; margin:0 0 16px; }
body.pixiedust .support-intro h1 b { color:#e30613;  }
body.pixiedust .support-intro span { display:block; margin:0px; font-size:18px; }
body.pixiedust .support-intro span.firm { font-weight: bold; }
body.pixiedust .support-intro span.firm b { color:#e30613; }
.support-page .henry-owner-outer { background:#eef0f2; padding-bottom: 45px; }
.support-page .henry-owner-outer .hoi-links { width:100%; }
.support-page .hoi-links .hoi { cursor: pointer; }
.support-page .hoi-links .hoi .hoi-title { color:#000; text-decoration: none !important; padding:10px 5px;  }
.support-page .copy { float:left; text-align: center; width:100%; box-sizing: border-box; padding:0 35px;}
.support-page .copy h3 { line-height: 24px; height: 55px; margin:0; font-size: 20px; }
.support-page .hoi-links .hoi .hoi-icon .hoi-image-holder img { float:none; display:inline-block; transition: all 200ms ease;  }
.support-page .hoi-links .hoi .hoi-icon .hoi-image-holder img.overimage {  opacity: 0; position: absolute; top:0; left:0; transition:all 200ms ease;}

.support-page .hoi-links .hoi.over .copy, .support-page .hoi-links .hoi.over .hoi-title { text-decoration: underline; }

.support-page .hoi-links .hoi.over .hoi-icon .hoi-image-holder img.upimage {  opacity:0; }
.support-page .hoi-links .hoi.over .hoi-icon .hoi-image-holder img.overimage { opacity:1; background:#30a935; }
.support-page .hoi-links .hoi .hoi-icon .hoi-image-holder { float:none; width:28%; margin:auto; position: relative; }
.support-page .hoi-links .hoi .hoi-icon { width:100%; text-align: center; }
.support-page .hoi-links .hoi .hoi-icon .hoi-image-holder .hoi-colourup { display:none !important; }
.support-page .hoi-links .hoi .hoi-title { font-size:16px;}

.support-page .content-wrap { max-width: 1200px; margin: auto; width:1200px; }
.support-page .content-wrap p { font-size:16px; }
.support-page .content-wrap .content { width:100%; float:left; text-align: left; padding:30px 0;  }
.support-page .content-wrap .content .left { width:48%; float:left; margin-right:4%; }
.support-page .content-wrap .content .right { width:48%; float:left; }
.support-page .content-wrap .amform-form { margin:0; max-width: 100%; }
.support-page .content-wrap .content-contact h4 { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Contact-black-smallx2.png) no-repeat center left / 28px; font-size:28px; font-weight: normal; padding-left: 38px; margin:0 0 30px; }
.amform-form-fieldset label.label { font-size:12px; margin: 0 !important; position: relative; width:100%;}
.amform-form-fieldset input.form-control, .amform-form-fieldset select { height:38px; }
.amform-form-fieldset .tooltip-element { background:none; font-size:10px; color:#33b3da; font-weight: normal; text-decoration: underline; width:auto; float:right; margin: 0; }
.support-page .insert-container.fields { font-size:16px; }
body.pixiedust .amcform-toolbar { text-align: left; }

.support-page .content-wrap .content-contact .right { float:right; width:45%; padding-top: 75px; }
.cont-item { padding-left:50px; width:100%; box-sizing: border-box; background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Phone-redx2.png) no-repeat left top 0px / 32px; margin: 0 0 30px; }
.cont-item span { display:block; color:#000; font-size: 18px; }
.cont-item span.title { font-size:22px; font-weight: bold; margin: 8px 0 15px; }
.cont-item span.small { font-size:18px; }
.cont-item span.large { font-size:22px; font-weight: bold; color:#75767c;}
.cont-item span a {color:#75767c; font-weight: bold; text-decoration: underline; }
.cont-item span.greysmall { color:#75767c; font-weight: bold; }
.cont-item.ci2 { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/email-redx2.png) no-repeat left top 3px / 32px; }
.cont-item.ci3 { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Staff-clock-redx2.png) no-repeat left top 0px / 32px; }
.cms-page-view .page.messages { margin-top:15px; }

.support-page .content-wrap .content-faqs h4 { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/FAQs-black-smallx2.png) no-repeat center left / 28px; font-size:28px; font-weight: normal; padding-left: 38px; margin:0 0 30px; }
.cms-page-view .tabbed-content { width:100%; float:left; margin:5px 0 25px; }
.cms-page-view .tab-item { width:100%; float:left; border-top:1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; margin-bottom: -1px; }
.cms-page-view .tab-item .title { font-size:16px; width:100%; padding:15px 25px 15px 0; position: relative; float:left; cursor: pointer; text-align: left; font-weight: bold; box-sizing: border-box; }
.cms-page-view .tab-item .title:after { content:''; background:#888887 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/ArrowDownWhitex2.png) no-repeat center / 12px; width:22px; height:22px; transform: rotate(-90deg); transition: all 200ms ease; border-radius:50%; position: absolute; right: 0; top: 14px; }
.cms-page-view .tab-item .tab-content { display:none; padding: 5px 0 20px; float:left; width:100%; }
.cms-page-view .tab-item.tab-active .tab-content { display:block; }
.cms-page-view .tab-item.tab-active .title:after { transform: rotate(0deg); }
.cms-page-view .tab-item ol { margin:0 0 10px; padding: 0; list-style: none; counter-reset: item; }
.cms-page-view .tab-item ol li { counter-increment: item;  margin-bottom: 5px; }
.cms-page-view .tab-item ol li:before {    margin-right: 10px; content: counter(item);  background: #e30613;  border-radius: 100%; color: white; width: 1.5em; text-align: center;  display: inline-block;
 }

.support-page .content-wrap .content-videos h4 { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Videos-black-smallx2.png) no-repeat center left / 28px; font-size:28px; font-weight: normal; padding-left: 38px; margin:0 0 10px; }
.support-page .content-wrap .content-videos span.title { font-weight: bold; display:block; margin:0 0 30px; }
.support-page .pm-image-carousel .block-content { width:95%; }
.support-page .pm-image-carousel .pm-image-carousel-inner .pm-prev { left:-10px; }
.support-page .pm-image-carousel .pm-image-carousel-inner .pm-next { right:-10px; }
.support-page .pm-image-carousel .slick-dots { display:none !important; }


.support-page .content-wrap .content-warranty h4 { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Warranty-black-smallx2.png) no-repeat center left / 28px; font-size:28px; font-weight: normal; padding-left: 38px; margin:0 0 30px; }
.support-page .content-wrap .intro-wide { border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; width:100%; float:left; padding:20px 0; margin-bottom: 30px; }
.support-page .content-wrap .form-wrap { width:100%; float:left; }
.support-page .content-wrap .amtitle { font-size:24px; font-weight: bold; margin-top: 35px; }
.support-page .content-wrap .content-warranty .fb-checkbox label.fb-checkbox-group-label { display:none; }
.support-page .content-wrap .content-warranty .fb-checkbox label { font-weight: bold; font-size: 12px; margin-left: 4px; }
.support-page .content-wrap .form-wrap .right img { margin-top: 226px; }

@media (min-width: 1200px) {
.support-page .hoi-links .hoi:hover .hoi-icon .hoi-image-holder img.upimage { /*display:none;*/ opacity:0; }
.support-page .hoi-links .hoi:hover .hoi-icon .hoi-image-holder img.overimage { opacity:1; /*display:inline-block;*/ background:#30a935; }
}
@media (max-width: 1200px) {
	.support-page .content-wrap { width:100%; box-sizing: border-box;  }
	.support-page .hoi-links .hoi .hoi-title { padding:10px 0 0; }
}

@media (max-width: 850px) {
	.support-page .content-wrap .content .left { width:100%; margin:0 0 20px; }
	.support-page .content-wrap .content .right { width:100%; }
	.support-page .content-wrap .form-wrap .right { text-align: center; }
	.support-page .content-wrap .form-wrap .right img { margin:0; }
	.cont-item { width:33.33%; float:left; }
	.support-page .content-wrap .content-contact .right { padding-top:15px; }

}

@media (max-width: 768px) {
	.support-page .hoi-links .hoi .hoi-title { display:none; }
	.support-page .copy { padding:0 10px; }
	.support-page .copy h3 { font-size:16px;}
	.cont-item { width:100%; }
	.cont-item span.title { font-size:16px; margin-top: 0; }
	.support-page .content-wrap .content h4 { font-size:22px !important; padding: 4px 0 4px 34px !important; }
	.support-page .henry-owner-outer { padding:10px 0 0  !important; }
	.support-page .hoi-links .hoi .hoi-icon { margin-bottom: 0; }
	body.pixiedust .support-intro h1 { font-size:36px; }
	.support-page .pm-image-carousel .block-content { width:100%; }
	.support-page .pm-image-carousel .slick-dots { display:block !important; }
	.pixie-support .columns .column.main { padding-bottom: 0; }
}
/**** TOP MESSAGE ****/

#topmessage { display: none; }

.topmsg-inner { max-width: 1200px; position: relative; padding: 0 15px; box-sizing: border-box; margin: 0 auto; }

.topmsg-inner span.closemsg { content: ''; background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/MenuClosex2white.png) no-repeat center;  display: block;  width: 14px;  height: 14px;  background-size: 14px;  position: absolute;  top: 0;  right: 0; cursor: pointer;  }



/* CMS STYLES FOR CLIENT */
.cols2 { width:100%; float:left; margin-bottom:10px; }
.cols2 .col1 { width:48%; float:left; margin-right:4%; }
.cols2 .col2 { width:48%; float:left; }
@media (max-width: 769px) {
	body.pixiedust .cols2 .col1, body.pixiedust .cols2 .col2 { width:100%; margin:0 0 20px; }
}




/** PRODUCT VERTICAL NAV ADJUSTMENTS **/

body.pixiedust.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left, body.pixiedust.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right { background: #fff; }
body.pixiedust .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left { top: -15px; }
body.pixiedust .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right { bottom: -8px; }
body.pixiedust .fotorama__nav--thumbs .fotorama__nav__frame { bottom: -5px; }
body.pixiedust .fotorama__nav-wrap--vertical .fotorama__nav__shaft { padding-top: 2px; }
body.pixiedust.catalog-product-view .video-thumb-icon:after { display:none; }

/* FREE GIFT */
body.pixiedust .ampromo-items-add { width:1200px; margin:auto; background:#e30613; color:#fff;  }
body.pixiedust .ampromo-items-add a { color:#fff; }
@media (max-width: 1200px) {
	body.pixiedust .ampromo-items-add { max-width:100%; float:left;box-sizing: border-box; }
	body.pixiedust .checkout-container { float:left; }
}

/* TRUST PILOT */
.trust-list-box {  width:230px; margin:7px 0 0; float:left; clear:both; position: relative; overflow: hidden; }
.trust-hover-block { width:100%; height:27px; position: absolute; z-index: 9; display: block; cursor: pointer; }
.trust-list-box .tp-widget-readmore strong { color:#fff; width:155px; overflow: hidden;}
.product-info-main .trust-list-box .trust-cap { position: absolute; top:0; left: 0; width:100%; height: 50px; cursor:pointer; }
.product-info-main .trust-list-box { margin:0px 0 15px; position: relative; overflow: hidden;}
.pm-slick-item.slick-slide .trust-list-box { width:100%; margin-top: 15px; }
#content_reviews .trust-pilot-feature-inner { padding-top:20px; }
.trustpilot-widget iframe:not(:first-child)  { display:none !important;  }

/* PAGE BUILDER */
.page-main-full-width [data-content-type='row'][data-appearance='contained'] { max-width:100% !important; }

/* HENRY 2.1 CHANGES */
.customer-account-edit .fieldset.company, .customer-account-edit .fieldset.job_title { display: none; }

/** DONT USE INTERNET EXPLORER WARNING **/
.internet-explorer-warning{display: none;position:fixed;top:0;left:0;width:100%;z-index:9999999;}

/* ORDER CANCELLATION */
span.cancelme { text-decoration: underline; cursor:pointer; }
.topop .rendered-form { margin: 20px auto; }

/* CREDIT MESSAGE */
.fixed-message { position:fixed; z-index:999; bottom:-60px; height:60px; width:100%; transition:all 300ms ease; }
.fixed-message .fixed-in { background: #e30613; width:100%; text-align:center; color:#fff; box-sizing:border-box; padding:20px 20px 20px; height:60px; font-weight:bold; }
.credit-message-in .fixed-message { bottom:0; box-shadow: 0 0 10px -3px #000; }


/** GIFT CARD STYLES **/

body.pixiedust .payment-option.opc-payment-additional.giftcardaccount{
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	border: none;
}

body.pixiedust .payment-option.opc-payment-additional.giftcardaccount .payment-option-title{
	border: none;
	padding: 0 0 20px 0;
}

body.pixiedust .payment-option.opc-payment-additional.giftcardaccount .payment-option-title .action-toggle,
body.pixiedust .payment-option.opc-payment-additional.giftcardaccount .payment-option-title .action-toggle > span{
	color: #000;
}

body.pixiedust .payment-option.opc-payment-additional.giftcardaccount .payment-option-content{
	padding:0;
}

body.pixiedust .payment-option.opc-payment-additional.giftcardaccount .actions-toolbar .primary{
	margin-right: 20px;
}

/* DATE PICKER CUSTOM */
#product-options-wrapper input.madecalendar { width:calc(100% - 40px); margin-right:13px; }
#product-options-wrapper .madecalendar-required { position:relative; width:100%; float:left; margin-bottom:45px; }
#product-options-wrapper .madecalendar-required div.mage-error { position:absolute; left:0; bottom:-30px; }

/* OPAYO */
.opayo-payment-method-logo { width:500px !important; max-width:500px !important;  margin-top: -3px; background:url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/opayo_checkout_img.png') no-repeat center left / auto 60px !important }
label[for='sagepaysuitepi'] span { display:none; }
body.pixiedust.checkout-index-index .payment-method-content button.action.primary.checkout { padding:12px 20px 12px 25px; margin-top: 15px; }
body.pixiedust.checkout-index-index .payment-method-content button span { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Padlock-whitex2.png) no-repeat center left 0px / 13px !important; padding:11px 11px 11px 20px;  }
@media screen and (max-width:767px) {
body .opayo-payment-method-logo { width:100% !important; }
}
/* PRODUCT OPTIONS */
/*mageworx options here*/
.field.pixie-extras { width:100%; float:left; margin:0 0 30px; position: relative; }
.field.pixie-extras .label.pixie-label { background:#f6f8fa; box-sizing: border-box; padding:14px 16px 14px; height:50px; text-transform: uppercase; font-weight: bold; width: 100%; position: relative; border-radius: 0px; cursor:pointer; border-top:1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf;  }

.field.pixie-extras:nth-of-type(1n) .label.pixie-label { background:none !important; padding-left:0; border-top:0; }
.field.pixie-extras:nth-of-type(1n) .label.pixie-label span:after { display:none; }
.field.pixie-extras:nth-of-type(1n) .control { display:block !important; }

.field.pixie-extras.required label:after { display:none !important; }

.field.pixie-extras.pixie-has-info .label.pixie-label { width: calc(100% - 65px);}
.field.pixie-extras .pixie-clickpopup { width:55px; height:55px; content:''; position: absolute; right:0px; top:0; background:#f6f8fa1 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/Info-icon-red.svg) no-repeat center / 38px; box-sizing: border-box; border-radius: 3px; font-size: 0; cursor:pointer; }
.field.pixie-extras .control { display:none; float:left; width:100%; padding:10px 0 0; }
body.pixiedust  .field.pixie-extras .control input[type="checkbox"] { margin:0; }
.field.pixie-extras .label.pixie-label span { display: block; position: relative; border-bottom: 0 !important; }
.field.pixie-extras .label.pixie-label span:after { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/arrow-down.svg) no-repeat center right 0px; width:12px; height:12px; content:''; position: absolute; right:0px; top:3px; transition: all 200ms ease; transform: rotate(-90deg);}
.field.pixie-extras span#value { width:100%; float:left;  font-size: 12px; }
.field.pixie-extras.pm-extra-opened .label.pixie-label span:after { transform: rotate(0deg); }
.field.pixie-extras.pm-extra-opened .control { display:block; width:100%; float:left; padding: 10px 0 10px; }

.field.pixie-extras .mageworx-swatch-container { width:100%; float:left; padding:0; margin:0 0 5px; }
.field.pixie-extras .mageworx-swatch-container .mageworx-swatch-option { width: 60px; display: inline-block; border:1px solid #dfdfdf;border-radius: 3px; }
.field.pixie-extras .mageworx-swatch-container .mageworx-swatch-info { max-width:100% !important;}
.pm-wrap-mageworx { width:calc(100% - 85px); text-align: left; display: inline-block; float:right; }
.pm-wrap-mageworx .mageworx-swatch-info { width:100%; float:left; text-align: left; }
.pm-wrap-mageworx .mageworx-swatch-info .price { font-weight: bold; }
.mageworx-swatch-option.selected, .mageworx-swatch-option:hover { outline: 0 !important; border:1px solid #00b388 !important;  }

.pixie-extras .price-wrapper.price-including-tax, .pixie-extras .price-wrapper.price-excluding-tax { display:inline-block; font-size:14px; font-weight: bold; } 

.modal-slide.info-pop { max-width:500px; width:500px; left:auto; right:0; }
.modal-slide.info-pop .page-actions-buttons { display: none; }

.field.pixie-extras .options-list.nested { margin: 10px 0; }
.field.pixie-extras .options-list.nested input[type="checkbox"].product-custom-option { margin-top: 6px; margin-right: 8px; float:left; border:1px solid #C6C6C6; }
.field.pixie-extras .options-list.nested input[type="checkbox"].product-custom-option:checked { background:#e30613 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/filters-checkmark-white.svg) no-repeat center / 12px; border:1px solid #e30613  !important; }
.field.pixie-extras .options-list.nested .label-qty { }
.field.pixie-extras .options-list.nested .label-qty input { width:55px !important; border:1px solid #dfdfdf; margin-left: 5px; }
.field.pixie-extras .options-list.nested .mageworx-optionswatches-option-gallery { min-height: 0px; }

body.pixiedust .qtip,  body.pixiedust .qtip-default, body.pixiedust .qtip.qtip-default { display:none !important; }

.total-price-calc.tpc-visible { width:100%; float:left; margin: -15px 0 28px; padding-bottom: 20px; border-bottom: 1px solid #bfbfbf;  }
body.pixiedust .total-price-calc .price-wrapper { display:inline-block !important; opacity: 1 !important;  }
body.pixiedust .total-price-calc .price-excluding-tax { display:none !important; }
body.pixiedust.pm-hidevat .total-price-calc .price-excluding-tax { display:inline-block !important; }
body.pixiedust .total-price-calc span.toto { margin-right: 10px; font-weight: bold; }

/* 243 updates */
#product-options-wrapper label.label { width:100%; float:left; height:auto; padding-bottom: 10px; margin-bottom:20px; }
body.pixiedust .product-info-main .product-info-price .pixie-extras { margin-bottom: 20px !important; }
body.pixiedust .product-info-main .product-info-price .pixie-extras span.price { font-size: 14px !important; }
body.pixiedust .product-info-main .product-info-price .pixie-extras .price-excluding-tax span.price { font-size: 12px !important; }
body.pixiedust .product-info-main .product-info-price .pixie-extras .field.choice { width:100%; float:left; }
#product-options-wrapper .pixie-extras label.label.admin__field-label { max-width: calc(100% - 40px); }

#product-options-wrapper .pixie-extras .field.admin__field-option { display: flex; align-items: center; padding:5px 0; }
#product-options-wrapper .pixie-extras .field.choice.admin__field.admin__field-option input.checkbox { margin:0 5px 0 0; height:16px; width:16px; min-width: 16px; position: static; }
#product-options-wrapper .pixie-extras .field.choice.admin__field.admin__field-option label.label { margin:0; padding:0; }
#product-options-wrapper .pixie-extras .field.choice.admin__field.admin__field-option .label-qty b { display: none; }

.pixiedust.account .block .block-title strong { font-weight: 400 !important; padding-bottom:10px; display: block; border-bottom:1px solid #bfbfbf;  }

@media screen and (max-width: 1370px) {
	.intro-container .intro-inner { width:100%; box-sizing: border-box; padding-left: 20px; padding-right: 20px; }
	.pixie-shipcalc .fieldset span, .pixie-shipcalc .fieldset .control { width:100%; }
	.intro-container.delivey-container a.black-button { right:20px; }
	.intro-container .intro-inner.double-sides .pblock { padding-right: 20px; }
	.intro-container .intro-inner.double-sides .pblock.pblock_2 { padding-left: 20px; }
	.intro-container .intro-inner .slick-list.draggable { overflow: visible; }
}
@media screen and (max-width: 1350px) {
	.product.media .icon-wish { left:25px;} 
}
@media screen and (max-width: 1000px) {
	.field.pixie-extras .label.pixie-label { font-size:12px; padding-top: 20px;  }
	.intro-container h3:before { top:-1px; }
	body.pixiedust .intro-container h3.guides:before { top:-2px; }
}

@media screen and (max-width: 850px) and (min-width:768px) {
 .pixie-shipcalc .potcode-field {display: block; }
 .pixie-shipcalc button.submit { top:auto; bottom:37px; }
}


/* Free gift popup */
.ampromo-items-content h2 { margin:-25px -24px 40px; color:#fff; padding: 20px 25px 20px 48px; box-sizing: border-box; background:#000 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/popup-alert-freeitems.svg) no-repeat center left 15px / 25px;  text-transform: uppercase; font-size: 20px !important; }
.ampromo-items-content .ampromo-close { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/out-of-stock-white.svg) no-repeat center; opacity: 1; width:20px; height:20px; top:18px; right:20px;  }
body .ampromo-items-content .ampromo-item { padding:5px; }
body .ampromo-items-content .ampromo-item  button { width:100%; background : #e30613 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/CTA-basket.svg) no-repeat center left 20px / 18px; padding:12px 20px; }
body .ampromo-items-content .ampromo-item  button:hover { background :#ca0001 url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/CTA-basket.svg) no-repeat center left 20px / 18px; padding:12px 20px;  } 

/* 243 update */
body.pixiedust .abs-margin-for-forms-desktop, body.pixiedust .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, body.pixiedust .column:not(.sidebar-additional) form .actions-toolbar { margin-left:0; }

/* HQ update */
.fancybox-overlay.fancybox-overlay-fixed { z-index: 9999; }
.fancybox-wrap.fancybox-opened { z-index: 99999; }

/*** Paypal pay in 3 banner **/

.pp-paylater-wrap > span { clear: both; }
body.checkout-cart-index .pp-paylater-wrap { margin-top: 20px; }
body.checkout-cart-index .pp-paylater-wrap > span { background: #023188; padding: 13px 15px 0px; border-radius: 3px; display: block; }
.paypal-credit-note { margin-top: 20px; }
span.inner-note img { border: 3px dotted #00989e; display: block; margin-top: 15px; }

@media (min-width: 481px) {
	span.inner-note img { max-width: 55%; }
}

/* FAUX COUNTRY SWITCH */
body .top-links-left ul.header { display:flex !important;  gap: 20px; align-items: center; height:36px; padding-top:0; padding-bottom: 0; }
body.pixiedust .tl-country-faux-switch { position: relative; }
body.pixiedust .tl-country-faux-switch a { color:transparent; padding:0 !important; width: 36px; height: 36px; display: block; background-repeat:no-repeat !important; background-position: center; }
body.pixiedust .tl-country-faux-switch ul { display:none; position:absolute; z-index:99999; width:100%; top: 36px; box-shadow: 0px 5px 10px -7px #000; border-radius: 0 0 3px 3px; background:#fff;  }
body.pixiedust.country-switch-open { overflow-x:hidden; }
body.pixiedust.country-switch-open .tl-country-faux-switch ul, body.pixiedust .tl-country-faux-switch:hover ul { display:block; }
body.pixiedust.country-switch-open .header.content:before { content:''; background:rgba(0,0,0,0.6); position:absolute; left:-3000px; top:0; width:10000px; height:10000px; z-index: 10000; transition:all 300ms ease;}

body.pixiedust #faux-country-switch { padding:0; }
body.pixiedust #faux-country-switch ul { margin:0; padding:0; border:0;}
body.pixiedust #faux-country-switch ul li a { background:#eef0f2 !important;  }
#faux-country-mobile a span.flag, body.pixiedust #faux-country-switch span.flag { background-repeat: no-repeat; background-position: center left; padding-left: 40px; }

/* 245 modal fix */
@media (max-width: 768px) {
body .modal-popup.modal-slide .modal-inner-wrap { max-height: 100vh !important;}
}
/* AMASTY FREE GIFT UPDATE */
@media screen and (max-width:400px) {
	body .ampromo-overlay .slick-prev, body .ampromo-overlay .slick-next { display:block; }
	body .ampromo-overlay .slick-next { right: -15px !important; }
	body .ampromo-overlay .slick-prev { left: -15px !important; }
}

/* AMASTY EMAIL SIGNUP */
body.pixiedust .amxnotif-block .notification-container { width: 100%; display:flex; justify-content:space-between; column-gap: 15px; margin: 10px 0 65px; }
body.pixiedust .amxnotif-block .notification-container input.input-text { height: 46px; border:1px solid #bfbfbf !important; border-radius: 3px; }
body.pixiedust .amxnotif-block .actions-toolbar, body.pixiedust .amxnotif-block .primary { width: 100%; }
body.pixiedust .amxnotif-block .notification-container .action.submit { margin:0; height: 46px; width: 100%; }

/* P8 Fix */
body.pixiedust.catalog-product-view .product-info-main .product-info-price { display:flex; flex-direction:column; } 
body.pixiedust.catalog-product-view .product-info-main .product-info-price .product-add-form { order: 10; }
body.pixiedust.catalog-product-view #product_addtocart_form { display:flex; flex-direction:column; } 
body.pixiedust.catalog-product-view .product-options-bottom { order: 10; }

/* HIDE PRODUCT PAGE MOBILE FIXED HEADER */
@media screen and (min-width: 1199px) {
.catalog-product-view .pm-fixed-touch-control { display:none; }
}

/* 247 UPDATES */
.pm-fixed-touch-control .paypal.pixiepal { display:none !important; }
body .checkout-payment-method .payment-method+.payment-method .payment-method-title { display:flex; align-items:center; justify-content:start; }
body .checkout-payment-method .payment-method+.payment-method .payment-method-title label { width: 100%; }
body .checkout-payment-method .payment-method-title .payment-icon { max-width:100%; }

@media screen and (max-width: 640px) {
body .checkout-payment-method .opayo-payment-method-logo { background-size: auto 40px !important; }
}

body.checkout-index-index hb-core-home::part(select-button), 
body.checkout-index-index hb-core-search::part(search-button) { background-color: #e30613; }
body.checkout-index-index hb-core-search::part(container) { font-family: 'Muli', sans-serif; }
body.checkout-index-index hb-core-home::part(container) { font-family: 'Muli', sans-serif; }


.configurable-list-price-box { display: flex; align-items: center; justify-content: flex-end; }
.configurable-from {  margin-right: 5px; font-size: 14px; font-weight: bold; }

/* KLARNA TWEAK */
.pm-fixed-product .product-page-klarna { display:none; }

/* 248 UPDATES */
@media screen and (max-width: 950px) {
	body.catalogsearch-result-index .page-title-wrapper { box-sizing: border-box; padding: 0 20px; }
}
body.checkout-index-index .modal-popup .modal-inner-wrap  { margin-left:auto !important; }
body.checkout-index-index #saml_login_checkout_container { display:none; }
.pixie-registered-checkout .checkout-billing-address .field.field-select-billing { display:block; }
body.checkout-index-index label[for='sagepaysuiteform'] span { display:none; }
@charset "utf-8";
/* AM SHOP BY */
.ui-tooltip .am-brand-small_image{margin:auto;display:block;max-width:150px}
.ui-tooltip .am-brand-image{margin:auto;display:block;max-width:400px}
.amslider *{margin:0;padding:0}
.amslider{position:relative;margin:30px auto}
.amslider.-enable{margin-bottom:35px}
.amslider .swiper-container>.wrapper{text-align:center}
.amslider .swiper-slide .brand-title{color:#4f4f4f;font-size:15px;line-height:1.2}
.amslider .swiper-pagination-bullets{bottom:-30px;left:0;width:100%}
.amslider .swiper-pagination-bullet{margin:0 5px;width:12px;height:12px}
.amslider .swiper-pagination-bullet-active{background:#4f4f4f}
.amslider .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+)}
.amslider .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+)}
.amslider .swiper-slide{text-align:center;font-size:18px}
.amslider .category-item .category-item-title{margin:auto}
.amslider .slide .category-item-title,.amslider .swiper-slide .swiper-category-item{font-size:15px;line-height:1.2;word-break:break-word}
.amslider .wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}
.amslider .no-img{margin:auto}
.brands-filters{display:inline-block;margin:0 0 10px;width:100%;min-height:50px}
.brands-filters .letter{display:block;float:left;margin:0 5px 10px;padding:2px 5px;min-width:17px;min-height:20px;text-align:center;color:#333;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;border:1px solid #ccc;border-radius:5px;background:#e2e2e2}
.brands-filters .letter-all{min-width:90px;margin-right:20px}
.brands-filters .letters{margin-top:4px}
.brands-filters .letter.disabled{opacity:0.6;pointer-events:none;background-color:#f1f1f1}
.brands-filters .letter.hide{display:none}
.brands-filters .letter:hover,.brands-filters .letter.active{background:#fed285}
.ambrands-search-wrapper{display:block;margin:0 auto}
.ambrands-search-wrapper .ambrands-search-input{display:block;margin:0 5px 20px;max-width:100%}
.ambrands-search-wrapper #livesearch{position:absolute;display:none;width:365px;max-width:100%;max-height:250px;background-color:#fff;overflow-x:hidden;overflow-y:auto;border:1px solid #a5acb2;z-index:99}
.ambrands-search-wrapper #livesearch a{display:block;float:left;padding:5px 10px;width:100%}
.brand-images .brands-letter{width:100%;vertical-align:top;box-sizing:border-box}
.brand-images .brands-letter .bare-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}
.brand-images .brands-letter .letter{border-bottom:1px solid #b2b2b2;font-size:18px;font-weight:400}
.brand-images .brands-letter .letter .title{padding:0 2px 1px;text-transform:uppercase;background:#e2e2e2}
.brands-letter .brand-item{position:relative;margin:0 5px 20px}
.brands-letter .brand-item .item{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;color:#333;-webkit-justify-content:flex-start}
.brands-letter .brand-item .item:hover{text-decoration:none}
.brands-letter .brand-item .no-img{color:#e2e2e2}
.brands-letter .brand-item .count{position:absolute;right:0;top:0;display:block;width:25px;height:25px;line-height:25px;text-align:center;background:#f58c12;border-radius:50%;color:#fff}
.brands-letter .brand-item .label{position:relative;margin:5px 0 0;padding-top:5px;width:100%;word-wrap:break-word}
.brands-letter .brand-item .label:before{content:'';position:absolute;top:0;left:25%;right:25%;display:block;height:1px;background:#b2b2b2}
.brands-letter .brand-item .item:hover .label:before{left:0;right:0;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;transition:all ease .3s}
.brands-letter .brand-item .am-image-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center}
.amslider-header-container{padding:5px 0 5px 35px;height:35px;font-size:22px;line-height:35px;color:#000;background:#e2e2e2}
.icon .brand-label{float:left}.brand-images li.brand-item{list-style-type:none;text-align:center}ul.bare-list img{display:block;margin:0 auto}
.children-category .amslider{position:relative;left:inherit;margin:0 50px;width:100%;transform:inherit;display:block}
.amslider.am-brand-slider{max-width:100%;padding:0}
.amslider.am-brand-slider .slide{-webkit-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end}
.amslider.am-brand-slider .slide .am-image-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:10px;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center}
.amslider.am-brand-slider .swiper-slide .am-image-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center}
.amslider .slide{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;margin:0 9px 20px 0;max-width:30%;text-align:center;color:#4f4f4f}
.amslider .slide .category-item{position:relative;padding:10px;width:100%;border:1px solid #fff}
.amslider .slide .category-item:hover,.amslider .slide .category-item.active{box-shadow:3px 3px 4px 0 rgba(0,0,0,0.3);border-color:#bbb;position:relative;z-index:2;padding:10px}
.amslider .slide .category-item.category-item-label img{margin-bottom:25px}
.amslider .slide .swiper-brand img{width:100%;height:auto}
.children-category-container.swiper-container{width:calc(100% - 2 * 27px);margin:auto}
.children-category-container .swiper-wrapper{-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;align-items:baseline}.amslider .swiper-slide{padding:10px;box-sizing:border-box;color:#4f4f4f}
.amslider .swiper-slide .swiper-category-item{padding:10px 0;border:1px solid #fff}
.amslider .swiper-slide .swiper-category-item img{width:100%;height:auto}
.amslider .swiper-slide .swiper-category-item.category-item-label img{margin-bottom:25px}
.amslider .swiper-slide .swiper-category-item:hover,.amslider .swiper-slide .swiper-category-item.active{background:#ffffff;box-shadow:3px 3px 4px 0 rgba(0,0,0,0.3);border:1px solid #bbb;margin:0}
.amslider .swiper-slide .swiper-brand .no-img{display:inline-block;margin-bottom:35px;color:#e2e2e2}
.amslider .swiper-slide:hover,.amslider .slide:hover{text-decoration:none}
#category-carousel .swiper-button-next{right:0}
#category-carousel .swiper-button-prev{left:0}
#category-carousel .swiper-button-next,#category-carousel .swiper-button-prev{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:.3;height:100%;margin:0}
#category-carousel .swiper-button-next:hover,#category-carousel .swiper-button-prev:hover{opacity:1;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;transition:all ease .3s}
.amslider .swiper-slide .swiper-category-item:not(:root:root),.amslider .swiper-slide .swiper-brand:not(:root:root),.amslider .slide .category-item:not(:root:root){padding:10px}
.amslider-container{width:100%;margin:auto;margin-bottom:15px}.am-rating-up{font-size:smaller}
.amshopby-hightlighted{background-color:#ff0}
.filter-options-content .am-swatch-link{display:inline-block}
.filter-options-content .am-swatch-link:hover{background:none}
.filter-options-content .am-swatch-link>.input.-hidden{display:none}
#am-shopby-container .am-shopby-item{display:flex}.am-shopby-item .filter-value{margin-left:5px}.amshopby-filter-tooltip{display:inline-block;max-width:20px;max-height:20px;margin-left:6px;vertical-align:middle}
.filter-options-content .delimiter{margin:0 5px;line-height:30px}
.filter-options-content .range{margin-top:10px}
.filter-options-content .am-show-more{display:none;margin-top:10px}
.filter-options-content .am-filter-price{width:46%}
.filter-options-content .items a{margin-left:0}
.filter-options-content .count{display:inline-block}
.filter-options-content .am-shopby-swatch-label .count{margin:0;padding:0}
.filter-options-content .am-shopby-swatch-label .label{margin-right:5px}
.am-filter-go{margin:15px 0 0;width:25%}input[type="text"].am-filter-price.-to.right{float:right}
.amshopby-slider-container{margin:10px 15px 15px 5px}
.amshopby-slider-container .ui-slider-range{position:absolute;height:10px;background:#b6b6b6}
.amshopby-slider-container .am-slider .ui-slider-handle{padding:0;margin-top:-5px;margin-left:-5px;width:20px;height:20px;border-radius:50%;background:#f98b25}
.amshopby-slider-container .am-slider .ui-slider-handle:hover,.amshopby-slider-container .am-slider .ui-slider-handle:active{background-color:#e17e17}
.amshopby-slider-container .amshopby-slider-display{text-align:center}
.am-swatch-options{display:flex;flex-direction:column;padding-left:2px}
.am-swatch-options .swatch-option{display:inline-block;margin:0 10px 0 0}.am-swatch-options>.item{padding-bottom:4px !important}
.am-swatch-options>.item:hover{background-color:transparent}
.am-swatch-options .am-shopby-swatch-label{display:inline-block;max-width:70%;vertical-align:middle;word-wrap:break-word}
.catalog-topnav .filter-options{flex-wrap:wrap;min-height:40px;border-bottom:1px solid #ccc}
.catalog-topnav .filter-options .filter-options-item{display:inline-block;border:0}
.catalog-topnav .filter-options .filter-options-content{position:absolute;margin-top:5px;border:1px solid #ccc;background-color:white;z-index:9000;min-width:100px}
.catalog-topnav .filter-options .am-filter-items-rating li{margin:0 0 10px}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child{margin:0}
.catalog-topnav .block-actions{display:none}.am-filter-items-attr_price{min-width:130px;max-width:350px}
.amasty-catalog-topnav.block.filter{flex-basis:auto}
.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a{display:block}
.page-layout-1column .filter-options-item.active .filter-options-content{padding:10px 15px}
.page-layout-1column .filter-options-content li.item{padding:0}.am-filter-items-stock .am_shopby_link_selected,.am-filter-items-rating .am_shopby_link_selected{background-color:#e8e8e8;text-decoration:none}
.am_shopby_link_selected{font-weight:bold}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{right:8px;top:5px}
.catalog-topnav{display:none}
.filter-options .items .items-children.-folding{list-style:none;padding-left:18px}
.filter-options .items .items-children.-folding .item{margin:5px 0}
.filter-options .items.amshopby-fly-out-view .items-children{background-color:#fff;z-index:9999}
.filter-options .items.amshopby-fly-out-view li{margin:0;padding:10px;border:1px solid #ccc;border-top:none}
.filter-options .items.amshopby-fly-out-view li:hover{background-color:#ccc}
.filter-options .items.amshopby-fly-out-view li:first-child{border-top:1px solid #ccc}
.filter-options .items.amshopby-fly-out-view a:hover{background-color:transparent}
.filter-options .ui-widget-overlay{background:#aaaaaa;opacity:.3}
.filter-options .ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
.filter-options .am-category-view{position:absolute;display:block;margin:0;padding:10px;width:100%;max-height:300px;border:1px solid #ccc;background-color:white;box-sizing:border-box;white-space:nowrap;overflow-y:auto;z-index:9}
.filter-options .am-labels-folding .item a.amshopby-filter-parent,.filter-options .am-category-view .item a.amshopby-filter-parent{padding-left:20px}
.filter-options .am-category-view a{display:inline-block;white-space:initial}
.filter-options .filter-options-content .rating-summary{display:inline-block;vertical-align:sub}
.filter-options .amshopby-search-box{margin:0 0 15px}
.amshopby-fly-out-view.ui-menu{position:relative}
.amshopby-fly-out-view .ui-menu{width:100%}
.filter-options .ui-menu{display:block;margin:0;padding:0;list-style:none;outline:0}
.filter-options .ui-menu .ui-menu{position:absolute}
.filter-options .ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style:none}
.filter-options .ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}
.filter-options .ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}
.amshopby-category-dropdown{display:block;padding-right:3.6rem;min-height:3.2rem;text-align:left;border:1px solid #adadad;cursor:pointer;white-space:normal;overflow:hidden;text-overflow:ellipsis;background-color:#fff;font-weight:400}
.amshopby-category-dropdown:after{content:'';position:absolute;top:50%;right:1.2rem;margin-top:-0.2rem;width:0;height:0;border-color:#000 transparent transparent transparent;border-style:solid;border-width:.5rem .4rem 0 .4rem;box-sizing:border-box;transition:all .2s linear}
.amshopby-category-dropdown:before{content:'';position:absolute;top:0;right:0;width:3.2rem;background-color:#e3e3e3;border:1px solid #adadad;bottom:0}
.am-category-wrapper{position:relative;display:block;user-select:none}
.am-category-wrapper._active .amshopby-category-dropdown:after{transform:rotate(180deg)}
.am-category-wrapper .am-multiselect-crumb{position:relative;display:inline-block;padding:.3rem 2.4rem .4rem 1rem;margin:.3rem 0 .3rem .3rem;background-color:#f5f5f5;border:1px solid #a79d95;border-radius:1px;font-size:1.2rem;transition:border-color .1s linear}
.am-category-wrapper .am-multiselect-crumb .action-close{position:absolute;top:0;right:0;bottom:0;margin:0;padding:0;width:2rem;font-size:.5em;background-color:transparent;border:none;border-radius:0;box-shadow:none;color:#514943}
.am-category-wrapper .am-multiselect-crumb .action-close:before{content:'x';font-size:10px;transition:color .1s linear}
.am-category-wrapper .am-multiselect-crumb .action-close>span{clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;display:none;visibility:hidden}.filter-options .am-labels-folding .items{position:relative}
.am-collapse-icon{position:absolute;width:2.2rem;height:2.2rem;border-radius:50%;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1}

.am-collapse-icon:after{content:'';position:absolute;top:50%;right:1.2rem;margin-top:-0.2rem;width:0;height:0;border-color:#000 transparent transparent transparent;border-style:solid;border-width:.5rem .4rem 0 .4rem;box-sizing:border-box;transition:all .2s linear;transform:rotate(-90deg)}
.am-collapse-icon._active:after{transform:rotate(0deg)}
#amasty-shopby-product-list{z-index:1}
#amasty-shopby-product-list .products.wrapper{position:relative}
#amasty-shopby-product-list #amasty-shopby-overlay{position:absolute;top:0;bottom:0;display:none;width:100%;background:#fff;opacity:.5;z-index:999}
#amasty-shopby-product-list #amasty-shopby-overlay .loader{position:absolute;top:10%;left:50%;display:block;width:64px;height:64px;background-image:url('../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-1.gif');transform:translate(-50%, -10%)}
.amshopby-option-link{display:inline-block;margin-right:5px;clear:both}
.amshopby-option-link img{float:left;margin:0 5px 5px 0}
.amshopby-option-link img:not([src*="/resized"]){max-width:30px;max-height:30px}
.am_shopby_apply_filters{position:fixed;bottom:-80px;width:100%;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease;z-index:999}
.am_shopby_apply_filters.visible{bottom:0}
.am-show-button{margin:0 auto;padding:15px 0;width:100%;text-align:center;background:#eee;z-index:999}
.am-show-button>.am-items{font-size:15px}
.am-show-button>.am-items.-loading{display:inline-block;margin:0 5px;width:25px;height:25px;background-image:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/loader-1.gif);background-size:contain;vertical-align:middle}
.am-show-button>.am-button{margin-left:15px;padding:17px 50px;border-radius:5px;text-align:center;font-size:14px;color:#fff;line-height:1;background:#ff9416;border:0;box-shadow:none}
.am-show-button>.am-button:hover{background:#e27a00;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}
.filter [data-role="collapsible"]:not([data-collapsible="true"]) [data-role="content"]{display:none}
.am-item-removed{text-decoration:line-through}.am-category-image{vertical-align:middle}


@charset "utf-8";
/* CSS Document */

/* THEME TWEAKS */
.tl-trustpilot { display:none !important; }
ul.header.links { display:none !important;  }
.top-links-left ul.header.links, .top-links-right ul.header.links { display:flex !important; }

.henry-eyes-footer { display:none; }
.cart-pm-duo .confidence { display:none; }

body.pixiedust .column.main .block-dashboard-company button span { color:#000; }
.box-actions #add-customer, .box-actions #add-team { display:none !important; }
.company-users-index .column.main .actions { display:none !important; }
.company-users-index .column.main button.action  span { color:#000; }

.form.form-addbysku div.field.qty label { display: block; }
.form.form-addbysku div.field.qty .control { border: 1px solid #c2c2c2;}
.form.form-addbysku div.field.qty .control input { width:100% !important; border:none; height: 30px;  }

.pm-af2 .af-icon { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/big-zero-waste.png) no-repeat center / 83px; }

@media screen and (min-width: 1200px) { 
	body .page-wrapper.fixedheader .page-header {  height:91px;  }
	body.catalog-product-view .page-wrapper.fixedheader .page-header { height:auto;}
}

/* REVIEWS */
.trust-list-box { display:none; }
#deskcontrol_reviews, #content_reviews { display:none; }

/* SOCIALS */
.footsocial.footso1 { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/LinkedIn.png) no-repeat center / 28px; width:30px !important; height:30px !important;  }

/* HEADER */
.top-links-left ul li a { display:inline-block; text-decoration: underline; }
body.pixiedust .top-links-right ul li span { color:#636363; }
body.pixiedust .top-links-left ul li.phonecon { background:transparent url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/refresh/mobile-attribute-filtration-NEW_1.svg) no-repeat left 4px / 20px; }

@media (min-width: 1200px) {
	body.pixiedust #search_mini_form .amsearch-result-section { left: -170px; width: 1000px; }
}


/* CHANGE COLOURS */
body.pixiedust .page-header .wrapper { background:#f5f5f5; }
.top-links-left ul li, .top-links-left ul li a { color:#636363; }
.pm-final-footer-wrap { background:#464646; }
@media  screen and (min-width: 1200px) {
	.nav-sections-item-content { background:#797878; }
	body.pixiedust .navigation ul li.level0 .level-top, body.pixiedust .navigation ul li.level0:hover .level-top, body.pixiedust .navigation ul li.actived .level-top { color:#fff; font-weight: 800; }
	body.pixiedust .nav-sections { border:none !important; }
}

/* LIST PAGE */
body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer .actions-primary { width:100%; }
body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer .actions-primary button.primary { width:65%; height:36px; }
body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer .actions-primary input.qty { width:20%; margin-right: 5%; border:1px solid #000; border-radius: 2px; height:30px; }
body.pixiedust.page-products .products-grid .product-item .product-item-details.pmtile_red input.qty { border-color:#fff !important; }
body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer a.viewmore { display: none; }

body.pixiedust.page-products .qty-box { position: relative; }

body.pixiedust.page-products .qty-box .qtyspan {  box-sizing: border-box; cursor: pointer; font-size: 0; display:inline-block; }
body.pixiedust.page-products .price-boxer .control { width:30% !important; padding-right:0; float:left; background:#fff; }
body.pixiedust.page-products .price-boxer .control select { height:35px; width:60%; }

body.pixiedust.page-products .price-boxer .control {  border:1px solid #7f7f7f; border-radius: 3px; position: relative; float:left; overflow: hidden; box-sizing: border-box;}
body.pixiedust.page-products .price-boxer .control input { width:60%; border:none; height:38px; text-align: center; float:left; border-right: 1px solid #7f7f7f; box-sizing: border-box; font-weight: bold; font-size:14px; }
body.pixiedust.page-products  .price-boxer .control select { width:60%; background:#fff; border:none; height:36px; text-align: center; float:left; border-right: 1px solid #7f7f7f; box-sizing: border-box; font-weight: bold; font-size:14px; padding:0px; text-align-last:center; }
body.pixiedust.page-products  .price-boxer .control .qtyspan { background:url(../../frontend/Pixiemedia/myhenryb2b/en_GB/images/DownArrowx2.png) no-repeat center / 10px; height:18px;  border-top:1px solid #7f7f7f;  width:40%; display: block; position:absolute; top:0; right:0px; transform: rotate(180deg); }
body.pixiedust.page-products  .price-boxer .control .qtyspan.qty-down { top:17px; right:0; border:none; transform: rotate(0deg);  }

body.pixiedust .filter-options-content { display:none !important; }
body.pixiedust .filter-options-content.shown { display:block !important; }

button.action.viewoptions { background-color: #797878; border-color: #797878;  }
button.action.viewoptions:hover { background-color: #000; border-color: #000; }
body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer .actions-primary button.viewoptions span { padding-left: 0; background-image: none; }
body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer .actions-primary button.primary.viewoptions { width: 100%; }

@media  screen and (max-width: 1210px) {
	body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer .actions-primary { display:block !important; }
}

@media  screen and (max-width: 390px) {
	body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer .actions-primary { display:none !important; }
	body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer a.viewmore { display: block !important; }
}

/* CART */
.cart-pm-form .block.block-cart-failed { width: 100%; }
body.checkout-cart-index .pm-cart-inner-right { display: none; }
body.checkout-cart-index div.field.qty .control { float: right; }
body.pixiedust .opc-block-shipping-information .ship-to .shipping-information-title .action-edit > span { display: none; }
body.checkout-index-index.pixie-registered-checkout .modal-custom.opc-sidebar.opc-summary-wrapper, body.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper { margin-top: 0; }
body.checkout-cart-index .product-item-right .action.action-delete { float: left; }
body.checkout-cart-index .cart-summary .block > .title { padding-left: 0; font-size: 20px; text-transform: uppercase; color: #e30613; margin-bottom: 15px; }
.checkout-cart-index .cart-totals tbody .amount, .checkout-cart-index .cart-totals tfoot .amount, .checkout-cart-index .opc-block-summary .table-totals tbody .amount, .checkout-cart-index .opc-block-summary .table-totals tfoot .amount { font-size: 20px; }
body.pixiedust.checkout-cart-index .cart-summary .grand.totals .mark strong, .cart.table-wrapper .product-item-name, .cart.table-wrapper .product-item-name a, body.pixiedust .product-item-right .product-item-details span { font-size: 14px !important; }
.form.form-cart .action-delete span, .clearbasket { font-size: 14px; }
.checkout-cart-index .cart-totals tbody .mark, .checkout-cart-index .cart-totals tfoot .mark { vertical-align: middle; }
.checkout-cart-index .actions-toolbar-pm { display: flex; align-items:center; gap: 10px; flex-wrap:wrap; }
body.checkout-cart-index .cart-container .block-requisition-list { display:flex; }
body.checkout-cart-index .split.requisition-list { display:flex; align-items:center; gap: 5px; }
body.checkout-cart-index .split.requisition-list .requisition-list-button { display:flex; align-items:center; }
body.checkout-cart-index .cart.table-wrapper .wishlist.split.button > .action.toggle:after, body.checkout-cart-index .wishlist.split.button > .action.toggle:after { color: #000; }
body.checkout-cart-index .block.block-requisition-list { float:left; }
body.checkout-cart-index form .block.block-requisition-list { float:none; }
body.checkout-cart-index .form.form-cart { margin-bottom: 20px !important; }

@media (min-width: 851px) {
	.checkout-cart-index .cart-summary > .title { padding-top: 0; padding-bottom: 12px; }
}

/* CHECKOUT */
.success-intro .onsubdetail { display:block; margin-bottom: 20px; }
.button.continue.pixiecontinue { clear:both; background:#fff; padding:12px 20px; border-color:#000; }
.button.continue.pixiecontinue span { color:#000; }
.button.continue.pixiecontinue:hover span { text-decoration: underline; }
.checkout-index-index .checkout-billing-address .action.action-edit-address { display:none !important; }
.checkout-index-index .checkout-billing-address { display:none !important; }

/* SUCCESS */
.osummary .item .detail { padding-top: 20px; }
.osummary .item .photo { padding-top: 5px;}
.osummary .item .detail span { margin:5px 0; }

/* CUSTOMER ACCOUNT */
.customer-account-create .reg-container { display:none; }
.customer-account-create .login-container { width:100%; }

/* HIDE OLD PRICE */
body.pixiedust .product-item-details .sly-old-price, body.pixiedust .product-item-details .price-n-buy .sly-old-price, body.pixiedust .price-boxes .sly-old-price, body.pixiedust.page-products .product-item-details .sly-old-price  { display: none !important; }
.pricefaux-box.pricefaux-final_price .old-price { display:none !important; }
body.pixiedust.page-products .products-grid .product-item .product-item-details .old-price .price { display:none; }
body.pixiedust .product-info-price .price-box .old-price { display:none !important; }
.pm-slick-item .product-item-details .old-price, .amsearch-wrapper-inner .old-price, body.pixiedust .container-collection .old-price, .price-box .old-price, .catalogsearch-result-index .amsearch-wrapper-content .price-box  { display:none !important; }

/* HENRY 2.1 CHANGES */
.customer-account-edit .fieldset.company, .customer-account-edit .fieldset.job_title { display: block; }

/** UPDATE LIST SELECTS TO INPUTS **/
body.pixiedust.page-products .products-grid .product-item .product-item-details .price-boxer .actions-primary input.qty {border: none;width: 59%;border-right: solid 1px #7f7f7f;height: 35px;}

/** DONT USE INTERNET EXPLORER WARNING **/
.internet-explorer-warning{display: none;position:fixed;top:0;left:0;width:100%;z-index:9999999;}

/* MENU */
.pm-mega-in .mega-product-featue .pricefaux-label { display:none; }
.catalog-product-view .fixedheader .header.content .pm-fixed-product .old-price, .pm-mega-in .mega-product-featue .mega-product-left .ratingshort { display:none; }

/* DATE PICKER */
.madecalendar-required .control { position: relative; }
.cover-it { position: absolute; width:100%; height:44px; left:0; top:0px; cursor: pointer; z-index: 10;}

/* QOP */
body.pixiedust .box.box-upload button.action, body.pixiedust .box.box-upload button.action span { color:#333 !important; }

/* HIDE PRICE POPUP */
.fancyambox-container .fancyambox-stage .fancyambox-slide .am-hide-message { width: 700px; max-width:calc(100% - 40px); left: 50%; top: 50%; transform: translate(-50%,-50%); background:#fff !important; padding-left: 15px; }
.fancyambox-container .fancyambox-stage .fancyambox-slide .am-hide-message div { margin-top: 40px; margin-bottom: 40px; display:flex; align-items: center; justify-content: center; }
.fancyambox-container .fancyambox-stage .fancyambox-slide .am-hide-message div:before { position: static; margin: 0 5px 0 0; min-width: 19px; }
.fancyambox-container .fancyambox-stage .fancyambox-slide .am-hide-message .fancyambox-close-small:after { font-size: 30px; }

body.sales-order-history .toolbar.bottom .toolbar-amount { display:none; }
body.sales-order-history .toolbar.bottom .pages a.action { border: none; } 

.page-header .panel.wrapper .switcher .options .action.toggle:after { display: none; }

/* BUTTONS */
body.pixiedust button.secondary span { color:#000; }/** 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
}
/*
formBuilder - https://formbuilder.online/
Version: 1.24.2
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
@charset "UTF-8";
@font-face {
    font-family: 'form-builder-font';
    src: url(data:application/vnd.ms-fontobject;base64,iDIAALwxAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAt7/mHwAAAAAAAAAAAAAAAAAAAAAAACIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAiAGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdAAAAAAAAAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA);
    src: url(data:application/vnd.ms-fontobject;base64,iDIAALwxAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAt7/mHwAAAAAAAAAAAAAAAAAAAAAAACIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAiAGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdAAAAAAAAAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA) format("embedded-opentype"), url(data:application/octet-stream;base64,d09GMgABAAAAABfcAA8AAAAAMbwAABeEAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCEXgggCZZwEQgKuHCzbgE2AiQDTAsoAAQgBYY5B4IGDIEGGwYuFeOYJeA8gFS/u+0i+//6wDaWNnZfEGToJHc0LPIwI0RoR8P8epqi0CiK35oaP2fuDSb2Cs1gQzC/aFyXukTxacCsoz/dre9+Y+NSnLev1hOzwvnuUEp4vnTm+9LKPu2KQ4gVMdsJWyHobtIdUBcg7HPp4qY7/2nN6n0q7upQZxaY5ACpJajJQlT2CI04YeT9n87y/9HIlr2CEbBBYJaRVwdEPh9VQGWqvJTEr0/RbBfANmWR4Wlz/45bwnGrENZxLPLuVk3UMllaGLDQBqOGAlahP5bWMCuGtamzTsDDqvGphNM/77grthK7AfkUuWSWLnVPFAaN/KBtqmyAwOa+SADA/6PulYYxZS9XfQGSCxRwSZ9aTlgqyj8wzB1mb9ORy/+3ZmWranb3GBwNGXkozAlzRqZ+p7L9qzqdqc5SD3cWexY7g53jJAfMCqkzmCwlCwDqQIEEcmfkKTly3wl5wtqDdLakewvpjTkGCj70Ibb5e6T2OWSIyQlHXhLm1v9vGALQnKA3Mjn9+lkEFCIFA7Y1VokIB2k05Qwh2I6ySrtUruEA6wjlKXApCsi/AWLh5TEbMuGsDSe5pMVibM/523R/zQQ/VucBeKvBBvQGFJAD1LZdcDH2jlSitVHW06Uipxg3NIAioSEsIMgIis3/F88TiCQyhY5Kz4iYBCQDUR6mFq1ka+yjjESgsSCgsSGgURDQOBDQZCCgyUJAUwIBjQsBjYaAxkBA40FA40NAE0BAE0JAE0FAE0PgKUkgVvMVDEGwf6J4B7QF3IqjJL39B/LDWzJPnyLjLRof+VLdrQix9r8gHcnObFo5B9wDTtiwBxTm4EEQxJceAp2Lf/eg0ae+EfIcnY0OPkdnruruiqt70ZGmSszjJfOPpJLBa89pHIsDV/Qdhz4T+RfFQejTROTvYz6RAV3mYzYl05acstcq0FMy4Gq8SMnDQSNBrT0XPPcivAYyGngPJzD2UJhI2TovfBpEjdcMYRiMR2dwM0ebQ3UdPApe+s2qTFH7Me9V7UGKllLc9DCOZCWRaHQkDw+y3OiB6AUz+9uiwQTEoYWkl2AGxvAzTxbiMOeAZ/+opCqcIc3pfDoPrfEE9Nm+cBTWnaYfIgfNW/kKKqEbcAJqWaMuTlrBMJIDviGXE2yRmqYPnFk7LP+eHOTVVAo8AHy5bjEh4j4E4tAf9Oon0VXm0rrzSCikdsLzduiRAcYSIt/YfNOjISEd0OtU6u1RIJg+fP2jkjV5wJCZ1e2FrME8DG+PYqH5MC0iFfbDo+Ltfnx7mKArN67Tm2oooPDYVFZlMAkonoATEAtFXFOpFLhqgrO9WDTnQy10bQt1Dpg5A5OdVaVB9jSxGSYlcCI6Tih52qmY1pugANjYECSw7TFGN30PdMwUyMlRRNGgEQcayCsYB2Uw+c3mZ2EkR6HbF62V8GGjup08BgroGx4TBSNiMUJsxhGHUeIynngsQ3yWJQUmkCLLzSlhxve1c0HLtEQDsDAEACMAMAYAKwBgFQCsAYB1ALABwNwm1Awl0srKsFiD+tXA3BmMafaoRQloOZ/PzNOGNJGuM9Zu2X2q+FQ+VLo8HfNfF1dpz8CVu5LdqWuQPMlze9AjEd9DHzPISclPD3qNQMuA9QtIZOoz2yq9YK57Bio/Ek1EXAScaLf8BQ1RX288o2weyLOsFcYoRFaXVGsCxH120evu0zNrt1W8X9eYQA39KODKlXXPBIAFtVfjfCQ5blx0XZWarpo7TM+lVfs9gmpgaBX7C3louh9/kv35oForiea9FIIJgepixndp4wzlNbIkC/S7eARhPjc4tufnPMK22sl8c8nLHm5NgkY27ja0yr0xxN6MBh42y7HsNuZS5siDtzbIm4FXBsoo44CH1t7t62bNZJJnpr6pdMBH6GXNlmee5CFooJtjQ03QUWqhL+BeGDMMN2Otxlx1khhLiZHQt87YwZ1eP1bjrVRw0IpO4eJ1eJaN22wXmZ+7eeVLtGPPCqbaYGsbH0Q1qS5JMDY866TL7N3FhrFw+ttvwcRLDByCqXe1Qk/hghawxoGyJnFPOrgShoWe1d/UqLatsj7cxzaL0LDQDyfFZOAB73BP0Y3dNm7e1TNdEk8e10RCdXZipjNXqDBdXnrSMi9Mp4dr8HNZqBnMPKdoi05vFsCHZuh4ZzYZv8mzBguOTLXGnQDCc85t9kXN2Vng/GYPkLShFxgSwlwFnWAeDMj8dJrMCsCSbAAkBwDJBcUZDyD5AEgBAFIISjIRQIoBkIUAyCLQFFYMkCUAyFIAZBkowcoBsgIAWQnAwqqgvmgdy+o93Rcf19XQBFU7lLhFE0ldKoZR1sOAaogBqhGwIE3HxUrJ0oBqtgGqBQDSelycbFsaUO02QHUAMGBs0GBf5SrrQ1GJid5Xsr7P7jzr0LPE74BAX9XQwo9FNQpp1xEugboIzjYAc7TTwf+P9OEQJpAZdirztc4X5oivaPUAVmR5e0epzgcyCl7U2TSp1e27nmtIfoBq7hnbO/kstl18SHulsoFjnHX3isgOKO+6ZtjJ3gy6lUZaQCUvDPgrFa3nA+dsksvGYMGZLdgKPq5+qLWVe6qDwnNx8nVPjC9afFSqSx/VLPM8+h1QGUM0v+UrtWe5TYuxr+MVyiFXYTJCjs60Skq+44Lo8jb/+SVQ/k7TbuFW40budrNeenc9a3IhfSp6oeKrLhrzhTGS/2NM+gti0iaTPjtqSTAvKDyu5T4qTL+1WTgvL5MsCIuBgFRhKJifjSUiWP1qFFESQKEE8/ivL18v09M4TW7/pM7T8X2V3OOa4A2MsKBQnqtIq/KViyi8/ofMXZjkyxZ5NFI8ReWemTh9wV3b80PmpwAvHbY0rkdKcA2G3L0D5CXPyPAqSnRBzA+jCYxqnX0ifljCBYj42YxwwMK5xj5k8U0EyN/DgRbDEVX2wuCFIC9rDudvFPYP8eW/EZ8v2vFAKI7ul6tzR61e1hEVOUdRkWDOadQy1G0VLXWjrf6RsI0VBnY4n/d6Lwes8rrQ2N4iZ9Jm2d0F8/OeHO3u/rvg7T/t8Vex1mMs86j+2D2il56l7ZU9OG9AD92Tw1FR7MmlaXtha3d5064yYa9Sp7blL1PYC1U922k0Y6pim9ZBtFxpJ+gtN6d/lwZTC22qlmhWHOg+qDzccyiuD1SpuNRzWUADC2l8AVUI9NTuK1QFt+5jK64rObW93XqFfd0+xZWribV7acr9rj14nYo6OHiFkOwI9/XmkDKx9uJkxTVFrt3SQD3blVsctkBQj72Kiihs+d3evcPKTU7dK2xTT9yyZe85cw4/aXo0Kg1V5eOj2jymR+ugvKq8TlOqQW6jYqPtRjC/l0ZXOiyv5i18VDs2QxM6hMtLPn+TUmeH0psB7wZzWftAdW+lSt4JGVPjKPjalGvCa1DPddHp0nrrpkJUEZUfnATMSTQRp3GnmzbRicjpMhmuZYlrNBzYcoe+c0awNBu3UY8ahxYanNQ6J9dJDCvGO4Y747yTRuekylNTLC4nRE46zZ5AqVT/rt2AE7g+CP9/GbWSRbEEUZ6BsAqFUAMKAhUrxhYZKkIt5T/J6fnrsuKRtQPrBo54jtg5s39gIFZBTfzgusGro4l6e/z+RFc9BwcGD4euM93N9jLVGm864qo1N9l5MmfCtdbXWDWtM1W3e5ppTTbVRqqvBZ5m7mZYM9XM00GzzChvlrdXS9S1czrPy7OEUdQZpnpFxCHnL4ogpgBfg12Tu/+iXuGVT4FN4b3h1YHDCAoCTNTYpFYEush4gb8YmTtxD8FaoWE9jGxEW1rqWirXDkdny7RDditjVsxoB9HRbh1vIGq6NeykU2MaHabTYGqdowyFGLDykC53OuECBH1ruDU+MnTZUhmZgbTPFRbOcpRnLfvXbPmzrYThznzH8GBIGNYdU6V1TPsMzBqjYzoWNSCVBEnoEhsJMqMxeimdSxfROfQyes4LRGWCvnaxybGhW1+33oLYXHPnXrPeipyce8H6Pz3XtRxFLy83U4ZwEDGSg0S0LFOKYG7JruRtk0QolyxKlviF+PIbTuJKAD+0I4JliIlbhHfoO0YC00C3frRdHx+7QBC42RbghCxx/c4jiTiBTxw9zb7ShqdKw9oHKAzEr/+7NbIe/4J/Hu3AO+Ro3BDpPZjCd2QYoFb4sX639d3OuPXixUQZbsDLiJVjIh2lZ3DlDg2nuDjzvpA6esdUDktXSs8vli4uPmVi/ck0j4TMjDJjBDFmdYNZJgg9qtaT2f78+fkLL15GXNQwI0pKnr8oKY6I5/8sGznryvqrP7f9xGVyXL5weJQMXBmrj03Dna6k4tbd2AU5UU7c2muOh4V38fSbXYMF1w4+MccJ676sw4E5q1HBhYyEDAtWcc+C+RoXDYayLDITMlEeU/FwtzG2YUK/RCcJLkkcIqQEPiwhJA5Lcd8yj0phZUrwgzEL+6p5YcWa5jUnYNd9bblfe+Okyf7NLa2uf6LDPuQliURJORP7+9//P3Vq3x8OJ9XSypLP4e4Zz+GBfZq+Ps8Qr/uUkGFKyl0bS4HHvSePBZbhFqlPnriHh/z14TapKbWJcX0FTpUwxt5ykq/7Vqrz9xnOKbcQoyq7SfZVoL4gd4aNCwGh118618Phj2BHKUPtZd7lWYwU9JhPs3KiiXHG48GrvmIY3XnBaRb2GLaXb26R8+UZgfngTaXFLLTSGBnID+y9OGKPXv/pWA2HijnujUNHm5qEPOAnB878zLCyQHeyT7zwt2ShDPYo2M5lOsqSE+ysreytqA2Lt9DumkljmptXsifJLqmakWx/ZTsNZXWj+m/LV7qMylGGMPYip+/mn2OpnaxgyLC0OECa/z0hj6xDePALS7y8dpMoYK4/xFnAZtHF/dxRm3Y8OVlDTp8tW0wuNoIoaHG2EZNlonDvWlE49xrOtapEvAzxpNW2yi/gZ58fX/uZoatcf1w+riwHjXH1REn+egwPNfEsORTv4VK9L92kHpeyzYSRI5MDtQsiO5wX3PldF690EjIvt6zHw2jAnYKicqr42MfDrncbjnjiNk6U7HuwZktr5/wLR3ZcTV32SC69dh9B+7VrFpmcL6ePPv2RJ9Oq1MvpMV5/cPfQvUKySSDgcBwdsfz7t3TihPHjxna0NTXU19XWVFdVVpSXlRYLxH2+SMjh7yEel12Qn5uVkZ6WmpKcROLzybCftJqNeq1aiaMwKJeKBcfX13qubZmGrqlM7BW7gXxr2Yg/mqQ/JBk5rp3rVLhpkWydLpPjeu74TR+nri1JDNPcwSFLlDCoWTEN1mYsI9pnEYJSO4ITrXQ3wBMlcbsmFuDYXQ5JQTp27kN7S1N9XXVFabGQl5eblkpsN+vVcjGfTSfjQa9ZF4yPko4rSG8W8ceTtJe0lTpkhWlrhrQBAgvxAgLIS4jg7eYIYn+ymo2pHUrSl0xUO4lRD2OIR9GFAb2zrRNoRzDO0cnmGvp1CNiEW3J5aDRtiAguhgaXWdfs3wOg1yAq2BFLCObqrl3IDRwuYaIdTq63CkUgs3FeHsVJbvKuXJr/wYdEto40mS7WMKF3qV/AwY8zvh3BEajySN27WDEV6nRfMEgYLBInQlw02+6nD+bHmv3gfmP3yOS8XJKYTZNWFJoGY9eu5vLz+OlpxIU0J3453c62w35rkkxq1bAZNX3PCMyA6ayDNCs67oUjcw1UuQo02afZZy9OQ49mGffoxQaBBxO+DTu4D+PWZLwbDXoderVZCQoOz3KVHFw6VT0RHiseujm5eDI+Xk79rZ1TE20XopJn8TboqtJZLjr67U6/26ZXDI3JWtIVsSEhhhQbAvwzwTc8heVitdzBY5jNF7MdOCL3HM7RO5CjxPNuQJR6j9dzSNsfUdAzoQRc53MmHORc/UGUdpnV/yXRc5MWU84g13D3b7Rqcc3CbDG5SSbj89ns3NzMzNRUkkxIiImhgPOzZs6YPq2nW9bVyzrlU6dMvrVer72ttaVZ0tR4gwVvxZLiokIxXzTOFwrYvPO5nNyC8/PzMnPOz85KzfDT08gU8nbrJhAJdzU3Jj7GB+dTsrDwsNCQ4KAb8M1vcaNgEMt79Nxv2ewOsk/rxmCWInmJolq+HrbJwM/54YXnkHnGzZ9Fhqpo56vvltNnz1EKoX6NpCcKhI5TOjhXjrnjwA9FvsHBd84fnMYABHzKkwi/PoXMRe4myVe16PKDawr2apq2Xrum1R1W0xn1B9f0dV+vpq3vSIHe3yG4Y5oA+ppNbB8C3FBup98ZF3Rc0zHHhjOqUjsUlOm4ys/H650EoKRYikRJKa0QKmUXMkdE7HaTZx1DmRRjeo6U4jvEFAexdbz440Q/uJHvSJ8gEAJwKg7E9kq+pXMqy3OiqhS9M4VAxooNSXoXsHjrwdS0MjpKGamVnnMkc9kWgZz37vlbSedfwzu/eypAaCRere31nlYlhVlQGCfxJOtDEaldQrbjluwTVjzMsUAoAejWXp+1nrbOF3i2n8DCP0EgPwFE+JohUqXnb78E6Rso6d7RtMb0MPjJiX5HWgOcDhybKTHYrW6WlW7fH6eSbgTHavoTDPaTJ0AY0sBE/BzM9BrEtBsjIfZxIrMa3LlQSWNVf/lLOXoTT5fEFJyyR6+906BHHSu1YQxMV9kOpqCZuraDAQzbNHawBtbHm83cwWFwfNfZJfVqHJaL2aOe51/fK+d7t1u1ShSUCtkjvnf+yka+h2wPcz078z3ULT6m3NqLWRCHtT+ybHGVEowM9IMQsRGvYFa2wdzxzhBWWYWesSPJLwH1ChcDbT2a9mS+KQkSJP0wxlSQvnZUAsrXnmrMVpfIbPmrI7boSisQIITGMCDWp3qOqdpzmLUOMfEYSaVWGOjKmEvB9/rKOf/D52U1VyJPPivhoF/eA3aF6bByX+NY8w8utbk8zuNbVu6jT69XZ0bum9VUviMe6em5Padk0mzUqnFUKrqh936s01GdXnW6xh/7+iUQc8buBzg1oOTqxZMs4GHsbQEF9CVU8RZUCvs1u1bVTTMSctZ6qZDP4oKtITFvJXI5erHgClQKYAq8KMIE0MvoiBDeUgJh/6PJ7W2S2opysaAgPzsVX7+w5sZessNJmhQFJqYtMAi8FMpd/lh71makz2OesfxJI2b0I0nMwVotPMliH5xvuUqV7UQhdGEHuKi6wIdxSiV8Iv6f8O9B/7++/M/i2f8ht9EuAn8qB6KI/zeWKn5eXlICA2bjfwUlMOqGhvAhBCIbUY0geS8qCndYvDtFqq3YOsH6bG1tKptGXKApZHSL/yhlLyBLabvQlfC3+eQQZghxfBD36i08m/U2Y6ZTNXVFvUPmp/oMY47Ua66Srt4w5T42pFzAFv57qSfOyKB6psp8FNrUtaiYerbemEsZOkx9Vp94LfVblblgDfld5HAVnzmFu7d7WMzmG0iuwMdb5CssAKM6lhqeIeVKqSh4YrhMVaIcJ9EXlmQ8fffflMUCxcp/9HP/k9SeK5hPZvTcL6pIUMk2vpr6lC1UU0iFS/hs9i9BED6S0YlTDYfpVJwaG28cruIzp3BHKX8Pi9l8A8nVTzJD0FdYoDdGdb5fw7OFqR+slIrZdXliuKSVk3KcRF9YdMmYGb99N4v+s0VhvZWp6n9+Vu0/WJhPZkXol6pOFSqRsuq79clrW2jToKgSxZ4KPlVug0D3j2QsNTFsUMNhuirKRPFL+RWAJqs2ShdCQkpGjjwFir9wOtT9emb8ShfURBeDMgCR23eTQ0FKbYMFVRalbRyZPOHLcDPiOBOOoSdoPY/XoSPeuLHSRZs1FWS089JrjELYjSfwVYjaDFQZX3TTadFJ377z1lK1Fz0Sqv2NxicS9Q336ydRlc9M3ERVNK7pCC1JJ6DNjA0PrlnFMiGZBwBydoGPXHE/BC0o7IP+5SXT3g+cf3pwQM/NkkEqBTJzT0JBOJO8h3IAAa5PsieD8SEYTO73guZw/k9j0RxxP1xzMZ+IPWbdQIzIOdX8BAdMfjpVHkQoEBLwK/R35pHR/H4KmAwA) format("woff2"), url(data:application/font-woff;base64,d09GRgABAAAAABuwAA8AAAAAMbwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADMAAABCsP6z7U9TLzIAAAGMAAAAQwAAAFY+IEk+Y21hcAAAAdAAAACZAAACXos77ZFjdnQgAAACbAAAABMAAAAgBtX/BGZwZ20AAAKAAAAFkAAAC3CKkZBZZ2FzcAAACBAAAAAIAAAACAAAABBnbHlmAAAIGAAAEBQAABxu0nSYimhlYWQAABgsAAAAMAAAADYKXKfBaGhlYQAAGFwAAAAdAAAAJAc9A2VobXR4AAAYfAAAACMAAABMRLMAAGxvY2EAABigAAAAKAAAAChJblGvbWF4cAAAGMgAAAAgAAAAIAKGDJhuYW1lAAAY6AAAAZgAAAM51VzEoHBvc3QAABqAAAAAswAAAQYTOILlcHJlcAAAGzQAAAB6AAAAhuVBK7x4nGNgZGBg4GKQY9BhYHRx8wlh4GBgYYAAkAxjTmZ6IlAMygPKsYBpDiBmg4gCAIojA08AeJxjYGSexziBgZWBgamKaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgcXjC8EGQO+p/FEMUcxDANKMwIkgMA86ML3AB4nO2S2w2DQAwEh3B5kwfUkTJSUL5S83ZB1seWkZPGwpYPoR2APTCal2kwfBmo8/F06PORS5833n2n1VzzurpS1X3rdefd5jceOHLi7HtXJm7cefBkZvHSgf+ZelW6ZXvsbSUbnCYKZUihslYoewpOHQXnj4JNoGAnKJRVBXtCob5Owe5QsEUU7BMFm0XBjv1nbLD8AB7vLD0AAAB4nGNgQAMSEMgc9D8LhAESbAPdAHicrVZpd9NGFB15SZyELCULLWphxMRpsEYmbMGACUGyYyBdnK2VoIsUO+m+8Ynf4F/zZNpz6Dd+Wu8bLySQtOdwmpOjd+fN1czbZRJaktgL65GUmy/F1NYmjew8CemGTctRfCg7eyFlisnfBVEQrZbatx2HREQiULWusEQQ+x5ZmmR86FFGy7akV03KLT3pLlvjQb1V334aOsqxO6GkZjN0aD2yJVUYVaJIpj1S0qZlqPorSSu8v8LMV81QwohOImm8GcbQSN4bZ7TKaDW24yiKbLLcKFIkmuFBFHmU1RLn5IoJDMoHzZDyyqcR5cP8iKzYo5xWsEu20/y+L3mndzk/sV9vUbbkQB/Ijuzg7HQlX4RbW2HctJPtKFQRdtd3QmzZ7FT/Zo/ymkYDtysyvdCMYKl8hRArP6HM/iFZLZxP+ZJHo1qykRNB62VO7Es+gdbjiClxzRhZ0N3RCRHU/ZIzDPaYPh788d4plgsTAngcy3pHJZwIEylhczRJ2jByYCVliyqp9a6YOOV1WsRbwn7t2tGXzmjjUHdiPFsPHVs5UcnxaFKnmUyd2knNoykNopR0JnjMrwMoP6JJXm1jNYmVR9M4ZsaERCICLdxLU0EsO7GkKQTNoxm9uRumuXYtWqTJA/Xco/f05la4udNT2g70s0Z/VqdiOtgL0+lp5C/xadrlIkXp+ukZfkziQdYCMpEtNsOUgwdv/Q7Sy9eWHIXXBtju7fMrqH3WRPCkAfsb0B5P1SkJTIWYVYhWQGKta1mWydWsFqnI1HdDmla+rNMEinIcF8e+jHH9XzMzlpgSvt+J07MjLj1z7UsI0xx8m3U9mtepxXIBcWZ5TqdZlu/rNMfyA53mWZ7X6QhLW6ejLD/UaYHlRzodY3lBC5p038GQizDkAg6QMISlA0NYXoIhLBUMYbkIQ1gWYQjLJRjC8mMYwnIZhrC8rGXV1FNJ49qZWAZsQmBijh65zEXlaiq5VEK7aFRqQ54SbpVUFM+qf2WgXjzyhjmwFkiXyJpfMc6Vj0bl+NYVLW8aO1fAsepvH472OfFS1ouFPwX/1dZUJb1izcOTq/Abhp5sJ6o2qXh0TZfPVT26/l9UVFgL9BtIhVgoyrJscGcihI86nYZqoJVDzGzMPLTrdcuan8P9NzFCFlD9+DcUGgvcg05ZSVnt4KzV19uy3DuDcjgTLEkxN/P6VvgiI7PSfpFZyp6PfB5wBYxKZdhqA60VvNknMQ+Z3iTPBHFbUTZI2tjOBIkNHPOAefOdBCZh6qoN5E7hhg34BWFuwXknXKJ6oyyH7kXs8yik/Fun4kT2qGiMwLPZG2Gv70LKb3EMJDT5pX4MVBWhqRg1FdA0Um6oBl/G2bptQsYO9CMqdsOyrOLDxxb3lZJtGYR8pIjVo6Of1l6iTqrcfmYUl++dvgXBIDUxf3vfdHGQyrtayTJHbQNTtxqVU9eaQ+NVh+rmUfW94+wTOWuabronHnpf06rbwcVcLLD2bQ7SUiYX1PVhhQ2iy8WlUOplNEnvuAcYFhjQ71CKjf+r+th8nitVhdFxJN9O1LfR52AM/A/Yf0f1A9D3Y+hyDS7P95oTn2704WyZrqIX66foNzBrrblZugbc0HQD4iFHrY64yg18pwZxeqS5HOkh4GPdFeIBwCaAxeAT3bWM5lMAo/mMOT7A58xh0GQOgy3mMNhmzhrADnMY7DKHwR5zGHzBnHWAL5nDIGQOg4g5DJ4wJwB4yhwGXzGHwdfMYfANc+4DfMscBjFzGCTMYbCv6dYwzC1e0F2gtkFVoANTT1jcw+JQU2XI/o4Xhv29Qcz+wSCm/qjp9pD6Ey8M9WeDmPqLQUz9VdOdIfU3Xhjq7wYx9Q+DmPpMvxjLZQa/jHyXCgeUXWw+5++J9w/bxUC5AAEAAf//AA94nM1YW3Bbx3nef88VwMEBDnAObsT94EICFEkBBECJFABJlEmJlERSlERaFsiapuOKpinlUtWOaLdR4kR5qOqZyJNp1GbYTGccJ5PIcuM8mJ3pdOymHo+daWO7nfql06mn8osf2ryUFuD+iwvNSnLGdcYzWZy94Ozuf3b3v33/EichH53jbnEzhCMSsREHcRMv6SIRYpI0yZIJMkVmyRy5REcmbuhTc9VneKBmt0mXrSAnE0k5sUoSmWQisxKDiKfXE1kmvdFo75Lu1jhHSA05lg2Xk1PDYXUpCL4eMKnPXCTd6QF7Py+RbqkmcJTYLBREArWUQkWSlMVkrQ8yu7LUE8l4FnLx3VyUhBzR0EIX+P2BUyQQUMZJOOydJ16v3Xu4a+KGgQv7Tnth3aufsLLe1XsvLaSGVz63tVWf/VTL8vRGV7bXpa5+/gubn6+eO3lyetrnU5Qn/vDiH3zly1/64oW1c4984eHlh5Ye/L3FhdrZMyfnTs6dPjU9Oz17Ymbq+LHJw2P3HRo9eGB/tTxUyA1kMz3d6VQyYcZj0Ug4FPR1+boCfq/H0N0uzak4FIdLY8mZF7qykDfMtGnkS5jxKeBjejGnscG12yyzTjB0FbKg6aIZi6cK2mAZ8rGCWYgZphHLhYHrASOWLDAypgGDKTOmmdidb+ZYXAyB7sk3B7NJuWIBLlYq6+UyPluVZlWpbOKb5oMN+Fkg64/Eg3VX0MQWPLsOe9bhtD8beLlxpXGFflC/isPoDZfa+CHOL5cb51RNUzvjVBcNMPLlSrus1N+oNBP90y1/JtD4VjAeD9JfIj2cXQlk629tfsjIwFuqq/GLShl/LnVL1XBqWVMJQR1kOrlxT53MkxIZJhVynHyJfLd6bX+ShlyHdyU4d4iOxSI05LaEZrvA7ffaOYvstiz4PAonG5rECbws1HSnyPEOG8cB4aEWAJcrPBeFcFgZV62UIyQ4R4JBe/DwF8+vnvvCw0uLZ8+cOnF08tBopbxvZHjvnqFSsTC4u78n3eE5MtzX5ng7OeNCKNvhZnpHDXfUXGEwhXREydA9pXyuCDvGl9p9jJOsr/SxLBSHocCKnCeEM1otr5HPecY2Nl69efPVTgnfe/HFd27ehB9vbLzz4ouvKGJCskKr/F7z1TsbGy6rbMrWZvHPvcHbH4QymdD4IOro4DvFhJkchLFQ5vjGxkbi5s2biY36KxtbrEjchIGNJrENSQFrI4V9GxsrO1711guMFH09lCkmBweTxVaZQdYSirz9B+7f6d8RnfSQXLW/eYBuInEUxnSAQwQI5YAuIu8JN0s4Do0vticLw6VBXvAxvVABD6MP2pqB+y9JFhCSBaYKcdHQmPij2HOTKM31N1HusKa5WN767NuNtxpvQg56NbX+pupyqTSnajTQUDqDsM7ETv934xo8+9BLChPz1jgi47qfu6efeKy6EgJeiICF94Ns6QJRNkAShbEwCAGweEDk7vOCNIoTKdqtmhUEwlsEvkYsRBYtco2INhwv3Y+nA6cIgEIOK4osd6yIapdtso0JmFMR/FkthoYAs4CFhs0Cth2Q9rqlVuZu3faxDBdpvv4Gy+vXa7Xr7czp5ZfLL7dUdKuyWYs+CS/VouvwMyxwV3fvMYpcKpAy+sFZEFoe8H5iowK1LXeBy+I6z7Zlw235FCrYgbcK/KIXrMQhWh2LRCSSJkqoaE6iqU5t0Q8qccuqezGoU9nwUItLtizu2HdX9UyLuLD6OVCfrx44OlmtlIrZTDxm6E7n9NTk7NHZ+w5VJqoTw3uL5VI5N5ApZAupZKwn3tMV0KNG1Ol2bmu3M4TKvc2AZjYYBwwOxRGFEY0zCmc6LuqeXHEw1X6LyqmLd768c2iHa3vohfrVTn63KZa5pmyiLAZRHFuCmi6V0viiy+Wy3zWkyeKtCvtV4KVAptmXywTWXdgZdDW+1hxemCms42hDNxpX2/OxeLI1Bs/MaMuCvkPSW5b3IBlDaThOTpDT5AxZIBfJV8lT5DL5Jrd/4oYF5ePPyYg0LI0s3wdDJVEcWt4HhBQLpFhDQRrMFAZr+d39u/hsTyIa9AmUy9KF7kPJg7H9oYrfwqVHzQORalfZa+EFjq+l4uGARxAMt+awCzZFsNVyA329fEZ3OVVesWaUGrESi2y11FBDpRFZquEa9+4Z3lsje0hpaE8JtQtAnCGiCPMERDiKaMmKi/zL37TIXlwkyWRpZua3XSrX215p72daqQ1X+hc7V1oaEld/x86z+v3WAodXf0dXOI9Y768uXZqdnZqanBwfHx2tVkdGhoYo+ebT3/j65a/98R9deurSU0+uf/WJxzs48PzaY6uPrpz7/RYaZFjwgTP3z8/Nnp49ferk1ImpEzPTk8cnjx87Oj4xPnHk8OjYKCLD6sEqYsORygiChaHhIYQLDC3kc7sH+vt29d6JFncgB6dVIg7qGBP0LOz0X9pgSkDYaGCGGLM6zV8eYd9dOWmY+2je8N6z6kBDBInG3blJFdqOJI2Ze/72taBpBrkVxG23H89h4lZuX+vk3NmZ09O1idp0rbe+NjHz3PT0Dycmfjo9/W02MFebnmNdE2fbc+quli1bbyjwa06PhxjINIP0g6D5dZfdXb9Ce+1uxW3fThG3245W7a4yioVdVDrJr7jr1xiALVcIcW77LQXbOvGRIPqtBOkmvWSADJIhMtKyW1BoebCHu8DGKZxtmSg8ryz5vdQQPIKxHPBRjyh6luK65uDtkirZl90sEpFldckCfDhIIcTDQiJiciEiGCGhxnyQXZQWYoAAQSZnrcBx9FQUKFU49GaPtj+krOKXOIVf6XzKs9r8luARVz7+mLra+pqkyiuf4XPz1ZNMtnftMtB475TJSnkbvKI47hrYhRJ5L4E0fAbKZFMkEXXgYSruwaTgwZBgd0ck81rT5bXdnhvFiomohrnUyShTyR3/IZ0X2oKKfL8QjG/dPv2xj9va3Lz9KxYrdKKRxpVOG96uXLz9P8hgbqYlkDQPQ+XNlzdxDr2wWSnX3yi301azhPOHthgpPKSO7+rgGBY5/LzF+/0EoT9PlhUAKw/WFSKrYBNlW/NsOYQTHZxmZziNMJxmtVisM8RqtcwTi9WCFu9AiwasfnYi89VUNCojF6NmFFkQ7vK48cwVBvWsFkSPPFLgNIdgZEt40EnUyxDE9gEevFv7vziX02LaJvy6oXx8qi/Hgx/rcPn2tR+wI2LhH54ZU722GnJWVM8PGLomH/0nd4u+3b71OFOdYxgcgTjUeJUSO1htxFpTHNSGOFu0CYsyiJIkzmAlSqcIgtcj0SgQJk6t7QQ6ts1hldlmMFyPQMTZtHDMEjGb1trBMBjNQLbQtniAItYDGlqh+lptq3a9K2EGr2ODPhOMm7efuE5/WV+jz9A5FkqmfI0rQZOFjWYQLvpSjQm42LgCF1mcweOeXuCO0o+QIzrxozV4uuoNAxVCHlXC9fg5jPdwjxgIjk3ccKFgpIlAhTXcOF1jZ7+GuBHIEvoSnocZrIA/zbg+0VVN3T2SrN09cL6KQCoW9XmdDouMyxB1CdnpLaUl3D4MmnEJREPP50pQTHvBLICOOL5UzEXA83rucn4cFhSBb/wjbxd46OfCtxoDt7ij+tlbZ/Vhz2Vdyl/Oj4xRUeEb/8RjCX38hVuN/vfhz0LG2fcfMIzLHnYOXFMXnkdd4NFgOMih6gEr8IdkkfICv0YEIqxJ6K2RQVwN+Q10hlDKADOFIxYLEIvDwuTSxtiIg3BfFuRikiFgCbUfSl5TMzV4u5Hlnq+sr9fPb21d3/zBhx+ul+Glra3GL2APIa2F3KJzn3DH1r8d1e/Eln9b/Zseu80iCZwE3YpVFnmKfhJIDeermkOtEY043ZqzhtRchttVQ8yqew29hrQ9fq+nhlz3dfl9tWw6acYiIakrEOia2f7TFTiVSSXi0XBQCnQFjqBjn0W3PoVOfRJd+njnqmdn5P8pfHknUOjFQMG9417nziz8hvxJc9zt24PWHc4dD7Oi3PNYn7qj/lXHnu58Kq0BNFDemdYr6zvyzgQXyw2lwtgI7G4Gvo2+Nkq6q0keiIAmDlZRlagAdIUIgjKOImSnh41YEq2VKASygPEPOgmMeRwgxvshxe4tNDOeKlagKe9wxaOOjTl0qly1hq1XrbpjfFzFAO6qLWi7aqPfVz1Qf0UP2/7Ehk9YpyOdNsrTnbLlIzHSS3f/PJNOcBYZxlp4/5gEHAJHzrqqgVUh1iU7KDJRlhygWmyCuszCThtqOxUsVFhh2+RQ1JzoZy0qiyIFnhdmcHNMtwU0Ai1sPrpN1a5onFVGug4VrSTSWr4nLdu9aWmfywqZVZu6N1V5pUnWotpW//903Uh3+g66yspvTbg686loWmx05VMTnWepagb8qJLZnu5U0oyHQ/5YgIX/Ps3XUVeXEMy6GfbNaybWPYC10InN0yx+j6PMevNGKS95zbRhlhm8ZXedLZhbLtf/JZ5OH0ynYwN79izu3fta5OHuC4/3rEZQxZpu6Qjq0ELuVA4ff/XRKj784uK5Jx57rK1Tf805OJkUyb7qXkQOokDFVSLygsizPaIF5BZRvAUqCYvMtfGzhOfZxRhPJlPeVNJtGHEZ95DURTOeZvqV8wJbNbbjogfb7BZxEP+h29UjzS5Uw8JgMc8Gco65/RNDjWOVSzeqMCPEnWLjJ71fnoEMvGD2Jfog0dhU3U6P+p6YcAjvmdVdu+NwqHR0/1wJblZ/eqnS+IngjAtwIjv7lWzjeGLA7DNhVPXEHf8h4vv34rv7qkii2LEfL3CvcjbyJJmqHp2fzXOy4EXjQcesIKK55wRZxE3K6IxkuqhwFGfALKuBzKG5ATL5xOPn11aWFxfmTh4/dmS0PLLsGdIX7YI/K8Rxt2hWcF+43eI+GEwzqOQAHV1/zuPVRWl7RJmiSU9rpWJqsI+aqX7og9JgsZRDludzaMzFuCiJhpdBrBalPlq4u9+9TZn7kf/B3IN+VXUFohYXSEbjWx4JDEs8rINqDzyyu+azqy5PGPtwtzwvC7IWUjygqIFHBhY9bF7Y4gbJAU+rEritfUFV9T3Uv+hTVd0Xl3RwW6JBFyjHed5n11yyYDv4r4rAcf92HPGB06X6oNnh5HnJfjACf68qLp/PqaNNBkVv9gZYr6Ace4Uiarh5TBGp4tnRYT9a/68DishjnO1r84m+hnzKkr5qNiRTJDRGKLueXWa46bE75XBf3j1kCsgFMJgUSux4NF3MAru3NrdbqTT+2EkW2dUtfU1Xg9TBUV0dUfUplxPLmdJ9ycTSwfKPwKbq9P0eZwI4VQzX11VdV+lz9TlWgyEFYgf3Tz3wDXT57Xvlc9wK+iWGK8aqozylxOG0c4JIhJqqUJQtKskIzdnilXEryLJdPkwIc+A4Z9uHa9sJXTgUzJIpNbORb+Z8qZnxPb7OcyvXI+uRLczvvh758Y729a3IFry7voVpfatdbW39L+MUxg14nGNgZGBgAGL5Z3uS4/ltvjJwM78AijBcXrVJAEH/z2J+wRwE5HIwMIFEAVhbC+14nGNgZGBgDvqfBSRfMDD8/w8kgSIoQBgAh9wFqAAAAHicY37BwMAMwgugNC4ciWAzroGyBSE00ykgnc3AAABt9w7qAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAHicjZLNSsNAFIVPalW0IKjgenAhijT9EV10JRTsyk3BLoU0nfyUaaZMJkLdu/JBfAN3PoAvoa/iSTqKUkQTJvOdc+/83EsA7OENHpbPOceSPexSLbmGTVw5XqN/7bhOvnW8jga04w369463cYpHxw3s45k7ePUtqileHXs49M4c17Dj3Theox86rpMfHK/jwHtyvEH/xfE2Rt674waOaud9PV+YNE6sOO6fiG67cyHGC6FppVmgRFDYRJtcXIpIZ1Yqpf1QzyJtZs1xkaqJNM0yMJRxoQKz4q8YI2nyVGei47dXYgOZSRNYOSlvkN/FXWsjERk9E1fubDE3eipD6yfWznut1vc7oc/mzrGAQYoYCSwEjumecO6ijQ4uSGNmCGYus1JkCKDoBCi4IqkiOfUlR0SV0ZXMUGQfIb+zyjecm9yt4B4KE+YY6s8VQ+qYMcV9zT/y/84YVTpnrNSC1fis6e91A+qs8oKqkslXD3Lc8Y5duuX5ZbWmqk7wR/5Zt2Bfy9iUTkjfr7pr6fbQ4vtLnz4A/bahLnicbY1LcsIwEETVkAjbOBA+1/ChxtIEqSIk1TCiqJw+Hye7vNXr7kWblVkYzP+csMIaT3iGxQYdegzYYsQLdtjjFQccccLZjNS0uHKtiZU7R4mzJ+lcYPc+l8fuT6aLlFa3Qj6WxXuJLkzKD7U3Tuy0//aJhGn4sZhrU1s5u5iGt5h4acYQvee8hL3wLX7wdGfR+PU+zk21/I6WVMkFG5g8S19J6CJUg83tOrMY8wnVPUZ/AHicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZWJ02MTAyaIEYm7mYGDkgLD4GMIvNaRfTAaA0J5DN7rSLwQHCZmZw2ajC2BEYscGhI2Ijc4rLRjUQbxdHAwMji0NHckgESEkkEGzmYWLk0drB+L91A0vvRiYGFwAMdiP0AAA=) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'form-builder-font';
    src: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=) format('svg');
  }
}
*/
.form-builder-wrap [class^="icon-"]:before,
.form-builder-wrap [class*=" icon-"]:before,
.amform-form [class^="icon-"]:before,
.amform-form [class*=" icon-"]:before {
    font-family: "form-builder-font";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-autocomplete:before {
    content: '\e800';
}

/* '' */
.icon-calendar:before {
    content: '\e801';
}

/* '' */
.icon-checkbox:before {
    content: '\e802';
}

/* '' */
.icon-checkbox-group:before {
    content: '\e803';
}

/* '' */
.icon-radio-group:before {
    content: '\e804';
}

/* '' */
.icon-rich-text:before {
    content: '\e805';
}

/* '' */
.icon-select:before {
    content: '\e806';
}

/* '' */
.icon-text-area:before {
    content: '\e807';
}

/* '' */
.icon-text-input:before {
    content: '\e808';
}

/* '' */
.icon-pencil:before {
    content: '\e809';
}

/* '' */
.icon-file-input:before {
    content: '\e80a';
}

/* '' */
.icon-hidden-input:before {
    content: '\e80b';
}

/* '' */
.icon-resize-vertical:before {
    content: '\e80c';
}

/* '' */
.icon-button-input:before {
    content: '\e80d';
}

/* '' */
.icon-attach:before {
    content: '\e80e';
}

/* '' */
.icon-header:before {
    content: '\e80f';
}

/* '' */
.icon-paragraph:before {
    content: '\e810';
}

/* '' */
.icon-number:before {
    content: '\e811';
}

/* '' */
/*
  Mixins
*/
/*
  Animations
*/
@-webkit-keyframes PLACEHOLDER {
    0% {
        height: 1px;
    }
    100% {
        height: 15px;
    }
}

@keyframes PLACEHOLDER {
    0% {
        height: 1px;
    }
    100% {
        height: 15px;
    }
}

.cb-wrap {
    float: right;
    width: 50%;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    /* smartphones, Android phones, landscape iPhone */
}

.cb-wrap.pull-left .form-actions {
    float: left;
}

.cb-wrap h4 {
    margin-top: 0;
    color: #666;
}

.cb-wrap .save:hover {
    color: #08fe00;
}

@media (max-width: 481px) {
    .cb-wrap {
        width: 64px;
    }

    .cb-wrap h4 {
        display: none;
    }
}

.frmb-control.sort-enabled li.ui-state-highlight {
    box-shadow: none;
    height: 0;
    width: 100%;
    background: -webkit-radial-gradient(center ellipse, #545454 0%, transparent 75%);
    background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
    border: 0 none;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    overflow: hidden;
    margin: 1px 0 3px;
    -webkit-animation: PLACEHOLDER 250ms forwards;
    animation: PLACEHOLDER 250ms forwards;
}

.frmb-control li {
    cursor: move;
    list-style: none;
    box-shadow: 0 0 1px 0 inset;
    padding: 10px;
    text-align: left;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* smartphones, Android phones, landscape iPhone */
}

.frmb-control li:hover {
    background-color: #f2f2f2;
}

.frmb-control li.ui-sortable-helper {
    border-radius: 5px;
    -webkit-transition: box-shadow 250ms;
    transition: box-shadow 250ms;
    box-shadow: 2px 2px 6px 0 #666;
    border: 1px solid #fff;
}

.frmb-control li.ui-state-highlight {
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0 none;
}

.frmb-control li.moving {
    opacity: 0.6;
}

.frmb-control li.fb-separator {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    cursor: default;
}

@media (max-width: 481px) {
    .frmb-control li:before {
        font-size: 30px;
    }

    .frmb-control li span {
        display: none;
    }
}

.frmb-control {
    margin: 0;
    padding: 0;
}

.fb-mobile .form-actions {
    width: 100%;
}

.fb-mobile .form-actions button {
    width: 100%;
    font-size: .85em !important;
    display: block !important;
    border-radius: 0 !important;
    margin-top: -1px;
    margin-left: 0 !important;
}

.fb-mobile .form-actions button:first-child {
    border-radius: 5px 5px 0 0 !important;
    margin-top: 0 !important;
    border-bottom: 0 none;
}

.fb-mobile .form-actions button:last-child {
    border-radius: 0 0 5px 5px !important;
}

.form-actions {
    float: right;
    margin-top: 5px;
    /* smartphones, Android phones, landscape iPhone */
}

.form-actions .clear-all:hover {
    color: #fff !important;
}

[id^='frmb-'][id$='-form-wrap'] {
    /*   ------------   TOOLTIP   ------------   */
}

[id^='frmb-'][id$='-form-wrap'] .empty .frmb {
    border: 3px dashed #ccc;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.25);
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 1%;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap.pull-right .frmb {
    margin: 0 0 0 6px;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .stage-wrap {
        width: calc(100% - 64px);
    }
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap .action-links {
    width: calc(100% - 141px);
    display: none;
    float: right;
    overflow: hidden;
    text-align: right;
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap.empty:after {
    content: attr(data-content);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1em;
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap .action-links .active {
    font-weight: 700;
    color: #000;
}

.field-label-container {
    min-height: 20px;
}

li.editing .field-label-container {
    background-color: #41475d;
    min-height: 40px;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

li.editing .field-actions {
    display: none !important;
}

[id^='frmb-'][id$='-form-wrap'] .frmb {
    list-style-type: none;
    min-height: 200px;
    margin: 0 6px 0 0;
    padding: 0;
    -webkit-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.removing {
    overflow: hidden;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li {
    position: relative;
    padding: 0;
    min-height: 33px;
    clear: both;
    margin-left: 0;
    margin-bottom: 3px;
    background-color: #fff;
    -webkit-transition: background-color 250ms ease-in-out, margin-top 400ms;
    transition: background-color 250ms ease-in-out, margin-top 400ms;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover .field-actions {
    opacity: 1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.hidden-field {
    background-color: rgba(255, 255, 255, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:first-child .field-actions .btn:last-child {
    border-radius: 0 5px 0 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li :hover {
    background-color: #fefefe;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.no-fields label {
    font-weight: 400;
}

@keyframes PLACEHOLDER {
    0% {
        height: 0;
    }
    100% {
        height: 15px;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.frmb-placeholder, [id^='frmb-'][id$='-form-wrap'] .frmb li.ui-state-highlight {
    height: 0;
    padding: 0;
    background: -webkit-radial-gradient(center ellipse, #545454 0%, transparent 75%);
    background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
    border: 0 none;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    overflow: hidden;
    margin-bottom: 3px;
    -webkit-animation: PLACEHOLDER 250ms forwards;
    animation: PLACEHOLDER 250ms forwards;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.moving, [id^='frmb-'][id$='-form-wrap'] .frmb li.ui-sortable-helper {
    -webkit-transition: box-shadow 500ms ease-in-out;
    transition: box-shadow 500ms ease-in-out;
    box-shadow: 2px 2px 6px 0 #666;
    border: 1px solid #fff;
    border-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled {
    z-index: 1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled [type=checkbox] {
    float: left;
    margin-right: 10px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled h2 {
    border-bottom: 0 none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled label {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled .prev-holder {
    cursor: default;
    line-height: 28px;
    padding-left: 5px;
}

.frmb li .top-close-field{
    display: none;
}

.frmb li.editing .top-close-field{
    color: white;
    border: 1px solid white;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 20px;
    padding: 0 5px 2px;
    cursor: pointer;
    border-radius: 1px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .form-elements .close-field {
    position: absolute;
    padding: 5px 20px;
    background-color: #1f8295;
    color: white;
    font-size: larger;
    left: 50%;
    bottom: 12px;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #D7D7D7;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .form-elements .close-field:hover {
    background: #2a9cb0;
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .close-field:hover {
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field .prev-holder, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field .prev-holder, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .prev-holder {
    margin: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .field-label {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field.editing .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field.editing .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field.editing .field-label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .fld-label {
    min-height: 150px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting,
[id^='frmb-'][id$='-form-wrap'] .frmb li.delete:hover,
[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li.delete:hover {
    background-color: #fdd;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting .close-field,
[id^='frmb-'][id$='-form-wrap'] .frmb li.delete:hover .close-field,
[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li.delete:hover .close-field {
    background-color: #fdd;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting {
    z-index: 20;
    pointer-events: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled {
    padding: 0 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled :hover {
    border-color: transparent;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled .form-element {
    float: none;
    margin-bottom: 10px;
    overflow: visible;
    padding: 5px 0;
    position: relative;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .frm-holder {
    display: none;
    position: relative;
    top: -12px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .tooltip {
    left: 20px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder {
    display: block;
    margin-top: 12px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder .form-group > label{
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='color'] {
    width: 60px;
    padding: 2px;
    display: inline-block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='date'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder select[multiple] {
    height: auto;
    overflow: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder label {
    font-weight: normal;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='number'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='checkbox'],
[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='radio'] {
    margin-right: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='color'] {
    width: 60px;
    padding: 2px;
    display: inline-block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .required-asterisk {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .legend {
    color: #666;
    margin-bottom: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .disabled .field-label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions a:hover {
    text-decoration: none;
    color: #000;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 0;
    border-color: #b3b3b3;
    background-color: rgba(255, 255, 255, 0.75);
    color: #b3b3b3;
    line-height: 32px;
    font-size: 16px;
    border-width: 0 0 1px 1px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn:first-child {
    border-bottom-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .toggle-form {
    font-size: .85em;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .toggle-form:hover {
    background-color: #65aac6;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .copy-button:hover {
    background-color: #6fc665;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .del-button:hover {
    background-color: #c66865;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions {
    text-align: left;
    margin-top: 10px;
    width: 99%;
    margin-left: 11px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions button,
[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    color: black;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions button:hover,
[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a:hover {
    background: #f1f1f1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a:hover {
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap {
    width: 74%;
    display: inline-block;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap label {
    font-weight: normal;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap {
        display: block;
        width: 100%;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options {
    display: inline-block;
    width: 99%;
    max-height: 500px;
    overflow-y: auto;
    margin-left: 11px;
    background: #b3b3b3;
    margin-bottom: 0;
    border-radius: 5px;
    list-style: none;
    padding: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li:not(.touch-disabled) {
    cursor: move;
    margin: 1px;
}

.touch-disabled {
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li:nth-child(1) .remove {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li.dependent-field .remove {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li .remove {
    position: absolute;
    opacity: 1;
    right: 7px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    text-align: center;
    top: 8px;
    font-size: 18px;
    padding: 0;
    color: #C10000;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li .remove:hover {
    background-color: #C10000;
    text-decoration: none;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type=checkbox],
[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type=radio] {
    margin: 0 0 3px 3px;
    width: 5%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type='text'] {
    width: calc(44.5% - 17px);
    margin: 0 1%;
    float: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-field .form-group {
    width: 100%;
    clear: left;
    float: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .field-options .add-area .add {
    clear: both;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .col-md-6 .form-elements,
[id^='frmb-'][id$='-form-wrap'] .frmb .col-md-8 .form-elements {
    width: 100%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-options .add-area .add {
    clear: both;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements {
    padding: 10px 10px 40px;
    background: #f7f7f7;
    border-radius: 3px;
    margin: 12px 0 0;
    border: 1px solid #d7d7d7;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap {
    width: 73%;
    margin-left: 2%;
    float: left;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap > input[type=checkbox] {
    margin-top: 8px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .btn-group {
    margin-left: 2%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='text'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='number'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='date'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='color'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements textarea,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements select {
    -webkit-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    padding: 6px 12px;
    border: 1px solid #AFAFAB;
    background-color: #fff;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='number'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .btn-group {
    margin-left: 2%;
}

.col-md-6 [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label,
.col-md-8 [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label, .col-md-6
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label,
.col-md-8
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child {
    width: 25%;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    /* smartphones, Android phones, landscape iPhone */
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child {
        display: block;
        width: auto;
        float: none;
        text-align: left;
    }

    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child.empty-label,
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child.empty-label {
        display: none;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.multiple, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.required-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.toggle-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.roles-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.other-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.multiple,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.required-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.toggle-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.roles-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.other-label {
    text-align: left;
    float: none;
    margin-bottom: -3px;
    font-weight: 400;
    width: calc(81.3333% - 23px);
}

[id^='frmb-'][id$='-form-wrap'].fb-mobile .field-actions {
    opacity: 1;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip] {
    position: relative;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip]:hover:after {
    background: #262626;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 5px 5px 5px 0;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: 2px;
    width: 230px;
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em;
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip]:hover:before {
    border: solid;
    border-color: #222 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 17px;
    content: '';
    left: 2px;
    position: absolute;
    z-index: 99;
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] .tooltip-element {
    display: inline;
    visibility: visible;
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px;
    cursor: default;
}

.kc-toggle {
    position: relative;
    margin: 4px 0 0 2px;
    width: 60px;
    height: 21px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    background: #e9e9e9;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kc-toggle .kct-inner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 115px;
    height: 100%;
    -webkit-transition: left 150ms ease;
    transition: left 150ms ease;
}

.kc-toggle.on .kct-inner {
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
    left: 0;
}

.kc-toggle input {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.kc-toggle .kct-on {
    color: #0e880e;
}

.kct-off {
    color: #666;
}

.kct-on, .kct-off, .kct-handle {
    width: 28px;
    height: 100%;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    float: left;
}

.kct-on, .kct-off {
    position: relative;
}

.kct-handle {
    position: relative;
    height: 17px;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
    border: 1px solid #999;
    font-weight: 100;
    color: #4b4b4b;
    text-shadow: none;
    border-radius: 3px;
    margin: 1px;
}

[id^='frmb-'][id$='-form-wrap'] * {
    box-sizing: border-box;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[id^='frmb-'][id$='-form-wrap'] input {
    line-height: normal;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] optgroup,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

[id^='frmb-'][id$='-form-wrap'] textarea {
    overflow: auto;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[id^='frmb-'][id$='-form-wrap'] textarea {

    width: 400px;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn {
    position: relative;
    float: left;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group .btn + .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn + .btn-group,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn-group + .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:last-child:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group > .dropdown-toggle:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group .form-control:last-child,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-addon:last-child,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:first-child > .btn:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .btn-group > .btn, [id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn.active,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:active,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:focus,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:hover {
    z-index: 2;
}

[id^='frmb-'][id$='-form-wrap'] .btn {
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.active, [id^='frmb-'][id$='-form-wrap'] .btn.btn-active, [id^='frmb-'][id$='-form-wrap'] .btn:active {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

[id^='frmb-'][id$='-form-wrap'] .btn-primary:hover, [id^='frmb-'][id$='-form-wrap'] .btn-primary:active, [id^='frmb-'][id$='-form-wrap'] .btn-primary.active, [id^='frmb-'][id$='-form-wrap'] .btn-primary.btn-active {
    background-color: #286090;
    border-color: #204d74;
}

[id^='frmb-'][id$='-form-wrap'] .btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

[id^='frmb-'][id$='-form-wrap'] .btn-danger:hover, [id^='frmb-'][id$='-form-wrap'] .form-actions .clear-all:hover, .form-actions [id^='frmb-'][id$='-form-wrap'] .clear-all:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

[id^='frmb-'][id$='-form-wrap'] .btn-default {
    background-color: #fff;
    border-color: #ccc;
}

[id^='frmb-'][id$='-form-wrap'] .btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

[id^='frmb-'][id$='-form-wrap'] .btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
}

[id^='frmb-'][id$='-form-wrap'] .btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

[id^='frmb-'][id$='-form-wrap'] .btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

[id^='frmb-'][id$='-form-wrap'] .btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}

[id^='frmb-'][id$='-form-wrap'] .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control:last-child,
[id^='frmb-'][id$='-form-wrap'] .input-group-addon:last-child,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:first-child > .btn:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .btn-group > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control,
[id^='frmb-'][id$='-form-wrap'] .input-group-addon,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn {
    display: table-cell;
}

[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .form-control,
[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .input-group-addon,
[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

[id^='frmb-'][id$='-form-wrap'] .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

[id^='frmb-'][id$='-form-wrap'] .form-control,
[id^='frmb-'][id$='-form-wrap'] output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] textarea.form-control {
    height: auto;
}

[id^='frmb-'][id$='-form-wrap'] .form-control {
    min-height: 34px;
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

[id^='frmb-'][id$='-form-wrap'] li.dependent-field .form-control {
    display: inline-block;
    width: 50%;
}

[id^='frmb-'][id$='-form-wrap'] .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .form-group {
    margin-bottom: 15px;
}

[id^='frmb-'][id$='-form-wrap'] .btn,
[id^='frmb-'][id$='-form-wrap'] .form-control:not(select) {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .pull-right {
    float: right !important;
}

[id^='frmb-'][id$='-form-wrap'] .pull-left {
    float: left !important;
}

textarea.idea-template {
    display: none;
    width: 617px;
    color: #fefefe;
    font: 13px/19px courier;
    padding-left: 40px;
    height: 1055px;
}

.template-textarea-wrap {
    display: none;
}

.form-wrap {
    position: relative;
}

.form-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.cb-wrap,
.stage-wrap {
    vertical-align: top;
}

.action-links .action-links-inner {
    overflow: hidden;
    width: 0;
    height: 20px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.action-links .dev-mode-link {
    -webkit-transition: color 250ms;
    transition: color 250ms;
    color: #666;
    cursor: pointer;
    padding-right: 2px;
}

.stage-wrap h4 {
    margin-top: 0;
    color: #666;
}

.action-links a.clear-all:hover,
.del-button:hover,
ul.frmb span.required {
    color: #C10000;
}

.action-links a {
    color: #666;
}

.form-elements input[type=text].error {
    border-radius: 0;
    border: 1px solid #C10000;
}

.form-elements input[type=text].fld-maxlength {
    width: 10%;
}

.form-elements input.field-error {
    background: #fefefe;
    border: 1px solid #afafab;
}

.form-elements label em {
    display: block;
    font-weight: 400;
    font-size: .75em;
}

.form-elements label.maxlength-label {
    line-height: 1em;
}

.form-group .available-roles {
    display: none;
    padding: 10px;
    margin: 10px 0;
    background: #e6e6e6;
    box-shadow: inset 0 0 2px 0 #999;
    /* smartphones, Android phones, landscape iPhone */
}

@media (max-width: 481px) {
    .form-group .available-roles {
        margin-left: 0;
    }
}

.form-elements .available-roles label {
    font-weight: 400;
    width: auto;
    float: none;
    display: inline;
}

.form-elements .available-roles input {
    display: inline;
    top: auto;
}

.form-elements,
.form-group,
.multi-row span,
textarea {
    display: block;
}

.form-elements:after,
.form-group:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-elements .field-options div:hover,
.frmb .legend,
.frmb .field-label-container {
    cursor: move;
}

.frmb-tt {
    position: absolute;
    border: 1px solid #262626;
    background-color: #666;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    z-index: 20;
    text-align: left;
    font-size: 12px;
    pointer-events: none;
}

.frmb-tt:before {
    border-color: #262626 transparent;
    bottom: -11px;
}

.frmb-tt:before, .frmb-tt:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #666 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    bottom: -10px;
    left: 20px;
}

.frmb-tt a {
    text-decoration: underline;
    color: #fff;
}

.frmb li:hover .del-button,
.frmb li:hover .toggle-form,
.fb-mobile .frmb li .del-button,
.fb-mobile .frmb li .toggle-form {
    opacity: 1;
}

.fresh .frmb .legend .element-info {
    display: inline-block;
    visibility: visible;
    line-height: 12px;
    margin-left: 6px;
}

.frmb-xml pre.ui-dialog-content {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 12px;
    padding: 0 30px;
    margin-top: 0;
}

.action-links a.export-xml:hover,
.toggle-form.closed:hover {
    color: #6fc245;
}

a.btn.toggle-form {
    margin-left: 5px;
    opacity: 0;
}

a.btn.toggle-form:hover {
    border-color: #cccccc;
}

a.btn.toggle-form:before {
    margin: 0;
}

.formb-field-vars .copy-var {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #999;
    text-indent: -9999px;
}

.ite-warning {
    box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.5);
    border-radius: 0;
    border: 1px solid #ddd;
}

.ite-warning .ui-dialog-buttonpane {
    height: 27px;
}

.ite-warning button {
    color: #4479B9;
    margin: 0;
}

.ite-warning button:focus {
    outline: 0;
    font-weight: 700;
}

.ite-warning button.cancel:before {
    content: '|';
    margin-right: 15px;
    padding: 0;
}

.ite-warning .ui-dialog-content {
    padding: 0 15px 10px;
}

.ite-warning .ui-dialog-titlebar-close {
    display: none;
}

.ite-warning .ui-widget-header {
    height: 15px;
}

.ite-warning {
    font-size: 12px;
    line-height: 1.5em;
}

.ite-warning h3 {
    color: #666;
    margin-bottom: 10px;
}

.ite-warning button {
    background: 0 0;
    padding: 2px 5px;
}

.required-asterisk {
    display: none;
    color: #C10000;
}

.ui-button .ui-button-text {
    line-height: 0;
}

.form-builder-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

.form-builder-overlay.visible {
    display: block;
}

.form-builder-dialog {
    position: absolute;
    border-radius: 5px;
    background: #fff;
    z-index: 20;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    padding: 10px;
    box-shadow: 0 3px 10px #000;
}

.form-builder-dialog h3 {
    margin-top: 0;
}

.form-builder-dialog.data-dialog {
    width: 65%;
    background-color: #23241f;
}

.form-builder-dialog.data-dialog pre {
    background: none;
    border: 0 none;
    box-shadow: none;
    margin: 0;
    color: #f2f2f2;
}

.form-builder-dialog.positioned {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.form-builder-dialog.positioned .button-wrap:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}

.form-builder-dialog .button-wrap {
    position: relative;
    margin-top: 10px;
    text-align: right;
    clear: both;
}

.form-builder-dialog .button-wrap .btn {
    margin-left: 10px;
}

.admin__scope-old li select:not([multiple]):focus {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li.dependent-field {
    padding-right: 34px;
}

.amform-layout-two:not(.editing),
.amform-layout-three:not(.editing) {
    width: 100%;
}

.amelement-content .title {
    margin: 0;
}

.frmb .amform-layout-two:not(.editing),
.frmb .amform-layout-three:not(.editing) {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.frmb .field-label-container .field-label {
    font-weight: 600;
}
/*phpcs:ignoreFile*/
/*
formBuilder - https://formbuilder.online/
Version: 1.24.2
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
.kc-toggle {
  position: relative;
  margin: 4px 0 0 2px;
  width: 60px;
  height: 21px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  background: #e9e9e9;
  border: 1px solid #cbcbcb;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .kc-toggle .kct-inner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 115px;
    height: 100%;
    -webkit-transition: left 150ms ease;
    transition: left 150ms ease; }
  .kc-toggle.on .kct-inner {
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
    left: 0; }

.kc-toggle input {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.kc-toggle
.kct-on {
  color: #0e880e;
}

.kct-off {
  color: #666; }

.kct-on, .kct-off, .kct-handle {
  width: 28px;
  height: 100%;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  float: left; }

.kct-on, .kct-off {
  position: relative; }

.kct-handle {
  position: relative;
  height: 17px;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
  border: 1px solid #999;
  font-weight: 100;
  color: #4b4b4b;
  text-shadow: none;
  border-radius: 3px;
  margin: 1px; }

.rendered-form * {
  box-sizing: border-box; }

.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.rendered-form input {
  line-height: normal; }

.rendered-form button,
.rendered-form input,
.rendered-form optgroup,
.rendered-form select,
.rendered-form textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

.rendered-form textarea {
  overflow: auto; }

.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.rendered-form .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .rendered-form .btn-group > .btn {
    position: relative;
    float: left; }
  .rendered-form .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rendered-form .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .rendered-form .btn-group .btn + .btn,
  .rendered-form .btn-group .btn + .btn-group,
  .rendered-form .btn-group .btn-group + .btn,
  .rendered-form .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .rendered-form .btn-group > .btn:last-child:not(:first-child),
  .rendered-form .btn-group > .dropdown-toggle:not(:first-child),
  .rendered-form .btn-group .input-group .form-control:last-child,
  .rendered-form .btn-group .input-group-addon:last-child,
  .rendered-form .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
  .rendered-form .btn-group .input-group-btn:first-child > .btn:not(:first-child),
  .rendered-form .btn-group .input-group-btn:last-child > .btn,
  .rendered-form .btn-group .input-group-btn:last-child > .btn-group > .btn, .rendered-form .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rendered-form .btn-group > .btn.active,
  .rendered-form .btn-group > .btn:active,
  .rendered-form .btn-group > .btn:focus,
  .rendered-form .btn-group > .btn:hover {
    z-index: 2; }

.rendered-form .btn {
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .rendered-form .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .rendered-form .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .rendered-form .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .rendered-form .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .rendered-form .btn.active, .rendered-form .btn.btn-active, .rendered-form .btn:active {
    background-image: none; }

.rendered-form .btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4; }
  .rendered-form .btn-primary:hover, .rendered-form .btn-primary:active, .rendered-form .btn-primary.active, .rendered-form .btn-primary.btn-active {
    background-color: #286090;
    border-color: #204d74; }

.rendered-form .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a; }
  .rendered-form .btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925; }

.rendered-form .btn-default {
  background-color: #fff;
  border-color: #ccc; }

.rendered-form .btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .rendered-form .btn-success:hover {
    background-color: #449d44;
    border-color: #398439; }

.rendered-form .btn-info {
  background-color: #5bc0de;
  border-color: #46b8da; }
  .rendered-form .btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc; }

.rendered-form .btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236; }
  .rendered-form .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512; }

.rendered-form .input-group .form-control:last-child,
.rendered-form .input-group-addon:last-child,
.rendered-form .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.rendered-form .input-group-btn:first-child > .btn:not(:first-child),
.rendered-form .input-group-btn:last-child > .btn,
.rendered-form .input-group-btn:last-child > .btn-group > .btn,
.rendered-form .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rendered-form .input-group .form-control,
.rendered-form .input-group-addon,
.rendered-form .input-group-btn {
  display: table-cell; }

.rendered-form .input-group-lg > .form-control,
.rendered-form .input-group-lg > .input-group-addon,
.rendered-form .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.rendered-form .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.rendered-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.rendered-form .form-control,
.rendered-form output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}

.rendered-form textarea.form-control {
  height: auto; }

/*
.rendered-form .form-control {
  height: 34px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .rendered-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }*/

.rendered-form .fieldset .fields .field.form-group {
  margin-bottom: 15px;
}

.rendered-form .btn {
  background-image: none;
}

.rendered-form .pull-right {
  float: right !important;
}

.rendered-form .pull-left {
  float: left !important;
}

.form-group .required {
  color: #C10000;
}

.form-control.number {
  width: auto;
}

/*   ------------   TOOLTIP   ------------   */
*[tooltip] {
  position: relative;
}

*[tooltip]:hover:after {
  background: #262626;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px 5px 5px 0;
  bottom: 23px;
  color: #fff;
  content: attr(tooltip);
  padding: 10px 5px;
  position: absolute;
  z-index: 98;
  left: 2px;
  width: 230px;
  text-shadow: none;
  font-size: 12px;
  line-height: 1.5em; }

*[tooltip]:hover:before {
  border: solid;
  border-color: #222 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 17px;
  content: '';
  left: 2px;
  position: absolute;
  z-index: 99;
}

.tooltip-element {
  color: #fff;
  background: #000;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
}

.form-control[type='color'] {
  width: 60px;
  padding: 2px;
  display: inline-block;
}

.form-control[multiple] {
    height: auto;
    background: none;
}

.amform-form .am-customform-depend {
  display: none;
}

.amform-rating-container {
    display: inline-block;
    font-size: 1rem;
}

.amform-rating-container .amform-versiontwo-label {
    float: right;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #ffb300;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FRQUFBQUhVV1lWQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQUFtSkxSMFFBLzRlUHpMOEFBQUFIZEVsTgpSUWZpQnhJQU9UdGc1emV6QUFBTnlrbEVRVlI0MnUyZGUzQlZ4UjNIZjN2eWd2QXNJVUY4RkJSRlc2c0prU0NSQkRqbkpybVFCSUk2CmplQ2pQbXFoMG82UDF0S3hZNGRxZFdwbGZPS000S01pNGl0MU9qWFZsRWh1ampvNkhWSHJqUFhSZ205RnJJbFdJSmlZNU82dmY4UkEKUXU2OTU3Vzd2N09YKy9rck9YZlA3dTkzdm5mMzd0bnoyOThCeUpBaFE0WU1HVEpreUpCaEJMR2wxQlprR0VMcnNmWjJhaHZFWWxBYgpFSXpzZWxiV2VneTFGU0xSWEJDakRpRDNMR29yaEhwRWJVQVFXc2ZBUWdETUNCSVdjcXBZSGdCVXRCUlNXeUlPclFWaDlRQUFocEczCmpOb1NjZWdzQ01QYWI1MUlvMEdMVVJ2Z24xaHAxcXNEZi9IZWVGSDFIbXA3eEtCeER4a1lzQUFBak55cytpQTFoUW1OQllHNklYK24KemFDbDdaRFZOaVZyTnp0Z1BmKzZjM0pqTjdWTkl0QzJoN0JhTnVUTFpPUVhMS0syU0F6NkNuTElyMGE2ekxRMEhiS2FjaWQzR3VPRwpIc0d2ZGhTdDZxTzJLemlhOXBEQytjUGxBR0FUVDdDb3JSS0Jwb0pBb21sdVdneGE2U1RJc3JXNmVqTUVMVjJ3VDJJekVyaFNWRG1QCjJyTGdhQ2tJSkxrdnp6cWIyckRnYUNrSTFpVTVmaWExWmNIUmNOcHJUNFFPbHAzNE15d3pYNkcyTHhnYTloQ01KcE1qSFo0ZWFpZ0kKUzdHeXl6S0NxR2F0QVl1VGY4cE9iUHMrdFlYQjBFNlFCZVdzSU5YbldacjNFZTBFZ1RxSHp6V2YrdW9uaU1PelFWYlNlaXkxaVVIUQpUSkRZTk9NVXB6STVXZzlhbWduQ25BWXNBTTBYR1RVVHhHbkFBZ0JnNVZ1blVwdnBINjBFYWM1bnBuTXB4bktXVVZ2cUg2MEVHVlBGClJybHlTdU5CU3l0QlhQMkNBQUFzM0RxSjJsYS9wS1VnTER0UDIzMVZHZ215YlJZN3ltMVpmUmNaTlJMRVM3Z29xN2JIVXR2ckQ0MEUKY1RQbEhZU05Hb3lNMXcxdEJHa3RZbVZleXV1NkVLK05JTG5EUWtkZFVOZVNSMjJ6SDdRUnhNdUFCUURBeHViVlVKdnNCMDBFYWNwRgp6NWRYejl0RFRRUVpHVHJxREM2MXM3MmVRNDhtZ25nZHNBQUFqRW00Z05wc0gxWlRHK0FTZjF2V05CeTB0QkNrL2NSRW9hTXVPRk8vCnVETXRCUEhaUDhDWTJqYVgyblRQTmxNYjRBcmZlMnoxaS9iVlFCQjdJcXZ3ZTY1KzBiNGFDSklxZE5UUnZlUHNFbXI3UFZwTWJZQXoKTEZCU0FOMFc0a012U09yUVVXZDBXMlFNdlNEejU2WU9IWFdDbmR3Mms5b0hMNFJla0dBREZvQnUwYjZoRjhUL2xQY0FXazE5UTM0bgp1KzI3T1I4R3I2VnZXdlZIMUo2NEplUTlSRXphcFd5TjdrWkNMb2lBQVF2MG12cUdlc2hxemgvM2hidFl4ZFJ3M2pjMStqbTFOKzRJCmRROFpFeEVoQjRCaFpEZFErK0xhVm1vRFVoRjh5bnZBVFcwR3JYQUw0amFXMTVuSXRnblUzcmdqeElKNENSMTFndVZrTDZIMnh4MGgKRmtSc3BsRmRabG9oRmtUZ2dBVUFFRzNPcC9iSURhRVZwTFVJNWdoMU5IK3NGbWt5UXl1STU5QlJSL1JZaUErdElHTHUwWWZYMkpSTAo3WlF6SVJYRVQraW9FMnhDUVlUYUwyZENLb2lmMEZFWHptb3dhSVZVRUFrREZnQmdRMU1XdFdOT2hGVVFzVlBlUVdjTEovc09LRklGCnM1ZmpHaFl5V1pBWnA4cXBtWC9LT3FpOUcrSHREcmJhN0J6OGp3RzBSMkd6VVVSdDF1RUtib0hMeks2RC96TUFBUHNJMk1JMG1JR2sKRzdnZmZtNXVHbjRzQ3dEZ3dhN3BXNmIxd1lLd0RWM3BEWCtkMVpodGh4NGRjamRzVitBalJscTlOVFBNNEFhNHl1d1plWHpZOHNUVwpTYmtQR05vbXBkQUgzQU9YbWs4ay9tekVlcEY5QmQ1c2FMREVvQy80RWl3M1AwajI2WWhmRGZNT0xNZDNxSTFPVnhENXVoMlZ5ZVZJCkVuWHk1TGp4ZDdQenFJMVBQL2puN0VKemErb3lTWmU0N1l2Z0xqYUcyb1YwQW1Od3Z2bVpVNm1rRTExekU4em1yMU03a1M1Z25GLzcKYkkyekhBNkJjdllvdk1WWVRlMk0vdkNQNEZ6clJYZGxIWi9LdFovRjdtY1RxVjNTR2Z6ci9rdnEvK2UydEl2SHBMRnA3Rkdqbk5vdApQY0Z2NEdyekxpOW51RmdzaVh6STV2TS9JRkk3cHgvNEg1anJUUTRQd2RaMkZXeGhVNmhkMUFsOHNQZG4wZjFlei9JUTJkRTJ4ZGhzCmFKbURTajNZeFZkSEh2SnpwcmRRRzJhdmdSdjg3eG8vWE9DdjlaOVRzOVBmdVo1am4reTUrS2d4bmRybE1NUHY3RmxUKzQzZnMzMEUKbzlrVDRUNm0xVVpLZGZBdjhlSkljNUFhZkVZSDJqK0YyOFJzcGtrbitBdDk1MFkvRGxhSHoyZUU1b2IrT2ZnMjlRVUlFNXp6MzNjdQpEQ3BIb0QyR3pmbGoxeHVYVUYrSWNNQjM4L09xYkJFMUJReG9qcTFnRzJYRUdPb0YvM3ZQaGJXQ3dvc0NSNWpIWmhpUHNkblVsNFFPCjdNTnJyRnRCMkRwRzREaVR5THNkOC9odGgrdkNDbjh2UHMrNlJad2N3dmFwdDlmQkptTXl6VVdoQXgvdlhsbTdWMnlkd2piRnhJNHkKSG1ZYTVzbjFDKzltbDV2M2lhOVhXRFQ0NW4zVE4wOUhxRHc4Z3Uzd0RWNFRhWlZScytCdFk3SDV4aVBpTmpPSEZYNVA1NVdOM1hMcQpGcDdycEswZ2E1TzREQXpoQS9md24wVCtMSzkrS2NsbjdDdnhqK2taYk1lMzl5MlB2aSt6QlNranZubDdPZ2JiSWZKMU95dmt5aUV4ClBWTzZCZHU1Q1hJVGdkUjhXYkdMamZYcEVXeUhzVzh1V0xSYlJVdFNKNm1SQjlJaDJHNGd5RTJOSEFveXl1a2ViTWMvaGhWdWc5eEUKb0NURm43N0JkdDZDM0VTZ0tPZWlqc0YyM29QY1JLQm9vVU8vWURzL1FXNGlVSnFWVko5Z083NjViN1gzSURjUktFNFRxME93bmY4ZwpOeEdvejlzYjhtQTcvaHBmWHJXRHJuMlNSTXJoRGJiajYzdCs1VC9JVFFSRW1hM3R5YkE3ZkwwRTd6Q3ZwTGFCNm5GU1NmamtBSUFRCkJHc1FDUkxPcEsxWWJoOUJiUU9OSUF5V1VUdWVDTU9ndDR0RWtGaTVNWlhhOGNUUTkxd1NRY0tiKzVBdGZPbzd0QmJRREZuaEZTUW4KbnpoSFBJRWdkZ2s3bHRicFZGQ25XeVlRaEg2Y1RtbGRUU3ZwTTA0Q1FhaS9nNmt4UnVjR2VyTm80UFpWTjlnMms1MU02YkF6dEQxWQp1U0FhdkhlempqSkh2UG9oSy9TQ0dPTUxxZ2hiVjl0YzZ6R3NqTTVadDFEZUp5a1dKRWVMZDI1UzVvaFhMRWk0WjFpREdKTUxLOG5hClZ0bFlTeUdFUGhuK0FIUXpMYVdDakc1Z29YOWR4QURzVEtwSGQwb0ZDZmM5K2xEWTBUR2l5WWRDUVZyR2cwWUovNmxtV2dvRkdWV3YKMHlZZXF0NnNVQkE5WmxpREdDZllQeUJwVjFWRFRhT1JkTkhPT3pSOVJKa2doVkZEaTFlZkhvU21SeXNUUko4WjFpQ3NlTnR4Nmx0VgpKTWpHSEtiSjY3T0hrazN3SlZJa3lQR21qaHQyS0hxMUlrRmt6dXF4SzNnZGlXRnpuemxTbnQySlVTTElXbWtCYU5nVi8xSDhlUDZNCm5Ob1p5NVprZDNLVUNMTHdERG5iZFBocjhkTWlEMVg5MTFxRTEyQy9qQmJVejdTVUNDSm5MT2JyZThxLzNjbUI1azN4K2ZpaGhFWVcKYkowazg4cU1SSWtnNHI5bi9FdSt6THA4NkU2T3FuOUFDZitMY011ejh4Uy90VTZCSUxGU05rMXNqZmhpWDRuMTVLRkh6YStzcytPcgpzY2RQalNuYVVqeG9LUkJFN0F5TGM3eXhZMEd5L0xpUnUrT240NzlGdHNlcTdiSHlyczFJVkF4WkFnWEJ6NkRHdkxZeG5yeEUxZXU5CnMzR1R1QmJaS0t5VmRtVVNJRjBRK3lUMlBWRjFZV3R2c1JWektoWGRiMTdNenhkM2Q2SjJwaVZkRUZGak1QYnpYNXVMbzUrN0syMDkKM0ZmSy95bW81ZHFXUERuWEpoSFNCUkh6L2VJZllJVjFzNWY4dURVN084djVuU0xhTnNhTnJwWnpiUksySnJmNjJEUjJXdkJhK0JOcwpsdldTMTdNYWU2MHI0ZzM4eStEdHE1eHBTUmJFQ0J3WWh6MTRtZlZEOHl0L1owZWFXVEYvSWFnTmJLbXRiTSt3WkVHQ2ZyZnc3ZjQ1CjVvWWdOWmlmZEM3RUd6Z1BVZ2NyNFBQRlg1dkVTQldrYlFyTUMzSSsvOU8rMmRYL0NtcEZZOXo4TFZielFCbmgxTVdnU0JYRWFEQjgKMTgvMzhmT3NIeS85V293bGtmYWVZZ3lRd2hLVkJjNUpGY1QvREF0ZlphWFdJeUp0cWUwd2ErTnJzTS9mMmNhUjl1bGlyMDNTbHVSVgpiVThFeTkrWmVIdkhHYWI0dkw4WVdjY3IwR2ZlWFZVekxaazlwSjdsK0hEOGkvaFM4NnJHWGprbVJiYjN6K0srRW9XcnVsK1hLSWlmCjd4Ui9Ia29pZjVQcGNQVWVxNUd2NHA1VDZiTVpiYWZLdEdzUWFZSTA1OE1pYjJkd3pxL3Z0TXhQNUR0dDNjUG04TGU4bnFWbWQ2UTAKUWNZdU1rWjdLYzgvWlJGcmJhcDFYSkdZYjNTVjRmM2V6bEh6S3lKdnlQTDBMbERld29yTloxVTRQTWpTcjgxTGNRWDM4TUlpNDVSbgpUcEJ2bHlSQm1uSlpuZHV5Mk1ldnR1ck5Udm5PSG9yNUdKYmlLKzdMNXlqb0k1SUVLWWl3Q2U1S2luL1BtUmU4dldOT3hhQWxTUkMzClN3MzRlTStzcXBmbHU1bWN4bDdyRjdpRXUrcWZyTXcrV3JZOVVnUlphMkNEY3luZUhWOXBMaGY5MmprL1dFOWpDVDduWEk0eExuMWIKdHhSQkZsUWFoVTVsOEUwb2k5d3IyejIzUkhaMVJQQTY1elZoK2JlSGNvWXNSN1A1dlIxbDFwdXluZk5DWTl6OEhWaTRLM1VwVm1sTApmbjJtSEVGU2RteStseSszVnNwNjdWd1FyT2VnQko5T1ZZSmx1Um1NZ3lCQmtMWXk0NWprbitMTDhWblc0M0tkOG8vWmFTN2h2K1NwClZ0SWtEMW9TQkVtK3hJQ0l0K3lZVi8yZVhKY0NndGF0YkI2K20vVHpxcGJ4TXB1WElFaXkyVHJ2NVBYbTFhdDhQcEZRaWZsS2R5bC8KTFBGblJtNmU2MXRlUHdnWHBQMWtZMmFpNC96Wi91SklpMHhYUkZLNzExckJMK1VKbjFmS25XbUo3eUVKek1VNFgvdGNwT1pUbVk2SQp4N3FmbCtFYkk0K3p4VTJlbGsyOUlWd1FObUpSRVhkeHk3cit1a0J4SHpSVXZkVXhoOTh6d3NNeGhWRjViUW9XSkRhREZROC9nay9GCml5UFB5M05BTG8zZDFpcCtEdTQ1NUxDbmxXeHZDQlprZVAvZ3ZYaVZ1YVRxQzNubXE4QnE2cDNGdHc4N3RHU2pqNGZUN2hBdHlKQmYKRUh3SHpqQnZsMlc0U3FMdjc2emc2dzZ1Q2JNSk02WGxOUklxaUgwMHpCbjhHN2ZzTGJWZWxXVzJhbGIxV1d0d01UOFlleTl0MEJJcQpDSjdGR0FBQWR1RkY1Z1VOKzZSZEh4S3NWbGJNdDMzcnFiUTBtV0tIckxNQkJqWXJtdzlLdlRaRW1KOVowWUVOMkViaEpFblJ2Z0lGCmFTMkNDZ0IrNTRITnl1a0ltamRCSmY5QWl3emQ3U3Z0enBpR0tXYThzMjFDZTFQN0xxbzBtYTVwLzAzc0tHb2JGSHE3c3IwNGVDMFoKTW1USWtDRkRoZ3daMVBCL2loT0haU3U4TWdNQUFBQWxkRVZZZEdSaGRHVTZZM0psWVhSbEFESXdNVGd0TURjdE1UaFVNREE2TlRjNgpOVGt0TURjNk1EQjR6SUdnQUFBQUpYUkZXSFJrWVhSbE9tMXZaR2xtZVFBeU1ERTRMVEEzTFRFNFZEQXdPalUzT2pVNUxUQTNPakF3CkNaRTVIQUFBQUFCSlJVNUVya0pnZ2c9PSIgLz4KPC9zdmc+Cg==');
    background-size: contain;
    background-repeat: no-repeat;
}

.amform-rating-container.radio-group .amform-rating {
    display: none;
}

.amform-rating-container .amform-versiontwo-label:hover,
.amform-rating-container .amform-versiontwo-label:hover ~ .amform-versiontwo-label,
.amform-rating-container .amform-rating:checked ~ .amform-versiontwo-label {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FNQUFBQ2FobDZzQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQ2xGQk1WRVVBQUFDOXZiMjV1Ym0vdjcrOQp2YjI1dWJtL3Y3Ky92Nys1dWJtK3ZyNit2cjYydHJhL3Y3Kzl2YjBBQUFDR2hvYS92Nys5dmIyN3U3dSt2cjYrdnI2K3ZyNit2cjY4CnZMeXFxcXE5dmIyOXZiMi92NytxcXFxWm1abS92NysrdnI2L3Y3Kyt2cjYvdjc5L2YzKy92Nys4dkx5L3Y3Kyt2cjY2dXJxL3Y3Ky8KdjcrK3ZyNit2cjYvdjcrOHZMeSt2cjYvdjcrL3Y3Kyt2cjY5dmIyK3ZyNit2cjYrdnI2K3ZyNjR1TGl5c3JLOXZiMi92Nys0dUxpWgptWm0vdjcrN3U3dSt2cjYrdnI2L3Y3Kyt2cjY1dWJtL3Y3KzJ0cmEvdjcrOXZiMi92NysvdjcrK3ZyNit2cjYrdnI1eGNYRzh2THkvCnY3Kyt2cjYvdjcrK3ZyNi92Nys5dmIyOHZMeS92NysvdjcrN3U3dS92NysrdnI2L3Y3Kyt2cjYvdjcrOXZiMnFxcXEvdjcrK3ZyNi8KdjcrK3ZyNi92NysrdnI2K3ZyNi92NysvdjcrL3Y3Kyt2cjYvdjcreXNySy92NysvdjcrK3ZyNi92NysvdjcrK3ZyNnhzYkcvdjcrLwp2NyswdExTK3ZyNi92NzhpSWlLL3Y3Kyt2cjY5dmIyL3Y3KzZ1cnEvdjcrK3ZyNit2cjYvdjcrK3ZyNjd1N3UvdjcrK3ZyNjh2THk5CnZiMjl2YjIrdnI2OHZMeSt2cjYydHJhOXZiMi92NysvdjcrL3Y3Ky92Nys5dmIyOHZMeS92Nys5dmIyL3Y3Kyt2cjYrdnI2L3Y3KysKdnI2K3ZyNi92NysrdnI2L3Y3Kyt2cjY5dmIyL3Y3Kyt2cjYvdjcrbnA2ZTl2YjIvdjcrK3ZyNit2cjYvdjcrL3Y3Kyt2cjY3dTd1OQp2YjIvdjcrNnVycS92NysvdjcrOHZMeS92Nzh6TXpPK3ZyNit2cjYrdnI2L3Y3Kyt2cjYvdjcrK3ZyNit2cjYvdjcrK3ZyNi92Nys5CnZiMi92NysrdnI2L3Y3Kzl2YjIvdjcrK3ZyNit2cjYvdjcrK3ZyNit2cjYrdnI2K3ZyNi92NysrdnI2K3ZyNi92NysrdnI2K3ZyNisKdnI2L3Y3Ky92NysrdnI3L2R3RG1hd0QvLy84bS9GNXlBQUFBMlhSU1RsTUFUaUhLYlIyNGJ3dkJUeFdiWlFIc3R6SVBmbHZKclJjSgpZVkdqQmdWRVI1Q1ozQUlvUFhTLzRSQTBWNGJZS2p0OHo5SWZjMnJGdGhrS2Fic1M2V0F4c24wTVZoYW9CNnhObndSRGxTZnZPWXpkCk1JTFVPaVo0eXg1Y3JzaFNwRWtEMno5WXp0RFJxaFFZdkhzODQ1Y0lzVlFnaWcxSXJ4SEdiUHVndVYxM0pUamZrV2pETGRhZFFWa2oKampWTERodkFaSC9UUGhPelZYQ2hrc1NXdXQ1ZXNLWktuRzVBNWphSVd0b3NVS0lpUnBnYTRJUXUxL2g2ZHMzTU4weXJuaHpDZzBLVQpaaVIxajRIVmdLVzFLNXEwWTNLSDJhY3pYNU12UUJIMUNBQUFBQUZpUzBkRTI1a0VGaFFBQUFBSGRFbE5SUWZpQnhJQU9oNEF6ckEzCkFBQUhTa2xFUVZSNDJ1MmQ5M3RVUlJTR0w3MjZvWVZpUWtoSUJFSlZpaGlrU3BBaTBxV1hwUVJDQUJHRGlnVUlYUkJCcElnZ05sUkUKc0lLQ0tLS0lEVUd4ZS9ocjNFMnlaTXU5ZDg3TW5ablBQTSsrdjkrWjczMWdTODdNT2VzNGFkS2tTWk1tampyb0FKcW9XdytkUUJQMQpxUUU2Z2g0YVVpTjBCQzAwSm1xQ3pxQ0Zwa1RVREIxQ0I4MGpJcmVoUTJnZ2xCRVJhWUZPb1lHV0ZLVVZPa1p3V2xlS3RFSEhDRTVtCnBVaGJkSXpBdEtNcTJxT0RCS1ZEdGNqdDZDQkJhVnN0a29VT0VwQnNpdEVSSFNVWU9iZEVPcUdqQkNQM2xrZ2VPa293T3Q4U3VabVAKemhLRUFxcmhEblNZSUhTSkU4bEZod2xDMXppUmJ1Z3dBU2lrZUxxajQ2alRJMEdrSnpxT09sa0pJcjNRY1pUSnAwUjZvd09wMGlkSgo1RTUwSUZWNkpvbmNoUTZrU3Q4a0VhcUxUcVJHdjJRUDZvK09wTWFBRkpHNzBaSFVHSmdpUXZlZ002bFFsT3BCZzlDaFZLampJbkl2Ck9wUUtlUzRpTkJpZFNvRWhiaUpEMGFua0dlYm1RY1BSc2VRWjRTcEM5NkZ6U1pQcExqSVNuVXVXWW5jUEdvVU9Kc3RRRHhHNkg1MU0Ka3RGZUltUFF5ZVRJOXZLZ3NlaG9jdVI0aXRBNGREWXBjcjFGSGtCbms2S3p0OGg0ZERZWkh2VDJvQWtoZERvSit2dUkwRVIwT2dtNgorb2xNUXFmalUram5RWlBSOGZqMDhCV2hLZWg4YkxMOFJhYWk4M0hKOS9lZ2FlaUFYQjRTaU5CMGRFSW1QVVVpTTlBSm1mUVZpY3hFCkorUXhTK1JCTkF1ZGtjVUFzVWp0dUswNVVDeFNLMjVyRm9rOWlJclJLUm1NNFlqVWh0dWFlUnlSRnVpVURJWndSR3JCYmMxaExBK2EKamM0cFpBUlBaQTQ2cDVDNVBCRXFRZ2NWVU16MG9Ibm9wQUtHY2tYbW81TUtHTTBWb1d4MFZGK3kyUjYwQUozVmx4eStTSE4wVmw5eQorU0lVUm9mMVk2R0V5Q0x0dXk5ZVVxS0pwUkllbEtGcjE1SmxwZFVtblc3S0JQamZrVlZ6d3JxOERCMG1BQWxuOS9rcjBIRlVXVnFRCjlFSlp1UW9kU1ltSFY2ZTg1QWMvZ2c2bHdCclhkNjlHNkZpeXpIM1U0MzI0cGN6SEFKNXk3K2FhdGZQUjRmamNmTXozdzVIOU5SeE4KMlhMQngzeUIxS2N6akJYaXZwclY0OUVoeFhUcncvcnVOUStkVThUalQ3QThIS2ZmT25SVVg1NWtha1FZSnp5cndkRkw3aXcxNXlsMApZQStlYml6bDRUanRua0ZIZG1XOXBFYUUwQVowNkZTV2JKVDNpRkN4Q1IwOGljMnE5d2dMK1ZVcUd3UVozYk1GSGI2R3JjSG0zV3piCmpoYW9abW80a0lmakZPMUFLMFNaOEd4QWpTZzcwUlpFQS9XTXV0azFFK3pSWDlmdHdlem5rQnFUZDJ2U2lQSTh6bVBVSG8wZWpyUDMKQlpESFBxMGFFZkpmUkdqc045SGZlNEIzZ3E2VFBETURiZzRlc3V6eGtoR05LSWR0YW1TYWJPMjFXTUlyTnp2YnhsWUpUMUIrMDBFSApHeDVsTnJwNkxaVHdHT1UzSFpndTRhM2lsZDkwWUxTRXh5Ni82Y0JnQ1UraS9LWURVeVU4eWZLYkRveVU4RjZXTGIvcHdFQUpUNkg4CnBnUGRKYndsdUM0R3JTVzhJOGcyM2xKOUhybEFEYW43V1NLT1FrVmUwZmhmUzNTNmFaTFFCSTBpVzRBaXdtNHFHWTRCUlNicEZDR2IKMzdHU2VGV3J5R3N3anlsYVBlaDFtTWhVdlNLRStLSlZ5VFROSW11Q1IxSml1bVlQZWdNa01rTzNDT3ErZkQzdEltOUNQQnBvOTZEagpFSkczOUl0ZzdzdWJPREY1RytEUnpJQUhIUUdJN0RNaDhnNWdhQXFqdDFpQkU5WTk5aGp4b0hldGk1dzBJL0tlZFJGVEY0ZE9XZlpvCmI4aURXbHNXT1cxS3BNU3l5UHVtUk9nRHF4NGRqWGxRRjZzaUg1b1RXV2RWNUNOekl2U3hSWTk4cWJPUjlYSUhFQU1zaXF5VXlCVTkKTEFqSi9ERlpabEZFNGlKYTlXSEJ4RS80ajFpY2JzeFAxVFQyU0dGYjlqUDJwaHUzNUVZNkduOVhkeEQzcWVIV1JNNHdFNTBKSnp4Mgo5bFBtYzlhbUcvTXVOWCtXTXV5ejhWaWVpSzNweGdXc05BM2RCaDIxWVQxcWE3cnhPVTZZOCs1L3RHNzhuUE93cFdQUkMrSWttNzd3CmVqaDdNMFBrU3lzZS9jUkJMaGI2UEY5SC9QeFhWa1RFRnhzRnA0R1h0Z3BYc0RMZCtHdEJpTzNiUkN1RXZ4R0pYTGJnMFU2UVlRZG4Kdk5GbHdYSHd0eFpFcnZoSE9NbGJwVmtMMzFVeUxCVHFHdm9GdVBBZGQ1blE5NzRtRmNZOUN2MjIvMEhtcE9hRTM1bHd1WEdSMlQ2NwpTdzYzYjdYTWU2bk94a1htZU83ZDVKTDBZajZ2dDdPR1BZbzhkLzR4ckxEY3FaKzhscnRxV01Ucm9teUc0aEZOMFhHUEJmc2FGdm5aCmZkdHJwY29yTHZZd1VXdkw1ZUl4MFN4UVc1cEhVOTBHb3lJTDNMWU0ycGJtM2xTWGFWU2t1Y3VPR3RyU1hKdnE1TjhFK2JqTkg5Y3kKS05hdHFhNitRWkZGS2J0TnU2NW41ZkRWbEtXN0doUkorZXZ1RjMxdGFZdFNtdXJVM3dtRkpNL2c2cUZ6OGRKZmsxYS9ZY3hqZCtKRwo5VFNmeVlSK1Mxei9takdSM3hQMm1hUy9MYTE3NGkvSjZPM1NqZU9QK0YyTVhFbmE4MmY4RmpzTmVWeVBmMHN4ZFJ4ekkyNlRpNGIyCmlCdXUzTnBjVzFydi9UWGJtR25WZFVwaTZ3ODVZRXdqUXZ1YU9lZW5qV3l3SzdiOG9ZTW1QU0tNak8yVVpXVDU4OVdySHphc0VhRnUKN0VjSWpmVHJWbzN0WHZpWGVRL0g2VmhlSldLaVkvZFMxVC8yV2hzZVRteFFySW5weHBWM01mKzJwQkZoK2JIb2htSDlDemV4M1paVwplYWF0WTBKTklzVUJwa0twVXJHSi90Rys2QlhFYjB1MldxYS9DSHh1cjMyUENGZitoV3liSmsyYU5CYjRENHJDSHdENjN5QWZBQUFBCkpYUkZXSFJrWVhSbE9tTnlaV0YwWlFBeU1ERTRMVEEzTFRFNFZEQXdPalU0T2pNd0xUQTNPakF3MmpDV2VRQUFBQ1YwUlZoMFpHRjAKWlRwdGIyUnBabmtBTWpBeE9DMHdOeTB4T0ZRd01EbzFPRG96TUMwd056b3dNS3R0THNVQUFBQUFTVVZPUks1Q1lJST0iIC8+Cjwvc3ZnPgo=');
    background-size: contain;
    background-repeat: no-repeat;
}

.frmb .form-elements .dependent-field select:not(:focus) {
    padding-right: 40px;
}

.amform-no-display {
    display: none;
}

.amform-form .fieldset .fields .amform-layout-two,
.amform-form .fieldset .fields .amform-layout-three {
    margin-right: 2%;
    display: block;
}

.amform-layout-two:last-child,
.amform-layout-three:last-child {
    margin-right: 0;
}

.amform-layout-two:not(.editing) {
    max-width: 48%;
}

.amform-layout-three:not(.editing) {
    max-width: 31%;
}

.circle-theme.amform-form .fields .amform-layout-two,
.circle-theme.amform-form .fields .amform-layout-one {
    margin-right: 2%;
}

.circle-theme.amform-form .fields .amform-layout-three {
    margin-right: 1%;
}

.circle-theme .amform-layout-three:not(.editing) {
    max-width: 32%;
}

.default.amform-form .fields .amform-layout-two,
.default.amform-form .fields .amform-layout-one {
    margin-right: 2%;
}

.default.amform-form .fields .amform-layout-three {
    margin-right: 1%;
}

.default.amform-form .fields .amform-layout-three {
    max-width: 32%;
}
@charset "UTF-8";.fancyambox-enabled{overflow:hidden}.fancyambox-enabled body{overflow:visible;height:100%}.fancyambox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancyambox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancyambox-container~.fancyambox-container{z-index:99992}.fancyambox-bg,.fancyambox-inner,.fancyambox-outer,.fancyambox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancyambox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancyambox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancyambox-is-open .fancyambox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancyambox-caption-wrap,.fancyambox-infobar,.fancyambox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancyambox-show-caption .fancyambox-caption-wrap,.fancyambox-show-infobar .fancyambox-infobar,.fancyambox-show-toolbar .fancyambox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancyambox-infobar{top:0;left:50%;margin-left:-79px}.fancyambox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancyambox-toolbar{top:0;right:0}.fancyambox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancyambox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancyambox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancyambox-is-sliding .fancyambox-slide,.fancyambox-slide--current,.fancyambox-slide--next,.fancyambox-slide--previous{display:block}.fancyambox-slide--image{overflow:visible}.fancyambox-slide--image:before{display:none}.fancyambox-slide--video .fancyambox-content,.fancyambox-slide--video iframe{background:#000}.fancyambox-slide--map .fancyambox-content,.fancyambox-slide--map iframe{background:#e5e3df}.fancyambox-slide--next{z-index:99995}.fancyambox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancyambox-slide .fancyambox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-can-zoomOut .fancyambox-image-wrap{cursor:zoom-out}.fancyambox-can-zoomIn .fancyambox-image-wrap{cursor:zoom-in}.fancyambox-can-drag .fancyambox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancyambox-is-dragging .fancyambox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancyambox-image,.fancyambox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-spaceball{z-index:1}.fancyambox-slide--iframe .fancyambox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancyambox-iframe{display:block;padding:0;border:0;height:100%}.fancyambox-error,.fancyambox-iframe{margin:0;width:100%;background:#fff}.fancyambox-error{padding:40px;max-width:380px;cursor:default}.fancyambox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancyambox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancyambox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancyambox-close-small:hover:after{color:#555;background:#eee}.fancyambox-slide--iframe .fancyambox-close-small{top:0;right:-44px}.fancyambox-slide--iframe .fancyambox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancyambox-slide--iframe .fancyambox-close-small:hover:after{color:#fff}.fancyambox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancyambox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancyambox-caption a,.fancyambox-caption button,.fancyambox-caption select{pointer-events:all}.fancyambox-caption a{color:#fff;text-decoration:underline}.fancyambox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancyambox-button[disabled]{cursor:default;pointer-events:none}.fancyambox-button,.fancyambox-infobar__body{background:rgba(30,30,30,.6)}.fancyambox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancyambox-button:after,.fancyambox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancyambox-button[disabled]:after,.fancyambox-button[disabled]:before{opacity:.3}.fancyambox-button--left:after,.fancyambox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancyambox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancyambox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--left{border-bottom-left-radius:5px}.fancyambox-button--right{border-bottom-right-radius:5px}.fancyambox-button--close:after,.fancyambox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancyambox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancyambox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancyambox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancyambox-arrow--right{right:0}.fancyambox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancyambox-arrow--left:after,.fancyambox-arrow--right:after{left:0}.fancyambox-show-nav .fancyambox-arrow{opacity:.6}.fancyambox-show-nav .fancyambox-arrow[disabled]{opacity:.3}.fancyambox-slide>.fancyambox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancyambox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancyambox-fx-slide.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancyambox-fx-fade.fancyambox-slide--next,.fancyambox-fx-fade.fancyambox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancyambox-fx-fade.fancyambox-slide--current{opacity:1}.fancyambox-fx-zoom-in-out.fancyambox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancyambox-fx-rotate.fancyambox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancyambox-fx-circular.fancyambox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancyambox-fx-tube.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancyambox-fx-tube.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancyambox-fx-tube.fancyambox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancyambox-infobar{left:0;margin-left:0}.fancyambox-button--left,.fancyambox-button--right{display:none!important}.fancyambox-caption{padding:20px 0;margin:0}}.fancyambox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancyambox-button--pause:before,.fancyambox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancyambox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancyambox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancyambox-button--thumbs,.fancyambox-thumbs{display:none}@media (min-width:800px){.fancyambox-button--thumbs{display:inline-block}.fancyambox-button--thumbs span{font-size:23px}.fancyambox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancyambox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancyambox-show-thumbs .fancyambox-thumbs{display:block}.fancyambox-show-thumbs .fancyambox-inner{right:220px}.fancyambox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancyambox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancyambox-thumbs-loading{background:rgba(0,0,0,.1)}.fancyambox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancyambox-thumbs>ul>li.fancyambox-thumbs-active:before{opacity:1}}
@media all and (min-width: 768px), print {
    .amhideprice-form {
        max-width: 700px;
        width: 40%;
    }
}

@media all and (max-width: 767px), print {
    .amhideprice-form {
        width: 80%;
    }
}

.amhideprice-form {
    position: relative;
    padding: 30px;
    vertical-align: middle;
    background: #fafafa;
}

div.message.am-hide-message {
    display: inline-block;
    padding: 13px 70px;
}

.fancyambox-stage .amhideprice-form .legend span {
    font-size: 1.8rem;
}

.amhideprice-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.amhideprice-close:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) no-repeat center;
    background-size: contain;
}

a.amasty-hide-price-container {
    cursor: pointer;
}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}@charset "utf-8";
/* CSS Document */
.columns .column.main { max-width:100% !important; }
.pm-brands-wrap { width:1200px; max-width:100%; margin:25px auto; }
.pm-brands-wrap .feat-white { margin-bottom: 40px; }
.pm-widget-wrap { width:100%;  }
.block.widget.pm-widget-wrap .products-grid .product-item { width:250px; margin:0 10px !important; text-align:center; }
.feat-line { width:100%; margin-bottom:25px; }
.feat-white { width:100%; position:relative; border-bottom:0px solid #dadada;font-size:24px; padding-bottom:1px; text-align:center; }
.pm-prev { width:13px; height:26px; background:#fff url(../../frontend/Pixiemedia/myhenryb2b/en_GB/PixieMedia_ImageCarousel/images/arrow-left.png) no-repeat center left; padding-right:20px; position:absolute; left:0; bottom:-14px; cursor:pointer; }
.pm-next { width:13px; height:26px; background:#fff url(../../frontend/Pixiemedia/myhenryb2b/en_GB/PixieMedia_ImageCarousel/images/arrow-right.png) no-repeat center right; padding-left:20px; position:absolute; right:0; bottom:-14px; cursor:pointer; }
.pm-image img { width:100%; height:auto; }
.pm-image { position:relative; }
.brand-block .content { box-sizing: border-box; width:100%; padding:0 8px; }
.brand-block .content h3 { font-size:18px; margin-bottom:5px; }
.brand-block .content h4 { font-size:16px; margin:0px 0 15px; font-weight:400; }
.brand-block .content p { color:inherit !important; }
a .brand-block .content,a:hover .brand-block .content { color:inherit; text-decoration: none; }

.pm-brands { display: none; }
.slider.slick-initialized { display: block; }

.pm-foot-block .pm-image-carousel { max-width:1200px; margin:auto !important; float:none !important; } 
.pm-foot-block .pm-image-carousel .pm-image-carousel-inner { width:100%; float:left; }
.pm-foot-block .feat-line { display:none;}
.pm-foot-block .pm-image-carousel .slick-dots { display:none !important; }

/* Slick */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
           

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
       
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.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 .brand-block {
	text-align:center; 
}
.slick-slide img
{
    display: inline-block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
   
}
.slick-initialized .slick-slide
{
    /*display: block;*/
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
body.pixiedust .modal-popup.pmpopup-popup footer button { background: #e30613; box-shadow: none; }

#popup-modal-pmpopup { display: none; }

@media (min-width: 801px) {
    .img-mob { display: none; }
}

@media (min-width: 768px) {
    .modals-wrapper .modal-popup.pmpopup-popup .modal-inner-wrap { width: 75%; }
}

@media (max-width: 800px) {
    .img-desk { display: none; }
}.shake-and-hide-element{-moz-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-o-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes shake-element{0%,100%{transform:translateX(0)}
10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@-webkit-keyframes shake-element{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes hide-element{to{width:0;height:0;padding:0;margin:0;overflow:hidden}}@-webkit-keyframes hide-element{to{width:0;height:0;padding:0;margin:0;visibility:hidden}}.warning-icon{width:20%;max-width:30px;font-size:21px;display:inline-block;vertical-align:middle}
.trustbox-message-text{width:80%;display:inline-block;vertical-align:middle}.trustbox-message-box{background-color:#fcf8e3;color:#8a6d3b;padding:15px;margin-bottom:20px;border-radius:4px;border:1px solid;border-color:#faebcc}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

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

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

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

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

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/Pixiemedia/myhenryb2b/en_GB/Magefan_Blog/images/views-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(29, 161, 242);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top *//* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

.fav-color-green {color: #28a745;}
.fav-color-yellow {color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #6c757d;}
.fav-color-red {color: #dc3545;}


/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/*.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}*/
/*.post-list .post-view:before {display: inline-block;content: "\f06e";width: 10px;height: 10px;text-align: center;margin-right: 3px;*/
/*    font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}*/
/* Read More */
/*  .post-list .post-read-more {display: none;}  */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff;/*background: #222222;*/text-decoration: none;}
/*@media (max-width: 1200px) {
    .blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
*/
@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(29, 161, 242);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Pixiemedia/myhenryb2b/en_GB/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */