@charset "UTF-8";
/****
 **** mate theme files / custom_variables
 **** uncomment to override materialize variables
 ****
 */
/*
 * mate theme files / custom_variables
 *
 * uncomment to override materialize variables
 */
/* ============================= */
/*        Colour Schemes         */
/* ============================= */
/* ============================= */
/*     MATE Theme Variables      */
/* ============================= */
/* Colors */
/* Text Colors */
/* Boxes */
/* Content Box */
.mod_iso_cart table.cart {
  width: 40%;
  float: right;
}
.mod_iso_cart .submit_container {
  clear: both;
}
.mod_iso_cart.block, .mod_iso_checkout.block {
  overflow: visible;
}
.mod_iso_cart h2 + p, .mod_iso_checkout h2 + p {
  margin-bottom: 70px;
}
.mod_iso_cart h3, .mod_iso_checkout h3 {
  font-size: 32px;
  line-height: 39px;
  font-weight: bold;
}
.mod_iso_cart .widget:not(.widget-checkbox):not(.widget-radio) > label, .mod_iso_checkout .widget:not(.widget-checkbox):not(.widget-radio) > label {
  font-size: 14px !important;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.mod_iso_cart tr, .mod_iso_checkout tr {
  -webkit-box-shadow: 0px 0px 18px -1px #cccccc;
  box-shadow: 0px 0px 18px -1px #cccccc;
}
.mod_iso_cart .image, .mod_iso_checkout .image {
  width: 320px;
  height: 130px;
  padding: 0;
  text-align: center;
}
.mod_iso_cart .image img, .mod_iso_checkout .image img {
  vertical-align: bottom;
}
.mod_iso_cart table tfoot tr:not(:last-child) .name, .mod_iso_cart table tfoot tr:not(:last-child) .price, .mod_iso_checkout table tfoot tr:not(:last-child) .name, .mod_iso_checkout table tfoot tr:not(:last-child) .price {
  border-bottom: 2px solid #f1f1f1;
}
.mod_iso_cart table tfoot .name, .mod_iso_cart table tfoot .price, .mod_iso_checkout table tfoot .name, .mod_iso_checkout table tfoot .price {
  padding: 20px;
}
.mod_iso_cart table tfoot .name, .mod_iso_checkout table tfoot .name {
  font-weight: 900;
}
.mod_iso_cart table tfoot tr, .mod_iso_checkout table tfoot tr {
  border: none;
  box-shadow: none;
}
.mod_iso_cart table tfoot tr td, .mod_iso_checkout table tfoot tr td {
  text-align: right;
}
.mod_iso_cart table tfoot tr .foot_0 .name, .mod_iso_cart table tfoot tr .foot_1 .name, .mod_iso_cart table tfoot tr .foot_2 .name, .mod_iso_checkout table tfoot tr .foot_0 .name, .mod_iso_checkout table tfoot tr .foot_1 .name, .mod_iso_checkout table tfoot tr .foot_2 .name {
  text-align: end;
}
.mod_iso_cart table tfoot tr .foot_0 .price, .mod_iso_cart table tfoot tr .foot_1 .price, .mod_iso_cart table tfoot tr .foot_2 .price, .mod_iso_checkout table tfoot tr .foot_0 .price, .mod_iso_checkout table tfoot tr .foot_1 .price, .mod_iso_checkout table tfoot tr .foot_2 .price {
  text-align: end;
}
.mod_iso_cart table tfoot td, .mod_iso_checkout table tfoot td {
  background: none;
  color: #000000;
}
.mod_iso_cart table tfoot td.col_1.name, .mod_iso_checkout table tfoot td.col_1.name {
  text-align: end;
}
.mod_iso_cart table td, .mod_iso_checkout table td {
  border: none;
  font-weight: bold;
}
.mod_iso_cart table td.col_2.quantity .text, .mod_iso_checkout table td.col_2.quantity .text {
  width: 60px;
  text-align: center;
  font-weight: bold;
  background-color: #f1f1f1;
  display: inline-block;
}
.mod_iso_cart table td.col_3.price, .mod_iso_cart table td.col_4.price, .mod_iso_checkout table td.col_3.price, .mod_iso_checkout table td.col_4.price {
  text-align: end;
}
.mod_iso_cart table td.col_4.price, .mod_iso_checkout table td.col_4.price {
  padding-right: 20px;
}
.mod_iso_cart table td .update, .mod_iso_checkout table td .update {
  filter: invert(1);
  width: 100%;
  padding: 7px;
}
.mod_iso_cart table td .update1, .mod_iso_checkout table td .update1 {
  background: #b1b1b1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.mod_iso_cart a.remove:after, .mod_iso_checkout a.remove:after {
  content: "x";
  background-color: #FFB81C;
  padding: 2px 10px 5px;
  color: white;
}
.mod_iso_cart a.edit, .mod_iso_checkout a.edit {
  display: none;
}
.mod_iso_cart input.submit.button_update, .mod_iso_checkout input.submit.button_update {
  visibility: hidden;
}
.mod_iso_cart input.submit.confirm.button, .mod_iso_checkout input.submit.confirm.button {
  width: 320px;
}
.mod_iso_cart .submit_container, .mod_iso_checkout .submit_container {
  text-align: end;
  margin-top: 10px;
}
.mod_iso_cart .submit_container .submit, .mod_iso_checkout .submit_container .submit {
  margin-left: 45px;
}
.mod_iso_cart .submit_container .submit.button_checkout, .mod_iso_checkout .submit_container .submit.button_checkout {
  float: right;
}
.mod_iso_cart .submit_container .submit.continue, .mod_iso_checkout .submit_container .submit.continue {
  background-color: #b1b1b1;
}
.mod_iso_cart .quantity, .mod_iso_checkout .quantity {
  text-align: center;
  margin-right: 10px;
}
.mod_iso_cart .flex, .mod_iso_checkout .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod_iso_cart tbody .name, .mod_iso_checkout tbody .name {
  padding: 7px 0 7px 50px;
  min-width: 300px;
}
.mod_iso_cart .remove, .mod_iso_checkout .remove {
  margin-left: 20px;
}
.mod_iso_checkout a.edit {
  display: block;
}
.mod_iso_checkout .cart td:first-child {
  font-weight: 900;
}
.mod_iso_checkout ol {
  display: flex;
  font-weight: bold;
  padding-left: 0;
  flex-wrap: wrap;
}
.mod_iso_checkout ol.level_1.steps4 li {
  padding-right: 80px;
  padding-bottom: 20px;
  display: block;
  font-weight: 900;
}
.mod_iso_checkout ol.level_1.steps4 li .address:before, .mod_iso_checkout ol.level_1.steps4 li .shipping:before, .mod_iso_checkout ol.level_1.steps4 li .payment:before, .mod_iso_checkout ol.level_1.steps4 li .review:before {
  background: #cccccc;
  padding: 8px 14px;
  border-radius: 50%;
  font-size: 21px;
  color: #ffffff;
  margin-right: 10px;
}
.mod_iso_checkout ol.level_1.steps4 li .address:before {
  content: "1";
}
.mod_iso_checkout ol.level_1.steps4 li .shipping:before {
  content: "2";
}
.mod_iso_checkout ol.level_1.steps4 li .payment:before {
  content: "3";
}
.mod_iso_checkout ol.level_1.steps4 li .review:before {
  content: "4";
}
.mod_iso_checkout ol.level_1.steps4 li .address.active:before, .mod_iso_checkout ol.level_1.steps4 li .shipping.active:before, .mod_iso_checkout ol.level_1.steps4 li .payment.active:before, .mod_iso_checkout ol.level_1.steps4 li .review.active:before {
  background: #FFB81C;
}
.mod_iso_checkout ol.level_1.steps4 li .address.active, .mod_iso_checkout ol.level_1.steps4 li .shipping.active, .mod_iso_checkout ol.level_1.steps4 li .payment.active, .mod_iso_checkout ol.level_1.steps4 li .review.active {
  color: #FFB81C;
}
.mod_iso_checkout ol.level_1.steps4 li .address.passed:before, .mod_iso_checkout ol.level_1.steps4 li .shipping.passed:before, .mod_iso_checkout ol.level_1.steps4 li .payment.passed:before, .mod_iso_checkout ol.level_1.steps4 li .review.passed:before {
  background: #FFB81C;
}
.mod_iso_checkout .address_new {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.mod_iso_checkout .address_new .widget {
  width: 50%;
  padding: 0 10px;
}
.mod_iso_checkout .address_new .widget.error {
  padding-bottom: 30px;
  position: relative;
}
.mod_iso_checkout .address_new .widget p.error {
  font-size: 14px;
  position: absolute;
  top: 30px;
  color: #ec2121;
}
.mod_iso_checkout .address_new .widget:nth-of-type(4), .mod_iso_checkout .address_new .widget:nth-of-type(8) {
  width: 38%;
}
.mod_iso_checkout .address_new .widget:nth-of-type(5), .mod_iso_checkout .address_new .widget:nth-of-type(7) {
  width: 12%;
}
.mod_iso_checkout .widget:not(.widget-checkbox):not(.widget-radio):not(.widget-upload) > label {
  left: 12px;
}
.mod_iso_checkout .submit_container {
  text-align: end;
  clear: both;
}
.mod_iso_checkout .submit_container .submit {
  margin-left: 24px;
}
.mod_iso_checkout .submit_container .submit.previous.button {
  background-color: #b1b1b1;
}
.mod_iso_checkout .radio_container {
  padding-left: 0px;
}
.mod_iso_checkout [type="radio"]:checked + span:after, .mod_iso_checkout [type="radio"].with-gap:checked + span:after {
  background: none;
  border: 1px solid #000000;
  border-radius: unset;
  padding: 14px;
  top: -7px;
  margin: 3px 0px 0px -14px;
}
.mod_iso_checkout [type="radio"]:checked + span:before {
  content: "✓";
  margin: -3px -9px;
  color: #FFB81C;
  font-weight: bold;
  font-size: 23px;
}
.mod_iso_checkout .shipping .widget .radio_container, .mod_iso_checkout .payment .widget .radio_container {
  border: none;
}
.mod_iso_checkout .shipping .widget .radio_container span, .mod_iso_checkout .payment .widget .radio_container span {
  color: #000000;
}
.mod_iso_checkout table th, .mod_iso_checkout table tfoot td {
  background: #e4e3ea;
  color: #000;
  font-size: 18px;
  padding: 14px;
  font-weight: bold;
  border: none;
}
.mod_iso_checkout .review a.edit {
  background-color: #FFB81C;
  padding: 15px 30px;
  color: #ffffff;
  width: fit-content;
  margin: 23px 0 30px;
  height: 47px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}
.mod_iso_checkout .review a.edit:hover {
  background-color: #c38600;
}
.mod_iso_checkout table.header {
  margin: 60px 0px 50px;
}
.mod_iso_checkout table.header tr {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mod_iso_checkout table.header th {
  text-transform: uppercase;
  padding-right: 22px;
}
.mod_iso_checkout tr.summe td, .mod_iso_checkout tr.foot_1 td, .mod_iso_checkout tr.foot_2 td, .mod_iso_checkout tr.foot_3 td {
  text-align: end;
}
.mod_iso_checkout tr.summe, .mod_iso_checkout tr.foot_1, .mod_iso_checkout tr.foot_2, .mod_iso_checkout tr.foot_3 {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mod_iso_checkout .info_container {
  float: left;
}
.mod_iso_checkout .info_container.billing_address {
  width: 50%;
  padding-right: 20px;
}
.mod_iso_checkout .info_container.shipping_method, .mod_iso_checkout .info_container.payment_method {
  width: 25%;
  padding-right: 20px;
}
.mod_iso_checkout table th {
  background: #f1f1f1;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
}
.mod_iso_checkout table thead tr {
  box-shadow: none;
  border: none;
}
.mod_iso_checkout table tbody .name {
  font-weight: 900;
}
.mod_iso_checkout table tr td.name {
  text-align: left;
}
.mod_iso_checkout table tr td.anzahl {
  text-align: center;
}
.mod_iso_checkout table td {
  font-size: 24px;
  text-align: end;
  padding-right: 20px;
}
.mod_iso_checkout table.cart {
  width: 40%;
  float: right;
  margin: 40px 0px;
}
.mod_iso_checkout table.cart td {
  border-bottom: 1px solid #e4e3ea;
  padding: 20px;
  line-height: 1.2;
}
.mod_iso_checkout table.cart .foot_3 td {
  border-bottom: none;
}
.mod_iso_checkout .shipping h2 + p, .mod_iso_checkout .payment h2 + p {
  margin-bottom: 20px;
}
@media (max-width: 1349px) {
  .mod_iso_cart .image, .mod_iso_checkout .image {
    width: inherit;
  }
  .mod_iso_cart tbody .name, .mod_iso_checkout tbody .name {
    min-width: 1px;
    padding: 7px 0 7px 20px;
  }
}
@media (max-width: 1079px) {
  .mod_iso_checkout .address_new .widget:nth-of-type(4), .mod_iso_checkout .address_new .widget:nth-of-type(8) {
    width: 32%;
  }
  .mod_iso_checkout .address_new .widget:nth-of-type(5), .mod_iso_checkout .address_new .widget:nth-of-type(7) {
    width: 18%;
  }
  .mod_iso_checkout ol {
    margin-left: -20px;
    margin-right: -20px;
  }
  .mod_iso_checkout ol.level_1.steps4 li {
    width: 50%;
    padding: 0 20px 20px;
  }
}
@media (max-width: 992px) {
  .mod_iso_cart h3, .mod_iso_checkout h3 {
    font-size: 28px;
  }
  .mod_iso_cart table:not(.cart) tbody, .mod_iso_checkout table:not(.cart) tbody {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .mod_iso_cart table:not(.cart) tbody .name, .mod_iso_checkout table:not(.cart) tbody .name {
    padding: 7px 15px;
  }
  .mod_iso_cart table:not(.cart) tbody tr, .mod_iso_checkout table:not(.cart) tbody tr {
    width: calc(50% - 40px);
    margin: 20px;
    padding: 15px 7px;
    display: block;
  }
  .mod_iso_cart table:not(.cart) tbody tr:not(.product), .mod_iso_checkout table:not(.cart) tbody tr:not(.product) {
    display: none;
  }
  .mod_iso_cart table:not(.cart) tbody td, .mod_iso_checkout table:not(.cart) tbody td {
    display: block;
  }
  .mod_iso_cart td:before, .mod_iso_checkout td:before {
    content: attr(data-label);
    word-break: break-word;
    display: block;
    color: grey;
    font-size: 16px;
    text-transform: uppercase;
  }
  .mod_iso_cart table td, .mod_iso_checkout table td {
    text-align: left;
  }
  .mod_iso_cart table td.col_3.price, .mod_iso_cart table td.col_4.price, .mod_iso_checkout table td.col_3.price, .mod_iso_checkout table td.col_4.price {
    text-align: left;
  }
  .mod_iso_cart .quantity, .mod_iso_checkout .quantity {
    text-align: left;
  }
  .mod_iso_cart .flex, .mod_iso_checkout .flex {
    justify-content: flex-start;
  }
  .mod_iso_cart .image, .mod_iso_checkout .image {
    padding: 7px 15px;
    height: inherit;
    width: 100%;
    text-align: left;
  }
  .mod_iso_checkout .info_container.billing_address {
    width: 100%;
    padding-right: 0;
  }
  .mod_iso_checkout .info_container.shipping_method, .mod_iso_checkout .info_container.payment_method {
    width: 50%;
  }
  .mod_iso_checkout thead {
    display: none;
  }
  .mod_iso_checkout td:before {
    line-height: 2.5;
  }
  .mod_iso_checkout table td {
    font-size: 20px;
  }
  .mod_iso_checkout .name {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .mod_iso_checkout .address_new .widget {
    width: 100%;
  }
  .mod_iso_checkout .address_new .widget:nth-of-type(4), .mod_iso_checkout .address_new .widget:nth-of-type(8) {
    width: 70%;
  }
  .mod_iso_checkout .address_new .widget:nth-of-type(5), .mod_iso_checkout .address_new .widget:nth-of-type(7) {
    width: 30%;
  }
}
@media (max-width: 600px) {
  .mod_iso_checkout .info_container.shipping_method, .mod_iso_checkout .info_container.payment_method {
    width: 100%;
  }
  .mod_iso_checkout ol.level_1.steps4 li {
    width: 100%;
  }
  .mod_iso_cart table:not(.cart) tbody tr, .mod_iso_checkout table:not(.cart) tbody tr {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .mod_iso_checkout .address_new .widget:nth-of-type(4), .mod_iso_checkout .address_new .widget:nth-of-type(8) {
    width: 60%;
  }
  .mod_iso_checkout .address_new .widget:nth-of-type(5), .mod_iso_checkout .address_new .widget:nth-of-type(7) {
    width: 40%;
  }
  .mod_iso_cart table.cart .name {
    padding-bottom: 0;
  }
  .mod_iso_cart table.cart .price {
    padding-top: 10px;
  }
  .mod_iso_cart table.cart td {
    display: block;
  }
  .mod_iso_cart table.cart tr {
    display: block;
    width: 100%;
  }
  .mod_iso_cart table.cart tfoot {
    width: 100%;
    display: block;
  }
  .mod_iso_cart table.cart tfoot tr:not(:last-child) .name {
    border: none;
  }
}
@media (max-width: 320px) {
  .mod_iso_checkout .address_new .widget:nth-of-type(4), .mod_iso_checkout .address_new .widget:nth-of-type(8), .mod_iso_checkout .address_new .widget:nth-of-type(5), .mod_iso_checkout .address_new .widget:nth-of-type(7) {
    width: 100%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22www%2Fhtdocs%2Fw018d785%2Fdevelop%2Fdev.kjellberg.de%2Ffiles%2Fmate%2Fsass%2Fparts%2Fisotope.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMJ%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAIM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAIM%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAGI%3BAAAA%3BAAAA%3BAAAA%22%7D */