/*
* Modul: Badshop_GlobalExtensions
* _checkout.less
*/
.estimated_time {
  font-size: 16px;
  padding: 0 0 12px;
  display: block;
  text-align: right;
}
.estimated_time #info-icon {
  position: relative;
  display: inline-block;
}
.estimated_time #info-icon span {
  padding: 4px 10px 2px;
  cursor: pointer;
  border: 1px solid #ccc;
  font-family: Times, Verdana;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  color: #00446a;
  border-radius: 16px;
}
.estimated_time #info-icon .info-text {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: 250px;
  font-size: 12px;
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 999;
}
.estimated_time #info-icon:hover .info-text {
  display: block;
}
/**
 * Modul: Solutioo_Customcheckout
 * _module.less
 */
/* Warenkorb */
.cart.message.notice,
.minicart-item .message {
  display: none;
}
.checkout-cart-index .cart-container {
  clear: both;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "artikel" "versand";
  /*
            margin-top: 26px;
            display: flex;
            width: 100%;
            */
}
.checkout-cart-index .cart-container .rewards {
  order: 2;
  width: 30%;
  grid-area: versand;
}
.checkout-cart-index .cart-container .rewards div#block-shipping {
  order: 1;
}
.checkout-cart-index .cart-container .rewards .cart-summary {
  order: 2;
}
.checkout-cart-index .cart-container .form-cart {
  grid-area: artikel;
}
.checkout-cart-index .cart-container div#block-shipping .title,
.checkout-cart-index .cart-container div#block-shipping p.field.note {
  display: none;
}
.checkout-cart-index .cart-container div#block-shipping legend.legend {
  border-bottom: unset;
}
.checkout-cart-index .cart-container .cart-summary {
  background: rgba(0, 68, 106, 0.15);
}
.checkout-cart-index .cart-container .cart-summary > .title {
  color: rgba(0, 68, 106, 0.8);
}
.checkout-cart-index .cart.table-wrapper .product-item-details.right_section h2 {
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.checkout-cart-index .cart.table-wrapper .product-item-details.right_section h2 a {
  color: #333333;
}
.checkout-cart-index .cart.table-wrapper .product-item-details.right_section .col.subtotal {
  margin: 5% 20px 30px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details.right_section .col.subtotal span.cart-price {
  font-size: 24px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details.right_section .col.subtotal span.cart-price span.price {
  font-weight: 500;
}
.checkout-cart-index .cart.table-wrapper .product-item-details.right_section .product_info_attr_detail {
  margin: 0 0 20px 20px;
}
.checkout-cart-index .cart.table-wrapper .product_attribute_info span.product_attr_col {
  background: #e7e7e7;
  padding: 5px 25px;
  margin: 5px;
  display: inline-block;
}
/* Checkout */
.left.logo {
  text-align: center;
}
.left.logo img {
  width: 67px;
}
#co-shipping-method-form dt.item-title {
  display: none;
}
#co-shipping-method-form fieldset {
  font-size: 16px;
}
#block-shipping select {
  font-size: 14px;
  margin-top: 10px;
}
.opc-estimated-wrapper {
  display: none;
}
div#checkout {
  width: 100%;
  display: grid;
  position: relative;
}
div#checkout > .messages {
  grid-area: messages;
  margin-bottom: 20px;
}
div#checkout > .opc-wrapper {
  grid-area: maincontent;
}
div#checkout > #opc-sidebar {
  grid-area: sidebar;
}
div#checkout > #opc-sidebar div {
  box-sizing: border-box;
}
.shipping_step .step-title {
  display: none;
}
.shipping.opc-progress-bar-item:before {
  content: "1";
}
.shipping-method.opc-progress-bar-item:before {
  content: "2";
}
.payment.opc-progress-bar-item:before {
  content: "3";
}
.reviewinfo.opc-progress-bar-item:before {
  content: "4";
}
.shipping.opc-progress-bar-item:before,
.shipping-method.opc-progress-bar-item:before,
.payment.opc-progress-bar-item:before,
.reviewinfo.opc-progress-bar-item:before {
  color: #fff;
  width: 40px !important;
  text-align: center;
  display: inline-block;
  height: 40px;
  -moz-border-radius: 50%;
  border-radius: 54%;
  background-color: gray;
  opacity: 0.6;
  line-height: 1.7;
  vertical-align: middle;
}
.fieldset > .payment-option.discount-code {
  display: none;
}
.opc-sidebar-inner.payment-option.discount-code {
  display: block;
}
.opc-sidebar-inner {
  grid-area: info;
  width: 100%;
  display: grid;
  justify-items: center;
}
.opc-progress-bar-item {
  min-height: 85px !important;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
}
.opc-progress-bar-item._active {
  min-height: 65px !important;
}
.opc-progress-bar-item._active:before {
  background-color: #ee6507 !important;
  opacity: 1;
}
.shipping_step,
.reviewinfo_step {
  /* margin-left: 19px;
		float: left; */
  clear: both;
  width: 95%;
  border-left: 1px solid #e7e7e7;
}
#shipping-new-address-form .field {
  width: 48%;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
}
#shipping-new-address-form .field label {
  display: none;
}
#shipping-new-address-form .field label.label {
  display: none;
}
#shipping-new-address-form .field input {
  height: 45px;
}
#shipping-new-address-form .field.choice {
  padding: 22px;
  float: left;
  display: block;
}
#shipping-new-address-form .field.choice label {
  display: block;
  float: left;
}
#shipping-new-address-form .field.choice input#shipping-save-in-address-book {
  float: left;
  height: 12px;
}
#shipping-new-address-form .field.street .field {
  width: 100%;
  padding-left: 0;
}
#shipping-new-address-form .field.street .field.additional {
  margin-top: 18px;
}
#shipping-new-address-form .field.street > legend.label {
  display: none;
}
#shipping-new-address-form .field.street .label > span {
  font-weight: 600;
}
fieldset#customer-email-fieldset {
  padding-left: 1%;
  padding-right: 1%;
}
fieldset#customer-email-fieldset input#customer-email {
  padding: 22px;
}
.opc-wrapper .actions-toolbar {
  /* float: left; */
  width: 100%;
}
.opc-wrapper .actions-toolbar .primary {
  width: 100%;
  height: 45px;
}
.opc-wrapper .actions-toolbar .primary button span {
  font-size: 20px;
  font-weight: normal;
}
.opc-wrapper .step-content {
  margin-left: 6%;
  /* float: left; */
  width: 94%;
}
.opc-wrapper .step-content .actions-toolbar .primary {
  width: 100%;
}
.weitere_text {
  font-size: 14px;
}
.weitere_text a {
  text-decoration: underline;
}
#checkout-step-shipping_method .custom-shipping-method-message {
  margin-left: 53px;
  font-size: 14px;
}
div#billing-address-container {
  /* float: left;
		width: 100%; */
  font-size: 16px;
  margin-top: 10px;
}
div#billing-address-container .form-billing-address fieldset#billing-new-address-form .field {
  width: 48%;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
}
div#billing-address-container .form-billing-address fieldset#billing-new-address-form .field label.label {
  display: none;
}
div#billing-address-container .form-billing-address fieldset#billing-new-address-form .field input,
div#billing-address-container .form-billing-address fieldset#billing-new-address-form .field select {
  padding: 22px;
}
div#billing-address-container .form-billing-address fieldset#billing-new-address-form fieldset.field.street.admin__control-fields {
  width: 100%;
  padding-left: 0;
  padding-right: 0 !important;
}
div#billing-address-container .form-billing-address fieldset#billing-new-address-form fieldset.field.street legend.label {
  display: none;
}
div#billing-address-container .form-billing-address .billing-address-same-as-shipping-block {
  margin-bottom: 15px;
}
div#billing-address-container .form-billing-address .billing-address-same-as-shipping-block.field.choice {
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  font-size: 16px;
}
.checkout-index-index select {
  font-size: 16px;
}
.billing-address-form form .field input {
  padding-left: 8px !important;
}
.guestcustomer_block p {
  font-size: 16px;
}
.action.action-cancel {
  display: none;
}
fieldset#billing-new-address-form {
  margin-top: 19px;
}
.checkout-billing-address .billing-address-same-as-shipping-block.field.choice {
  display: none;
}
.items.payment-methods .payment-method .actions-toolbar {
  display: none;
}
.payment-method {
  margin: 0 0 20px;
}
.checkout-agreement.field.choice button {
  padding: 4px !important;
}
/*
	button#place-order-trigger {
		width: 94%
	}
*/
div#checkout-step-payment legend.legend {
  display: none;
}
form#co-payment-form .fieldset > hr {
  display: none;
}
.checkout-agreement.field.choice button {
  padding: 0 !important;
  background: unset !important;
  border: unset !important;
  color: #eb6502 !important;
}
li#reviewinfo ol.minicart-items li.product-item .product:first-child {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "checkout-product-image checkout-product-name" "item-label checkout-product-name" "checkout-product-details checkout-product-details" "checkout-product-options checkout-product-options";
  grid-gap: 0 10px;
}
#reviewinfo .items-in-cart .product .product-image-container {
  grid-area: checkout-product-image;
}
#reviewinfo .items-in-cart .product .product-item-details {
  grid-area: checkout-product-details;
}
#reviewinfo .items-in-cart .product .product.options {
  grid-area: checkout-product-options;
}
#reviewinfo .items-in-cart .product .itemlabel {
  grid-area: item-label;
  width: 90%;
  margin: 0 auto;
}
.checkout-product-item-name-wrapper {
  grid-area: checkout-product-name;
  margin-top: 50px;
  margin-right: 5px;
  font-weight: bold;
}
.opc-sidebar .checkout_sidebar_block {
  background: rgba(0, 68, 106, 0.15);
  /* margin-top: 10px; */
  width: 100%;
  padding: 26px;
}
.opc-sidebar .summary_total_table {
  background: rgba(0, 68, 106, 0.15);
  width: 100%;
  padding: 26px;
  margin-top: 26px;
  background: #DBE3E8;
}
.opc-sidebar .summary_total_table span.table-caption {
  display: block !important;
  font-size: 22px;
  padding-left: 0;
  font-weight: 500;
}
.opc-sidebar .summary_total_table th,
.opc-sidebar .summary_total_table td {
  font-weight: 400;
  border-top: unset !important;
}
.opc-sidebar .opc-payment-additional.discount-code {
  background: rgba(0, 68, 106, 0.15);
  margin-top: 0 !important;
  width: 98%;
  float: left;
}
.opc-sidebar .opc-payment-additional.discount-code .actions-toolbar {
  width: 100%;
  float: left;
}
.opc-sidebar .opc-payment-additional.discount-code .actions-toolbar .primary {
  width: 100%;
  float: left;
}
.opc-sidebar .opc-payment-additional.discount-code .actions-toolbar .primary button.action.action-apply {
  width: 100%;
  margin-top: 10px;
  padding: 12px !important;
  font-size: 20px;
  font-weight: normal;
}
.opc-sidebar .opc-block-summary > span.title {
  display: none;
}
.opc-payment-additional.discount-code form#discount-form input#discount-code {
  height: 40px !important;
}
.opc-payment-additional.discount-code form#discount-form label.label {
  display: none;
}
.opc-payment-additional.discount-code .payment-option-title.field.choice {
  font-size: 22px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 500;
}
.summary_total_table table.table-totals {
  font-size: 16px;
}
.checkout_sidebar_block h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 0 !important;
  margin-bottom: 15px;
}
li#reviewinfo ol.minicart-items {
  float: left;
  width: 95%;
}
li#reviewinfo ol.minicart-items li.product-item {
  float: left;
  width: 100%;
  border: 1px solid #e7e7e7;
  height: auto;
  min-height: 278px;
  padding: 10px;
  position: relative;
}
li#reviewinfo .product-item-details {
  float: left;
  width: 80%;
  margin-left: 7%;
  padding: 0 !important;
}
li#reviewinfo .product-item-details .product-item-inner .sku_delivery_qty_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
li#reviewinfo .product-item-details .product-item-inner .sku_delivery_qty_wrap .colwrap {
  width: 30%;
  margin: 20px auto;
  font-size: 14px;
}
li#reviewinfo .product-item-details .product-item-inner .sku_delivery_qty_wrap .colwrap span.attr_title {
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
}
li#reviewinfo .product-item-details .product-item-inner .sku_delivery_qty_wrap .qty-item.colwrap {
  width: 15%;
  float: right;
}
li#reviewinfo .product-item-details .product_attribute_info {
  float: left;
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
li#reviewinfo .product-item-details .product_attribute_info span.product_attr_col {
  width: 30%;
  background: #e7e7e7;
  margin: 0 8px 0 4px;
  text-align: center;
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
}
li#reviewinfo .product-item-details .product_attribute_info span.product_attr_col:first-child {
  margin-left: 0;
}
li#reviewinfo .product-item-details span.subtotal {
  font-size: 24px;
  color: #eb6502 !important;
  text-align: center;
  margin: 20px 0 20px 20px;
}
li#reviewinfo .item-options {
  margin: 0 0 0 20px;
}
li#reviewinfo .actions-toolbar {
  width: 94%;
  margin-left: 5%;
  margin-top: 11px;
}
li#reviewinfo .actions-toolbar a.action.action-delete,
li#reviewinfo .actions-toolbar a.action.action-edit {
  width: 73px;
  float: left;
  text-align: center;
  cursor: pointer;
}
li#reviewinfo .actions-toolbar a.action .action-delete:before {
  content: '\e604';
  font-family: 'luma-icons';
}
li#reviewinfo .actions-toolbar a.action .action-edit:before {
  content: '\e601';
  font-family: 'luma-icons';
}
li#reviewinfo .payment-option.opc-payment-additional.comment {
  float: left;
  width: 98%;
  margin-top: 20px;
}
li#reviewinfo .payment-option.opc-payment-additional.comment form.form.form-discount.order-comment-form {
  float: left;
  width: 100% !important;
  max-width: 100%;
  display: grid;
}
li#reviewinfo .payment-option.opc-payment-additional.comment form.form.form-discount.order-comment-form .field.checkbox_wraper {
  float: left;
  margin-top: 17px;
}
li#reviewinfo .order-comment-form textarea {
  font-size: 16px;
}
li#reviewinfo .payment-information-title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
li#reviewinfo .payment-information-title span {
  font-size: 16px;
}
li#reviewinfo .payment-information {
  float: left;
  width: 33%;
  border: 2px solid #e7e7e7;
  padding: 10px;
  margin-top: 10px;
  position: relative;
}
li#reviewinfo .payment-information .paymentwrapper {
  float: left;
  width: 100%;
  height: 100px;
}
li#reviewinfo .payment-information .payment-information-content span.value {
  text-transform: capitalize;
}
li#reviewinfo .shipping-information-title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
li#reviewinfo .shipping-information-title span {
  font-size: 16px;
}
li#reviewinfo .shipping-information {
  width: 58%;
  float: left;
  border: 2px solid #e7e7e7;
  display: grid;
  margin-right: 3%;
  min-height: 265px;
  position: relative;
}
li#reviewinfo .shipping-information .ship-to {
  padding: 10px;
}
li#reviewinfo .shipping-information .customer_contact_info {
  float: left;
  width: 30%;
  position: relative;
  display: block;
}
li#reviewinfo .shipping-information .customer_contact_info .customer_contact_info-title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
li#reviewinfo .shipping-information .customer_contact_info-content {
  float: left;
  word-break: break-word;
}
li#reviewinfo .shipping-information .shilling_billing_wrapper {
  width: 70%;
  float: left;
}
li#reviewinfo .ship-via {
  width: 33%;
  float: left;
  border: 2px solid #e7e7e7;
  display: block;
  padding: 10px;
  position: relative;
  height: 111px;
}
li#reviewinfo .block.items-in-cart {
  float: left;
  width: 100%;
  margin-top: 20px;
}
li#reviewinfo button.action.action-edit {
  width: 100%;
  margin-bottom: 2px;
  padding: 7px !important;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #e7e7e7;
  opacity: 1;
  border: 0;
  font-size: 16px;
}
li#reviewinfo button.action.action-edit span {
  text-transform: capitalize;
  color: #000 !important;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
}
.product-item-details .product-item-inner {
  float: left;
  width: 100%;
  margin-left: 5px;
}
.opc-sidebar .summary_total_table span.table-caption,
.checkout_sidebar_block h3,
.opc-payment-additional.discount-code .payment-option-title.field.choice {
  color: rgba(0, 68, 106, 0.8);
}
.payment-option-content {
  width: 100% !important;
}
aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
  margin-top: 20px;
}
/* div#shipping-method-buttons-container .primary>button {
		width: 95%
	} */
#reviewinfo .cart_item_wrapper span {
  font-size: 14px;
}
#reviewinfo .customer_contact_info-title span {
  font-size: 16px;
}
.opc-progress-bar-item._complete:before {
  /*background-color: #47b620;
		content: "\2713"*/
  opacity: 1;
  background: #39a812 url('../images/icon-haken-weiss.svg') no-repeat center / 20px 20px;
  content: '';
}
.summary_total_table tr.grand.totals strong {
  font-size: 20px;
  font-weight: 500;
}
div#checkout-payment-method-load .payment-method {
  line-height: 50px;
}
div#checkout-payment-method-load #payment_form_paypal_express {
  line-height: 20px;
}
.opc-sidebar .checkout_sidebar_block p {
  font-size: 16px;
}
.opc-sidebar .checkout_sidebar_block p.phone {
  font-size: 22px;
  color: rgba(0, 68, 106, 0.8);
  font-weight: 500;
}
.opc-sidebar .checkout_sidebar_block span.block1 {
  margin-bottom: 20px !important;
  float: left;
  width: 100%;
}
li#reviewinfo .block.items-in-cart .title {
  display: none;
}
body li#reviewinfo ol.minicart-items li.product-item .product.options .content {
  position: relative !important;
  background-color: unset !important;
}
li#reviewinfo ol.minicart-items li.product-item .product.options span.toggle {
  background-color: rgba(0, 68, 106, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  line-height: 32px;
  color: #fff;
  bottom: 0;
  z-index: 99999;
  text-align: center;
}
li#reviewinfo ol.minicart-items li.product-item .product.options .content strong.subtitle {
  display: none;
}
.cart_bottom_wrapper {
  background-color: #f3f3f3;
  margin-top: 20px;
  padding: 20px 0 25px 0;
  clear: both;
}
.cart_bottom_wrapper h1 {
  color: #406373;
  font-size: 26px;
  text-align: center;
  font-weight: normal;
}
.cart_bottom_wrapper .col_wrap.col1 li {
  padding-left: 20px;
}
.cart_bottom_wrapper .col_wrap .image_badges_wrap {
  display: flex;
}
.cart_bottom_wrapper .col_wrap .image_badges_wrap .imag_wrapper.left img {
  width: 80%;
  min-width: 96px;
}
.cart_bottom_wrapper .col_wrap .image_badges_wrap .imag_wrapper.right img {
  min-width: 185px;
}
.cart_bottom_wrapper li {
  color: #4e4e4e;
  font-size: 15px;
  /*
            .cart_bottom_wrapper .img_wrap

            .cart_bottom_wrapper .img_wrap img {
            }
            .cart_bottom_wrapper .img_wrap img {
                width: 20px;
                float: left;
                margin: 0 3px 0 0;
            }*/
}
.cart_bottom_wrapper li .img_wrap {
  float: left;
  margin-right: 10px;
}
.cart_bottom_wrapper li .img_wrap img {
  margin: 0 7px 0 0;
  width: 20px;
}
li#reviewinfo .actions-toolbar.notremoveeditbtn {
  float: right;
  width: 28%;
  margin-left: 0 !important;
  position: relative;
  margin-top: -29px;
}
#shipping-new-address-form .field select {
  height: 46px;
  padding-left: 20px;
}
.field._required input[type=text]::-webkit-input-placeholder,
.customcheckout-checkout-customcreateaccount input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
}
fieldset.field .field {
  width: 100% !important;
  padding-left: 0 !important;
}
fieldset.field legend.label {
  display: none !important;
}
/*
	div#opc-sidebar {
		//width: 96%;
		margin: auto;
	}
*/
.opc-sidebar .opc-payment-additional.discount-code {
  padding: 26px;
  width: 100% !important;
}
.summary_total_table .totals th {
  padding: 11px 0;
}
fieldset[name="shippingAddress.street"] {
  width: 100% !important;
}
fieldset[name="shippingAddress.street"] .field {
  width: 48% !important;
}
#billing-new-address-form .field select {
  float: left;
  padding: 4px 25px 4.5px 19px !important;
  height: 47px;
}
div#checkout input::placeholder {
  color: #666 !important;
  opacity: 1 !important;
}
div#checkout input,
div#checkout select {
  color: #666;
}
.customcheckout-checkout-customcreateaccount select {
  color: #666;
}
fieldset#billing-new-address-form > fieldset,
div#shipping-new-address-form > fieldset {
  width: 48% !important;
  float: left;
}
div#shipping-new-address-form > fieldset div[name="shippingAddress.street.0"],
div#billing-new-address-form > fieldset div[name="billingAddress.street.0"] {
  width: 100% !important;
}
.fieldset.address div.field {
  margin-bottom: 25px !important;
  position: relative;
}
.fieldset.address div.field .field-error {
  position: absolute;
  bottom: -44px;
  height: 40px;
}
.form-billing-address .infotext {
  margin-top: 20px;
  display: block;
  padding-left: 7px;
  font-size: 14px;
  margin-bottom: 5px;
}
#shipping-new-address-form p {
  font-size: 14px;
  margin-top: 25px;
}
.shipping_bottom_text {
  margin-top: 0px !important;
}
.checkout-billing-address .fieldset:last-child {
  margin-bottom: 0px;
}
div#billing-address-container .form-billing-address fieldset#billing-new-address-form .field[name="billingAddress.email"] .control {
  width: 49%;
  display: block;
}
div#billing-address-container .form-billing-address fieldset#billing-new-address-form .field[name="billingAddress.email"] {
  width: 98%;
  margin-bottom: 0 !important;
}
fieldset[name="billingAddress.street"] {
  margin-bottom: 0 !important;
}
fieldset[name="billingAddress.street"] .control {
  width: 70% !important;
}
#shipping-new-address-form fieldset[name="shippingAddress.street"] {
  margin-bottom: 0;
}
.fieldset.address div.field .message.warning {
  display: none;
}
#shipping-new-address-form .field[name="shippingAddress.email"] {
  margin-bottom: 0 !important;
  clear: both;
}
#shipping-new-address-form .field[name="shippingAddress.country_id"] {
  width: 98%;
}
.customcheckout-checkout-customcreateaccount .login-container {
  width: 100% !important;
  float: none !important;
  padding-right: 0 !important;
}
.customcheckout-checkout-customcreateaccount .login-container .guestcustomer_block.block.block-new-customer div.primary {
  padding: 10px !important;
  width: 96% !important;
  margin-top: 19px;
  background-color: rgba(0, 68, 106, 0.8);
  border: unset;
}
.customcheckout-checkout-customcreateaccount .login-container .primary {
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
}
.customcheckout-checkout-customcreateaccount .login-container .block.block-customer-login {
  width: 96% !important;
  float: none !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.customcheckout-checkout-customcreateaccount .login-container .block.block-customer-login label.label {
  display: none;
}
.customcheckout-checkout-customcreateaccount .login-container input {
  border-radius: 0;
  padding: 22px;
  background: transparent !important;
  border-color: #ddd;
}
.customcheckout-checkout-customcreateaccount .login-container input::placeholder {
  color: #666 !important;
  opacity: 1 !important;
}
.customcheckout-checkout-customcreateaccount .login-container .block-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  color: rgba(0, 68, 106, 0.8);
  text-transform: none !important;
}
.customcheckout-checkout-customcreateaccount .customerrightside {
  float: none !important;
  width: 96% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.customcheckout-checkout-customcreateaccount .customerrightside button {
  line-height: 1;
}
.customcheckout-checkout-customcreateaccount .form-create-account fieldset.fieldset.fieldset-fullname .fields .field:nth-child(2n+1) {
  padding-right: 0 !important;
}
.customcheckout-checkout-customcreateaccount .login-container .guestcustomer_block.block.block-new-customer div.primary a {
  color: #fff;
}
.customcheckout-checkout-customcreateaccount .login-container .guestcustomer_block.block.block-new-customer div.primary span {
  font-weight: normal !important;
}
.customcheckout-checkout-customcreateaccount .login-container .primary button {
  font-weight: normal !important;
}
.customcheckout-checkout-customcreateaccount .login-container .block.block-customer-login a.action.remind {
  font-weight: normal !important;
}
.customcheckout-checkout-customcreateaccount .login-container .block-title strong {
  font-weight: 500 !important;
}
.opc-progress-bar-item span.btn {
  float: right;
  text-decoration: underline;
  cursor: pointer;
  line-height: 40px;
  font-size: 14px;
}
.shipping.opc-progress-bar-item:before,
.opc-progress-bar-item._complete:before,
.shipping-method.opc-progress-bar-item:before,
.payment.opc-progress-bar-item:before,
.reviewinfo.opc-progress-bar-item:before {
  margin-right: 30px;
}
.checkout-cart-index .summery_custom_block {
  /* float: none;
		width: 96%;
		margin-top: 10px; */
}
.checkout-cart-index .summery_custom_block .cart_custom_text {
  display: block;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 12px;
}
.checkout-cart-index .summery_custom_block .cart_custom_text a {
  color: #333;
  text-decoration: underline;
}
.checkout-cart-index .summery_custom_block form#shipping-zip-form .field[name="shippingAddress.country_id"] {
  position: absolute;
  width: 100%;
  top: 40px;
}
/*
	.checkout-cart-index .cart-container {
		margin-top: 10px;
		float: none;
		width: 100%;
	}
	*/
.checkout-cart-index .cart-container .form-cart {
  width: 100%;
}
/*
	.checkout-cart-index .cart_item_wrap {
		float: none;
		margin-top: 28px;
		width: 100%;
		text-align: center;
	}
	*/
.checkout-cart-index div#block-summary {
  padding: 14px;
  margin-bottom: 0;
}
.checkout-cart-index .summery_custom_block legend.legend {
  color: rgba(0, 68, 106, 0.8);
  border-bottom: unset !important;
}
.checkout-cart-index .summery_custom_block .field.note {
  display: none;
}
.checkout-cart-index .summery_custom_block div[name="shippingAddress.postcode"] {
  display: none;
}
.checkout-cart-index .cart-container .form-cart {
  width: 100% !important;
}
.checkout-cart-index .summery_custom_block form#shipping-zip-form {
  float: left;
  width: 100%;
  position: relative;
}
.checkout-cart-index .summery_custom_block form#shipping-zip-form .field[name="shippingAddress.region"] {
  display: none;
}
.checkout-cart-index .summery_custom_block form#shipping-zip-form .field[name="shippingAddress.country_id"] > label {
  display: none;
}
.checkout-cart-index .summery_custom_block form#co-shipping-method-form span.shipping_optin_wrap {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.checkout-cart-index .summery_custom_block form#shipping-zip-form .field[name="shippingAddress.region_id"] {
  display: none;
}
.checkout-cart-index .summery_custom_block .cart-summary {
  width: auto;
  background-color: rgba(0, 68, 106, 0.15);
  padding: 30px;
  margin-bottom: 26px;
}
.checkout-cart-index .summery_custom_block .cart-summary .totals.shipping .label {
  display: none;
}
.checkout-cart-index .summery_custom_block div#block-discount {
  background: rgba(0, 68, 106, 0.15);
  padding: 26px;
}
.checkout-cart-index .summery_custom_block div#block-discount .title {
  font-size: 22px;
  margin-bottom: 15px;
}
.checkout-cart-index .summery_custom_block div#block-discount .title strong {
  display: block;
}
.checkout-cart-index .summery_custom_block div#block-discount .content {
  display: block !important;
}
.checkout-cart-index .summery_custom_block div#block-discount label.label {
  display: none;
}
.checkout-cart-index .summery_custom_block div#block-discount .primary {
  width: 100%;
}
.checkout-cart-index .summery_custom_block div#block-discount input#coupon_code {
  height: 45px;
}
#block-discount-heading {
  font-weight: 500;
}
.checkout-cart-index .summery_custom_block ul.checkout.methods.items.checkout-methods-items button {
  width: 100%;
  height: 45px;
}
/*
	.checkout-cart-index .cart.table-wrapper {
		float: none !important;
		width: 96% !important;
		margin: auto;
		border-top: none !important;
	}
	*/
.checkout-cart-index .cart.table-wrapper .product-name-wrapper h2 {
  margin-right: 5px;
}
.checkout-cart-index .cart.table-wrapper .product-name-wrapper h2 a {
  font-size: 14px;
  color: #333 !important;
  font-weight: bold;
  line-height: 1.4;
}
.action.multicheckout {
  display: none;
}
.checkout-cart-index .summery_custom_block input[type=radio] {
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  outline: none;
  border: 1px solid gray;
  float: left;
}
.checkout-cart-index .summery_custom_block form#co-shipping-method-form span.shipping_optin_wrap label.label {
  line-height: 24px;
}
.checkout-cart-index .summery_custom_block .cart-summary th,
.checkout-cart-index .summery_custom_block .cart-summary td {
  border-top: unset;
  font-weight: 400;
}
.checkout-cart-index .summery_custom_block .title {
  color: rgba(0, 68, 106, 0.8);
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 500;
}
a.action.multicheckout {
  font-size: 16px;
}
.checkout-cart-index .summery_custom_block input[type=radio]:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.checkout-cart-index .summery_custom_block input[type=radio]:checked:before {
  background: #fff;
}
.checkout-cart-index .summery_custom_block input[type=radio]:checked {
  border: 5px solid #ee8537;
}
.checkout-cart-index .cart.main.actions a.action.continue,
.checkout-cart-index .cart.main.actions button#empty_cart_button {
  display: none;
}
.checkout-cart-index .cart.main.actions button.action.update {
  float: right;
}
.checkout-cart-index .cart.main.actions {
  float: left;
  width: 100%;
}
.amcoupons-apply.action.primary {
  height: 45px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.amcoupons-input {
  margin-bottom: 20px;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions .actions-toolbar a.action.action-delete:before {
  content: '\e604';
  font-family: 'luma-icons';
  font-size: 20px;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions .actions-toolbar a.action.action-edit:before {
  content: '\e601';
  font-family: 'luma-icons';
  font-size: 20px;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions {
  margin-top: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.checkout-cart-index .summery_custom_block form#co-shipping-method-form span.shipping_optin_wrap label.label span.rate_price_wrap {
  display: none;
}
.checkout-cart-index .summery_custom_block form#co-shipping-method-form span.shipping_optin_wrap label.label span.price {
  float: right;
}
.checkout-cart-index .summery_custom_block table.data.table.totals tr.totals.shipping.incl span.value {
  display: none;
}
.checkout-cart-index .summery_custom_block table.data.table.totals tr.totals.shipping span.value {
  display: block !important;
}
.checkout-cart-index .summery_custom_block table.data.table.totals tr.totals-tax-summary {
  display: none;
}
.checkout-cart-index .summery_custom_block .cart-summary td {
  text-align: right;
}
.checkout-cart-index .summery_custom_block div#cart-totals table.data.table.totals tr.totals-tax {
  color: gray;
}
.checkout-cart-index .summery_custom_block .cart-summary th,
.checkout-cart-index .summery_custom_block .cart-summary td {
  padding: 11px 0 !important;
}
.cart_item_wrap .cart-col.left span.cart_label {
  font-size: 22px !important;
}
.totals-tax th.mark {
  padding-left: 0px;
  padding-top: 0px !important;
  color: #888;
}
.totals-tax td.amount {
  padding-left: 0px;
  padding-top: 0px !important;
  color: #888;
}
.checkout-cart-index .cart.table-wrapper .col.item.product_image {
  text-align: center;
}
.cart-item-info {
  display: grid !important;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "product-image actiontoolbar" "product-image product-name" "product-details product-details" "product-options product-options" "display-options display-options";
}
.cart-item-info .product_image {
  grid-area: product-image;
  height: auto !important;
}
.cart-item-info .product-name-wrapper {
  grid-area: product-name;
  margin-left: 10px;
}
.product_opt_wrap {
  grid-area: product-options;
}
.product_opt_load_more_wrap {
  grid-area: display-options;
  position: relative;
  background-color: rgba(0, 68, 106, 0.6);
  width: 100%;
  text-align: center;
  padding: 6px 0;
}
.product_opt_load_more_wrap a.product_option_info {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.cart-item-info .product-name-wrapper .product-item-name {
  font-weight: normal;
  font-size: 1.5rem;
}
.cart-item-info .product-item-details {
  grid-area: product-details;
  margin-top: 20px;
}
.cart-item-info .cart-item-actions {
  grid-area: actiontoolbar;
  display: block !important;
}
.item-actions-toolbar-wrapper {
  float: right;
  margin-right: 10px;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions a.action.action-edit {
  margin-top: 0 !important;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions {
  width: 100% !important;
}
.action-toolbar-wrapper {
  margin-left: auto;
}
.checkout-cart-index .cart.table-wrapper .cart-item-info.item-info {
  min-height: 230px;
  width: 99% !important;
  padding-top: 10px !important;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions {
  position: unset !important;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar .action {
  float: left;
  width: 100%;
  text-align: center;
  margin: 8px 4px 10px 3px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details.right_section {
  width: 100% !important;
  padding-left: 0;
  float: none !important;
}
.checkout-cart-index div#block-summary {
  padding: 0 14px !important;
  margin-bottom: 0 !important;
}
.checkout-cart-index .summery_custom_block legend.legend {
  margin-bottom: 0 !important;
}
.checkout-index-index input[type=radio]:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.checkout-index-index input[type=radio]:checked:before {
  background: #fff;
}
.checkout-index-index input[type=radio]:checked {
  border: 5px solid #ee8537;
}
.checkout-index-index input[type=radio] {
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  outline: none;
  border: 1px solid gray;
  float: left;
}
.checkout-index-index table.table-checkout-shipping-method th {
  display: none;
}
.checkout-index-index table.table-checkout-shipping-method .col-method {
  font-size: 16px;
  font-weight: normal;
  float: left;
}
.checkout-index-index table.table-checkout-shipping-method .col-method:first-child {
  width: 10px;
  float: left;
  margin-right: 20px;
}
.table-checkout-shipping-method .checkout-index-index table.table-checkout-shipping-method td.col.col-price {
  text-align: right;
}
.checkout-index-index table.table-checkout-shipping-method td.col.col-price span.price {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 68, 106, 0.8);
}
.checkout-index-index .payment-method-title.field.choice {
  text-align: left;
  line-height: 29px;
  font-size: 16px;
}
.payment-method input {
  margin-right: 20px;
}
.payment-method-content p {
  font-size: 14px;
}
.checkout-index-index table.data.table.table-totals td {
  text-align: right;
}
.checkout-index-index div#opc-sidebar .opc-block-summary {
  margin-top: 26px;
  display: grid;
  justify-items: center;
}
.checkout-index-index .opc-progress-bar-item {
  float: left;
  width: 100%;
  font-size: 22px;
  min-height: 75px;
  line-height: 18px;
}
.checkout-index-index .opc-progress-bar-item > span:not(.btn) {
  vertical-align: middle;
}
.checkout-index-index .opc-progress-bar-item._active {
  min-height: 50px;
  line-height: 17px;
}
#reviewinfo .step-content {
  margin-left: 2%;
  /* float: left; */
  width: 98%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas: "send_to send_to" "zahlung versand" "kommentar kommentar" "cart_items cart_items" "estimated_time estimated_time" "einwilligung einwilligung";
}
.checkout-index-index li#reviewinfo .shipping-information {
  grid-area: send_to;
}
.checkout-index-index li#reviewinfo .payment-information {
  grid-area: zahlung;
}
.checkout-index-index li#reviewinfo .ship-via {
  grid-area: versand;
}
.checkout-index-index li#reviewinfo .payment-option.opc-payment-additional.comment {
  grid-area: kommentar;
}
li#reviewinfo .block.items-in-cart {
  grid-area: cart_items;
}
li#reviewinfo .estimated_time {
  grid-area: estimated_time;
}
div[name="shippingAddress.extension_attributes.anderen_kunden"] {
  grid-area: einwilligung;
}
.checkout-index-index div#place-order-trigger-wrapper .action.primary {
  /* width: 100%; */
  height: 45px;
  font-size: 20px;
  font-weight: normal;
}
.checkout-index-index li#reviewinfo .shipping-information {
  width: auto;
  margin-right: 0;
}
#checkoutSteps > li {
  box-sizing: border-box;
}
.checkout-index-index li#reviewinfo .ship-via,
.checkout-index-index li#reviewinfo .payment-information {
  width: auto;
}
.checkout-index-index li#reviewinfo ol.minicart-items {
  width: 97%;
}
.checkout-index-index .reviewinfo_step .actions-toolbar {
  margin-left: 1% !important;
}
.checkout-index-index .reviewinfo_step .actions-toolbar.order-action button.action.primary.checkout-review {
  width: 100%;
  font-size: 22px;
  margin-bottom: 10px;
}
.checkout-index-index .reviewinfo_step .actions-toolbar.order-action button.action.primary.checkout-review span {
  font-size: 22px;
}
.checkout-index-index div#opc-sidebar .opc-block-summary .actions-toolbar.order-action {
  display: none;
}
.checkout-index-index div#opc-sidebar .opc-block-summary .actions-toolbar.order-action button.action.primary.checkout-review {
  width: 100%;
  font-size: 20px;
  padding: 12px;
  margin: 26px 0 0;
  font-weight: 500;
  height: 45px;
}
.checkout-index-index div#opc-sidebar .opc-block-summary .actions-toolbar.order-action span.subheading {
  margin: 10px 0;
  display: block;
}
.checkout-index-index li#reviewinfo .payment-option.opc-payment-additional.comment {
  width: 99%;
}
.estimated_time {
  margin-right: 20px;
  clear: both;
}
.estimated_time span {
  font-size: 16px;
}
.reviewinfo_step .checkbox_wraper .control {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.reviewinfo_step .checkbox_wraper .control input[type="checkbox"] {
  margin: 0 10px 0 0;
  position: relative;
  top: 0;
}
.reviewinfo_step .checkbox_wraper .subheading {
  margin-left: 24px;
  margin-top: 10px;
}
.shipping.opc-progress-bar-item:before,
.opc-progress-bar-item._complete:before,
.shipping-method.opc-progress-bar-item:before,
.payment.opc-progress-bar-item:before,
.reviewinfo.opc-progress-bar-item:before {
  margin-right: 10px !important;
}
.checkout-index-index li#reviewinfo .payment-information {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions .actions-toolbar a.action.action-delete:before {
  content: ' ' !important;
  background: url('../../../../../frontend/Magento/luma/de_DE/Solutioo_Customcheckout/images/Entfernen_icon.svg') no-repeat center center / cover;
  height: 19px;
  width: 18px;
  position: absolute;
  margin-left: -17px;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions .actions-toolbar a.action.action-edit:before {
  content: ' ' !important;
  background: url(../../../../../frontend/Magento/luma/de_DE/Solutioo_Customcheckout/images/Bearbeiten_icon.svg) no-repeat center center / cover;
  position: absolute;
  height: 20px;
  width: 20px;
  margin-left: -17px;
  margin-top: 50px;
}
li#reviewinfo .actions-toolbar a.action.action-delete:before {
  content: ' ' !important;
  background: url(../../../../../frontend/Magento/luma/de_DE/Solutioo_Customcheckout/images/Entfernen_icon.svg) no-repeat center center / cover;
  height: 19px;
  width: 18px;
  position: absolute;
  margin-left: 18px;
  margin-top: -18px;
}
li#reviewinfo .actions-toolbar a.action.action-edit:before {
  content: ' ' !important;
  background: url(../../../../../frontend/Magento/luma/de_DE/Solutioo_Customcheckout/images/Bearbeiten_icon.svg) no-repeat center center / cover;
  position: absolute;
  height: 20px;
  width: 20px;
  margin-left: 20px;
  margin-top: -18px;
}
li#reviewinfo .actions-toolbar.notremoveeditbtn {
  margin-top: -5px !important;
}
form#discount-coupon-form .field.amcoupons-input input#coupon_code::placeholder {
  visibility: hidden;
}
.product_attribute_info {
  display: block;
}
.checkout-cart-index .cart.table-wrapper .product_attribute_info span.product_attr_col {
  font-size: 14px;
  float: none !important;
}
.checkout-cart-index .cart.table-wrapper .sku_delivery_qty_wrap .sku-item.colwrap {
  margin-left: 20px !important;
}
.checkout-cart-index .cart.table-wrapper .sku_delivery_qty_wrap {
  font-size: 14px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details.right_section .col.subtotal span.cart-price span.price {
  font-size: 24px;
}
.product_opt_load_more_wrap {
  font-size: 16px;
}
#cart-totals .totals.sub {
  font-size: 16px;
  line-height: 2;
}
#cart-totals .grand.totals {
  font-size: 20px;
}
#cart-totals .grand.totals strong {
  font-weight: 500 !important;
}
#cart-totals .totals-tax {
  font-size: 16px;
}
#cart-totals .shipping.incl {
  font-size: 16px;
}
.cart-summary .checkout-methods-items .action.primary.checkout span {
  font-size: 20px !important;
  font-weight: 500;
}
.checkout-cart-index .summery_custom_block div#cart-totals table.data.table.totals tr.grand.totals td,
.checkout-cart-index .summery_custom_block div#cart-totals table.data.table.totals tr.grand.totals th.mark {
  font-size: 20px;
  font-weight: 500;
}
.checkout-cart-index .cart.table-wrapper .sku_delivery_qty_wrap {
  margin-top: 25px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details.right_section .col.subtotal {
  text-align: left;
  display: inline-block;
  color: #ee6507;
}
.checkout.checkbox_wrap {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-left: 54px;
}
.checkout.checkbox_wrap label.label {
  display: none;
}
.checkout.checkbox_wrap .choice.field {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.checkout.checkbox_wrap .choice.field label.label {
  display: block;
  padding-left: 5px;
  font-size: 14px;
}
.checkout.checkbox_wrap .choice.field label.label span.heading {
  font-size: 16px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
}
.checkout.checkbox_wrap .choice.field label.label span.subheading {
  font-size: 14px;
  float: left;
  opacity: 0.7;
}
.checkout.checkbox_wrap .choice.field input {
  float: left;
}
li#shipping > .step-title {
  display: none;
}
div#shipping-method-buttons-container {
  margin-top: 18px;
  margin-bottom: 20px;
}
.checkout-index-index .opc-wrapper li#shipping {
  /* margin-left: 19px;
		float: left;
		width: 92%; */
  border-left: 1px solid #e7e7e7;
}
/* li#shipping-methods div#shipping-method-buttons-container {
		margin-left: 3px;
	} */
li#reviewinfo .actions-toolbar {
  width: 99.3%;
}
.opc-sidebar .opc-payment-additional.discount-code {
  background: #DBE3E8 !important;
}
.checkout-cart-index .summery_custom_block div#block-discount,
.checkout-cart-index .summery_custom_block .cart-summary {
  background: #DBE3E8 !important;
}
/*
	.summery_custom_block.fixed .cart-summary {
		position: fixed;
		top: 0;
		width: 297px !important;
	}

	.summery_custom_block.fixed div#block-discount {
		position: fixed;
		width: 297px;
		z-index: 999999999;
	}
	*/
.checkout-index-index .actions-toolbar .primary.button_wrapper span.subheading {
  font-size: 12px;
}
.checkout-index-index .actions-toolbar .primary.button_wrapper span.subheading a {
  text-decoration: underline;
  hyphens: none;
}
.checkout-index-index .opc-wrapper li#reviewinfo {
  position: static;
  margin-bottom: 70px;
}
/*
	li#reviewinfo .actions-toolbar .primary.button_wrapper.full_width {
		position: absolute;
		display: none;
	}

	li#reviewinfo .actions-toolbar {
		width: 100% !important;
	}
*/
li#reviewinfo .product-item-details .actions-toolbar {
  width: auto !important;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
}
.checkout-index-index .opc-wrapper li#reviewinfo > .actions-toolbar {
  display: none;
}
/* div#checkout-payment-method-load .payment-method .payment-method-title.field.choice {
		display: flex;
		align-items: center;
	} */
.checkout-cart-index .summery_custom_block form#shipping-zip-form legend.legend {
  font-size: 22px;
  font-weight: 500;
}
.checkout-cart-index .summery_custom_block #block-shipping {
  padding-bottom: 26px;
  min-height: 110px;
}
.checkout-index-index div#opc-sidebar form#discount-form .actions-toolbar button.action.action-cancel {
  width: 100%;
}
.checkout.guest_password_wrap {
  display: none;
  width: 98%;
  margin-left: 5px;
  float: left;
}
.checkout.guest_password_wrap .field {
  display: block;
  float: left;
  width: 100%;
}
.checkout.guest_password_wrap .field .control {
  float: left;
  width: 100%;
  margin: 0 0 30px 3px;
}
.checkout.guest_password_wrap .field:last-child .control {
  margin-bottom: 20px !important;
}
.checkout.guest_password_wrap .field input {
  padding: 22px;
  width: 49%;
  float: left;
}
.checkout.guest_password_wrap .field .choice.field {
  width: 100%;
  display: flex;
  align-items: center;
}
.checkout.guest_password_wrap .field .choice.field label.label {
  margin-top: 7px;
  margin-left: 3px;
}
.checkout.guest_password_wrap .field .choice.field input {
  width: auto;
}
.checkout.guest_password_wrap > .field {
  margin: 9px 0 4px;
}
.checkout.guest_password_wrap > .field > label.label {
  display: none;
}
.block.block-customer-login button {
  padding: 16px;
}
.customerrightside .fieldset:last-child {
  margin-bottom: 0;
}
.login-container input::placeholder {
  color: #ededed;
}
form#guest-password-data .field-error {
  float: left;
  width: 100%;
}
div[name="shippingAddress.guest_password_info.password_checkbox"] > label.label {
  display: none;
}
div#checkout-step-shipping .bottom_header h2 {
  font-size: 22px;
  font-weight: normal;
}
#shipping-new-address-form h3 {
  font-size: 22px;
  font-weight: normal;
}
.shipping-address-item.custom {
  display: flex;
  gap: 10px;
}
.shipping-address-item .radio_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div#checkout-step-shipping .bottom_header {
  width: 100%;
  margin: 0;
  display: block;
  /* float: left; */
  clear: both;
}
#billing-address-container input[type="checkbox"] {
  margin: 0px 4px 0 0;
  position: relative;
  top: 0px;
}
.checkout-index-index li#reviewinfo .shipping-information .customer_contact_info .cusotm_text_info {
  margin-top: 20px;
  color: #e2ac51;
}
.checkout-index-index li#reviewinfo .shipping-information .customer_contact_info {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.checkout-index-index li#reviewinfo .shipping-information .shilling_billing_wrapper {
  width: 50%;
}
li#reviewinfo .shipping-information .customer_contact_info-content {
  display: flex;
  flex-direction: column;
}
.checkout-index-index header.page-header,
.customcheckout-checkout-customcreateaccount header.page-header {
  display: block !important;
  margin: 0 !important;
  padding: 20px 0;
  background-color: #e7e7e7 45;
  max-width: initial;
}
.checkout-index-index .header-logo-wrapper,
.customcheckout-checkout-customcreateaccount .header-logo-wrapper {
  display: grid;
  margin: 0 auto;
  width: 100%;
  grid-template-areas: "logo badges";
}
.checkout-index-index .logo-wrapper,
.customcheckout-checkout-customcreateaccount .logo-wrapper {
  max-width: 100%;
  /* float: left;
			width: 100% !important;
			display: flex;
			justify-content: center;
			align-items: center; */
}
.checkout-index-index .logo-wrapper #logo,
.customcheckout-checkout-customcreateaccount .logo-wrapper #logo {
  /* width: 80%;
				display: flex;
				justify-content: end; */
}
.checkout-index-index .logo-wrapper #logo img,
.customcheckout-checkout-customcreateaccount .logo-wrapper #logo img {
  /* width: 60%; */
  max-height: 96px;
  margin: 0 auto;
  display: block;
}
.checkout-index-index .header_custom_logo_wrap,
.customcheckout-checkout-customcreateaccount .header_custom_logo_wrap {
  width: 100%;
  /* display: flex;
			flex-direction: row;
			justify-content: flex-start;
			margin-left: 70px;
			align-items: center; */
  align-items: center;
  grid-area: badges;
  display: grid;
}
.checkout-index-index .header_custom_logo_wrap .logo,
.customcheckout-checkout-customcreateaccount .header_custom_logo_wrap .logo {
  margin: unset;
  /*&.left {
					justify-content: center;
					display: flex;
					align-items: center;
				}*/
}
.checkout-index-index .top_banner,
.customcheckout-checkout-customcreateaccount .top_banner {
  display: none;
}
.checkout-index-index .footer-container,
.customcheckout-checkout-customcreateaccount .footer-container {
  background-color: #e8e8e8;
  border-top: unset;
}
.checkout-index-index .footer-container .bottom-inner,
.customcheckout-checkout-customcreateaccount .footer-container .bottom-inner {
  display: unset;
  color: #575757;
}
.checkout-index-index .footer-container .bottom-inner > .links a,
.customcheckout-checkout-customcreateaccount .footer-container .bottom-inner > .links a {
  color: #575757;
}
.checkout-index-index .bottom-container,
.customcheckout-checkout-customcreateaccount .bottom-container {
  background-color: #e8e8e8 !important;
}
.customcheckout-checkout-customcreateaccount select {
  font-size: 16px;
}
.checkout-index-index li#reviewinfo .ship-via,
.checkout-index-index li#reviewinfo .payment-information {
  min-height: 156px !important;
}
li#reviewinfo .shipping-information {
  min-height: 366px !important;
}
.billingAddressWrapper {
  margin-top: 25px;
}
.billingAddressWrapper .shipping-information-title {
  word-wrap: break-word;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions {
  float: left;
  width: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.actions-toolbar.notremoveeditbtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  display: flex;
  flex-direction: row-reverse;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions .actions-toolbar a.action:before {
  margin-top: -20px;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions a.action.action-edit {
  margin-top: 42%;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions .actions-toolbar a.action span {
  font-size: 10px;
  margin-top: 5px;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions .actions-toolbar a.action.action-edit:before {
  margin-left: unset !important;
  margin-top: unset !important;
  position: relative !important;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions .actions-toolbar a.action.action-delete:before {
  margin-left: unset !important;
  margin-top: unset !important;
  position: relative !important;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
}
.checkout-cart-index .cart.table-wrapper .cart-item-actions .actions-toolbar a.action span {
  color: #777 !important;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  float: left;
  justify-content: center;
  align-items: center;
}
li#reviewinfo .product-item-details {
  display: flex;
  flex-direction: row;
}
li#reviewinfo .product-item-details .actions-toolbar > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shipping-information-content {
  font-size: 14px;
}
.checkout-index-index li#reviewinfo .actions-toolbar a.action.action-edit:before {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  position: relative !important;
}
.checkout-index-index li#reviewinfo .actions-toolbar a.action.action-delete:before {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  position: relative !important;
}
li#reviewinfo span.product-image-container {
  width: 100% !important;
  height: auto !important;
}
.checkout-index-index li#reviewinfo .product-item-details .actions-toolbar > a span {
  color: #777;
  font-weight: 300 !important;
  font-size: 10px;
  margin-top: 5px;
}
.checkout-index-index li#reviewinfo span.product-image-container span.product-image-wrapper img {
  width: 165px;
  margin: 0 auto 10px;
  display: block;
}
li#reviewinfo ol.minicart-items li.product-item .product {
  margin-top: 35px;
}
li#reviewinfo ol.minicart-items li.product-item {
  padding: 0 !important;
  min-height: 210px !important;
}
.checkout-index-index li#reviewinfo .product-item-details {
  width: 98% !important;
  margin-left: 0;
}
.checkout-index-index li#reviewinfo .product-item-details .item_action_wrap .actions-toolbar {
  flex-direction: row-reverse;
  position: absolute;
  top: 10px;
  right: 10px;
}
.checkout-index-index li#reviewinfo .product-item-details .item_action_wrap .actions-toolbar.removeeditbtn > a.action.action-edit {
  display: none;
}
.checkout-index-index li#reviewinfo ol.minicart-items {
  width: 100% !important;
}
li#reviewinfo .block.items-in-cart .content.minicart-items {
  float: left;
  width: 100%;
}
li#reviewinfo .actions-toolbar.notremoveeditbtn {
  margin-right: -15px !important;
}
.checkout-index-index li#reviewinfo .product-item-details strong.product-item-name {
  font-weight: bold !important;
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 5px;
}
li#reviewinfo .product-item-details .product-item-inner .sku_delivery_qty_wrap span.attr_value {
  font-weight: 200;
}
/*li#reviewinfo ol.minicart-items li.product-item .product.options span.toggle>span:after {

		background: #ffffff url('../../../../../frontend/Badshop/default-theme/default/images/select-bg.svg') no-repeat 100% 45%;
		font-family: Quicksand, Arial, Helvetica, sans-serif;
		font-size: 13px;
		height: 32px;

	}*/
li#reviewinfo .product-item-details .product-item-inner .sku_delivery_qty_wrap .qty-item.colwrap select {
  height: 30px !important;
}
div[name="shippingAddress.postcode"] .message.warning {
  display: none !important;
}
.payment-method._active .payment-method-content {
  display: block;
  padding-left: 38px;
  max-width: 75%;
  color: #999;
}
label.klarna-payments-method-cell > span {
  padding: 0 !important;
}
.payment-method-content {
  display: none;
}
.field[name="billingAddress.region"],
.field[name="shippingAddress.region"] {
  display: none;
}
/* div#checkout-payment-method-load .payment-method .payment-method-title.field.choice {
		display: flex;
		align-items: center;
		width: 100% !important;
	} */
div#checkout-payment-method-load .payment-method .payment-method-title.field.choice .payment_logo {
  order: 2;
  float: right;
}
div#checkout-payment-method-load .payment-method .payment-method-title.field.choice label.label {
  width: 87%;
  order: 1;
}
div#checkout-payment-method-load .payment-method .payment-method-title.field.choice label.label img.payment-icon {
  display: none;
}
/* div#checkout-payment-method-load .payment-method .payment-method-title.field.choice .payment_logo img {
		width: auto;
		height: 50px;
		border: 1px solid #eee;
	} */
div#billing-address-container .form-billing-address fieldset.field {
  width: 45% !important;
  float: left;
}
div#billing-address-container .form-billing-address fieldset.field .control {
  width: 100% !important;
}
.klarna-payments-method > .payment-method-title {
  padding: 0 !important;
}
/* css for logged in customer address lists */
div#checkout-step-shipping .shipping-address-items {
  display: flex;
  margin-bottom: 20px;
  gap: 40px;
  flex-wrap: wrap;
}
div#checkout-step-shipping .shipping-address-item {
  width: 43%;
  padding: 10px;
  line-height: 25px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #999;
}
div#checkout-step-shipping .shipping-address-item .selected-item {
  border: 2px solid #eb6502 !important;
}
div#checkout-step-shipping .shipping-address-item > button.action {
  margin-top: 14px;
  width: 49%;
  border-radius: 0;
}
div#checkout-step-shipping .new-address-popup {
  padding-left: 10px;
}
div#checkout-step-shipping .field.addresses {
  padding-left: 10px;
}
.biling_address_list {
  display: flex;
  margin-bottom: 20px;
  gap: 40px;
  flex-wrap: wrap;
}
.biling_address_list > li {
  width: 43%;
  padding: 10px;
  line-height: 25px;
  background: rgba(0, 68, 106, 0.15);
  border-radius: 0;
}
.checkout-billing-address {
  margin-top: 0;
  margin-left: 10px;
}
.checkout-billing-address .actions-toolbar .primary {
  display: flex;
}
.billing-address-form form .field {
  width: 45%;
  float: left;
  margin-right: 7px;
}
.billing-address-form form .field select {
  height: 46px;
}
.billing-address-form form .field input {
  padding: 22px;
}
.billing-address-form form .field .label {
  display: none;
}
.checkout-billing-address .field.field-select-billing .select {
  height: 46px;
  width: 98%;
}
.billing-address-form form .field[name="billingAddress.country_id"] {
  width: 98%;
}
.checkout-billing-address .billing-address-same-as-shipping-block.field.choice {
  visibility: hidden;
}
.checkout-billing-address .field.field-select-billing > .label {
  display: none;
}
.checkout-index-index .billing_address_wrapper .actions-toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0 !important;
  width: 100%;
}
.checkout-index-index div#opc-sidebar .label {
  display: none;
}
.checkout-index-index .opc-wrapper li#reviewinfo .payment-information-content {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
}
.checkout-index-index .opc-wrapper li#reviewinfo .payment-information-content .payment_icon {
  border: 1px solid #e7e7e7;
  margin-top: 10px;
}
.customcheckout-checkout-customcreateaccount .login-container input::placeholder {
  opacity: 0.5;
}
.customcheckout-checkout-customcreateaccount .form-create-account fieldset.fieldset select {
  color: #666;
}
div[name="shippingAddress.extension_attributes.zustelltermin"],
div[name="shippingAddress.extension_attributes.anderen_kunden"] {
  width: 100%;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
div[name="shippingAddress.extension_attributes.zustelltermin"] .choice.field,
div[name="shippingAddress.extension_attributes.anderen_kunden"] .choice.field {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
div[name="shippingAddress.extension_attributes.zustelltermin"] .choice.field .label .heading,
div[name="shippingAddress.extension_attributes.anderen_kunden"] .choice.field .label .heading {
  font-weight: bold;
  width: 100%;
  float: left;
}
.modal-content #shipping-new-address-form .field.columns-fields-right.express-checkout-telephone {
  width: 100%;
}
.modal-content #shipping-new-address-form .field.columns-fields-right.express-checkout-telephone .input-text {
  width: 48%;
}
/* div#checkout-step-shipping .bottom_header.top h2 {
		font-weight: bold !important;
	} */
div#checkout-step-shipping .field.addresses {
  padding-left: 10px;
  display: block;
  float: left;
  width: 100%;
}
.checkout-index-index div#opc-sidebar .opc-block-summary form#discount-form button.action.action-cancel {
  display: block;
  padding: 12px;
}
.opc-sidebar {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  grid-template-areas: "zusammenfassung" "info";
  width: 100%;
}
.opc-sidebar .opc-block-summary {
  grid-area: zusammenfassung;
}
table.data.table.totals tr.totals td.amount span.price {
  font-size: 20px !important;
}
table.data.table.totals tr.totals span.title {
  font-size: 16px !important;
  font-weight: normal !important;
  color: #333333 !important;
}
li#reviewinfo .shipping-address-item.custom button.action.edit-address-link {
  display: none;
}
li#reviewinfo .shipping-address-item.custom > .radio_button {
  display: none;
}
.summary_total_table .totals.discount .title:after {
  display: none;
}
table.data.table.totals span.title:after {
  display: none;
}
.lieferadresse {
  float: left;
  width: 100%;
}
/*
	.checkout-index-index .opc-wrapper li#reviewinfo>.actions-toolbar {
		bottom: -3% !important;
	}
*/
.checkout-index-index #shipping-new-address-form .field select {
  padding-left: 8px !important;
}
.shipping-address-item.custom.selected-item input[type=radio] {
  border: 5px solid #ee8537;
}
.message.message-success.success {
  display: none;
}
.message.error > *:first-child:before {
  display: none !important;
}
form#discount-coupon-form .message.error > *:first-child::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: 2px 0px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  right: 0;
  top: 4px;
  width: 45px;
  position: absolute;
  text-align: center;
}
form#discount-coupon-form .message.error {
  margin: 0 0 8px;
  padding: 12px 16px 12px 20px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-right: 45px;
  position: relative;
}
/*
* Modul: Badshop_CheckoutSuccess
* _checkout.less
*/
.checkout-onepage-success p {
  margin-bottom: 1.2rem;
}
.checkout-onepage-success .page-title {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 5px;
  margin: 10px 0;
  width: 100%;
  display: block;
  font-size: 3rem;
}
.checkout-onepage-success .sub-title {
  font-size: 2rem;
}
.checkout-onepage-success .order-number,
.checkout-onepage-success .kontaktlink {
  font-weight: bold;
  text-decoration: underline;
}
.checkout-onepage-success .phone-hint {
  margin: 20px 0;
  padding: 6px;
  font-weight: bold;
  text-align: left;
}
.checkout-onepage-success #order_summary {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.checkout-onepage-success #order_summary .customerdata > div {
  vertical-align: top;
  display: inline-block;
  margin: 1%;
  width: 31%;
}
.checkout-onepage-success #order_summary .customerdata .label {
  display: block;
  font-weight: bold;
}
.checkout-onepage-success #order_summary .itemheading {
  display: block;
  margin: 20px 0 3px;
  font-weight: bold;
  padding-left: 5px;
}
.checkout-onepage-success #order_summary .item {
  min-height: 80px;
  padding: 3px 3px 10px;
  margin: 5px 0 10px;
}
.checkout-onepage-success #order_summary .item:last-child {
  margin-bottom: 0;
}
.checkout-onepage-success #order_summary .item .product {
  display: grid;
  grid-template-columns: calc(100px + 10px) 1fr;
}
.checkout-onepage-success #order_summary .item .product > img {
  margin: 3px 3px 10px;
  width: 100px;
}
.checkout-onepage-success #order_summary .itemdata {
  display: inline-block;
}
.checkout-onepage-success #order_summary .itemname {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
.checkout-onepage-success #order_summary .options label {
  display: block;
  font-weight: bold;
  margin-left: 20px;
}
.checkout-onepage-success #order_summary .options .value {
  display: block;
  margin: 2px 0 5px 50px;
}
.checkout-onepage-success #order_summary .priceqtywrapper {
  display: block;
}
.checkout-onepage-success #order_summary .qty,
.checkout-onepage-success #order_summary .unitprice,
.checkout-onepage-success #order_summary .itemtotal {
  display: inline-block;
  margin: 5px 5px 5px 20px;
}
.checkout-onepage-success #order_summary .itemtotal {
  font-weight: bold;
}
.checkout-onepage-success #order_summary .totals {
  padding: 5px;
  text-align: right;
}
.checkout-onepage-success #order_summary .totals .value {
  display: inline-block;
  width: 100px;
}
.checkout-onepage-success #order_summary .totals .grandtotal {
  font-size: 1.2em;
  font-weight: bold;
}
.checkout-onepage-success #order_summary .totals .estimated_time {
  margin-top: 10px;
  padding-right: 5px;
}
.checkout-onepage-success #order_summary .totals .estimated_time #info-icon {
  display: inline-block;
}
.checkout-onepage-success #order_summary .estimated_time {
  font-size: 14px;
  padding: 0;
  display: block;
  text-align: right;
  margin: 10px 0;
}
.checkout-onepage-success #order_summary #info-icon {
  position: relative;
  display: inline-block;
}
.checkout-onepage-success #order_summary #info-icon span {
  padding: 4px 10px 2px;
  margin: 0 3px 0 5px;
  cursor: pointer;
  border: 1px solid #ccc;
  font-family: Times, Verdana, serif;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  line-height: 1.2em;
}
.checkout-onepage-success #order_summary #info-icon .info-text {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: 250px;
  font-size: 12px;
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 999;
}
.checkout-onepage-success #order_summary #info-icon:hover .info-text {
  display: block;
}
/*
* Modul: Badshop_Checkout
* _checkout.less
*/
.checkout-cart-index .cart-main-div {
  clear: both;
}
.checkout-cart-index .cart-main-div.grid {
  display: grid;
}
.checkout-cart-index .trustedshops-caroussel {
  clear: both;
  padding-top: 10px;
}
.checkout-cart-index .product_opt_load_more_wrap .product_option_info::after {
  content: '';
  transform: rotate(90deg);
  background: url('../images/icon-klapppf-weiss.svg') no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 0 1px 10px;
  vertical-align: text-bottom;
}
.checkout-cart-index .product_opt_load_more_wrap.active .product_option_info::after {
  transform: rotate(270deg);
}
.checkout-index-index .product-item .product.options {
  margin: 0 0 35px;
}
.checkout-index-index .product-item .product.options .toggle {
  cursor: pointer;
}
.checkout-index-index .product-item .product.options .toggle::after {
  content: '';
  transform: rotate(90deg);
  background: url('../images/icon-klapppf-weiss.svg') no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 0 1px 10px;
  vertical-align: text-bottom;
}
.checkout-index-index .product-item .product.options.expanded .toggle::after {
  transform: rotate(270deg);
}
.checkout-index-index .product-item .product.options.expanded .toggle .view_conf {
  display: none;
}
.checkout-index-index .product-item .product.options.expanded .toggle .hide_conf {
  display: inline;
}
.checkout-index-index .product-item .product.options dt.label::after {
  content: ':';
}
.checkout-index-index .product-item .product.options dd.values {
  padding-left: 10px;
}
/*
* Theme: Badshop/default-theme
* Modul: Amasty_Promo
* _checkout.less
*/
.ampromo-items-add {
  grid-column: none;
}
/*
* styles from _module.less
* Theme: Badshop/default-theme
* Modul: Amazon_Payment
 */
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 12px 0 4px 0;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #ccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -9px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 9px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
/** hide alt currency - if multicurrency is enabled this will be unhidden dynamically **/
tr.totals.charge {
  display: none;
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/*
* Theme: Badshop/default-theme
* Modul: Magento_Checkout
* _checkout.less
*/
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #ccc;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666;
}
/*
	#reviewinfo {
		.items-in-cart {
			.product {
				display: grid;
				grid-template-areas: "image details" "label details" "options options";

				.product-image-container {
					grid-area: image;
				}

				.product-item-details {
					grid-area: details;
				}

				.itemlabel {
					grid-area: label;
				}

				.product.options {
					grid-area: options;
				}
			}
		}
	}
	*/
.checkout-cart-index .cart_item_wrap {
  color: rgba(0, 68, 106, 0.8);
  margin-bottom: 10px;
}
.checkout-cart-index .cart_item_wrap span.cart_label {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.checkout-cart-index .cart_item_wrap span.cart_label > span {
  font-size: 14px;
  margin-left: 5px;
}
.checkout-index-index .breadcrumbs,
.customcheckout-checkout-customcreateaccount .breadcrumbs {
  margin-top: 15px;
  filter: grayscale(100);
}
.checkout-index-index .breadcrumbs #cart-crumb,
.customcheckout-checkout-customcreateaccount .breadcrumbs #cart-crumb {
  height: 14px;
  margin: 2px 0 0;
}
.items-in-cart .itemlabel,
.cart-container .itemlabel {
  display: block;
  background: #c90c0f;
  color: #fff;
  text-transform: uppercase;
  height: 25px;
  line-height: 25px;
}
div#checkout-payment-method-load .payment-method .payment-method-title.field.choice {
  display: inline-block;
  width: 100% !important;
}
div#checkout-payment-method-load .payment-method .payment-method-title.field.choice .payment_logo img {
  width: auto;
}
div#checkout-payment-method-load .payment-method .payment-method-title.field.choice .klarna-payments-method-cell {
  display: inline !important;
  vertical-align: top !important;
}
/*
* Theme: Badshop/default-theme
* Modul: Magento_Customer
* _checkout.less
*/
/*
* Theme: Badshop/default-theme
* Modul: Badshop_CheckoutSuccess
* _checkout_extend.less
*/
.checkout-onepage-success .phone-hint {
  border: 1px solid #ee6205;
  color: #ee6205;
}
.checkout-onepage-success .action.primary.continue {
  display: inline-block;
  background: rgba(0, 68, 106, 0.8);
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 18px;
  width: auto;
}
.checkout-onepage-success .action.primary.continue:hover {
  background: rgba(0, 68, 106, 0.6);
}
.checkout-onepage-success #order_summary {
  border: 1px solid rgba(0, 68, 106, 0.8);
}
.checkout-onepage-success #order_summary .orderid {
  background: rgba(0, 68, 106, 0.8);
  color: #fff;
  padding: 5px;
}
.checkout-onepage-success #order_summary .itemheading {
  border-bottom: 1px solid rgba(0, 68, 106, 0.8);
}
.checkout-onepage-success #order_summary .item {
  border-bottom: 1px solid rgba(0, 68, 106, 0.8);
}
.checkout-onepage-success #order_summary .itemtotal {
  color: rgba(0, 68, 106, 0.8);
}
.checkout-onepage-success #order_summary .totals {
  background: rgba(0, 68, 106, 0.8);
  color: #fff;
}
.checkout-onepage-success #info-icon span {
  color: rgba(0, 68, 106, 0.6);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2FBadshop_GlobalExtensions%5C%2Fcss%5C%2Fsource%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2FBadshop_GlobalExtensions%5C%2Fcss%5C%2Fsource%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2FSolutioo_Customcheckout%5C%2Fcss%5C%2Fsource%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2FBadshop_CheckoutSuccess%5C%2Fcss%5C%2Fsource%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2FBadshop_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2FBadshop_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2FAmazon_Payment%5C%2Fcss%5C%2Fsource%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2Ffields%5C%2F_file-uploader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBadshop%5C%2Fdefault-theme%5C%2Fde_DE%5C%2FBadshop_CheckoutSuccess%5C%2Fcss%5C%2Fsource%5C%2F_checkout_extend.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3BAAYI%3BECPA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BADIA%2CeCFA%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BADAJ%2CeCFA%2CWAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BECoRR%2CmBAAA%3B%3BAF9RA%2CeCFA%2CWAgBI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeA9BJ%2CWA8BK%2CMAAO%3BEACJ%2CcAAA%3B%3B%3B%3B%3B%3B%3BAE7BX%2CKAAK%2CQAAQ%3BAACV%2CcAAe%3BEACX%2CaAAA%3B%3BAAGP%2CoBACC%3BEACU%2CWAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAqB%2CUAC9B%2CSADS%3B%3B%3B%3B%3B%3B%3BAANX%2CoBACC%2CgBAcU%3BEACR%2CQAAA%3BEACA%2CUAAA%3BEACY%2CkBAAA%3B%3BAAlBf%2CoBACC%2CgBAcU%2CSAKR%2CIAAG%3BEACF%2CQAAA%3B%3BAArBJ%2CoBACC%2CgBAcU%2CSASR%3BEACC%2CQAAA%3B%3BAAzBJ%2CoBACC%2CgBA4BU%3BEACI%2CkBAAA%3B%3BAA9Bf%2CoBACC%2CgBAgCC%2CIAAG%2CeACF%3BAAlCH%2CoBACC%2CgBAgCC%2CIAAG%2CeAEF%2CEAAC%2CMAAM%3BEACN%2CaAAA%3B%3BAApCJ%2CoBACC%2CgBAgCC%2CIAAG%2CeAMF%2COAAM%3BEACL%2CoBAAA%3B%3BAAxCJ%2CoBACC%2CgBA2CC%3BEACC%2CkCAAA%3B%3BAAEA%2CoBA9CF%2CgBA2CC%2CcAGG%3BEACD%2C4BAAA%3B%3BAAOW%2CoBAFR%2CMAAK%2CcACD%2CsBACK%2CcACG%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CoBAFR%2CMAAK%2CcACD%2CsBACK%2CcACG%2CGAQI%3BEACI%2CcAAA%3B%3BAAVZ%2CoBAFR%2CMAAK%2CcACD%2CsBACK%2CcAcG%2CKAAI%3BEACA%2CoBAAA%3B%3BAAfR%2CoBAFR%2CMAAK%2CcACD%2CsBACK%2CcAcG%2CKAAI%2CSAGA%2CKAAI%3BEACA%2CeAAA%3B%3BAAlBZ%2CoBAFR%2CMAAK%2CcACD%2CsBACK%2CcAcG%2CKAAI%2CSAGA%2CKAAI%2CWAGA%2CKAAI%3BEACA%2CgBAAA%3B%3BAArBhB%2CoBAFR%2CMAAK%2CcACD%2CsBACK%2CcA0BG%3BEACI%2CqBAAA%3B%3BAAlFvB%2CoBAqDO%2CMAAK%2CcAkCD%2CwBACI%2CKAAI%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEAEA%2CWAAA%3BEACA%2CqBAAA%3B%3B%3BAAShB%2CKAAK%3BEACD%2CkBAAA%3B%3BAADJ%2CKAAK%2CKAGD%3BEACI%2CWAAA%3B%3BAAIX%2CwBACC%2CGAAE%3BEACD%2CaAAA%3B%3BAAFF%2CwBAKC%3BEACC%2CeAAA%3B%3BAAIF%2CeAAgB%3BEACf%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGD%3BEACC%2CaAAA%3B%3BAAGD%2CGAAG%3BEACF%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEM%2CGALJ%2CSAKQ%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CGAVJ%2CSAUQ%3BEACA%2CsBAAA%3B%3BAAGJ%2CGAdJ%2CSAcQ%3BEACA%2CkBAAA%3B%3BAADJ%2CGAdJ%2CSAcQ%2CeAGA%3BEACI%2CsBAAA%3B%3BAAKf%2CcAAe%3BEACd%2CaAAA%3B%3BAAGD%2CSAAS%2CsBAAsB%3BEAC9B%2CSAAS%2CGAAT%3B%3BAAGD%2CgBAAgB%2CsBAAsB%3BEACrC%2CSAAS%2CGAAT%3B%3BAAGD%2CQAAQ%2CsBAAsB%3BEAC7B%2CSAAS%2CGAAT%3B%3BAAGD%2CWAAW%2CsBAAsB%3BEAChC%2CSAAS%2CGAAT%3B%3BAAGD%2CSAAS%2CsBAAsB%3BAAC%5C%2FB%2CgBAAgB%2CsBAAsB%3BAACtC%2CQAAQ%2CsBAAsB%3BAAC9B%2CWAAW%2CsBAAsB%3BEAChC%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACM%2CsBAAA%3B%3BAAGP%2CSAAU%2CkBAAe%3BEAAe%2CaAAA%3B%3BAAErC%2CkBAAkB%2CeAAe%3BEAAe%2CcAAA%3B%3BAAEhD%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGP%3BEACC%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CsBAAC%3BEACA%2C2BAAA%3B%3BAAEA%2CsBAHA%2CQAGC%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKH%3BAACA%3B%3B%3BEAGO%2CWAAA%3BEACN%2CUAAA%3BEACA%2C8BAAA%3B%3BAAGD%2C0BACC%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAALF%2C0BACC%2COAMC%3BEACC%2CaAAA%3B%3BAAEA%2C0BATF%2COAMC%2CMAGE%3BEACA%2CaAAA%3B%3BAAXJ%2C0BACC%2COAcC%3BEACC%2CYAAA%3B%3BAAGD%2C0BAlBD%2COAkBE%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAHD%2C0BAlBD%2COAkBE%2COAKA%3BEACC%2CcAAA%3BEACA%2CWAAA%3B%3BAAIA%2C0BA7BH%2COAkBE%2COAUA%2CMACE%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAKH%2C0BApCD%2COAoCE%2COACA%3BEACC%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2C0BAzCH%2COAoCE%2COACA%2COAIE%3BEACA%2CgBAAA%3B%3BAAIF%2C0BA9CF%2COAoCE%2COAUE%2CSAAM%3BEACP%2CaAAA%3B%3BAAXF%2C0BApCD%2COAoCE%2COAcA%2COAAO%3BEACN%2CgBAAA%3B%3BAAMJ%2CQAAQ%3BEACP%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGC%2CQALM%2CwBAIP%2CMACE%3BEACA%2CaAAA%3B%3BAAKH%2CYACC%3B%3BEAEC%2CWAAA%3B%3BAAHF%2CYACC%2CiBAIC%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3BAAPH%2CYACC%2CiBAIC%2CSAIC%2COACC%3BEACC%2CeAAA%3BEACA%2CmBAAA%3B%3BAAZL%2CYAkBC%3BEACC%2CeAAA%3B%3BEAEA%2CUAAA%3B%3BAArBF%2CYAkBC%2CcAKU%2CiBACI%3BEACI%2CWAAA%3B%3BAAMnB%3BEACC%2CeAAA%3B%3BAADD%2CaAGC%3BEACC%2C0BAAA%3B%3BAAKF%2C8BAA%2BB%3BEAC9B%2CiBAAA%3BEACA%2CeAAA%3B%3BAAID%2CGAAG%3B%3B%3BEAGF%2CeAAA%3BEACM%2CgBAAA%3B%3BAAIJ%2CGARA%2C0BAMF%2CsBACC%2CSACE%2CyBACA%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAALF%2CGARA%2C0BAMF%2CsBACC%2CSACE%2CyBACA%2COAMC%2CMAAK%3BEACJ%2CaAAA%3B%3BAARH%2CGARA%2C0BAMF%2CsBACC%2CSACE%2CyBACA%2COAUC%3BAAXF%2CGARA%2C0BAMF%2CsBACC%2CSACE%2CyBACA%2COAWC%3BEACC%2CaAAA%3B%3BAAOC%2CGA5BJ%2C0BAMF%2CsBACC%2CSACE%2CyBAiBA%2CSACE%2CMACC%2COACC%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3B%3BAAJF%2CGA3BH%2C0BAMF%2CsBACC%2CSACE%2CyBAiBA%2CSACE%2CMACC%2COAOA%2COAAM%3BEACL%2CaAAA%3B%3BAAnCR%2CGAAG%2C0BAMF%2CsBAqCC%3BEACa%2CmBAAA%3B%3BAAGX%2CGA%5C%2FCD%2C0BAMF%2CsBAqCC%2CwCAGE%2CMACC%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAOL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACJ%2CeAAA%3B%3BAAGD%2CqBAAsB%3BEACrB%2CeAAA%3B%3BAAGD%2CqBAAsB%2CKAAK%2COAAO%3BEACjC%2C4BAAA%3B%3BAAGD%2CoBAAqB%3BEACpB%2CeAAA%3B%3BAAGD%2COAAO%3BEACN%2CaAAA%3B%3BAAGD%2CQAAQ%3BEACP%2CgBAAA%3B%3BAAGD%2CyBAA0B%2CwCAAuC%2CMAAM%3BEACtE%2CaAAA%3B%3BAAGD%2CMAAM%2CgBAAiB%2CgBAAgB%3BEACtC%2CaAAA%3B%3BAAGD%3BEACC%2CgBAAA%3B%3BAAGD%2CmBAAmB%2CMAAM%2COAAQ%3BEAChC%2CYAAA%3B%3B%3B%3B%3B%3B%3BAAOD%2CGAAG%2CsBAAuB%2COAAM%3BEAC%5C%2FB%2CaAAA%3B%3BAAGD%2CIAAI%2CgBAAiB%2CUAAU%3BEAC9B%2CaAAA%3B%3BAAGD%2CmBAAmB%2CMAAM%2COAAQ%3BEAChC%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CGAAE%2CeAAgB%2CGAAE%2CaAAc%2CSAAQ%3BEACvD%2CaAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAqB%2C%2BCACpB%2CmCACA%2CoDACA%2CmDAHD%3BEAIM%2CgBAAA%3B%3BAAGP%2CWACC%2CeACC%2CSACC%3BEACC%2CiCAAA%3B%3BAAJJ%2CWACC%2CeACC%2CSAKC%3BEACC%2CmCAAA%3B%3BAARJ%2CWACC%2CeACC%2CSASC%2CSAAQ%3BEACP%2CmCAAA%3B%3BAAZJ%2CWACC%2CeACC%2CSAaC%3BEACC%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAMJ%3BEACC%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAID%2CYACC%3BEACC%2CkCAAA%3B%3BEAES%2CWAAA%3BEACA%2CaAAA%3B%3BAALX%2CYAQC%3BEACC%2CkCAAA%3BEACS%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAbX%2CYAQC%2CqBAOC%2CKAAI%3BEACH%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnBH%2CYAQC%2CqBAcC%3BAAtBF%2CYAQC%2CqBAeC%3BEACC%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAzBH%2CYA6BC%2CwBAAuB%3BEACtB%2CkCAAA%3BEACA%2CwBAAA%3BEAEA%2CUAAA%3BEACA%2CWAAA%3B%3BAAlCF%2CYAqCC%2CwBAAuB%2CcAAe%3BEACrC%2CWAAA%3BEACA%2CWAAA%3B%3BAAvCF%2CYAqCC%2CwBAAuB%2CcAAe%2CiBAIrC%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3BAA3CH%2CYAqCC%2CwBAAuB%2CcAAe%2CiBAIrC%2CSAIC%2COAAM%2COAAO%3BEACZ%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CYADD%2CmBACG%2COAAI%3BEACL%2CaAAA%3B%3BAAKH%2CuBAAuB%2CcACtB%2CKAAI%2CcACH%2CMAAK%3BEACJ%2CuBAAA%3B%3BAAHH%2CuBAAuB%2CcACtB%2CKAAI%2CcAKH%2CMAAK%3BEACJ%2CaAAA%3B%3BAAPH%2CuBAAuB%2CcAWtB%2CsBAAqB%2CMAAM%3BEAC1B%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CoBAAqB%2CMAAK%3BEACzB%2CeAAA%3B%3BAAGD%2CuBAAwB%3BEACvB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CEAAE%2CWACD%2CGAAE%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAAHF%2CEAAE%2CWACD%2CGAAE%2CeAID%2CGAAE%3BEACD%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAZH%2CEAAE%2CWAgBD%3BEACC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAApBF%2CEAAE%2CWAgBD%2CsBAMC%2CoBACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAA3BJ%2CEAAE%2CWAgBD%2CsBAMC%2CoBACC%2CuBAMC%3BEACC%2CUAAA%3BEAEA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAjCL%2CEAAE%2CWAgBD%2CsBAMC%2CoBACC%2CuBAMC%2CSAMC%2CKAAI%3BEACH%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvCN%2CEAAE%2CWAgBD%2CsBAMC%2CoBACC%2CuBAoBC%2CUAAS%3BEACR%2CUAAA%3BEACA%2CYAAA%3B%3BAA7CL%2CEAAE%2CWAgBD%2CsBAkCC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAvDH%2CEAAE%2CWAgBD%2CsBAkCC%2CwBAOC%2CKAAI%3BEACH%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CEAlEF%2CWAgBD%2CsBAkCC%2CwBAOC%2CKAAI%2CiBASF%3BEACA%2CcAAA%3B%3BAAnEL%2CEAAE%2CWAgBD%2CsBAwDC%2CKAAI%3BEACH%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAA5EH%2CEAAE%2CWAgFK%3BEACI%2CkBAAA%3B%3BAAjFX%2CEAAE%2CWAoFD%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIC%2CEA3FD%2CWAoFD%2CiBAKC%2CEAAC%2COAEC%3BAACD%2CEA5FD%2CWAoFD%2CiBAKC%2CEAAC%2COAGC%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAhGJ%2CEAAE%2CWAoFD%2CiBAKC%2CEAAC%2COAUA%2CeAAc%3BEACb%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3B%3BAArGJ%2CEAAE%2CWAoFD%2CiBAKC%2CEAAC%2COAeA%2CaAAY%3BEACX%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3B%3BAA1GJ%2CEAAE%2CWA%2BGD%2CgBAAe%2CuBAAuB%3BEACrC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAlHF%2CEAAE%2CWA%2BGD%2CgBAAe%2CuBAAuB%2CQAKrC%2CKAAI%2CKAAK%2CcAAc%3BEACtB%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAxHH%2CEAAE%2CWA%2BGD%2CgBAAe%2CuBAAuB%2CQAKrC%2CKAAI%2CKAAK%2CcAAc%2CmBAMtB%2COAAM%3BEACL%2CWAAA%3BEACA%2CgBAAA%3B%3BAA5HJ%2CEAAE%2CWAiID%2CoBAAoB%3BEACnB%2CeAAA%3B%3BAAlIF%2CEAAE%2CWAqID%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAxIF%2CEAAE%2CWAqID%2C2BAKC%3BEACC%2CeAAA%3B%3BAA3IH%2CEAAE%2CWA%2BID%3BEACC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArJF%2CEAAE%2CWA%2BID%2CqBAQC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAA1JH%2CEAAE%2CWA%2BID%2CqBAcC%2C6BAA6B%2CKAAI%3BEAChC%2C0BAAA%3B%3BAA9JH%2CEAAE%2CWAkKD%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAArKF%2CEAAE%2CWAkKD%2C4BAKC%3BEACC%2CeAAA%3B%3BAAxKH%2CEAAE%2CWA4KD%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAnLF%2CEAAE%2CWA4KD%2CsBASC%3BEACC%2CaAAA%3B%3BAAtLH%2CEAAE%2CWA4KD%2CsBAaC%3BEACC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA7LH%2CEAAE%2CWA4KD%2CsBAaC%2CuBAMC%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAlMJ%2CEAAE%2CWA4KD%2CsBA0BC%3BEACC%2CWAAA%3BEACA%2CsBAAA%3B%3BAAxMH%2CEAAE%2CWA4KD%2CsBA%2BBC%3BEACC%2CUAAA%3BEACA%2CWAAA%3B%3BAA7MH%2CEAAE%2CWAiND%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAxNF%2CEAAE%2CWA2ND%2COAAM%3BEACL%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9NF%2CEAAE%2CWAiOD%2COAAM%2COAAO%3BEACZ%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA3OF%2CEAAE%2CWAiOD%2COAAM%2COAAO%2CYAYZ%3BEACC%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACY%2CgBAAA%3B%3BAAKf%2CqBAAsB%3BEACrB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CYAAa%2CqBAAqB%2CKAAI%3BAACtC%2CuBAAwB%3BAACxB%2CuBAAuB%2CcAAe%2CsBAAqB%2CMAAM%3BEAChE%2C4BAAA%3B%3BAAID%3BEAEO%2CsBAAA%3B%3BAAGP%2CKAAK%2CaAAa%2CYAAY%2CoBAAoB%3BEACjD%2CgBAAA%3B%3B%3B%3B%3BAAOD%2CWAAY%2CmBAAmB%3BEAC9B%2CeAAA%3B%3BAAGD%2CWAAY%2C6BAA6B%3BEACxC%2CeAAA%3B%3BAAID%2CsBAAsB%2CUAAU%3B%3B%3BEAGzB%2CUAAA%3BEACA%2CwBAAwB%2C8DAAxB%3BEACA%2CSAAS%2CEAAT%3B%3BAAGP%2CoBAAqB%2CGAAE%2CMAAM%2COAAQ%3BEACpC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CGAAG%2C6BAA8B%3BEAChC%2CiBAAA%3B%3BAAGE%2CGAAG%2C6BAA8B%3BEAC7B%2CiBAAA%3B%3BAAGP%2CYAAa%2CwBAAwB%3BEACpC%2CeAAA%3B%3BAAEA%2CYAHY%2CwBAAwB%2CEAGnC%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CYAAa%2CwBAAwB%2CKAAI%3BEACxC%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGD%2CEAAE%2CWAAY%2COAAM%2CcAAe%3BEAClC%2CaAAA%3B%3BAAGD%2CIAAK%2CGAAE%2CWAAY%2CGAAE%2CeAAgB%2CGAAE%2CaAAc%2CSAAQ%2CQAAS%3BEACrE%2C6BAAA%3BEACA%2CkCAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CGAAE%2CeAAgB%2CGAAE%2CaAAc%2CSAAQ%2CQAAS%2CKAAI%3BEACpE%2CuCAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CGAAE%2CeAAgB%2CGAAE%2CaAAc%2CSAAQ%2CQAAS%2CSAAS%2COAAM%3BEAC%5C%2FE%2CaAAA%3B%3BAAGD%3BEACO%2CyBAAA%3BEACA%2CgBAAA%3BEACN%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJD%2CoBAMO%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CoBADJ%2CUACK%2CKACG%3BEACI%2CkBAAA%3B%3BAAhBnB%2CoBAaO%2CUAOI%3BEACI%2CaAAA%3B%3BAAGI%2CoBAXZ%2CUAOI%2CmBAGI%2CcACK%2CKACG%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAAIR%2CoBAlBZ%2CUAOI%2CmBAGI%2CcAQK%2CMACG%3BEACI%2CgBAAA%3B%3BAAjC3B%2CoBAwCO%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA1CX%2CoBAwCO%2CGAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAA9Cf%2CoBAwCO%2CGAII%2CUAII%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAgBnB%2CEAAE%2CWAAY%2CiBAAgB%3BEAC7B%2CYAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGD%2C0BAA2B%2COAAO%3BEACjC%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGD%2CMAAM%2CUAAW%2CMAAK%2CWAAW%3BAACjC%2C4CAA6C%2CMAAK%2CaAAa%3BEAC9D%2CUAAA%3B%3BAAGD%2CQAAQ%2CMAAO%3BEACd%2CsBAAA%3BEACA%2CeAAA%3B%3BAAGD%2CQAAQ%2CMAAO%2COAAM%3BEACpB%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQD%2CYAAa%2CwBAAuB%3BEACnC%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGD%2CoBAAqB%2CQAAQ%3BEAC5B%2CeAAA%3B%3BAAGD%2CQAAQ%3BEACP%2CsBAAA%3B%3BAADD%2CQAAQ%2C%2BBAGD%3BEACI%2CUAAA%3B%3BAAIX%2CyBAA0B%2COAAO%3BEAChC%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3B%3BAAGD%2CGAAG%2CSAAU%2CMAAK%3BEACjB%2CWAAA%3BEACA%2CUAAA%3B%3BAAGD%2CGAAG%2CSAAU%3BAACb%2CGAAG%2CSAAU%3BEACZ%2CWAAA%3B%3BAAID%2C4CAA6C%3BEAC5C%2CWAAA%3B%3BAAGD%2CQAAQ%2CyBAA0B%3BAAClC%2CGAAG%2C0BAA2B%3BEAC7B%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGD%2CGAAG%2C0BAA2B%2CWAAS%2CIAAG%3BAAC1C%2CGAAG%2CyBAA0B%2CWAAS%2CIAAG%3BEACxC%2CsBAAA%3B%3BAAGD%2CSAAS%2CQAAS%2CIAAG%3BEACpB%2C8BAAA%3BEACM%2CkBAAA%3B%3BAAFP%2CSAAS%2CQAAS%2CIAAG%2CMAId%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACR%2CYAAA%3B%3BAAIH%2CqBAAsB%3BEACrB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGD%2C0BAA2B%3BEAC1B%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGD%3BEACC%2CeAAA%3B%3BAAGD%2CyBAA0B%2CUAAS%3BEAClC%2CkBAAA%3B%3BAAGD%2CGAAG%2C0BAA2B%2CsBAAsB%2CSAAQ%2CyBAA0B%2COAAM%2C6BAA8B%3BEACzH%2CUAAA%3BEACA%2CcAAA%3B%3BAAGD%2CGAAG%2C0BAA2B%2CsBAAsB%2CSAAQ%2CyBAA0B%2COAAM%3BEAC3F%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CQAAQ%3BEACP%2CgBAAA%3B%3BAAGD%2CQAAQ%2C8BAA%2BB%3BEACtC%2CUAAA%3B%3BAAGD%2C0BAA2B%2CSAAQ%3BEAClC%2CgBAAA%3B%3BAAGD%2CSAAS%2CQAAS%2CIAAG%2CMAAO%2CSAAQ%3BEACnC%2CaAAA%3B%3BAAGD%2C0BAA2B%2COAAM%3BEAChC%2C2BAAA%3BEACA%2CWAAA%3B%3BAAGD%2C0BAA2B%2COAAM%3BEAChC%2CUAAA%3B%3BAAGD%2C4CACO%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAJX%2C4CACO%2CiBAKI%2CqBAAoB%2CMAAM%2CmBACtB%2CIAAG%3BEACC%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CaAAA%3B%3BAAZnB%2C4CACO%2CiBAeI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAApBf%2C4CACO%2CiBAsBI%2COAAM%3BEACF%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAA5Bf%2C4CACO%2CiBAsBI%2COAAM%2CqBAOF%2CMAAK%3BEACD%2CaAAA%3B%3BAA%5C%2FBnB%2C4CACO%2CiBAkCI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C4CAxCR%2CiBAkCI%2CMAMK%3BEACG%2CWAAA%3BEACA%2CqBAAA%3B%3BAA3CnB%2C4CACO%2CiBA8CI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3B%3BAArDf%2C4CAyDO%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAA7DX%2C4CAyDO%2CmBAMI%3BEACI%2CcAAA%3B%3BAAhEf%2C4CAoEO%2CqBAAqB%2CSAAQ%2CSAAS%2CkBAAmB%2CQAAQ%2COAAM%2CUAAU%3BEAC7E%2C2BAAA%3B%3BAAKR%2C4CACI%2CiBACI%2CqBAAoB%2CMAAM%2CmBACtB%2CIAAG%2CQACC%3BEACI%2CWAAA%3B%3BAALpB%2C4CACI%2CiBACI%2CqBAAoB%2CMAAM%2CmBACtB%2CIAAG%2CQAKC%3BEACI%2C8BAAA%3B%3BAATpB%2C4CACI%2CiBAaI%2CSAAS%3BEACL%2C8BAAA%3B%3BAAfZ%2C4CACI%2CiBAiBI%2COAAM%2CqBAAsB%2CEAAC%2COAAO%3BEAChC%2C8BAAA%3B%3BAAnBZ%2C4CACI%2CiBAqBI%2CaAAa%3BEACT%2C2BAAA%3B%3BAAKf%2CsBAAuB%2CKAAI%3BEAC1B%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGD%2CSAAS%2CsBAAsB%3BAAC%5C%2FB%2CsBAAsB%2CUAAU%3BAAChC%2CgBAAgB%2CsBAAsB%3BAACtC%2CQAAQ%2CsBAAsB%3BAAC9B%2CWAAW%2CsBAAsB%3BEAChC%2CkBAAA%3B%3BAAGD%2CoBAAqB%3B%3B%3B%3B%3BAAArB%2CoBAAqB%2CsBAKd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAATX%2CoBAAqB%2CsBAKd%2CkBAMI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3B%3BAAbf%2CoBAAqB%2CsBAiBd%2CKAAI%2CkBAAmB%2COAAM%3BEACzB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAYX%2CoBAAqB%2CgBAAgB%3BEACpC%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAYD%2CoBAAqB%2CIAAG%3BEACvB%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2COAAM%3BEAChD%2C4BAAA%3BEACA%2CoBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2COAAM%3BEAChD%2CaAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CIAAG%3BEAC7C%2CaAAA%3B%3BAAGD%2CoBAAqB%2CgBAAgB%3BEACpC%2CWAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CKAAI%3BEAC9C%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CKAAI%2CkBAAmB%2COAAM%3BEACvE%2CaAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CKAAI%2CkBAAmB%2COAAM%2CmCAAoC%3BEAC3G%2CaAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CKAAI%2CwBAAyB%2CKAAI%3BEAC3E%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CKAAI%2CkBAAmB%2COAAM%3BEACvE%2CaAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%3BEAC1C%2CWAAA%3BEACA%2CwCAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAJD%2CoBAAqB%2CsBAAsB%2CcAMpC%2CQAAO%2CSAAU%3BEACb%2CaAAA%3B%3BAAIX%2CoBAAqB%2CsBAAsB%2CIAAG%3BEAC7C%2CkCAAA%3BEACA%2CaAAA%3B%3BAAFD%2CoBAAqB%2CsBAAsB%2CIAAG%2CeAIvC%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAANX%2CoBAAqB%2CsBAAsB%2CIAAG%2CeAIvC%2COAII%3BEACI%2CcAAA%3B%3BAATf%2CoBAAqB%2CsBAAsB%2CIAAG%2CeAavC%3BEACI%2CyBAAA%3B%3BAAdX%2CoBAAqB%2CsBAAsB%2CIAAG%2CeAiBvC%2CMAAK%3BEACD%2CaAAA%3B%3BAAlBX%2CoBAAqB%2CsBAAsB%2CIAAG%2CeAqBvC%3BEACI%2CWAAA%3B%3BAAtBX%2CoBAAqB%2CsBAAsB%2CIAAG%2CeAyBvC%2CMAAK%3BEACD%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGP%2CoBAAqB%2CsBAAsB%2CGAAE%2CSAAS%2CQAAQ%2CMAAM%2CuBAAwB%3BEAC3F%2CWAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAYD%2CoBAAqB%2CMAAK%2CcAAe%2CsBAAsB%3BEAC9D%2CiBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CsBAAsB%2CGAAG%3BEACjE%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGD%2COAAO%3BEACN%2CaAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CMAAK%3BEAC%5C%2FC%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CKAAI%2CwBAAyB%2CKAAI%2CoBAAqB%2CMAAK%3BEACrG%2CiBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CcAAc%3BAACzD%2CoBAAqB%2CsBAAsB%2CcAAc%3BEACxD%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%3BEAC1C%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACM%2CgBAAA%3B%3BAAGP%2CCAAC%2COAAO%3BEACP%2CeAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CMAAK%2CYAAY%3BEAC3D%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CMAAK%2CYAAY%2CQAAQ%3BEACnE%2CgBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CMAAK%2CYAAY%3BEAC3D%2CyBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CKAAK%2CQAAS%2CEAAC%2COAAO%3BAAChD%2CoBAAqB%2CMAAK%2CKAAK%2CQAAS%2COAAM%3BEAC7C%2CaAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CKAAK%2CQAAS%2COAAM%2COAAO%3BEACpD%2CYAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CKAAK%3BEAC9B%2CWAAA%3BEACA%2CWAAA%3B%3BAAGD%2CgBAAgB%2COAAO%3BEACtB%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACM%2CmBAAA%3B%3BAAGP%3BEACC%2CmBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CmBAAmB%2CiBAAiB%2CEAAC%2COAAO%2CcAAc%3BEAClG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CmBAAmB%2CiBAAiB%2CEAAC%2COAAO%2CYAAY%3BEAChG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3B%3BAAID%2CoBAAqB%2CMAAK%2CcAAe%3BEACxC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CKAAI%2CwBAAyB%2CKAAI%2CoBAAqB%2CMAAK%2CMAAO%2CKAAI%3BEAChH%2CaAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CKAAI%2CwBAAyB%2CKAAI%2CoBAAqB%2CMAAK%2CMAAO%2CKAAI%3BEAChH%2CYAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CMAAK%2CKAAK%2CMAAM%2COAAQ%2CGAAE%2COAAO%2CSAAS%2CKAAM%2CKAAI%3BEAC9F%2CaAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CMAAK%2CKAAK%2CMAAM%2COAAQ%2CGAAE%2COAAO%2CSAAU%2CKAAI%3BEACzF%2CcAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CMAAK%2CKAAK%2CMAAM%2COAAQ%2CGAAE%3BEACpE%2CaAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CcAAc%3BEACxD%2CiBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CIAAG%2CYAAa%2CMAAK%2CKAAK%2CMAAM%2COAAQ%2CGAAE%3BEACpF%2CWAAA%3B%3BAAID%2CoBAAqB%2CsBAAsB%2CcAAc%3BAACzD%2CoBAAqB%2CsBAAsB%2CcAAc%3BEACxD%2CeAAA%3B%3BAAKD%2CeAAgB%2CUAAS%2CKAAM%2CKAAI%3BEAClC%2CeAAA%3B%3BAAGD%2CWAAY%2CGAAE%3BEACb%2CiBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAGD%2CWAAY%2CGAAE%3BEACb%2CiBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CKAAI%2CKAAK%3BEACjD%2CkBAAA%3B%3BAAGD%3BEACC%2CwBAAA%3BEACA%2CuCAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAqB%2C8BACpB%2C6BACA%2CkCACA%2CkCACA%2CiCAJD%3B%3BAAOD%2CeAAgB%3BEACf%2CwBAAA%3BEACA%2CuBAAA%3B%3BAAGD%2CeAAgB%3BEACf%2CuBAAA%3BEACM%2CiBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGP%3BEACC%2C0BAAA%3BEACM%2CkBAAA%3BEACA%2CuCAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAANP%2C2BAQO%2CEAAC%3BEACG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIX%2CeAAgB%2CsBAAsB%3BEACrC%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAID%2CeAAgB%3BEACf%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CeAAgB%3BEACf%2CwBAAA%3BEACA%2CyBAAA%3B%3BAAGD%3BEACC%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CmBAAmB%2CEAAC%2COAAO%3BEACnE%2CwBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%3BEACxC%2CsBAAA%3B%3BAAGD%3BEACC%2CiBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CgBAAe%3BEACvD%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%3BEACxC%2C0BAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAiB%3BEACzD%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CsBAAqB%3BEAC7D%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGD%2CoBAAqB%2CIAAG%3BEACvB%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2COAAM%3BEAChD%2CgBAAA%3B%3BAAGD%2CqBAAsB%2CMAAK%2CYAAY%3BEACtC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGD%2CqBAAsB%2CMAAK%2CYAAY%2CQAAQ%3BEAC9C%2CgBAAA%3B%3BAAGD%2CqBAAsB%2CMAAK%2CYAAY%3BEACtC%2CyBAAA%3B%3BAAGD%2CqBAAsB%2CMAAK%3BEAC1B%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGD%2CqBAAsB%2CMAAK%2C%2BBAAgC%3BEAC1D%2CaAAA%3B%3BAAGD%2CqBAAsB%2CMAAK%2C%2BBAAgC%3BEAC1D%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGD%2CqBAAsB%2CMAAK%2C%2BBAAgC%2CYAAW%3BEACrE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGD%2C%2BBAAgC%2CsBAAsB%2CMAAK%2C%2BBAAgC%2CGAAE%2CIAAI%3BEAChG%2CiBAAA%3B%3BAAGD%2CqBAAsB%2CMAAK%2C%2BBAAgC%2CGAAE%2CIAAI%2CUAAW%2CKAAI%3BEAC%5C%2FE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAGD%2CqBAAsB%2CsBAAqB%2CMAAM%3BEAChD%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGD%2CeAAgB%3BEACf%2CkBAAA%3B%3BAAGD%2CuBAAwB%3BEACvB%2CeAAA%3B%3BAAGD%2CqBAAsB%2CMAAK%2CKAAK%2CMAAM%2CaAAc%3BEACnD%2CiBAAA%3B%3BAAGD%2CqBAAsB%2CIAAG%2CYAAa%3BEACrC%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGD%2CqBAAsB%3BEACrB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACM%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CqBAPe%2CuBAOX%2COAAI%2CIAAI%3BEACR%2CsBAAA%3B%3BAAIX%2CqBAAsB%2CuBAAsB%3BEAC3C%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CWAAY%3BEACX%2CeAAA%3B%3BEAEA%2CUAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CiDAAA%3BEACA%2CqBAAqB%2CkBACpB%2CkBACA%2CsBACA%2CwBACA%2CgCACA%2C2BALD%3B%3BAAQD%2CqBAAsB%2CGAAE%2CWAAY%3BEACnC%2CkBAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%3BEACnC%2CkBAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%3BEACnC%2CkBAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%2CgBAAe%2CuBAAuB%3BEACzE%2CoBAAA%3B%3BAAGD%2CEAAE%2CWAAY%2COAAM%3BEACnB%2CqBAAA%3B%3BAAGD%2CEAAE%2CWAAY%3BEACb%2CyBAAA%3B%3BAAGD%2CGAAG%3BEACF%2CuBAAA%3B%3BAAGD%2CqBAAsB%2CIAAG%2C4BAA6B%2CQAAO%3B%3BEAE5D%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%3BEACnC%2CWAAA%3BEACA%2CeAAA%3B%3BAAIM%2CcAAI%3BEACA%2CsBAAA%3B%3BAAIX%2CqBAAsB%2CGAAE%2CWAAY%3BAACpC%2CqBAAsB%2CGAAE%2CWAAY%3BEACnC%2CWAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%2CGAAE%3BEACrC%2CUAAA%3B%3BAAGD%2CqBAAsB%2CiBAAiB%3BEACtC%2CeAAA%3B%3BAAGD%2CqBAAsB%2CiBAAiB%2CiBAAgB%2CaAGhD%2COAAM%2COAAO%2CQAAQ%3BEACjB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAANX%2CqBAAsB%2CiBAAiB%2CiBAAgB%2CaAGhD%2COAAM%2COAAO%2CQAAQ%2CgBAKjB%3BEACI%2CeAAA%3B%3BAAKZ%2CqBAAsB%2CIAAG%2CYAAa%2CmBAAmB%2CiBAAgB%3BEACrE%2CaAAA%3B%3BAADJ%2CqBAAsB%2CIAAG%2CYAAa%2CmBAAmB%2CiBAAgB%2CaAGrE%2COAAM%2COAAO%2CQAAQ%3BEACjB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAATR%2CqBAAsB%2CIAAG%2CYAAa%2CmBAAmB%2CiBAAgB%2CaAYrE%2CKAAI%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAIX%2CqBAAsB%2CGAAE%2CWAAY%2CgBAAe%2CuBAAuB%3BEACzE%2CUAAA%3B%3BAAGD%3BEACC%2CkBAAA%3BEACA%2CWAAA%3B%3BAAFD%2CeAIO%3BEACI%2CeAAA%3B%3BAAIX%2CgBAAiB%2CiBAAiB%3BEACjC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CgBAAiB%2CiBAAiB%2CSAAS%2CMAAK%3BEAC%5C%2FC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGD%2CgBAAiB%2CiBAAiB%3BEACjC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CSAAS%2CsBAAsB%3BAAC%5C%2FB%2CsBAAsB%2CUAAU%3BAAChC%2CgBAAgB%2CsBAAsB%3BAACtC%2CQAAQ%2CsBAAsB%3BAAC9B%2CWAAW%2CsBAAsB%3BEAChC%2CkBAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%3BEACnC%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CmBAAmB%2CiBAAiB%2CEAAC%2COAAO%2CcAAc%3BEAClG%2CSAAS%2CGAAT%3BEACA%2CgBAAgB%2CkEAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CmBAAmB%2CiBAAiB%2CEAAC%2COAAO%2CYAAY%3BEAChG%2CSAAS%2CGAAT%3BEACA%2CiFAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CiBAAiB%2CEAAC%2COAAO%2CcAAc%3BEACpD%2CSAAS%2CGAAT%3BEACA%2CgFAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CiBAAiB%2CEAAC%2COAAO%2CYAAY%3BEAClD%2CSAAS%2CGAAT%3BEACA%2CiFAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CiBAAgB%3BEAC7B%2CgBAAA%3B%3BAAGD%2CIAAI%2CqBAAsB%2COAAM%2CgBAAiB%2CMAAK%2CYAAY%3BEACjE%2CkBAAA%3B%3BAAGD%3BEACC%2CcAAA%3B%3BAAID%2CoBAAqB%2CMAAK%2CcAAe%2CwBAAwB%2CKAAI%3BEACpE%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CuBAAuB%2CUAAS%3BEACxE%2C4BAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%3BEACxC%2CeAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CsBAAqB%2CcAAe%2CKAAI%2CSAAU%2CKAAI%2CWAAY%2CKAAI%3BEAC9G%2CeAAA%3B%3BAAGD%3BEACC%2CeAAA%3B%3BAAGD%2CYACO%2CQAAO%3BEACH%2CeAAA%3BEACA%2CcAAA%3B%3BAAHX%2CYAMO%2COAAM%3BEACF%2CeAAA%3B%3BAAPX%2CYAUO%2COAAM%2COAAQ%3BEACV%2C2BAAA%3B%3BAAXX%2CYAcO%3BEACI%2CeAAA%3B%3BAAfX%2CYAkBO%2CUAAS%3BEACL%2CeAAA%3B%3BAAIX%2CaAAc%2CwBAAwB%2CQAAO%2CQAAQ%2CSAAU%3BEAC9D%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CIAAG%2CYAAa%2CMAAK%2CKAAK%2CMAAM%2COAAQ%2CGAAE%2CMAAM%2COACpF%3BAADP%2CoBAAqB%2CsBAAsB%2CIAAG%2CYAAa%2CMAAK%2CKAAK%2CMAAM%2COAAQ%2CGAAE%2CMAAM%2COAEpF%2CGAAE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIX%2CoBAAqB%2CMAAK%2CcAAe%3BEACxC%2CgBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CsBAAqB%2CcAAe%2CKAAI%3BEAChF%2CgBAAA%3BEACM%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGP%2CSAAS%3BEACR%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACM%2CiBAAA%3B%3BAAJP%2CSAAS%2CcAMF%2CMAAK%3BEACD%2CaAAA%3B%3BAAPX%2CSAAS%2CcAUF%2CQAAO%3BEACH%2CSAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAbX%2CSAAS%2CcAUF%2CQAAO%2CMAKH%2CMAAK%3BEACD%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlBf%2CSAAS%2CcAUF%2CQAAO%2CMAKH%2CMAAK%2CMAKD%2CKAAI%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAzBnB%2CSAAS%2CcAUF%2CQAAO%2CMAKH%2CMAAK%2CMAaD%2CKAAI%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FBnB%2CSAAS%2CcAUF%2CQAAO%2CMAyBH%3BEACI%2CWAAA%3B%3BAAKf%2CEAAE%2CSAAU%3BEACX%2CaAAA%3B%3BAAGD%2CGAAG%3BEACF%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CqBAAsB%2CaAAa%2CGAAE%3B%3B%3B%3BEAIpC%2C8BAAA%3B%3B%3B%3B%3BAAOD%2CEAAE%2CWAAY%3BEACb%2CYAAA%3B%3BAAGD%2CYAAa%2CwBAAuB%3BEACnC%2CmBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%2CIAAG%3BAAC9C%2CoBAAqB%2CsBAAsB%3BEAC1C%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAiBD%2CqBAAsB%2CiBAAiB%2CSAAQ%2CeAAgB%2CKAAI%3BEAClE%2CeAAA%3B%3BAADD%2CqBAAsB%2CiBAAiB%2CSAAQ%2CeAAgB%2CKAAI%2CWAG5D%3BEACI%2C0BAAA%3BEACA%2CaAAA%3B%3BAAIX%2CqBAAsB%2CaAAa%2CGAAE%3BEACpC%2CgBAAA%3BEACA%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAaD%2CEAAE%2CWAAY%2CsBAAsB%3BEACnC%2CsBAAA%3BEACA%2CaAAA%3B%3BEAEA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGE%2CqBAAsB%2CaAAa%2CGAAE%2CWAAc%3BEAC%5C%2FC%2CaAAA%3B%3B%3B%3B%3B%3BAAQP%2CoBAAqB%2CsBAAsB%2CKAAI%2CkBAAmB%2COAAM%3BEACvE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CoBAAqB%2CsBAAsB%3BEAC1C%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CqBAAsB%2CIAAG%2CYAAa%2CKAAI%2CcAAe%2CiBAAiB%2COAAM%2COAAO%3BEACtF%2CWAAA%3B%3BAAOD%2CSAAS%3BEACR%2CaAAA%3BEACM%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAJP%2CSAAS%2CoBAMF%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAATX%2CSAAS%2CoBAMF%2COAKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CSAjBF%2CoBAMF%2COAWK%2CWAAY%3BEACT%2C8BAAA%3B%3BAAlBf%2CSAAS%2CoBAMF%2COAeI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAxBf%2CSAAS%2CoBAMF%2COAqBI%2CQAAO%3BEACH%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA9Bf%2CSAAS%2CoBAMF%2COAqBI%2CQAAO%2CMAKH%2CMAAK%3BEACD%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlCnB%2CSAAS%2CoBAMF%2COAqBI%2CQAAO%2CMAUH%3BEACI%2CWAAA%3B%3BAAKZ%2CSA3CE%2CoBA2CE%3BEACA%2CiBAAA%3B%3BAAEA%2CSA9CF%2CoBA2CE%2CSAGI%2CQAAK%3BEACL%2CaAAA%3B%3BAAKf%2CMAAM%2CqBAAsB%3BEAC3B%2CaAAA%3B%3BAAGD%2CkBAAmB%2CUAAS%3BEAC3B%2CgBAAA%3B%3BAAGD%2CgBAAiB%2CMAAK%3BEACrB%2CcAAA%3B%3BAAID%2CIAAI%2CoBAAqB%3BEACxB%2CWAAA%3BEACA%2CWAAA%3B%3BAAGD%2CGAAG%2C8DAA%2BD%2CQAAK%3BEACtE%2CaAAA%3B%3BAAGD%2CGAAG%2CuBAAwB%2CeAAe%3BEACzC%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGD%2C0BAA2B%3BEAC1B%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CsBAAsB%3BEACrB%2CaAAA%3BEACA%2CSAAA%3B%3BAAGD%2CsBAAuB%3BEACtB%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAGD%2CGAAG%2CuBAAwB%3BEAC1B%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BEAEM%2CWAAA%3B%3BAAGP%2C0BAA2B%2CMAAK%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%2CsBAAsB%2CuBAAuB%3BEAChF%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWACvB%2CsBACC%3BEACC%2CUAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAALH%2CqBAAsB%2CGAAE%2CWACvB%2CsBAOC%3BEACC%2CUAAA%3B%3BAAKH%2CEAAE%2CWAAY%2CsBAAsB%3BEACnC%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGD%2CqBAEC%2COAAM%3BAADP%2C4CACC%2COAAM%3BEACL%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAPF%2CqBAUC%3BAATD%2C4CASC%3BEACC%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAqB%2CaAArB%3B%3BAAdF%2CqBAiBC%3BAAhBD%2C4CAgBC%3BEACC%2CeAAA%3B%3B%3B%3B%3B%3B%3BAAlBF%2CqBAiBC%2CcAQC%3BAAxBF%2C4CAgBC%2CcAQC%3B%3B%3B%3B%3BAAzBF%2CqBAiBC%2CcAQC%2CMAKC%3BAA7BH%2C4CAgBC%2CcAQC%2CMAKC%3B%3BEAEC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAlCJ%2CqBAuCC%3BAAtCD%2C4CAsCC%3BEACC%2CWAAA%3B%3B%3B%3B%3B%3BEAOA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAjDF%2CqBAuCC%2CyBAaC%3BAAnDF%2C4CAsCC%2CyBAaC%3BEACC%2CaAAA%3B%3B%3B%3B%3B%3B%3BAArDH%2CqBA%2BDC%3BAA9DD%2C4CA8DC%3BEACC%2CaAAA%3B%3BAAhEF%2CqBAmEC%3BAAlED%2C4CAkEC%3BEACC%2CyBAAA%3BEACA%2CiBAAA%3B%3BAArEF%2CqBAmEC%2CkBAIC%3BAAtEF%2C4CAkEC%2CkBAIC%3BEACC%2CcAAA%3BEACA%2CcAAA%3B%3BAAEA%2CqBARF%2CkBAIC%2CcAIG%2CSAAO%3BAAAT%2C4CARF%2CkBAIC%2CcAIG%2CSAAO%3BEACR%2CcAAA%3B%3BAA5EJ%2CqBAiFC%3BAAhFD%2C4CAgFC%3BEACC%2CyBAAA%3B%3BAAIF%2C4CAA6C%3BEAC5C%2CeAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%3BAACpC%2CqBAAsB%2CGAAE%2CWAAY%3BEACnC%2C4BAAA%3B%3BAAGD%2CEAAE%2CWAAY%3BEACb%2C4BAAA%3B%3BAAGD%3BEACC%2CgBAAA%3B%3BAAGD%2CsBAAuB%3BEAEtB%2CqBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%3BEACxC%2CWAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CgBAAgB%3BEACf%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%3BEACxC%2CaAAA%3BEACA%2C2BAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAiB%3BEACzD%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CmBAAmB%2CiBAAiB%2CEAAC%2COAAO%3BEACpF%2CiBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CmBAAmB%2CEAAC%2COAAO%3BEACnE%2CeAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CmBAAmB%2CiBAAiB%2CEAAC%2COAAQ%3BEACrF%2CeAAA%3BEACA%2CeAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CmBAAmB%2CiBAAiB%2CEAAC%2COAAO%2CYAAY%3BEAChG%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CmBAAmB%2CiBAAiB%2CEAAC%2COAAO%2CcAAc%3BEAClG%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%3BEAExC%2CaAAA%3BEAEA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%2CmBAAmB%2CiBAAiB%2CEAAC%2COAAQ%3BEACrF%2CWAAA%3B%3BAAGD%2CoBAAqB%2CMAAK%2CcAAe%3BEACxC%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CEAAE%2CWAAY%3BEACb%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CsBAAsB%2CiBAAiB%3BEACpD%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGD%3BEACC%2CeAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%2CiBAAiB%2CEAAC%2COAAO%2CYAAY%3BEACxE%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%2CiBAAiB%2CEAAC%2COAAO%2CcAAc%3BEAC1E%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAID%2CEAAE%2CWAAY%2CKAAI%3BEACjB%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%2CsBAAsB%2CiBAAiB%2CIAAE%3BEAC5E%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%2CKAAI%2CwBAAyB%2CKAAI%2CsBAAuB%3BEAC3F%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CGAAE%2CeAAgB%2CGAAE%2CaAAc%3BEAC%5C%2FC%2CgBAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CGAAE%2CeAAgB%2CGAAE%3BEACjC%2CqBAAA%3BEACA%2C4BAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%3BEACnC%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%2CsBAAsB%2CkBAAkB%3BEAC3E%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%2CsBAAsB%2CkBAAkB%2CiBAAgB%2CcAAe%2CIAAC%2COAAO%3BEAClH%2CaAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%2CGAAE%3BEACrC%2CsBAAA%3B%3BAAGD%2CEAAE%2CWAAY%2COAAM%2CcAAe%2CSAAQ%3BEAC1C%2CWAAA%3BEACA%2CWAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CiBAAgB%3BEAC7B%2CmBAAA%3B%3BAAGD%2CqBAAsB%2CGAAE%2CWAAY%2CsBAAsB%2COAAM%3BEAC%5C%2FD%2C4BAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEAIA%2CiBAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CsBAAsB%2CoBAAoB%2CuBAAuB%2CKAAI%3BEAClF%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAYD%2CEAAE%2CWAAY%2CsBAAsB%2CoBAAoB%2CuBAAuB%2CUAAS%2CQAAS%3BEAChG%2CuBAAA%3B%3BAAGD%2CGAAG%2CiCAAkC%2CSAAQ%3BEAC5C%2CwBAAA%3B%3BAAGD%2CeAAe%2CQAAS%3BEACvB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAID%2CKAAK%2C4BAA6B%3BEACjC%2CUAAA%3B%3BAAGD%3BEACC%2CaAAA%3B%3BAAGD%2CMAAM%3BAACN%2CMAAM%3BEACL%2CaAAA%3B%3B%3B%3B%3B%3B%3BAASD%2CGAAG%2C6BAA8B%2CgBAAgB%2CsBAAqB%2CMAAM%2COAC3E%3BEACC%2CQAAA%3BEACA%2CYAAA%3B%3BAAHF%2CGAAG%2C6BAA8B%2CgBAAgB%2CsBAAqB%2CMAAM%2COAM3E%2CMAAK%3BEACJ%2CUAAA%3BEACA%2CQAAA%3B%3BAARF%2CGAAG%2C6BAA8B%2CgBAAgB%2CsBAAqB%2CMAAM%2COAM3E%2CMAAK%2CMAIJ%2CIAAG%3BEACF%2CaAAA%3B%3B%3B%3B%3B%3B%3BAAYH%2CGAAG%2C0BAA2B%2CsBAAsB%2CSAAQ%3BEAC3D%2CqBAAA%3BEACA%2CWAAA%3B%3BAAFD%2CGAAG%2C0BAA2B%2CsBAAsB%2CSAAQ%2CMAI3D%3BEACC%2CsBAAA%3B%3BAAIF%2CuBAAwB%3BEACvB%2CqBAAA%3B%3B%3BAAID%2CGAAG%2CuBACF%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAALF%2CGAAG%2CuBAQF%3BEACC%2CUAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAdF%2CGAAG%2CuBAQF%2CuBAQC%3BEACC%2CyBAAA%3B%3BAAGD%2CGApBC%2CuBAQF%2CuBAYG%2CSAAM%3BEACP%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAvBH%2CGAAG%2CuBA2BF%3BEACC%2CkBAAA%3B%3BAA5BF%2CGAAG%2CuBA%2BBF%2COAAM%3BEACL%2CkBAAA%3B%3BAAIF%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAEA%2CoBAAE%3BEAED%2CUAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3B%3BAAIF%3BEACC%2CaAAA%3BEACA%2CiBAAA%3B%3BAAID%2CyBAA0B%2CiBAAiB%3BEAC1C%2CaAAA%3B%3BAAGD%2CqBAAsB%2CKAAK%3BEAC1B%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAHD%2CqBAAsB%2CKAAK%2COAK1B%3BEACC%2CYAAA%3B%3BAANF%2CqBAAsB%2CKAAK%2COAS1B%3BEACC%2CaAAA%3B%3BAAVF%2CqBAAsB%2CKAAK%2COAa1B%3BEACC%2CaAAA%3B%3BAAIF%2CyBAA0B%2COAAM%2CqBAAsB%3BEACrD%2CYAAA%3BEACA%2CUAAA%3B%3BAAGD%2CqBAAsB%2CKAAK%2COAAM%3BEAChC%2CUAAA%3B%3BAAGD%2CyBAA0B%2CwCAAuC%2CMAAM%3BEACtE%2CkBAAA%3B%3BAAGD%2CyBAA0B%2COAAM%2CqBAAsB%3BEACrD%2CaAAA%3B%3BAAGD%2CqBAAsB%2CyBAAyB%3BEAC9C%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAGD%2CqBAAsB%2CIAAG%2CYAAa%3BEACrC%2CaAAA%3B%3BAAGD%2CqBAAsB%2CaAAa%2CGAAE%2CWAAY%3BEAChD%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAJD%2CqBAAsB%2CaAAa%2CGAAE%2CWAAY%2C6BAMhD%3BEACC%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2C4CACC%2CiBAAiB%2CMAAK%3BEACrB%2CYAAA%3B%3BAAFF%2C4CAKC%2CqBAAqB%2CSAAQ%2CSAAU%3BEACtC%2CWAAA%3B%3BAAIF%2CGAAG%3BAACH%2CGAAG%3BEACF%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAALD%2CGAAG%2C2DAOF%2CQAAO%3BAANR%2CGAAG%2C4DAMF%2CQAAO%3BEACN%2CaAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAVF%2CGAAG%2C2DAOF%2CQAAO%2CMAKN%2COAAO%3BAAXT%2CGAAG%2C4DAMF%2CQAAO%2CMAKN%2COAAO%3BEACN%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAKH%2CcAAe%2C2BAA2B%2COAAM%2CqBAAqB%3BEACpE%2CWAAA%3B%3BAADD%2CcAAe%2C2BAA2B%2COAAM%2CqBAAqB%2C2BAGpE%3BEACC%2CUAAA%3B%3B%3B%3B%3BAASF%2CGAAG%2CuBAAwB%2COAAM%3BEAChC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGD%2CqBAAsB%2CIAAG%2CYAAa%2CmBAAmB%2CKAAI%2CcAAe%2COAAM%2COAAO%3BEACxF%2CcAAA%3BEACA%2CaAAA%3B%3BAAGD%3BEACC%2CaAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAqB%2CkBAAkB%2CMAAvC%3BEACM%2CWAAA%3B%3BAALP%2CYAOC%3BEACC%2C0BAAA%3B%3BAAIF%2CKAAK%2CKAAK%2CMAAM%2COAAQ%2CGAAE%2COAAQ%2CGAAE%2COAAQ%2CKAAI%3BEAC%5C%2FC%2C0BAAA%3B%3BAAGD%2CKAAK%2CKAAK%2CMAAM%2COAAQ%2CGAAE%2COAAQ%2CKAAI%3BEACrC%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CuBAAsB%2COAAQ%2COAAM%2COAAO%3BEACxD%2CaAAA%3B%3BAAGD%2CEAAE%2CWAAY%2CuBAAsB%2COAAQ%3BEAC3C%2CaAAA%3B%3BAAGD%2CoBAAqB%2CQAAO%2CSAAU%2COAAM%3BEAC3C%2CaAAA%3B%3BAAGD%2CKAAK%2CKAAK%2CMAAM%2COAAQ%2CKAAI%2CMAAM%3BEACjC%2CaAAA%3B%3BAAGD%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3BAASD%2CqBAAsB%2C2BAA2B%2COAAO%3BEACvD%2C4BAAA%3B%3BAAmpBF%2CsBAAsB%2COAAO%2CcAAe%2CMAAK%3BEAChD%2CyBAAA%3B%3BAAID%2CQAAQ%2CgBAAgB%3BEAAS%2CaAAA%3B%3BAACjC%2CQAAQ%2CMAAO%2CIAAC%2CYAAY%3BEACxB%2CwBAAA%3B%3BAAGJ%2CIAAI%2CqBAAsB%2CSAAQ%2CMAAO%2CIAAC%2CYAAY%3BEAClD%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CIAAI%2CqBAAsB%2CSAAQ%3BEAC9B%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3BAC5iHH%2CyBACC%3BEACC%2CqBAAA%3B%3BAAFF%2CyBAKC%3BEACC%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAXF%2CyBAcC%3BEACC%2CeAAA%3B%3BAAfF%2CyBAkBC%3BAAlBD%2CyBAmBC%3BEACC%2CiBAAA%3BEACA%2C0BAAA%3B%3BAArBF%2CyBAwBC%3BEACC%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA5BF%2CyBA%2BBC%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAlCF%2CyBA%2BBC%2CeAKC%2CcACG%3BEACD%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAzCJ%2CyBA%2BBC%2CeAKC%2CcAQC%3BEACC%2CcAAA%3BEACA%2CiBAAA%3B%3BAA9CJ%2CyBA%2BBC%2CeAmBC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAtDH%2CyBA%2BBC%2CeA0BC%3BEACC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CyBA%5C%2FBF%2CeA0BC%2CMAKE%3BEACA%2CgBAAA%3B%3BAA%5C%2FDJ%2CyBA%2BBC%2CeA0BC%2CMASC%3BEACC%2CaAAA%3BEACA%2C6CAAA%3B%3BAAEA%2CyBAvCH%2CeA0BC%2CMASC%2CSAIK%3BEACH%2CoBAAA%3BEACA%2CYAAA%3B%3BAAxEL%2CyBA%2BBC%2CeA8CC%3BEACC%2CqBAAA%3B%3BAA9EH%2CyBA%2BBC%2CeAkDC%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAApFH%2CyBA%2BBC%2CeAwDC%2CSACC%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA3FJ%2CyBA%2BBC%2CeAwDC%2CSAOC%3BEACC%2CcAAA%3BEACA%2CsBAAA%3B%3BAAhGJ%2CyBA%2BBC%2CeAqEC%3BEACC%2CcAAA%3B%3BAArGH%2CyBA%2BBC%2CeAyEC%3BAAxGF%2CyBA%2BBC%2CeA0EC%3BAAzGF%2CyBA%2BBC%2CeA2EC%3BEACC%2CqBAAA%3BEACA%2CwBAAA%3B%3BAA5GH%2CyBA%2BBC%2CeAgFC%3BEACC%2CiBAAA%3B%3BAAhHH%2CyBA%2BBC%2CeAoFC%3BEACC%2CYAAA%3BEACA%2CiBAAA%3B%3BAArHH%2CyBA%2BBC%2CeAoFC%2CQAIC%3BEACC%2CqBAAA%3BEACA%2CYAAA%3B%3BAAzHJ%2CyBA%2BBC%2CeAoFC%2CQASC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA9HJ%2CyBA%2BBC%2CeAoFC%2CQAcC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnIJ%2CyBA%2BBC%2CeAoFC%2CQAcC%2CgBAIC%3BEACC%2CqBAAA%3B%3BAAtIL%2CyBA%2BBC%2CeA4GC%3BEACC%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAhJH%2CyBA%2BBC%2CeAoHC%3BEACC%2CkBAAA%3BEACA%2CqBAAA%3B%3BAArJH%2CyBA%2BBC%2CeAoHC%2CWAIC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAnKJ%2CyBA%2BBC%2CeAoHC%2CWAmBC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGD%2CyBArJF%2CeAoHC%2CWAiCE%2CMACA%3BEACC%2CcAAA%3B%3B%3B%3B%3B%3BAC3LL%2CoBACC%3BEACC%2CWAAA%3B%3BAAEA%2CoBAHD%2CeAGE%3BEACA%2CaAAA%3B%3BAALH%2CoBASC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3B%3BAAKa%2CoBAFR%2C4BACI%2CqBACK%3BECjBb%2CSAAS%2CEAAT%3BEACA%2CWAAW%2CaAAX%3BEACA%2CgBAAgB%2C6CAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BADiBgB%2CoBATZ%2C4BAOK%2COACG%2CqBACK%3BEACG%2CWAAW%2CcAAX%3B%3BAAOpB%2CqBACI%2CcACI%2CSAAQ%3BEACJ%2CgBAAA%3B%3BAAHZ%2CqBACI%2CcACI%2CSAAQ%2CQAGJ%3BEACI%2CeAAA%3B%3BAAEA%2CqBAPZ%2CcACI%2CSAAQ%2CQAGJ%2CQAGK%3BECxCjB%2CSAAS%2CEAAT%3BEACA%2CWAAW%2CaAAX%3BEACA%2CgBAAgB%2C6CAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BADwCoB%2CqBAdhB%2CcACI%2CSAAQ%2CQAWH%2CSACG%2CQACK%3BEACG%2CWAAW%2CcAAX%3B%3BAAHZ%2CqBAZR%2CcACI%2CSAAQ%2CQAWH%2CSACG%2CQAKI%3BEACI%2CaAAA%3B%3BAAPZ%2CqBAZR%2CcACI%2CSAAQ%2CQAWH%2CSACG%2CQASI%3BEACI%2CeAAA%3B%3BAAMR%2CqBA7BZ%2CcACI%2CSAAQ%2CQA2BJ%2CGAAE%2CMACG%3BEACG%2CSAAQ%2CGAAR%3B%3BAA%5C%2FBpB%2CqBACI%2CcACI%2CSAAQ%2CQAiCJ%2CGAAE%3BEACE%2CkBAAA%3B%3B%3B%3B%3B%3B%3BAEnEhB%3BEACI%2CiBAAA%3B%3B%3B%3B%3B%3B%3B%3BACCJ%3BAACA%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CqBAKI%3BAAJJ%2C0BAII%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CqBAUI%2CeACI%3BAAVR%2C0BASI%2CeACI%3BEACI%2CSAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBALR%2CeACI%2CuBAIK%3BAAAD%2C0BALR%2CeACI%2CuBAIK%3BEACG%2CYAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CqBAbR%2CeACI%2CuBAYK%3BAAAD%2C0BAbR%2CeACI%2CuBAYK%3BEACG%2CYAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMhB%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CqBAAsB%3BEAClB%2CcAAA%3B%3BAAIR%2CwBACI%3BENuOJ%2C6BAAA%3B%3BAMxOA%2CwBACI%2C0BAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAANZ%2CwBACI%2C0BAQI%3BEACI%2CmBAAA%3B%3BAAKZ%2CuBAEI%3BEACI%2CgBAAA%3B%3BAAKJ%2CgBAH2C%3BEAG3C%2CuBANA%3BIAIQ%2CWAAA%3B%3B%3BAANZ%2CuBAUI%3BEACI%2CaAAA%3B%3BAAXR%2CuBAUI%2CeAGI%3BEN4MR%2CWAAA%3BEAAA%2CSAAA%3BEOpQA%2CUAAA%3B%3BAAEA%2CuBDmDI%2CeAGI%2CuBCtDP%3BAACD%2CuBDkDI%2CeAGI%2CuBCrDP%3BEP%2BSD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CUAAA%3BEOzPI%2CUAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CuBDsCI%2CeAGI%2CuBCzCP%3BEPqPD%2C4BAAA%3B%3BAOjPA%2CuBDkCI%2CeAGI%2CuBCrCP%3BEPiPD%2C4BAAA%3BEO%5C%2FOI%2CQAAA%3B%3BADkDI%2CgBAZ2C%3BEAY3C%2CuBAlBJ%2CeAGI%3BIAMQ%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBAbZ%2CeAGI%2CuBAUS%3BEACD%2CuBAdZ%2CeAGI%2CuBAWS%3BIACG%2CWAAA%3B%3B%3B%3BAAQpB%2CEAAE%2COAAO%3BEACL%2CaAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAADJ%2CiBAEI%3BEACI%2CmBAAA%3B%3BAAIR%2CwBACI%2CuBACI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3B%3BAAMZ%2CsBAAsB%2CUAAU%3BEAC5B%2CYAAA%3BEACA%2CoBAAA%3B%3BAAaR%2CgBARuC%3BEACnC%2C0BACI%3BIACI%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAEzBZ%2CsBACI%2CeC4JE%3BEThQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BASHA%2CsBDgGA%2CeChGC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BET9DA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSQ7RmB%2COR6RnB%3BEAAA%2CaUtRe%2CYVsRf%3BEAAA%2CsBAAA%3BESqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsBDmFJ%2CeCpFC%2CMACI%3BET2PL%2CcAAA%3B%3BASxQA%2CsBD%2BIA%2CeC%5C%2FIC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BET9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSQ5RiB%2COR4RjB%3BEAAA%2CaUtRe%2CYVsRf%3BEAAA%2CsBAAA%3BESqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsBDkIJ%2CeCnIC%2CMACI%3BET2PL%2CWAAA%3B%3BASxQA%2CsBDkKA%2CkBClKC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BET9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSQ5RiB%2COR4RjB%3BEAAA%2CaUtRe%2CYVsRf%3BEAAA%2CsBAAA%3BESqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsBDqJJ%2CkBCtJC%2CMACI%3BET2PL%2CWAAA%3B%3BASxQA%2C0BD4OC%2CqBC5OA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BET9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSQ5RiB%2COR4RjB%3BEAAA%2CaUtRe%2CYVsRf%3BEAAA%2CsBAAA%3BESqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0BD%2BNH%2CqBChOA%2CMACI%3BET2PL%2CWAAA%3B%3BASxQA%2C0BD8PC%2CkBC9PA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BET9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSQ5RiB%2COR4RjB%3BEAAA%2CaUtRe%2CYVsRf%3BEAAA%2CsBAAA%3BESqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0BDiPH%2CkBClPA%2CMACI%3BET2PL%2CWAAA%3B%3BASxQA%2C0BDgRC%2CkBChRA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BET9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSQ5RiB%2COR4RjB%3BEAAA%2CaUtRe%2CYVsRf%3BEAAA%2CsBAAA%3BESqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0BDmQH%2CkBCpQA%2CMACI%3BET2PL%2CWAAA%3B%3BAQ4CJ%2CwBAgDI%2CsBCxGE%3BEThQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BASHA%2CwBDoWA%2CsBCpWC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BET9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSQ5RiB%2COR4RjB%3BEAAA%2CaUtRe%2CYVsRf%3BEAAA%2CsBAAA%3BESqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBDuVJ%2CsBCxVC%2CMACI%3BET2PL%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAWtPA%2CoBACI%3BEACI%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CoBACI%2CgBAII%2CKAAI%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CoBATR%2CgBAII%2CKAAI%2CWAKI%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAMhB%2CqBAEI%3BAADJ%2C4CACI%3BEACI%2CgBAAA%3BEACA%2CQAAQ%2CcAAR%3B%3BAAJR%2CqBAEI%2CaAII%3BAALR%2C4CACI%2CaAII%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAKf%2CcAAe%3BAACf%2CeAAgB%3BEACf%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CGAAG%2C6BAA8B%2CgBAChC%2CsBAAqB%2CMAAM%3BEAC1B%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAHF%2CGAAG%2C6BAA8B%2CgBAChC%2CsBAAqB%2CMAAM%2COAI1B%2CcACC%3BEACC%2CWAAA%3B%3BAAPJ%2CGAAG%2C6BAA8B%2CgBAChC%2CsBAAqB%2CMAAM%2COAU1B%3BEACC%2C0BAAA%3BEACA%2C8BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACnGA%2CyBACI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3B%3BAAHR%2CyBAMI%2CQAAO%2CQAAQ%3BEACX%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CyBARJ%2CQAAO%2CQAAQ%2CSAQV%3BEACG%2CiCAAA%3B%3BAAfZ%2CyBAmBI%3BEACI%2CuCAAA%3B%3BAApBR%2CyBAmBI%2CeAGI%3BEACI%2CiCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAzBZ%2CyBAmBI%2CeASI%3BEACI%2C8CAAA%3B%3BAA7BZ%2CyBAmBI%2CeAaI%3BEACI%2C8CAAA%3B%3BAAjCZ%2CyBAmBI%2CeAiBI%3BEACI%2C4BAAA%3B%3BAArCZ%2CyBAmBI%2CeAqBI%3BEACI%2CiCAAA%3BEACA%2CWAAA%3B%3BAA1CZ%2CyBA8CI%2CWACI%3BEACI%2C4BAAA%22%7D */